File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10321032 "type" : JsonCfnParam ,
10331033 "default" : {},
10341034 "cfn_param_mapping" : "InstanceTypesData" ,
1035- "update_policy" : UpdatePolicy .SUPPORTED
1035+ "update_policy" : UpdatePolicy .IGNORED
10361036 }),
10371037]
10381038
Original file line number Diff line number Diff line change @@ -101,8 +101,9 @@ def __init__(
101101 self .__init_sections_from_cfn (cluster_name )
102102 else :
103103 self .__init_sections_from_file (cluster_label , self .config_parser , fail_on_file_absence )
104- # Load instance types data if present in config file
105- self .__init_additional_instance_types_data ()
104+
105+ # Load instance types data if available
106+ self .__init_additional_instance_types_data ()
106107
107108 self .__autorefresh = auto_refresh # Initialization completed
108109
You can’t perform that action at this time.
0 commit comments