summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | merged trunkVishvananda Ishaya2011-04-0718-42/+70
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | fallback to status if image_state is not setVishvananda Ishaya2011-04-051-1/+5
| * | | | | | | | | | | | | | | | | | | | unite the filtering done by glance client and s3Vishvananda Ishaya2011-04-051-1/+1
| * | | | | | | | | | | | | | | | | | | | merged trunkVishvananda Ishaya2011-04-054-30/+56
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | review cleanupVishvananda Ishaya2011-03-301-1/+1
| * | | | | | | | | | | | | | | | | | | | remove all references to image_type and change nova-manage upload to set cont...Vishvananda Ishaya2011-03-301-1/+1
| * | | | | | | | | | | | | | | | | | | | Key type values in ec2_api off of container formatVishvananda Ishaya2011-03-301-13/+31
| | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Added support for listing addresses of a server in the openstack api.Naveed Massjouni2011-04-074-11/+86
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Controllers now inherit from nova.api.openstack.common.OpenstackController.Naveed Massjouni2011-04-061-1/+2
| * | | | | | | | | | | | | | | | | | | | Merge from trunkNaveed Massjouni2011-04-0617-34/+57
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Added support for listing addresses of a server in the openstack api.Naveed Massjouni2011-04-064-11/+85
* | | | | | | | | | | | | | | | | | | | | | This fixes how the metadata and addresses collections are serialized in xml r...Naveed Massjouni2011-04-071-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge from trunkNaveed Massjouni2011-04-071-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge from trunkNaveed Massjouni2011-04-0617-34/+57
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | / / / / / / / / / / / / / / / | | | |_|_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge from trunkNaveed Massjouni2011-04-051-8/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Fixed the addresses and metadata collections in xml responses.Naveed Massjouni2011-04-051-0/+7
| | |_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Update instances table to use instance_type_id instead of the old instance_ty...Dan Prince2011-04-073-6/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Drop extra 'None' arg from dict.get call.Dan Prince2011-04-071-1/+1
| * | | | | | | | | | | | | | | | | | | | Merge w/ trunk.Dan Prince2011-04-0717-42/+73
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge w/ trunk.Dan Prince2011-04-044-18/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Refactor so that instances.instance_type is now instances.instance_type_id.Dan Prince2011-04-043-6/+11
* | | | | | | | | | | | | | | | | | | | | Renamed computeFault back to cloudServersFault in an effort to maintain consi...Josh Kearney2011-04-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Renamed computeFault to cloudServersFaultJosh Kearney2011-04-071-1/+1
| | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Rebased to trunk rev 949.Masanori Itoh2011-04-0717-41/+72
|\| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merged with trunk, fixed up test that wasn't checking namespaceJustin Santa Barbara2011-04-064-30/+57
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Only create ca_path directory if it does not already exist.Soren Hansen2011-04-061-1/+2
| | | |_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Moved 'name' from <imageId> to <imageLocation>, corrected <imageType> and fix...Masanori Itoh2011-04-051-7/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Rebased to trunk 942.Masanori Itoh2011-04-053-18/+17
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | Moved 'name' property from <imageId> to <imageLocation>, corrected <imageType...Masanori Itoh2011-04-051-7/+8
| | * | | | | | | | | | | | | | | | | | Automatically create CA state dir, and make sure the CA scripts look for the ...Soren Hansen2011-04-051-0/+1
| | * | | | | | | | | | | | | | | | | | Allow CA code and state to be separated, and make sure CA code gets installed...Soren Hansen2011-04-051-1/+7
| | | |/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merged with trunk (after faults change to return correct content-type)Justin Santa Barbara2011-03-301-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Some tests actually tested for the lack of a namespace :-)Justin Santa Barbara2011-03-303-6/+5
| * | | | | | | | | | | | | | | | | | Add XML namespaces to the OpenStack APIJustin Santa Barbara2011-03-3014-26/+45
| * | | | | | | | | | | | | | | | | | Merged with trunkJustin Santa Barbara2011-03-3025-375/+1882
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fixed up unit tests and direct api that was also calling _serialize (naughty!)Justin Santa Barbara2011-03-221-1/+3
* | | | | | | | | | | | | | | | | | | Remove <addressSet> and <item> from AllocateAddress response, and fix bug #75...Masanori Itoh2011-04-051-1/+1
| |_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Don't prefix adminPass with the first 4 chars of the instance name.Josh Kearney2011-04-041-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Don't include first 4 chars of instance name in adminPassJosh Kearney2011-03-311-2/+1
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Attempt to circumvent errors in the API from improper/malformed responses fro...Brian Lamar2011-04-041-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | 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-041-1/+1
| | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | corrected capitalization of openstack api status and added testsKen Pepple2011-04-041-12/+12
* | | | | | | | | | | | | | | | | | merge trunkKen Pepple2011-04-0411-298/+793
|\| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | 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
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | merge lp:novaMark Washenberger2011-03-3111-294/+770
| |\| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | OpenStack API faults have been changed to now return the appropriated Content...Brian Lamar2011-03-301-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Merged trunk.Brian Lamar2011-03-307-64/+525
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / / | | | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Added content_type to OSAPI faults.Brian Lamar2011-03-291-0/+1