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

Feature #2911: Add PUBLIC CLOUD to vCenter hosts

This commit is contained in:
Tino Vazquez 2014-09-19 12:37:26 +02:00
parent 89eb429922
commit d69a1aab35

View File

@ -173,6 +173,7 @@ class VCenterHost < ::OpenNebula::Host
# System
str_info << "HYPERVISOR=vcenter\n"
str_info << "PUBLIC_CLOUD=YES\n"
str_info << "TOTALHOST=" << summary.numHosts.to_s << "\n"
str_info << "AVAILHOST=" << summary.numEffectiveHosts.to_s << "\n"