1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge branch 'leehuffman'

This commit is contained in:
geemus 2011-08-25 11:10:19 -05:00
commit d8c55ee185

View file

@ -102,6 +102,7 @@ module Fog
end
options['username'] = username
options['hostname'] = hostname if @hostname
data = connection.create_block(flavor_id, image_id, options)
merge_attributes(data.body)
true