cleaning up the code a bit more

This commit is contained in:
evanccopengeo 2014-04-15 18:16:34 -04:00
parent 88b30a74d2
commit ac64f3c8cf

View file

@ -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,