mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[Brightbox] Remove name as mandatory parameter for creating server group
This commit is contained in:
parent
3f221ba83b
commit
5cd31eb9a0
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ module Fog
|
|||
attribute :default
|
||||
|
||||
def save
|
||||
requires :name
|
||||
options = {
|
||||
:name => name,
|
||||
:description => description
|
||||
|
|
Loading…
Reference in a new issue