1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

changed domain by deploy_id in the vmm driver xml

This commit is contained in:
Javi Fontan 2011-11-16 19:05:16 +01:00
parent 85a676e959
commit b7fda37436

View File

@ -274,11 +274,11 @@ string * VirtualMachineManager::format_message(
if (!domain.empty())
{
oss << "<DOMAIN>" << domain << "</DOMAIN>";
oss << "<DEPLOY_ID>" << domain << "</DEPLOY_ID>";
}
else
{
oss << "<DOMAIN/>";
oss << "<DEPLOY_ID/>";
}
if (!ldfile.empty())