Commit graph

6 commits

Author SHA1 Message Date
Dennis Conrad
0254cbad9a Fix for existing ENIs w/ multiple security groups
Do a sorted comparison of the list of security groups supplied via `module.params.get('security_groups')` and the list of security groups fetched via `get_sec_group_list(eni.groups)`.  This fixes an incorrect "The specified address is already in use" error if the order of security groups in those lists differ.
2016-12-08 11:33:58 -05:00
Toshio Kuratomi
5bd1bcaa2d Don't raise or catch StandardError in amazon modules 2016-12-08 11:33:36 -05:00
Evan Carter
edfe99b5ce fixing hang after creation 2016-12-08 11:33:17 -05:00
Bret Martin
bb9109ebca Only wait for ENI attachment at creation when instance_id is specified 2016-12-08 11:33:17 -05:00
Brian Coca
c73d248ba6 monior docfixes added extensino to vsphere_copy so it actually installs 2016-12-08 11:32:52 -05:00
whiter
cc47adbc03 New module - ec2_eni 2016-12-08 11:32:52 -05:00