Cleanup the default region backends.
This commit is contained in:
parent
2a61ef6f91
commit
1f8253a1a1
12 changed files with 17 additions and 18 deletions
|
|
@ -359,6 +359,3 @@ class AutoScalingBackend(BaseBackend):
|
|||
autoscaling_backends = {}
|
||||
for region, ec2_backend in ec2_backends.items():
|
||||
autoscaling_backends[region] = AutoScalingBackend(ec2_backend)
|
||||
|
||||
autoscaling_backend = autoscaling_backends['us-east-1']
|
||||
default_autoscaling_backend = autoscaling_backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue