diff --git a/fuel_health/config.py b/fuel_health/config.py index 19d32970..8632ab61 100644 --- a/fuel_health/config.py +++ b/fuel_health/config.py @@ -206,6 +206,9 @@ ComputeGroup = [ cfg.StrOpt('libvirt_type', default='qemu', help="Type of hypervisor to use."), + cfg.BoolOpt('use_vcenter', + default=False, + help="Usage of vCenter"), ]