mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
Feature #1118: Undo lowercase type names
This commit is contained in:
parent
6eb10f95fc
commit
fb31d5a24c
@ -539,7 +539,7 @@ int LibVirtDriver::deployment_description_kvm(
|
||||
<< "\t\t\t</auth>" << endl;
|
||||
}
|
||||
}
|
||||
else if ( type == "sheepdog" || type == "sheepdog_cdrom" )
|
||||
else if ( type == "SHEEPDOG" || type == "SHEEPDOG_CDROM" )
|
||||
{
|
||||
if (type == "SHEEPDOG")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user