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:
parent
85a676e959
commit
b7fda37436
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user