1
0
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:
Sham
2021-06-24 11:29:34 -07:00
parent 2c72f840c1
commit e55da245d9

View File

@@ -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',