Cleanup the default region backends.
This commit is contained in:
parent
2a61ef6f91
commit
1f8253a1a1
12 changed files with 17 additions and 18 deletions
|
|
@ -101,5 +101,3 @@ class CloudFormationBackend(BaseBackend):
|
|||
cloudformation_backends = {}
|
||||
for region in boto.cloudformation.regions():
|
||||
cloudformation_backends[region.name] = CloudFormationBackend()
|
||||
|
||||
cloudformation_backend = cloudformation_backends['us-east-1']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue