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

Feature #2435 #2092: Add HYBRID=YES to ec2 probes

This commit is contained in:
Carlos Martín 2013-11-20 17:33:19 +01:00 committed by Javi Fontan
parent 9a640258b9
commit e3ff1ac253

View File

@ -306,6 +306,7 @@ class EC2Driver
}
host_info = "HYPERVISOR=ec2\n"
host_info << "HYBRID=YES\n"
host_info << "TOTALMEMORY=#{totalmemory.round}\n"
host_info << "TOTALCPU=#{totalcpu}\n"
host_info << "CPUSPEED=1000\n"