summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Update the describe_image_attribute and modify_image_attribute functionsDan Prince2011-04-081-2/+2
|\
| * Update the describe_image_attribute and modify_image_attribute functionsDan Prince2011-04-071-2/+2
* | corrects incorrect openstack api responses for metadata (numeric/string conve...Ken Pepple2011-04-082-6/+6
|\ \
| * \ merged trunkKen Pepple2011-04-0617-41/+72
| |\ \
| * | | removed comment on API complianceKen Pepple2011-04-061-1/+0
| * | | openstack api metadata responses must be stringsKen Pepple2011-04-041-1/+2
| * | | openstack api requires uppercase image format status responsesKen Pepple2011-04-041-5/+5
* | | | Implement a mechanism to enforce a configurable quota limit for image metadat...Dan Prince2011-04-081-0/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add missing underscore.Dan Prince2011-04-051-1/+1
| * | | Merge w/ trunk.Dan Prince2011-04-054-22/+40
| |\| |
| * | | Limit image metadata to the configured metadata quota for a project.Dan Prince2011-03-311-0/+12
* | | | Fixes issues with describe instances due to improperly set metadata.Vishvananda Ishaya2011-04-082-16/+38
|\ \ \ \
| * \ \ \ 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
|\ \ \ \ \ \