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

Merge pull request #3471 from kongslund/master

[Xenserver] Fix Xenserver VDI creation, take two
This commit is contained in:
Paulo Henrique Lopes Ribeiro 2015-03-05 09:35:51 -03:00
commit 6c22118fa5

View file

@ -25,7 +25,7 @@ module Fog
Fog::Logger.deprecation(
'The attribute #__sr is deprecated. Use #SR instead.'
)
config[:SR] = config[:__sr].reference
config[:SR] = config[:__sr]
end
unless config[:name].nil?