Merge pull request #1287 from captainkerk/autoscaling-update-action-fix
update_auto_scaling_group method incorrectly supports LoadBalancerNames
This commit is contained in:
commit
8bf0ed697a
2 changed files with 4 additions and 5 deletions
|
|
@ -189,7 +189,6 @@ class AutoScalingResponse(BaseResponse):
|
|||
default_cooldown=self._get_int_param('DefaultCooldown'),
|
||||
health_check_period=self._get_int_param('HealthCheckGracePeriod'),
|
||||
health_check_type=self._get_param('HealthCheckType'),
|
||||
load_balancers=self._get_multi_param('LoadBalancerNames.member'),
|
||||
placement_group=self._get_param('PlacementGroup'),
|
||||
termination_policies=self._get_multi_param(
|
||||
'TerminationPolicies.member'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue