mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-14 01:57:24 +03:00
parent
da33a89513
commit
3008f8ab69
@ -3646,7 +3646,7 @@ void VirtualMachineUpdateConf::request_execute(
|
||||
{
|
||||
string aname;
|
||||
|
||||
if ( vm->check_restricted(aname, uc_tmpl.get(), update_type == 1) )
|
||||
if ( vm->check_restricted(aname, uc_tmpl.get(), true) )
|
||||
{
|
||||
att.resp_msg = "Template includes a restricted attribute " + aname;
|
||||
failure_response(AUTHORIZATION, att);
|
||||
|
Loading…
x
Reference in New Issue
Block a user