1
0
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:
Carlos Martín 2015-02-18 17:26:07 +01:00
parent 6eb10f95fc
commit fb31d5a24c

View File

@ -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")
{