add ap-southeast-3 zone (#4688)
This commit is contained in:
parent
6ae7c54607
commit
cf2461a14e
@ -1940,6 +1940,7 @@ class RegionsAndZonesBackend(object):
|
||||
"ap-south-1",
|
||||
"ap-southeast-1",
|
||||
"ap-southeast-2",
|
||||
"ap-southeast-3",
|
||||
"ca-central-1",
|
||||
"eu-central-1",
|
||||
"eu-north-1",
|
||||
@ -2110,6 +2111,23 @@ class RegionsAndZonesBackend(object):
|
||||
zone_id="apse2-az2",
|
||||
),
|
||||
],
|
||||
"ap-southeast-3": [
|
||||
Zone(
|
||||
region_name="ap-southeast-3",
|
||||
name="ap-southeast-3a",
|
||||
zone_id="apse3-az1",
|
||||
),
|
||||
Zone(
|
||||
region_name="ap-southeast-3",
|
||||
name="ap-southeast-3b",
|
||||
zone_id="apse3-az2",
|
||||
),
|
||||
Zone(
|
||||
region_name="ap-southeast-3",
|
||||
name="ap-southeast-3c",
|
||||
zone_id="apse3-az3",
|
||||
),
|
||||
],
|
||||
"eu-central-1": [
|
||||
Zone(region_name="eu-central-1", name="eu-central-1a", zone_id="euc1-az2"),
|
||||
Zone(region_name="eu-central-1", name="eu-central-1b", zone_id="euc1-az3"),
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -225,6 +225,11 @@ template = {
|
||||
"32": EXAMPLE_AMI_ID,
|
||||
"64": EXAMPLE_AMI_ID2,
|
||||
},
|
||||
"ap-southeast-3": {
|
||||
"64HVM": "NOT_YET_SUPPORTED",
|
||||
"32": EXAMPLE_AMI_ID,
|
||||
"64": EXAMPLE_AMI_ID2,
|
||||
},
|
||||
"us-west-2": {
|
||||
"64HVM": "NOT_YET_SUPPORTED",
|
||||
"32": EXAMPLE_AMI_ID,
|
||||
|
@ -265,6 +265,7 @@ template = {
|
||||
"RegionMap": {
|
||||
"ap-southeast-1": {"AMI": EXAMPLE_AMI_ID},
|
||||
"ap-southeast-2": {"AMI": EXAMPLE_AMI_ID},
|
||||
"ap-southeast-3": {"AMI": EXAMPLE_AMI_ID},
|
||||
"us-west-2": {"AMI": EXAMPLE_AMI_ID},
|
||||
"us-east-1": {"AMI": EXAMPLE_AMI_ID},
|
||||
"ap-northeast-1": {"AMI": EXAMPLE_AMI_ID},
|
||||
|
Loading…
Reference in New Issue
Block a user