Updates the ENI with desired settings

This commit is contained in:
Bret Palsson 2014-05-06 18:57:13 +00:00
parent 623cb10650
commit 9637dcce83

View File

@ -1780,6 +1780,9 @@ def create(vm_=None, call=None):
instance_id=instance_id, call='action', location=location
)
if network_interfaces:
_update_enis(network_interfaces, data)
# At this point, the node is created and tagged, and now needs to be
# bootstrapped, once the necessary port is available.
log.info('Created node {0}'.format(vm_['name']))