1
0
Fork 0
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:
Andrew Stangl 2014-03-01 15:17:09 +00:00
parent e0a80c4df9
commit e55bf986f6

View file

@ -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,