summaryrefslogtreecommitdiffstats
path: root/nova/api/ec2/ec2utils.py
Commit message (Expand)AuthorAgeFilesLines
* Convert the cache key from unicode to a string.Dan Florea2013-04-301-0/+1
* Merge "Add CRUD methods for tags to the EC2 API."Jenkins2013-04-041-0/+25
|\
| * Add CRUD methods for tags to the EC2 API.Stephen Gran2013-03-281-0/+25
* | 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-251-5/+3
|\ \
| * | Remove unnecessary DB call to find EC2 AZs.Joe Gordon2013-03-211-5/+3
| |/
* | 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
| |/
* / Add caching for ec2 mapping ids.Vishvananda Ishaya2013-03-191-0/+33
|/
* Make the metadata paths use conductorDan Smith2013-02-121-2/+2
* Fix incorrect use of context objectgtt1162013-01-221-1/+2
* correcting for proper use of the word 'an'.Matt Joyce2013-01-161-1/+1
* Fix N402 for nova/apiSean Dague2013-01-081-3/+3
* Remove availability_zones from service tableJoe Gordon2013-01-081-1/+2
* Handle instances not being found in EC2 API responses.Michael Still2012-11-201-1/+3
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+0
* Remove nova.flagsMark McLoughlin2012-11-171-1/+1
* Decouple EC2 API from using instance idMotoKen2012-11-071-4/+0
* Merge "Switch from FLAGS to CONF in nova.api"Jenkins2012-11-061-2/+0
|\
| * Switch from FLAGS to CONF in nova.apiMark McLoughlin2012-11-041-2/+0
* | Use uuidutils.is_uuid_like for uuid validationZhongyue Luo2012-11-051-4/+4
|/
* Validates Timestamp or Expiry time in EC2 requestsSirisha Devineni2012-10-291-0/+34
* All security groups not returned to admins by default.Eoghan Glynn2012-09-141-0/+5
* Fix spelling typosJoe Gordon2012-08-161-3/+3
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Implement blueprint ec2-id-compatibilty.Yaguang Tang2012-06-281-7/+29
* Merge "moved update cache functionality to the network api"Jenkins2012-06-191-13/+7
|\
| * moved update cache functionality to the network apiTrey Morris2012-06-181-13/+7
* | Merge "Present correct ec2id format for volumes and snaps"Jenkins2012-06-151-4/+4
|\ \
| * | Present correct ec2id format for volumes and snapsJohn Griffith2012-06-151-4/+4
| |/
* / Cleanup instance_update so it only takes a UUID.Michael Still2012-06-151-0/+7
|/
* Remove instance Foreign Key in volumes table, replace with instance_uuidJohn Griffith2012-05-101-0/+4
* Fix bug 983206 : _try_convert parsing stringJoe Gordon2012-05-071-24/+11
* Convert Volume and Snapshot IDs to use UUIDJohn Griffith2012-05-021-8/+62
* Refactor glance id<->internal id conversion for s3Maru Newby2012-03-131-0/+26
* Handle case where instance['info_cache'] is NoneChris Behrens2012-02-281-1/+2
* Remove network_api fallback for info_cache from APIsChris Behrens2012-02-221-25/+7
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Ties quantum, melange, and nova network modelTrey Morris2012-02-011-30/+14
* Implement BP untie-nova-network-modelsJason Kölker2012-01-161-25/+59
* Cleaning up imports in nova.apiBrian Waldon2011-12-211-1/+1
* Refactor metadata code out of ec2/cloud.pyVishvananda Ishaya2011-11-171-0/+71
* Spelling fixes in nova/api commentsJoe Gordon2011-11-091-2/+2
* Creating uuid -> id mapping for S3 Image ServiceBrian Waldon2011-10-311-1/+1
* make sure kwargs are strings and not unicodeVishvananda Ishaya2011-09-211-1/+1
* block_device: introduce helper function to check swap or ephemeral deviceIsaku Yamahata2011-07-231-10/+0
* ec2utils: factor generic helper function into generic placeIsaku Yamahata2011-07-231-19/+0
* ec2utils: introduce helper function to prepend '/dev/' in mappingsIsaku Yamahata2011-06-231-0/+10
* api/ec2/image: support block device mappingIsaku Yamahata2011-06-161-0/+19