From 3d984d9a6c918184e89534246da9dc107f924a6f Mon Sep 17 00:00:00 2001 From: Dan Brooking Date: Mon, 27 Apr 2015 14:02:23 -0400 Subject: [PATCH] Adding instanceTenancy to reserved instance parser. --- lib/fog/aws/parsers/compute/describe_reserved_instances.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/aws/parsers/compute/describe_reserved_instances.rb b/lib/fog/aws/parsers/compute/describe_reserved_instances.rb index 3546abf66..d1ad6add0 100644 --- a/lib/fog/aws/parsers/compute/describe_reserved_instances.rb +++ b/lib/fog/aws/parsers/compute/describe_reserved_instances.rb @@ -26,7 +26,7 @@ module Fog def end_element(name) case name - when 'availabilityZone', 'instanceType', 'productDescription', 'reservedInstancesId', 'state', 'offeringType' + when 'availabilityZone', 'instanceType', 'productDescription', 'reservedInstancesId', 'state', 'offeringType', 'instanceTenancy' @reserved_instance[name] = value when 'duration', 'instanceCount' @reserved_instance[name] = value.to_i