summaryrefslogtreecommitdiffstats
path: root/nova/api/ec2
Commit message (Expand)AuthorAgeFilesLines
* Fix orphaned instance from get_by_uuid() and _from_db_object()Dan Smith2013-06-221-2/+1
* Remove trivial cases of unused variables (1)Stanislaw Pitucha2013-06-131-3/+1
* Fix and enable H403 testsDirk Mueller2013-06-122-4/+8
* Merge "Use Instance Objects for Start/Stop"Jenkins2013-06-121-6/+24
|\
| * Use Instance Objects for Start/StopDan Smith2013-06-071-6/+24
* | Rename functions in nova.compute.flavors from instance_typeJoe Gordon2013-06-111-2/+2
* | DB migration to the new BDM data formatNikola Dipanov2013-06-101-2/+3
|/
* Improve Python 3.x compatibilityDirk Mueller2013-06-011-1/+1
* Merge "Use prettyxml output"Jenkins2013-05-221-0/+4
|\
| * Use prettyxml outputJoe Gordon2013-05-161-0/+4
* | Merge "Don't raise unnecessary stack traces in EC2 API"Jenkins2013-05-181-2/+0
|\ \
| * | Don't raise unnecessary stack traces in EC2 APIJoe Gordon2013-05-161-2/+0
| |/
* | Merge "Remove usage of locals() for formatting from nova.api.*"Jenkins2013-05-173-26/+34
|\ \ | |/ |/|
| * Remove usage of locals() for formatting from nova.api.*Boris Pavlovic2013-05-183-26/+34
* | Merge "Refactor nova.volume.cinder.API to reduce roundtrips with Cinder"Jenkins2013-05-151-6/+4
|\ \ | |/ |/|
| * Refactor nova.volume.cinder.API to reduce roundtrips with CinderOleg Bondarev2013-05-141-6/+4
* | Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-071-3/+3
* | Merge "Fix EC2 instance bdm response"Jenkins2013-05-031-2/+2
|\ \
| * | Fix EC2 instance bdm responseMotoKen2013-05-011-2/+2
* | | Convert the cache key from unicode to a string.Dan Florea2013-04-301-0/+1
|/ /
* | ec2 CreateVolumes/DescribeVolumes status mappingChris Yeoh2013-04-221-1/+6
* | Fix ec2 CreateVolumes/DescribeVolumes statusChris Yeoh2013-04-191-8/+0
|/
* Merge "Add CRUD methods for tags to the EC2 API."Jenkins2013-04-042-0/+160
|\
| * Add CRUD methods for tags to the EC2 API.Stephen Gran2013-03-282-0/+160
* | Merge "Accepts aws-sdk-java timestamp format"Jenkins2013-04-011-4/+14
|\ \ | |/ |/|
| * Accepts aws-sdk-java timestamp formatMotoKen2013-03-291-4/+14
* | Merge "Remove unnecessary DB call to find EC2 AZs."Jenkins2013-03-252-7/+4
|\ \
| * | Remove unnecessary DB call to find EC2 AZs.Joe Gordon2013-03-212-7/+4
| |/
* | Merge "Remove outdated try except block in ec2 code"Jenkins2013-03-231-6/+1
|\ \
| * | Remove outdated try except block in ec2 codeJoe Gordon2013-03-211-6/+1
| |/
* | Merge "Change arguments to volume_detach()"Jenkins2013-03-221-1/+11
|\ \
| * | Change arguments to volume_detach()Chris Behrens2013-03-201-1/+11
| |/
* / Add caching for ec2 mapping ids.Vishvananda Ishaya2013-03-191-0/+33
|/
* Remove uses of instance['instance_type'] from nova/apiDan Smith2013-03-081-4/+2
* Standarize ip validation along the codeMauro S. M. Rodrigues2013-03-051-1/+1
* Merge "Switch to using memorycache from oslo."Jenkins2013-03-021-1/+1
|\
| * Switch to using memorycache from oslo.Vishvananda Ishaya2013-03-011-1/+1
* | Remove pylint errors for undefined GroupException membersAaron Rosen2013-03-011-4/+4
|/
* ec2 _format_security_group() accesses db when using quantum_driverAaron Rosen2013-02-271-3/+11
* Add missing ec2 security group quantum mixinAaron Rosen2013-02-211-0/+10
* Make nova security groups more pluggableAaron Rosen2013-02-201-4/+14
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-193-3/+4
* Make the metadata paths use conductorDan Smith2013-02-121-2/+2
* Merge "Fixes 'not in' operator usage"Jenkins2013-01-311-4/+4
|\
| * Fixes 'not in' operator usageZhongyue Luo2013-01-311-4/+4
* | Merge "Pass parameter 'filter' back to model layer"Jenkins2013-01-311-1/+5
|\ \
| * | Pass parameter 'filter' back to model layerStephen Gran2013-01-291-1/+5
| |/
* / Fixes "is not" usageZhongyue Luo2013-01-311-1/+1
|/
* Adding REST API to show all availability zones of an regionzhiyanliu2013-01-231-25/+4
* Fix incorrect use of context objectgtt1162013-01-221-1/+2