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

Removing duplicates from reservation's groupSet

This commit is contained in:
Artem 2012-01-30 17:44:08 -08:00
parent cfd96c6cc5
commit 1a7c15cbe3

View file

@ -46,7 +46,7 @@ module Fog
when 'groupId', 'groupName'
case @context.last
when 'groupSet'
@reservation['groupSet'] << value
@reservation['groupSet'] << value if @context.first != "instancesSet"
when 'placement'
@instance['placement'][name] = value
end