Skip to content

Commit 3d984d9

Browse files
author
Dan Brooking
committed
Adding instanceTenancy to reserved instance parser.
1 parent 3958e09 commit 3d984d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fog/aws/parsers/compute/describe_reserved_instances.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def start_element(name, attrs = [])
2626

2727
def end_element(name)
2828
case name
29-
when 'availabilityZone', 'instanceType', 'productDescription', 'reservedInstancesId', 'state', 'offeringType'
29+
when 'availabilityZone', 'instanceType', 'productDescription', 'reservedInstancesId', 'state', 'offeringType', 'instanceTenancy'
3030
@reserved_instance[name] = value
3131
when 'duration', 'instanceCount'
3232
@reserved_instance[name] = value.to_i

0 commit comments

Comments
 (0)