summaryrefslogtreecommitdiff
path: root/nova/api/ec2/ec2utils.py
Commit message (Expand)AuthorAgeFilesLines
* ec2: Move ec2utils functions to their callersStephen Finucane2019-09-271-129/+0
* ec2: Pre-move cleanup of utilsStephen Finucane2019-07-101-8/+3
* ec2: Remove unused functions from 'ec2utils'Stephen Finucane2019-07-101-331/+0
* hacking: Resolve W605 (invalid escape sequence)Stephen Finucane2019-06-241-2/+2
* delete more i18n log markersSean Dague2017-03-211-2/+1
* Switch to oslo.cache libDavanum Srinivas2016-02-021-3/+3
* Merge "Replace unicode with six.text_type"Jenkins2015-05-211-1/+2
|\
| * Replace unicode with six.text_typeVictor Stinner2015-05-121-1/+2
* | Replace iter.next() with next(iter)Victor Stinner2015-05-131-1/+1
|/
* Removed variables used not in the scope that they are declaredSergey Nikitin2015-04-291-1/+0
* Switch to uuidutils from oslo_utils libraryDavanum Srinivas2015-02-251-1/+1
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* switch LOG.audit to LOG.infoDavanum Srinivas2015-02-221-1/+2
* Switch nova.api.* to use instance dot notationDavanum Srinivas2015-02-171-1/+1
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* Make ec2/cloud.py use get_instance_availability_zone() helperHans Lindgren2015-01-231-6/+0
* Performance: leverage dict comprehension in PEP-0274ChangBo Guo(gcb)2015-01-161-2/+2
* Use oslo.utilsDavanum Srinivas2014-10-061-1/+2
* ec2: Use S3ImageMapping objectRussell Bryant2014-08-141-4/+5
* Get EC2 snapshot mappings with nova objectRussell Bryant2014-08-141-2/+4
* Use EC2SnapshotMapping for creating mappingsRussell Bryant2014-08-141-1/+3
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Fix rest of API objects usageChris Behrens2014-06-281-7/+7
* Rename VolumeMapping to EC2VolumeMappingRussell Bryant2014-06-171-4/+4
* ec2: Convert to use EC2InstanceMapping objectRussell Bryant2014-06-171-3/+8
* Fix api direct use of instance module objectsChris Behrens2014-06-031-2/+2
* [EC2]Correct the return status of attaching volumeliu-sheng2014-05-231-0/+18
* Merge "ec2utils: Use VolumeMapping object"Jenkins2014-05-021-2/+4
|\
| * ec2utils: Use VolumeMapping objectRussell Bryant2014-04-241-2/+4
* | Merge "ec2: create volume mapping using nova object"Jenkins2014-05-021-1/+5
|\ \ | |/
| * ec2: create volume mapping using nova objectRussell Bryant2014-04-241-1/+5
* | DescribeInstances in ec2 shows wrong image-messagewingwj2014-04-231-1/+3
|/
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Make ec2 use Flavor objectDan Smith2013-12-161-3/+3
* xeanpi: pass network_info to generate_configdriveJohn Garbutt2013-10-111-2/+3
* Merge "Support EC2 API wildcards for DescribeTags filters"Jenkins2013-08-221-0/+27
|\
| * Support EC2 API wildcards for DescribeTags filtersBurt Holzman2013-07-261-0/+27
* | Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
|/
* Make InfoCache.network_info be the network modelChris Behrens2013-07-221-6/+12
* 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