mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
(cherry picked from commit 826485c67a4464386facb1e36492f401f5c651fc)
This commit is contained in:
parent
c649213923
commit
79da5d31d1
@ -185,7 +185,7 @@ Request::ErrorCode VMTemplateClone::clone(int source_id, const string &name,
|
||||
oss << name << "-disk-" << ndisk;
|
||||
|
||||
ec = img_clone.request_execute(img_id, oss.str(), -1,
|
||||
true, new_img_id, img_att);
|
||||
false, new_img_id, img_att);
|
||||
|
||||
if ( ec != SUCCESS)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user