summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* Remove FAKE_subdomain from docsJosh Kearney2010-11-231-1/+0
* Set and use AMQP retry interval and max retry FLAGS.Josh Kearney2010-11-223-12/+19
|\
| * Use FLAGS instead of constantsJosh Kearney2010-11-222-7/+6
| * Make time.sleep() non-blockingJosh Kearney2010-11-221-1/+1
| * Removed unnecessary continueJosh Kearney2010-11-221-1/+0
| * Refactor AMQP retry loopJosh Kearney2010-11-221-15/+15
| * Set and use AMQP retry interval and max retry constantsJosh Kearney2010-11-221-8/+17
* | Allows user to specify hosts to listen on for nova-api and -objectstoreEric Day2010-11-221-1/+3
|\ \
| * | Added an extra argument to the objectstore listen to separate out the listeni...Eric Day2010-11-031-1/+2
| * | Fix for bug#613264, allowing hosts to be specified for nova-api and objectsto...Eric Day2010-11-031-1/+2
* | | pep8 violations fixArmando Migliaccio2010-11-221-16/+15
* | | added test for invalid handlesArmando Migliaccio2010-11-2219-285/+311
|\ \ \
| * \ \ Check for running AMQP instances.Josh Kearney2010-11-201-3/+16
| |\ \ \ | | | |/ | | |/|
| | * | Use logging.exception insteadJosh Kearney2010-11-201-1/+1
| | * | Reverted some changesJosh Kearney2010-11-191-14/+22
| | * | Added some commentsJosh Kearney2010-11-191-1/+1
| | * | Added some commentsJosh Kearney2010-11-191-2/+2
| | * | Check for running AMQP instancesJosh Kearney2010-11-191-20/+25
| * | | Moves the EC2 API S3 image service into nova.service. There is still work to ...Eric Day2010-11-1911-267/+273
| |\ \ \ | | |/ / | |/| |
| | * | PEP8 fixes, 2 lines were too long.Eric Day2010-11-182-2/+4
| | * | First step to getting the image APIs consolidated. The EC2 API was using a on...Eric Day2010-11-1811-267/+271
| * | | Improved Pylint ScoreJosh Kearney2010-11-186-12/+12
| |\ \ \
| | * | | Improved Pylint ScoreJosh Kearney2010-11-176-12/+12
| * | | | Make sure that the response body is a string and not unicoderoot2010-11-181-2/+2
| | |/ / | |/| |
* / | | first cut of fixes for bug #676128 Armando Migliaccio2010-11-191-0/+28
|/ / /
* / / fix greenthread race conditions in trunk and floating ip leakageVishvananda Ishaya2010-11-173-6/+8
|/ /
* | delete floating ips after testsVishvananda Ishaya2010-11-171-2/+4
* | fix leaking floating ip from network unittests and use of fakeldap driverVishvananda Ishaya2010-11-171-1/+1
* | fixes errors in describe address and associate address. Adds test casesVishvananda Ishaya2010-11-162-3/+32
* | pep8Michael Gundlach2010-11-161-1/+1
* | Add docstrings to any methods I touchMichael Gundlach2010-11-161-0/+9
* | pep8Michael Gundlach2010-11-161-1/+1
* | Merge from trunkMichael Gundlach2010-11-1646-789/+1533
|\ \
| * | The docs are just going to be wrong for now. I'll file a bug upstream.Todd Willey2010-11-152-9/+0
| * | Change how wsgified doc wrapping happens to fix test.Todd Willey2010-11-151-4/+3
| * | pep8Todd Willey2010-11-152-1/+3
| * | Merge lp:~termie/nova/trunkdoc (via patch, since bzr though it was already me...Todd Willey2010-11-072-2/+38
| * | back out stacked mergeTodd Willey2010-11-072-38/+2
| * | Normalization of Dev reference docs.Andy Smith2010-11-082-2/+38
| * | Fix docstrings for wsigfied methods.Todd Willey2010-11-052-0/+11
| * | merge trunkTodd Willey2010-11-041-0/+4
| |\ \
| | * \ Enables the exclusive flag for DirectConsumer queues.Eric Day2010-11-031-0/+1
| | |\ \
| | | * | Fix for bug #640400, enables the exclusive flag on the temporary queues.Eric Day2010-11-031-0/+1
| | * | | make sure context keys are not unicode so they can be passed as kwargsVishvananda Ishaya2010-11-031-0/+3
| | |/ /
| * | | pep8 whitespace and line length fixesVishvananda Ishaya2010-11-035-9/+10
| * | | merged trunkVishvananda Ishaya2010-11-0315-134/+544
| |\| |
| | * | Change socket type in nova.utils.get_my_ip() to SOCK_DGRAM. This way, we don'...Soren Hansen2010-11-031-2/+2
| | |\ \
| | | * | Change socket type in nova.utils.get_my_ip() to SOCK_DGRAM. This way, we don'...Soren Hansen2010-11-031-2/+2
| | * | | Fixes issue with security groups not being associated with instances.Vishvananda Ishaya2010-11-032-2/+24
| | |\ \ \
| | | * | | Change retrieval of security groups from kwargs so they are associated proper...Vishvananda Ishaya2010-10-302-2/+24
| | | | |/ | | | |/|