summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* corrects incorrect openstack api responses for metadata (numeric/string conve...Ken Pepple2011-04-083-8/+8
|\
| * merged trunkKen Pepple2011-04-0636-64/+434
| |\
| * | removed comment on API complianceKen Pepple2011-04-061-1/+0
| * | correct test for numeric/string metadata value conversionKen Pepple2011-04-041-2/+2
| * | 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-082-0/+51
|\ \ \
| * | | Add missing underscore.Dan Prince2011-04-051-1/+1
| * | | Merge w/ trunk.Dan Prince2011-04-0517-538/+262
| |\ \ \
| * | | | Limit image metadata to the configured metadata quota for a project.Dan Prince2011-03-312-0/+51
* | | | | Fixes issues with describe instances due to improperly set metadata.Vishvananda Ishaya2011-04-0811-101/+102
|\ \ \ \ \
| * | | | | fix tests from moving access check into update and deleteVishvananda Ishaya2011-04-072-5/+8
| * | | | | merged trunkVishvananda Ishaya2011-04-0747-206/+534
| |\ \ \ \ \
| * | | | | | check visibility on delete and updateVishvananda Ishaya2011-04-063-5/+9
| * | | | | | pep8Vishvananda Ishaya2011-04-051-0/+1
| * | | | | | fallback to status if image_state is not setVishvananda Ishaya2011-04-051-1/+5
| * | | | | | update and fix testsVishvananda Ishaya2011-04-053-9/+21
| * | | | | | unite the filtering done by glance client and s3Vishvananda Ishaya2011-04-055-72/+34
| * | | | | | merged trunkVishvananda Ishaya2011-04-0531-549/+515
| |\ \ \ \ \ \
| * | | | | | | makes sure s3 filtering works even without metadata set properlyVishvananda Ishaya2011-03-311-2/+3
| * | | | | | | review cleanupVishvananda Ishaya2011-03-301-1/+1
| * | | | | | | remove all references to image_type and change nova-manage upload to set cont...Vishvananda Ishaya2011-03-305-8/+4
| * | | | | | | Key type values in ec2_api off of container formatVishvananda Ishaya2011-03-301-13/+31
* | | | | | | | Keep guest instances when libvirt host restartsJustin Santa Barbara2011-04-073-19/+48
|\ \ \ \ \ \ \ \
| * | | | | | | | Log libvirt errcode on exceptionJustin Santa Barbara2011-04-071-2/+5
| * | | | | | | | Fix to correct libvirt error code when the domain is not foundJustin Santa Barbara2011-04-071-1/+1
| * | | | | | | | Removed commented-out old 'delete instance on SHUTOFF' codeJustin Santa Barbara2011-04-072-13/+1
| * | | | | | | | Fix unit test to reflect fact that instance is no longer deleted, just marked...Justin Santa Barbara2011-03-291-1/+2
| * | | | | | | | Narrowly focused bugfix - don't lose libvirt instances on host reboot or if t...Justin Santa Barbara2011-03-292-18/+55
* | | | | | | | | Added support for listing addresses of a server in the openstack api.Naveed Massjouni2011-04-075-11/+164
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Controllers now inherit from nova.api.openstack.common.OpenstackController.Naveed Massjouni2011-04-061-1/+2
| * | | | | | | | | Merge from trunkNaveed Massjouni2011-04-0623-53/+169
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added support for listing addresses of a server in the openstack api.Naveed Massjouni2011-04-065-11/+163
* | | | | | | | | | | This fixes how the metadata and addresses collections are serialized in xml r...Naveed Massjouni2011-04-073-0/+61
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Merge from trunkNaveed Massjouni2011-04-071-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge from trunkNaveed Massjouni2011-04-0623-53/+169
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Removing naughty semicolon.Naveed Massjouni2011-04-051-1/+1
| * | | | | | | | | Merge from trunkNaveed Massjouni2011-04-0515-12/+266
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Fixed the addresses and metadata collections in xml responses.Naveed Massjouni2011-04-053-0/+61
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Automatically add the metadata address to the network host. This allows gues...Vishvananda Ishaya2011-04-072-1/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Simplify by always adding to loopbackVishvananda Ishaya2011-04-072-6/+3
| * | | | | | | | | if we delete the old route when we move it we don't need to check for existsVishvananda Ishaya2011-04-062-6/+5
| * | | | | | | | | Add automatic metadata ip to network host on start. Also fix race where gw i...Vishvananda Ishaya2011-04-062-1/+15
* | | | | | | | | | This branch is a patch for fixing below issue.Kei Masumoto2011-04-072-12/+31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix pep8 violationKei Masumoto2011-04-081-1/+1
| * | | | | | | | | | fixed based on reviewer's comment - 1. erase unnecessary blank line, 2. addin...Kei Masumoto2011-04-071-1/+3
| * | | | | | | | | | fix bug 746821Kei Masumoto2011-04-052-12/+29
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Update instances table to use instance_type_id instead of the old instance_ty...Dan Prince2011-04-0722-103/+260
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Drop extra 'None' arg from dict.get call.Dan Prince2011-04-071-1/+1
| * | | | | | | | | | Some i18n fixes to instance_types.Dan Prince2011-04-071-11/+11