mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #719 from aia/groupset
Removing duplicates from reservation's groupSet
This commit is contained in:
commit
fdcc2a12de
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…
Add table
Reference in a new issue