1
0
Fork 0
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:
Wesley Beary 2011-10-11 16:52:27 -07:00
commit 1901b68667

View file

@ -27,6 +27,7 @@ module Fog
def initialize(attributes={})
@connection = attributes[:connection]
attributes[:metadata] = {}
super
end