summaryrefslogtreecommitdiff
path: root/nova/api/ec2
Commit message (Expand)AuthorAgeFilesLines
* delete more i18n log markersSean Dague2017-03-212-9/+6
* Remove unnecessary code added for ec2 deprecationyatinkarel2016-07-201-84/+0
* Replace deprecated LOG.warn with LOG.warningyatin karel2016-07-201-1/+1
* Fix invalid import orderbhagyashris2016-07-041-2/+1
* Partial revert of ec2 removal patchMatt Riedemann2016-02-191-14/+50
* Switch to oslo.cache libDavanum Srinivas2016-02-021-3/+3
* Remove Deprecated EC2 and ObjectStore impl/testsDavanum Srinivas2016-01-085-2871/+22
* Fixes dict keys and items references for Python 3Claudiu Belu2015-12-072-2/+2
* Replaced deprecated timeutils methodsGábor Antal2015-11-181-1/+1
* Change 'ec2-api' stackforge url to openstack urlyangyapeng2015-10-211-2/+2
* Handle neutron exception on bad floating ip create requestMatthew Treinish2015-08-271-0/+1
* Merge "Use min and max on IntOpt option types"Jenkins2015-08-241-0/+2
|\
| * Use min and max on IntOpt option typesEric Brown2015-08-141-0/+2
* | Simplify interface for creating snapshot of volume-backed instanceFeodor Tersin2015-08-131-15/+0
|/
* Switch to oslo.service libraryDavanum Srinivas2015-07-111-1/+2
* Remove openstack/common/versionutils moduleDavanum Srinivas2015-06-151-1/+1
* Use oslo_config choices supportEric Brown2015-06-011-1/+2
* Replace dict.iteritems() with six.iteritems(dict)Victor Stinner2015-05-221-3/+3
* Merge "Replace unicode with six.text_type"Jenkins2015-05-213-3/+5
|\
| * Replace unicode with six.text_typeVictor Stinner2015-05-123-3/+5
* | 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
* Merge "Deprecate Nova in tree EC2 APIs"Jenkins2015-03-191-0/+8
|\
| * Deprecate Nova in tree EC2 APIsSean Dague2015-03-121-0/+8
* | Don't add exception instance in LOG.exceptionChangBo Guo(gcb)2015-03-091-2/+2
|/
* Switch to uuidutils from oslo_utils libraryDavanum Srinivas2015-02-251-1/+1
* Use oslo.logDavanum Srinivas2015-02-225-5/+5
* switch LOG.audit to LOG.infoDavanum Srinivas2015-02-223-19/+23
* Merge "Replace oslo-incubator with oslo_context"Jenkins2015-02-201-1/+1
|\
| * Replace oslo-incubator with oslo_contextTomofumi Hayashi2015-02-141-1/+1
* | Switch nova.api.* to use instance dot notationDavanum Srinivas2015-02-172-25/+26
|/
* Merge "Make EC2 compatible with current AWS CLI."Jenkins2015-02-061-1/+1
|\
| * Make EC2 compatible with current AWS CLI.Andrey Pavlov2015-02-031-1/+1
* | Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-065-10/+10
|/
* Merge "Make code compatible with v4 auth and workaround webob bug."Jenkins2015-02-031-5/+12
|\
| * Make code compatible with v4 auth and workaround webob bug.Andrey Pavlov2015-02-021-5/+12
* | Merge "Make ec2/cloud.py use get_instance_availability_zone() helper"Jenkins2015-02-022-8/+2
|\ \ | |/ |/|
| * Make ec2/cloud.py use get_instance_availability_zone() helperHans Lindgren2015-01-232-8/+2
* | Add flavor fields to Instance objectDan Smith2015-01-291-2/+1
|/
* Performance: leverage dict comprehension in PEP-0274ChangBo Guo(gcb)2015-01-161-2/+2
* Merge "Fix EC2 volume attachment state at attaching stage."Jenkins2015-01-151-4/+11
|\
| * Fix EC2 volume attachment state at attaching stage.Feodor Tersin2014-11-251-4/+11
* | Make ec2 auth support v4 signature formatSteven Hardy2015-01-121-6/+54
* | Reuse methods from netutilsEugeniya Kudryashova2014-12-291-2/+2
* | use more specific error messages in ec2 keystone authmelanie witt2014-12-101-5/+2
* | replace httplib.HTTPSConnection in EC2KeystoneAuthmelanie witt2014-12-081-15/+22
* | Use "is_neutron_security_groups" checkAndrey Kurilin2014-12-011-1/+2
* | Make network/* use Instance.get_flavor()Dan Smith2014-11-261-2/+4
|/
* Replacement `_` on `_LW` in all LOG.warning part 2Mike Durnosvistov2014-11-202-9/+10
* Replacement `_` on `_LW` in all LOG.warning part 1Mike Durnosvistov2014-11-201-1/+1