Fix update_auto_scaling_group. Closes #596.
This commit is contained in:
parent
d82d64b8bd
commit
c308ef4364
2 changed files with 24 additions and 3 deletions
|
|
@ -221,8 +221,9 @@ class FakeAutoScalingGroup(object):
|
|||
self.max_size = max_size
|
||||
self.min_size = min_size
|
||||
|
||||
self.launch_config = self.autoscaling_backend.launch_configurations[launch_config_name]
|
||||
self.launch_config_name = launch_config_name
|
||||
if launch_config_name:
|
||||
self.launch_config = self.autoscaling_backend.launch_configurations[launch_config_name]
|
||||
self.launch_config_name = launch_config_name
|
||||
self.vpc_zone_identifier = vpc_zone_identifier
|
||||
self.health_check_period = health_check_period
|
||||
self.health_check_type = health_check_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue