mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #25242 from ruzarowski/2015.8
Make SourceDestCheck flag available to network interface definition
This commit is contained in:
commit
810b1090ac
@ -1172,7 +1172,8 @@ def _create_eni_if_necessary(interface):
|
||||
params = {'SubnetId': interface['SubnetId']}
|
||||
|
||||
for k in ('Description', 'PrivateIpAddress',
|
||||
'SecondaryPrivateIpAddressCount'):
|
||||
'SecondaryPrivateIpAddressCount',
|
||||
'SourceDestCheck'):
|
||||
if k in interface:
|
||||
params[k] = interface[k]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user