mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
AWS Sydney region support. Requires patch for https://issues.apache.org/jira/browse/LIBCLOUD-264
This commit is contained in:
parent
58973bee8f
commit
c1c5189b7e
@ -76,6 +76,7 @@ def __virtual__():
|
||||
EC2_LOCATIONS = {
|
||||
'ap-northeast-1': Provider.EC2_AP_NORTHEAST,
|
||||
'ap-southeast-1': Provider.EC2_AP_SOUTHEAST,
|
||||
'ap-southeast-2': Provider.EC2_AP_SOUTHEAST2,
|
||||
'eu-west-1': Provider.EC2_EU_WEST,
|
||||
'sa-east-1': Provider.EC2_SA_EAST,
|
||||
'us-east-1': Provider.EC2_US_EAST,
|
||||
|
Loading…
Reference in New Issue
Block a user