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:
parent
cfd96c6cc5
commit
1a7c15cbe3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue