summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* Rebased to trunk 942.Masanori Itoh2011-04-059-501/+115
|\
| * fix bug lp:682888 - DescribeImages has no unit tests.John Tran2011-04-051-1/+32
| |\
| | * adding unit tests for describe_imagesJohn Tran2011-03-291-5/+26
| | * 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-041-473/+0
| |\ \ \
| | * | | Removed adminclient and referred to pypi nova_adminclient moduleDevin Carlen2011-03-301-473/+0
| * | | | 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-2961-820/+4536
| | |\ \ \ \ \ \
| | * | | | | | | make sure that flag is there in compute apiVishvananda Ishaya2011-03-291-0/+1
| * | | | | | | | 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
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | corrected capitalization of openstack api status and added testsKen Pepple2011-04-042-12/+14
| * | | | | | | | merge trunkKen Pepple2011-04-0457-709/+3448
| |\| | | | | | |
| * | | | | | | | make all openstack status uppercaseKen Pepple2011-03-282-3/+3
* | | | | | | | | Moved 'name' property from <imageId> to <imageLocation>, corrected <imageType...Masanori Itoh2011-04-051-7/+8
| |/ / / / / / / |/| | | | | | |
* | | | | | | | 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
* | | | | | | | | 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 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-3154-681/+3327
| | |\| | | | | | |
| | * | | | | | | | merge lp:novaMark Washenberger2011-03-2910-44/+161
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | * | | | | | | | use informative error messagesMark Washenberger2011-03-291-2/+4
| | * | | | | | | | merge lp:novaMark Washenberger2011-03-284-19/+46
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | pep8 whitespaceMark Washenberger2011-03-281-1/+1
| | * | | | | | | | | lock down requirements for change passwordMark Washenberger2011-03-282-0/+29
| | * | | | | | | | | style changesMark Washenberger2011-03-282-11/+6
| | * | | | | | | | | merge lp:novaMark Washenberger2011-03-284-18/+120
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge lp:novaMark Washenberger2011-03-25119-2706/+11311
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | add changePassword action to os api v1.1Mark Washenberger2011-03-232-0/+59
| * | | | | | | | | | | | Review feedbackJosh Kearney2011-03-313-6/+15
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | More friendly error messageJosh Kearney2011-03-311-1/+3
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Rebased to trunk 726.Masanori Itoh2011-04-011-0/+15
|\| | | | | | | | | |
| * | | | | | | | | | If the floating ip address is not allocated or is allocated to another projec...Tushar Patil2011-03-311-0/+15
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | * | | | | | | | | fixed review comment for i18n string multiple replacement strings need to use...Tushar Patil2011-03-301-3/+2
| | * | | | | | | | | fixed review comment for i18n string multiple replacement strings need to use...Tushar Patil2011-03-301-8/+12
| | * | | | | | | | | Fix for LP Bug #745152Tushar Patil2011-03-301-0/+12