6e9a95fe81c389c672b5150d64749b274975f7bc
Commit Graph

233 Commits

Author SHA1 Message Date
Vishvananda Ishaya
f01b0a114e merged trunk 2011年03月10日 04:42:11 +00:00
Eric Windisch
5f6a58c7c2 execvp: fix docs 2011年03月09日 17:22:54 -05: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
6ddada8ed7 updated docs 2011年02月28日 18:33:33 -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
ec7ab22b8b Removing pesky DS_Store files too. Begone. 2011年02月21日 14:35:30 -06: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
34eae5738c merged trunk 2011年01月25日 15:20:08 -08:00
Vishvananda Ishaya
10e22fac85 merged trunk fixed whitespace in rst 2011年01月21日 15:53:44 -08:00
Ed Leafe
09188c61d5 Resolved trunk merge conflicts 2011年01月21日 16:10:26 -05: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
Ed Leafe
68c9c89300 Completed first pass at converting all localized strings with multiple format substitutions. 2011年01月18日 21:00:28 -05: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
a14807c9de Merged with trunk 2010年12月28日 21:42:17 -06:00