mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
comment for why US-* need to continue to exist under _REGION_TO_CONTINENT
This commit is contained in:
@@ -341,6 +341,9 @@ class Ns1Provider(BaseProvider):
|
||||
'ASIAPAC': 'AS',
|
||||
'EUROPE': 'EU',
|
||||
'SOUTH-AMERICA': 'SA',
|
||||
# continent NA has been handled as part of Geofence Country filter
|
||||
# starting from v0.9.13. These below US-* just need to continue to
|
||||
# exist here so it doesn't break the ugrade path
|
||||
'US-CENTRAL': 'NA',
|
||||
'US-EAST': 'NA',
|
||||
'US-WEST': 'NA',
|
||||
|
||||
Reference in New Issue
Block a user