Fix Osaka region problem (#3751)
This commit is contained in:
parent
b6cb286b1c
commit
ac0b4bbcf7
@ -1778,9 +1778,19 @@ class RegionsAndZonesBackend(object):
|
||||
"ap-northeast-3": [
|
||||
Zone(
|
||||
region_name="ap-northeast-3",
|
||||
name="ap-northeast-2a",
|
||||
name="ap-northeast-3a",
|
||||
zone_id="apne3-az1",
|
||||
)
|
||||
),
|
||||
Zone(
|
||||
region_name="ap-northeast-3",
|
||||
name="ap-northeast-3b",
|
||||
zone_id="apne3-az2",
|
||||
),
|
||||
Zone(
|
||||
region_name="ap-northeast-3",
|
||||
name="ap-northeast-3c",
|
||||
zone_id="apne3-az3",
|
||||
),
|
||||
],
|
||||
"ap-northeast-2": [
|
||||
Zone(
|
||||
@ -1788,11 +1798,21 @@ class RegionsAndZonesBackend(object):
|
||||
name="ap-northeast-2a",
|
||||
zone_id="apne2-az1",
|
||||
),
|
||||
Zone(
|
||||
region_name="ap-northeast-2",
|
||||
name="ap-northeast-2b",
|
||||
zone_id="apne2-az2",
|
||||
),
|
||||
Zone(
|
||||
region_name="ap-northeast-2",
|
||||
name="ap-northeast-2c",
|
||||
zone_id="apne2-az3",
|
||||
),
|
||||
Zone(
|
||||
region_name="ap-northeast-2",
|
||||
name="ap-northeast-2d",
|
||||
zone_id="apne2-az4",
|
||||
),
|
||||
],
|
||||
"ap-northeast-1": [
|
||||
Zone(
|
||||
|
Loading…
Reference in New Issue
Block a user