Skip to content

Commit a4fd967

Browse files
Sean Smithsean-smith
Sean Smith
authored andcommitted
Remove unsupported regions from cfncluster configure
Signed-off-by: Sean Smith <[email protected]>
1 parent 39d830a commit a4fd967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cfncluster/easyconfig.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from . import cfnconfig
2626

2727
logger = logging.getLogger('cfncluster.cfncluster')
28-
unsupported_regions = ['ap-northeast-3']
28+
unsupported_regions = ['ap-northeast-3', 'cn-north-1', 'cn-northwest-1']
2929

3030
def prompt(prompt, default_value=None, hidden=False, options=None):
3131
if hidden and default_value is not None:

0 commit comments

Comments
 (0)