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
1 changed files with 1 additions and 1 deletions

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?