Enforcing ELB security groups must be real
This commit is contained in:
parent
b512316c82
commit
6ed8d12317
5 changed files with 79 additions and 13 deletions
|
|
@ -3553,8 +3553,8 @@ class EC2Backend(BaseBackend, InstanceBackend, TagBackend, AmiBackend,
|
|||
DHCPOptionsSetBackend, NetworkAclBackend, VpnGatewayBackend,
|
||||
CustomerGatewayBackend, NatGatewayBackend):
|
||||
def __init__(self, region_name):
|
||||
super(EC2Backend, self).__init__()
|
||||
self.region_name = region_name
|
||||
super(EC2Backend, self).__init__()
|
||||
|
||||
# Default VPC exists by default, which is the current behavior
|
||||
# of EC2-VPC. See for detail:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue