1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-12 21:57:23 +03:00

B #5096: fix minor bug with CPU_MODEL (#979)

This commit is contained in:
Alejandro Huertas Herrero 2021-03-16 10:55:14 +01:00 committed by GitHub
parent cbf94db3fe
commit 051b36e0d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -284,6 +284,8 @@ unique_ptr<VirtualMachineTemplate> VirtualMachineTemplate::get_updateconf_templa
copy_vector_values(this, conf_tmpl.get(), "RAW");
copy_vector_values(this, conf_tmpl.get(), "CPU_MODEL");
const VectorAttribute * context = get("CONTEXT");
if ( context != 0 )