mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Added PrivateIpAddress to the list of valid parameters for instance creation
This commit is contained in:
parent
946707a264
commit
88572ba435
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ module Fog
|
|||
'Placement.AvailabilityZone' => availability_zone,
|
||||
'Placement.GroupName' => placement_group,
|
||||
'Placement.Tenancy' => tenancy,
|
||||
'PrivateIpAddress' => private_ip_address,
|
||||
'RamdiskId' => ramdisk_id,
|
||||
'SecurityGroup' => groups,
|
||||
'SecurityGroupId' => security_group_ids,
|
||||
|
|
Loading…
Reference in a new issue