From 88572ba435debf89cf8bea1528a0323d0c6ed1c0 Mon Sep 17 00:00:00 2001 From: Rusty Geldmacher Date: Sat, 10 Mar 2012 14:22:35 -0500 Subject: [PATCH] Added PrivateIpAddress to the list of valid parameters for instance creation --- lib/fog/aws/models/compute/server.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fog/aws/models/compute/server.rb b/lib/fog/aws/models/compute/server.rb index 79c4cfd39..586c125af 100644 --- a/lib/fog/aws/models/compute/server.rb +++ b/lib/fog/aws/models/compute/server.rb @@ -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,