cleaning up the code a bit more
This commit is contained in:
parent
88b30a74d2
commit
ac64f3c8cf
1 changed files with 2 additions and 4 deletions
|
@ -820,8 +820,6 @@ def create_instances(module, ec2, override_count=None):
|
|||
private_ip_address=private_ip,
|
||||
groups=group_id,
|
||||
associate_public_ip_address=assign_public_ip)
|
||||
interfaces = boto.ec2.networkinterface.NetworkInterfaceCollection(interface)
|
||||
params['network_interfaces'] = interfaces
|
||||
else:
|
||||
interface = boto.ec2.networkinterface.NetworkInterfaceSpecification(
|
||||
subnet_id=vpc_subnet_id,
|
||||
|
|
Loading…
Reference in a new issue