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

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

This commit is contained in:
Pavel Czerný 2022-02-03 15:16:30 +01:00 committed by GitHub
parent 72d3ad21d1
commit 87f74e46da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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