index
:
delta/openstack/nova.git
master
proposed/juno
proposed/kilo
stable/2023.1
stable/havana
stable/icehouse
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/nova.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nova
/
api
/
ec2
Commit message (
Expand
)
Author
Age
Files
Lines
*
delete more i18n log markers
Sean Dague
2017-03-21
2
-9
/
+6
*
Remove unnecessary code added for ec2 deprecation
yatinkarel
2016-07-20
1
-84
/
+0
*
Replace deprecated LOG.warn with LOG.warning
yatin karel
2016-07-20
1
-1
/
+1
*
Fix invalid import order
bhagyashris
2016-07-04
1
-2
/
+1
*
Partial revert of ec2 removal patch
Matt Riedemann
2016-02-19
1
-14
/
+50
*
Switch to oslo.cache lib
Davanum Srinivas
2016-02-02
1
-3
/
+3
*
Remove Deprecated EC2 and ObjectStore impl/tests
Davanum Srinivas
2016-01-08
5
-2871
/
+22
*
Fixes dict keys and items references for Python 3
Claudiu Belu
2015-12-07
2
-2
/
+2
*
Replaced deprecated timeutils methods
Gábor Antal
2015-11-18
1
-1
/
+1
*
Change 'ec2-api' stackforge url to openstack url
yangyapeng
2015-10-21
1
-2
/
+2
*
Handle neutron exception on bad floating ip create request
Matthew Treinish
2015-08-27
1
-0
/
+1
*
Merge "Use min and max on IntOpt option types"
Jenkins
2015-08-24
1
-0
/
+2
|
\
|
*
Use min and max on IntOpt option types
Eric Brown
2015-08-14
1
-0
/
+2
*
|
Simplify interface for creating snapshot of volume-backed instance
Feodor Tersin
2015-08-13
1
-15
/
+0
|
/
*
Switch to oslo.service library
Davanum Srinivas
2015-07-11
1
-1
/
+2
*
Remove openstack/common/versionutils module
Davanum Srinivas
2015-06-15
1
-1
/
+1
*
Use oslo_config choices support
Eric Brown
2015-06-01
1
-1
/
+2
*
Replace dict.iteritems() with six.iteritems(dict)
Victor Stinner
2015-05-22
1
-3
/
+3
*
Merge "Replace unicode with six.text_type"
Jenkins
2015-05-21
3
-3
/
+5
|
\
|
*
Replace unicode with six.text_type
Victor Stinner
2015-05-12
3
-3
/
+5
*
|
Replace iter.next() with next(iter)
Victor Stinner
2015-05-13
1
-1
/
+1
|
/
*
Removed variables used not in the scope that they are declared
Sergey Nikitin
2015-04-29
1
-1
/
+0
*
Merge "Deprecate Nova in tree EC2 APIs"
Jenkins
2015-03-19
1
-0
/
+8
|
\
|
*
Deprecate Nova in tree EC2 APIs
Sean Dague
2015-03-12
1
-0
/
+8
*
|
Don't add exception instance in LOG.exception
ChangBo Guo(gcb)
2015-03-09
1
-2
/
+2
|
/
*
Switch to uuidutils from oslo_utils library
Davanum Srinivas
2015-02-25
1
-1
/
+1
*
Use oslo.log
Davanum Srinivas
2015-02-22
5
-5
/
+5
*
switch LOG.audit to LOG.info
Davanum Srinivas
2015-02-22
3
-19
/
+23
*
Merge "Replace oslo-incubator with oslo_context"
Jenkins
2015-02-20
1
-1
/
+1
|
\
|
*
Replace oslo-incubator with oslo_context
Tomofumi Hayashi
2015-02-14
1
-1
/
+1
*
|
Switch nova.api.* to use instance dot notation
Davanum Srinivas
2015-02-17
2
-25
/
+26
|
/
*
Merge "Make EC2 compatible with current AWS CLI."
Jenkins
2015-02-06
1
-1
/
+1
|
\
|
*
Make EC2 compatible with current AWS CLI.
Andrey Pavlov
2015-02-03
1
-1
/
+1
*
|
Switch to using oslo_* instead of oslo.*
Davanum Srinivas
2015-02-06
5
-10
/
+10
|
/
*
Merge "Make code compatible with v4 auth and workaround webob bug."
Jenkins
2015-02-03
1
-5
/
+12
|
\
|
*
Make code compatible with v4 auth and workaround webob bug.
Andrey Pavlov
2015-02-02
1
-5
/
+12
*
|
Merge "Make ec2/cloud.py use get_instance_availability_zone() helper"
Jenkins
2015-02-02
2
-8
/
+2
|
\
\
|
|
/
|
/
|
|
*
Make ec2/cloud.py use get_instance_availability_zone() helper
Hans Lindgren
2015-01-23
2
-8
/
+2
*
|
Add flavor fields to Instance object
Dan Smith
2015-01-29
1
-2
/
+1
|
/
*
Performance: leverage dict comprehension in PEP-0274
ChangBo Guo(gcb)
2015-01-16
1
-2
/
+2
*
Merge "Fix EC2 volume attachment state at attaching stage."
Jenkins
2015-01-15
1
-4
/
+11
|
\
|
*
Fix EC2 volume attachment state at attaching stage.
Feodor Tersin
2014-11-25
1
-4
/
+11
*
|
Make ec2 auth support v4 signature format
Steven Hardy
2015-01-12
1
-6
/
+54
*
|
Reuse methods from netutils
Eugeniya Kudryashova
2014-12-29
1
-2
/
+2
*
|
use more specific error messages in ec2 keystone auth
melanie witt
2014-12-10
1
-5
/
+2
*
|
replace httplib.HTTPSConnection in EC2KeystoneAuth
melanie witt
2014-12-08
1
-15
/
+22
*
|
Use "is_neutron_security_groups" check
Andrey Kurilin
2014-12-01
1
-1
/
+2
*
|
Make network/* use Instance.get_flavor()
Dan Smith
2014-11-26
1
-2
/
+4
|
/
*
Replacement `_` on `_LW` in all LOG.warning part 2
Mike Durnosvistov
2014-11-20
2
-9
/
+10
*
Replacement `_` on `_LW` in all LOG.warning part 1
Mike Durnosvistov
2014-11-20
1
-1
/
+1
[next]