1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

correction in zone parser for private elements

This commit is contained in:
solud 2015-07-17 16:58:49 -07:00
parent 4afe8a829d
commit e5cb2faaa3

View file

@ -17,7 +17,7 @@ module Fog
case name case name
when 'Id' when 'Id'
@hosted_zone[name]= value.sub('/hostedzone/', '') @hosted_zone[name]= value.sub('/hostedzone/', '')
when 'Name', 'CallerReference', 'Comment' when 'Name', 'CallerReference', 'Comment', 'PrivateZone', 'Config', 'ResourceRecordSetCount'
@hosted_zone[name]= value @hosted_zone[name]= value
when 'HostedZone' when 'HostedZone'
@response['HostedZone'] = @hosted_zone @response['HostedZone'] = @hosted_zone