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:
commit
6c22118fa5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module Fog
|
||||||
Fog::Logger.deprecation(
|
Fog::Logger.deprecation(
|
||||||
'The attribute #__sr is deprecated. Use #SR instead.'
|
'The attribute #__sr is deprecated. Use #SR instead.'
|
||||||
)
|
)
|
||||||
config[:SR] = config[:__sr].reference
|
config[:SR] = config[:__sr]
|
||||||
end
|
end
|
||||||
|
|
||||||
unless config[:name].nil?
|
unless config[:name].nil?
|
||||||
|
|
Loading…
Add table
Reference in a new issue