1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-26 10:03:37 +03:00

B #5716: Encrypt attributes after vm updateconf (#1741)

(cherry picked from commit 87f74e46dafbec8e188a15ccb1c8420bdb37cfed)
This commit is contained in:
Pavel Czerný 2022-02-03 15:16:30 +01:00 committed by Ruben S. Montero
parent db5058cc7b
commit 7d6627bc44
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -2986,6 +2986,8 @@ int VirtualMachine::updateconf(VirtualMachineTemplate* tmpl, string &err,
return -1;
}
encrypt();
return 0;
}