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

development: Scheduler. Do not replace template when updating sched information

This commit is contained in:
Ruben S. Montero 2018-11-07 16:18:32 +01:00
parent 94f26ce0f2
commit 91133716a4

View File

@ -225,7 +225,7 @@ int VirtualMachinePoolXML::update(int vid, const string &st) const
try
{
client->call("one.vm.update", "is", &result, vid, st.c_str());
client->call("one.vm.update", "isi", &result, vid, st.c_str(), 1);
}
catch (exception const& e)
{