Ken Pepple
5424690912
added myself to authors and fixed typo to follow standard
2011-01-09 09:25:27 -08:00
Ken Pepple
346bd0e7c9
typo correction
2011-01-08 17:46:22 -08:00
Ken Pepple
16eeac7105
fixed doc make process for new nova version (rev530) machanism
2011-01-08 17:40:06 -08:00
Soren Hansen
3885195ba0
Adds a mechanism to programmatically determine the version of Nova. The designated version is defined in nova/version.py. When running python setup.py from a bzr checkout, information about the bzr branch is put into nova/vcsversion.py which is conditionally imported in nova/version.py.
...
In short, you can now do:
>>> import nova.version
>>> nova.version.canonical_version_string()
'2011.1'
>>> nova.version.version_string()
'2011.1-dev'
>>> nova.version.version_string_with_vcs()
u'2011.1-newlog2:soren@linux2go.dk-20110107130049-g2cbri7t80vsg2h1 '
It's also consumed by the docs and setup.py, so this ought to be the canonical place for updating version information from now on.
2011-01-07 23:24:42 +00:00
Soren Hansen
a29bba7e9f
s/canonical_version/canonical_version_string/g
2011-01-08 00:02:24 +01:00
Soren Hansen
8b3925e4d4
Less code generation.
2011-01-07 15:17:03 +01:00
Todd Willey
8cdfdd14a0
Let documentation get version from nova/version.py as well.
2011-01-06 15:29:38 -05:00
Cory Wright
989b5b8ed0
merge trunk
2011-01-05 20:13:49 -05:00
Todd Willey
5912176111
Remove stale doc files.
2011-01-05 02:56:02 -05:00
Soren Hansen
bed422cb26
Make sure we point to the right PPA's everywhere.
2011-01-03 21:34:44 +00:00
Soren Hansen
090a2aa8c5
Remove references to nova-core/ppa and openstack/ppa PPA's.
2011-01-03 10:08:32 +01:00
Cory Wright
f5611d9fde
Several documentation corrections
2010-12-30 14:23:52 -05:00
Cory Wright
384f39966b
Note that contributors are required to be listed in Authors file before work can be merged into trunk
2010-12-30 12:25:14 -05:00
Cory Wright
26cdebcf74
Mention Authors and .mailmap files in Developer Guide
2010-12-30 12:10:31 -05:00
Anne Gentle
d60ed93a22
Fixed spelling errors in index.rst
2010-12-10 16:03:30 -06:00
Anne Gentle
180c94585a
removing extraneous config ilnes
2010-12-08 11:59:37 -06:00
Anne Gentle
d647d6b070
Added livecd instructions plus fixed references to .conf files
2010-12-07 16:48:42 -06:00
Anne Gentle
a8df0a7d6c
Fixing single node install doc
2010-12-02 13:48:39 -06:00
Anne Gentle
225fd37fb2
Adds in more documentation contributions from Citrix.
2010-12-01 20:44:43 +00:00
Anne Gentle
c4f0f35ca1
Adding developer documentation - setting up dev environment and how to add to the OpenStack API
2010-11-23 21:09:42 +00:00
Anne Gentle
8cd5381c52
Adding more polish
2010-11-23 12:58:08 -06:00
Anne Gentle
1bf3c29df3
Adding developer howtos
2010-11-23 12:49:28 -06:00
Josh Kearney
9c57e5ce37
Remove FAKE_subdomain from docs
2010-11-23 12:46:07 -06:00
Armando Migliaccio
a81547f780
2010-11-23 15:14:38 +00:00
Armando Migliaccio
01c5ce0038
added svg files (state.svg is missing because its source is a screen snapshot)
2010-11-23 12:11:15 +00:00
Anne Gentle
d6a74a219b
Incorporating security groups info
2010-11-22 17:03:54 -06:00
Anne Gentle
0b70b44c11
Incorporating more networking info
2010-11-22 16:43:17 -06:00
Anne Gentle
acf8800d73
Adds images (only links one in), start for a nova-manage man file, and also documents all nova-manage commands. Can we merge it in even though the man page build isn't working?
2010-11-19 22:04:37 +00:00
Anne Gentle
55780d1490
Removed .DS_Store files everywhere, begone!
2010-11-19 09:57:49 -06:00
Anne Gentle
2a06dfc2aa
really adding images
2010-11-17 16:03:09 -06:00
Anne Gentle
7712287139
adding images
2010-11-17 16:02:11 -06:00
Anne Gentle
8257fcc259
Documenting all nova-manage commands
2010-11-17 15:58:10 -06:00
Anne Gentle
908f750579
Documenting all nova-manage commands
2010-11-17 15:54:19 -06:00
Anne Gentle
a777513b7c
Testing man page build through conf.py
2010-11-17 14:28:09 -06:00
Armando Migliaccio
37fcda35e7
adjusting images size and bulleted list
2010-11-17 19:17:51 +00:00
Armando Migliaccio
e0ad4e8dd9
merged with trunk
2010-11-17 18:33:47 +00:00
Armando Migliaccio
0c19386f7c
small edit
2010-11-17 16:20:50 +00:00
Armando Migliaccio
56c2df202d
Further editing and added images
2010-11-17 13:20:55 +00:00
Soren Hansen
fb5f32be1c
Update version to 2011.1 as that is the version we expect to release next.
2010-11-17 12:34:15 +01:00
Armando Migliaccio
a1cdb02360
First dump of content related to Nova RPC and RabbitMQ
2010-11-16 18:37:19 +00:00
root
df185d5b49
add in bzr link
2010-11-12 12:53:44 -08:00
root
c1981a53be
adding a bit more networking documentation
2010-11-12 12:49:48 -08:00
root
2ab9ac994e
remove tab
2010-11-12 12:43:54 -08:00
root
57990d59e7
fix title
2010-11-12 12:38:27 -08:00
root
e86ff20049
tweak
2010-11-12 12:37:24 -08:00
root
b1e83d89a8
Fix heading
2010-11-12 12:36:14 -08:00
root
727e41c34e
merge in anne's changes
2010-11-12 11:51:21 -08:00
root
92f09fbe52
tweak
2010-11-12 11:45:55 -08:00
Anne Gentle
fa57e5ad73
Just a few more edits, misspellings and the like
2010-11-12 13:42:07 -06:00
root
1a16e6445d
fix spacing to enable block
2010-11-12 11:12:46 -08:00