mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Updates the ENI with desired settings
This commit is contained in:
parent
623cb10650
commit
9637dcce83
@ -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']))
|
||||
|
Loading…
Reference in New Issue
Block a user