summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Merged with trunkJustin Santa Barbara2011-03-30163-3167/+15568
| | |\ \ \ \ \ \ \
| | * | | | | | | | Added note agreeing with Brian Lamar that the namespace doesn't belong in wsgiJustin Santa Barbara2011-03-221-0/+4
| | * | | | | | | | Fixed up unit tests and direct api that was also calling _serialize (naughty!)Justin Santa Barbara2011-03-222-5/+15
| | * | | | | | | | Support setting the xmlns intelligentlyJustin Santa Barbara2011-03-221-6/+21
| | * | | | | | | | Set XML namespace when returning XMLJustin Santa Barbara2011-03-221-0/+3
| | | | | * | | | | Remove <addressSet> and <item> from AllocateAddress response, and fix bug #75...Masanori Itoh2011-04-051-1/+1
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | fix bug lp:682888 - DescribeImages has no unit tests.John Tran2011-04-052-1/+33
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | adding unit tests for describe_imagesJohn Tran2011-03-292-5/+27
| * | | | | | | | initial unit test for describe imagesJohn Tran2011-03-291-0/+10
* | | | | | | | | Network injection check fixed in libvirt driver.Ilya Alekseyev2011-04-041-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | working with network_ref like with mappingIlya Alekseyev2011-04-041-1/+1
| * | | | | | | | | network injection check fixedIlya Alekseyev2011-04-041-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Removed adminclient.py and added reference to the new nova-adminclient projec...Devin Carlen2011-04-043-474/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Removed adminclient and referred to pypi nova_adminclient moduleDevin Carlen2011-03-303-474/+2
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Don't prefix adminPass with the first 4 chars of the instance name.Josh Kearney2011-04-042-6/+3
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merged trunkJosh Kearney2011-03-313-5/+16
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Don't include first 4 chars of instance name in adminPassJosh Kearney2011-03-312-6/+3
* | | | | | | | | | | Declares the flag for vncproxy_topic in compute.apiVishvananda Ishaya2011-04-041-1/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fixed ordering and spacingVishvananda Ishaya2011-03-301-1/+4
| * | | | | | | | | | | merged trunkVishvananda Ishaya2011-03-2968-837/+4579
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | make sure that flag is there in compute apiVishvananda Ishaya2011-03-291-0/+1
* | | | | | | | | | | | | Fixes bug 741246. Ed Leafe's inject_file method for the agent plugin was mis...Chris Behrens2011-04-041-6/+77
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | need to support python2.4, so can't use uuid moduleChris Behrens2011-03-311-2/+2
| * | | | | | | | | | | | | localize NotImplementedError()Chris Behrens2011-03-301-2/+2
| * | | | | | | | | | | | | Change '"%s" % e' to 'e'.Chris Behrens2011-03-301-4/+4
| * | | | | | | | | | | | | Add ed leafe's code for the inject_file agent plugin method that somehow got ...Chris Behrens2011-03-301-4/+75
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Attempt to circumvent errors in the API from improper/malformed responses fro...Brian Lamar2011-04-042-7/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Ensure no errors for improper responses from image service.Brian Lamar2011-04-041-4/+4
| * | | | | | | | | | | | | Fixes error which occurs when no name is specified for an image.Brian Lamar2011-04-042-3/+56
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | fixes incorrect case of OpenStack API status responseKen Pepple2011-04-042-12/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | corrected capitalization of openstack api status and added testsKen Pepple2011-04-042-12/+14
| * | | | | | | | | | | | merge trunkKen Pepple2011-04-0467-725/+3656
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Only define 'VIMMessagePlugin' class if suds can be loaded.Brian Lamar2011-04-041-25/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Hopefully absolved us of the suds issue?Brian Lamar2011-03-311-25/+22
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Make euca-get-ajax-console work with Euca2ools 1.3Soren Hansen2011-04-041-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add bug reference.Soren Hansen2011-04-040-0/+0
| * | | | | | | | | | | | | Add euca2ools importSoren Hansen2011-04-011-0/+1
| * | | | | | | | | | | | | Make euca-get-ajax-console work with Euca2ools 1.3Soren Hansen2011-04-011-0/+5
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Add checking if the floating_ip is allocated or not before appending to resul...Masanori Itoh2011-04-011-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Made the fix simpler.Masanori Itoh2011-04-021-14/+15
| * | | | | | | | | | | | | Add checking if the floating_ip is allocated or not before appending to resul...Masanori Itoh2011-04-021-13/+14
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Added synchronize_session parameter to a query in fixed_ip_disassociate_all_b...Masanori Itoh2011-04-011-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Added updated_at field to update statement according to Jay's comment.Masanori Itoh2011-04-021-1/+3
| * | | | | | | | | | | | Rebased to trunk 930.Masanori Itoh2011-04-016-11/+105
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Removes excessive logging message in the event of a rabbitmq failure. Sandy Walsh2011-03-311-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | removes excessive logging on rabbitmq failureSandy Walsh2011-03-311-2/+0
* | | | | | | | | | | | | | Add a change password action to /servers in openstack api v1.1, and associate...Mark Washenberger2011-03-312-4/+89
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | merge lp:novaMark Washenberger2011-03-3163-697/+3529
| |\| | | | | | | | | | | |
| * | | | | | | | | | | | | merge lp:novaMark Washenberger2011-03-2911-48/+168
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | use informative error messagesMark Washenberger2011-03-291-2/+4