mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #558 from xtoddx/osmeta
[OpenStack|compute] default metadata to empy hash
This commit is contained in:
commit
1901b68667
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ module Fog
|
|||
|
||||
def initialize(attributes={})
|
||||
@connection = attributes[:connection]
|
||||
attributes[:metadata] = {}
|
||||
super
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue