mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #18949 from techhat/awsversion
Update AWS/EC2 versions to 2014-10-01
This commit is contained in:
commit
b9afe18423
@ -154,7 +154,7 @@ EC2_LOCATIONS = {
|
||||
}
|
||||
DEFAULT_LOCATION = 'us-east-1'
|
||||
|
||||
DEFAULT_EC2_API_VERSION = '2013-10-01'
|
||||
DEFAULT_EC2_API_VERSION = '2014-10-01'
|
||||
|
||||
EC2_RETRY_CODES = [
|
||||
'RequestLimitExceeded',
|
||||
|
@ -32,7 +32,7 @@ from salt.ext.six.moves.urllib.parse import urlencode, urlparse
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
DEFAULT_LOCATION = 'us-east-1'
|
||||
DEFAULT_AWS_API_VERSION = '2014-05-01'
|
||||
DEFAULT_AWS_API_VERSION = '2014-10-01'
|
||||
AWS_RETRY_CODES = [
|
||||
'RequestLimitExceeded',
|
||||
'InsufficientInstanceCapacity',
|
||||
|
Loading…
Reference in New Issue
Block a user