Support Associate Network ACL

add the new_association_id property to NetworkACL object so that the template render for replace adds the ID and the associate_network_acl receives a response
This commit is contained in:
earthmant 2015-11-23 15:16:46 +02:00
parent 32dd72f6b7
commit 4b59c6b907

View File

@ -2597,6 +2597,7 @@ class NetworkAclAssociation(object):
subnet_id, network_acl_id):
self.ec2_backend = ec2_backend
self.id = new_association_id
self.new_association_id = new_association_id
self.subnet_id = subnet_id
self.network_acl_id = network_acl_id
super(NetworkAclAssociation, self).__init__()