mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
revert alias for networkInterfaces to original
This commit is contained in:
parent
e0a80c4df9
commit
e55bf986f6
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ module Fog
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
'BlockDeviceMapping' => block_device_mapping,
|
'BlockDeviceMapping' => block_device_mapping,
|
||||||
'NetworkInterface' => network_interfaces,
|
'NetworkInterfaces' => network_interfaces,
|
||||||
'ClientToken' => client_token,
|
'ClientToken' => client_token,
|
||||||
'EbsOptimized' => ebs_optimized,
|
'EbsOptimized' => ebs_optimized,
|
||||||
'IamInstanceProfile.Arn' => @iam_instance_profile_arn,
|
'IamInstanceProfile.Arn' => @iam_instance_profile_arn,
|
||||||
|
|
Loading…
Add table
Reference in a new issue