1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

feature #2435 #2092: Bug in VirtualMachine::get_hybrid_hypervisors

This commit is contained in:
Carlos Martín 2013-11-20 17:22:34 +01:00 committed by Javi Fontan
parent 637f1dbbd2
commit 558ae42fb9

View File

@ -3705,6 +3705,7 @@ vector<string> VirtualMachine::get_hybrid_hypervisors() const
// Compatibility with old templates
attrs.clear();
user_obj_template->get("EC2", attrs);
if (!attrs.empty())