Commit Graph

220 Commits

Author SHA1 Message Date
Anne Gentle d45947d83f Fixes link to 2011.1 instad of just to trunk docs 2011-03-14 09:48:58 -05:00
Anne Gentle bacce305a9 Adding a sidebar element to the nova.openstack.org site to point people to additional versions of the site. 2011-03-11 17:13:56 -06:00
Vishvananda Ishaya ec23b8e120 update manpage 2011-03-08 20:28:11 +00:00
Vishvananda Ishaya 4517117a71 modify nova manage doc 2011-03-08 20:24:48 +00:00
Ken Pepple b39a3f099a adding new source docs 2011-03-02 16:57:56 -08:00
Ken Pepple 282a18a4c1 corrected copyrights for new files 2011-03-01 10:40:56 -08:00
Ken Pepple 160d575148 updated docs 2011-02-28 18:32:55 -08:00
Ken Pepple 7ad5fe2714 refactored nova-manage list (-all, <name>) and fixed docs 2011-02-28 13:16:07 -08:00
Ken Pepple 167de65b41 moved nova-manage flavors docs 2011-02-28 11:49:17 -08:00
Ken Pepple 4b8278bc36 merge trunk 2011-02-28 11:44:17 -08:00
Anne Gentle df1213b809 Updated to remove built docs 2011-02-21 14:30:20 -06:00
Anne Gentle 3392f6b4b0 Removing duplicate installation docs and adding flag file information, plus pointing to docs.openstack.org for Admin-audience docs 2011-02-21 14:27:37 -06:00
Ken Pepple 9991f23957 completed doc and added --purge option to instance type delete 2011-02-17 16:07:00 -08:00
Ken Pepple 1ba8f07b9f first crack at instance types docs 2011-02-16 23:02:24 -08:00
Anne Gentle a6b913dfd1 Another quick fix to multinode install doc 2011-02-07 16:35:03 -06:00
Anne Gentle 2613d6449f Made updates to multinode install doc 2011-02-07 16:32:04 -06:00
Vishvananda Ishaya 10e22fac85 merged trunk fixed whitespace in rst 2011-01-21 15:53:44 -08:00
Anne Gentle fc964378b5 Doc changes for db sync 2011-01-20 14:56:29 -06:00
Vishvananda Ishaya 6a0512f440 update the docs to reflect db sync as well 2011-01-19 10:43:50 -08:00
Anne Gentle 5227bfc766 Had to abandon the other branch (~annegentle/nova/newscript) because the diffs weren't working right for me. This is a fresh branch that should be merged correctly with trunk. Thanks for your patience. :) 2011-01-12 11:14:27 +00:00
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
Anne Gentle 5d02ee9e5f Merged with trunk 2011-01-07 10:57:53 -06:00
Anne Gentle 80d10d960d Fixing unescaped quote in nova-CC-install.sh script plus formatting fixes to multinode install 2011-01-07 10:56:41 -06: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
Anne Gentle 190d6a2ba4 Fixing formatting problems with multinode install document 2011-01-05 13:10:25 -06:00
Todd Willey 5912176111 Remove stale doc files. 2011-01-05 02:56:02 -05:00
Anne Gentle dca2df171d Change all 2010 Copyright statements to 2010-2011 in doc source directory only 2011-01-04 16:58:08 -06:00
Anne Gentle ee10df91b1 Final edits to multi-node doc and install script 2011-01-04 10:48:10 -06:00
Anne Gentle 4ced09acb7 Fixing merge conflicts with new branch 2011-01-03 16:58:45 -06:00
Anne Gentle dc2c64b7d7 Fixing merge conflicts 2011-01-03 16:14:18 -06:00
Soren Hansen bed422cb26 Make sure we point to the right PPA's everywhere. 2011-01-03 21:34:44 +00:00
Anne Gentle d196ab33ae Editing note about the database schema available on the wiki 2011-01-03 14:46:38 -06:00
Anne Gentle 7874475b29 Modifying based on reviewer comments 2011-01-03 14:38:53 -06:00
Anne Gentle 26da70249e Minor edits prior to merging changes to the script file 2011-01-03 10:59:13 -06: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 d753b97675 Additional edits in nova.concepts.rst while waiting for script changes 2010-12-28 21:41:28 -06:00
Anne Gentle a7983cad94 Minor spellchecking fixes 2010-12-20 14:54:27 -06:00
Anne Gentle 8907dd281f Adding new install script plus changes to multinode install doc 2010-12-17 16:53:27 -06: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