Commit Graph

2063 Commits

Author SHA1 Message Date
Soren Hansen
3779635945 Add a placeholder in doc/build. Although bzr handles empty directories
just fine, setuptools does not, so to actually ship this directory in
the tarball, we need a file in it.
2010-11-24 10:09:18 +01:00
Soren Hansen
07597ee0d5 Merged trunk. 2010-11-24 10:08:57 +01:00
Soren Hansen
645df81dd0 doc/build was recently accidentally removed from VCS. This adds it back, which makes the docs build again. 2010-11-23 23:14:31 +00:00
Soren Hansen
b763764125 Add doc/build dir back to bzr. 2010-11-23 23:02:57 +01:00
Josh Kearney
b91e18d3b4 Make aws_access_key_id and aws_secret_access_key configurable. 2010-11-23 21:59:30 +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
Soren Hansen
c81064a960 Add a --logdir flag that will be prepended to the logfile setting. This makes it easier to share a flagfile between multiple workers while still having separate log files. 2010-11-23 20:59:53 +00:00
Soren Hansen
edd7e3ed3b Address PEP8 complaints. 2010-11-23 21:52:00 +01:00
Josh Kearney
9d6a1beecb Remove FAKE_subdomain from docs. 2010-11-23 19:09:36 +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
Josh Kearney
513e4eb76a Make aws_access_key_id and aws_secret_access_key configurable 2010-11-23 12:04:34 -06:00
Armando Migliaccio
a81547f780 2010-11-23 15:14:38 +00:00
Soren Hansen
89f56207de Add a --logdir flag that will be prepended to the logfile setting. This makes it easier to share a flagfile between multiple workers while still having separate log files. 2010-11-23 13:48:57 +01: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
Josh Kearney
36ca124af4 Set and use AMQP retry interval and max retry FLAGS. 2010-11-22 23:04:38 +00:00
Josh Kearney
f0f9904954 Use FLAGS instead of constants 2010-11-22 16:48:44 -06:00
Josh Kearney
deac609ceb Make time.sleep() non-blocking 2010-11-22 16:28:28 -06:00
Josh Kearney
a8497abaf2 Removed unnecessary continue 2010-11-22 16:04:21 -06:00
Josh Kearney
14e4ba7f0e Refactor AMQP retry loop 2010-11-22 15:22:02 -06:00
Eric Day
2b0e1f3304 Allows user to specify hosts to listen on for nova-api and -objectstore 2010-11-22 21:06:44 +00:00
Soren Hansen
7a8c91cc4b Make sure all the libvirt templates are included in the tarball (by
replacing the explicitly listed set with a glob pattern).
2010-11-22 21:04:22 +00:00
Armando Migliaccio
bc63846c0d fixed pep8 violations 2010-11-22 20:49:28 +00:00
Josh Kearney
51be715957 Set and use AMQP retry interval and max retry constants 2010-11-22 14:45:05 -06:00
Armando Migliaccio
958591ab29 pep8 violations fix 2010-11-22 13:11:00 +00:00
Armando Migliaccio
96b42bc9cd added test for invalid handles 2010-11-22 12:15:11 +00:00
Soren Hansen
89cb1e32da Make sure all templates are included (at least rescue tempaltes didn't used to be included). 2010-11-20 22:26:15 +01:00
Josh Kearney
4730b2037d Check for running AMQP instances. 2010-11-20 21:04:35 +00:00
Josh Kearney
874edc5103 Use logging.exception instead 2010-11-20 12:16:54 -06:00
Josh Kearney
dec8aab100 Reverted some changes 2010-11-19 16:42:37 -06:00
Josh Kearney
aa9fe71ed8 Added some comments 2010-11-19 16:13:04 -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
Josh Kearney
281008b1ce Added some comments 2010-11-19 16:01:55 -06:00
Josh Kearney
300e6e3517 Check for running AMQP instances 2010-11-19 15:47:24 -06:00
Armando Migliaccio
aa433547ff first cut of fixes for bug #676128 2010-11-19 17:32:38 +00:00
Anne Gentle
55780d1490 Removed .DS_Store files everywhere, begone! 2010-11-19 09:57:49 -06:00
Eric Day
2509fccebc Moves the EC2 API S3 image service into nova.service. There is still work to be done to make the APIs align, but this is the first step. 2010-11-19 06:09:40 +00:00
Eric Day
9c7ddf24ac PEP8 fixes, 2 lines were too long. 2010-11-18 21:27:00 -08:00
Eric Day
8e1b88cc22 First step to getting the image APIs consolidated. The EC2 API was using a one-off S3 image service wrapper, but this should be moved into the nova.image space and use the same interface as the others. There are still some mismatches between the various image service implementations, but this patch was getting large and wanted to keep it within a resonable size. 2010-11-18 13:27:52 -08:00
Josh Kearney
5b0a1704e1 Improved Pylint Score 2010-11-18 20:04:38 +00:00
root
17b7206438 Fixes improper display of api error messages that happen to be unicode. 2010-11-18 19:35:17 +00:00
root
70e1050347 Make sure that the response body is a string and not unicode 2010-11-18 10:52:54 -08:00
Anne Gentle
9364e486d1 Soren updated setup.py so that the man page builds. Will continue working on man pages for nova-compute and nova-network 2010-11-18 09:09:53 -06:00
Soren Hansen
609c50578f Overwrite build_sphinx, making it run once for each of the html and man builders. 2010-11-18 11:11:30 +01:00
Soren Hansen
ff9b3b4909 Update version to 2011.1 as that is the version we expect to release next. 2010-11-17 22:14:35 +00: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