Merge "Use choices for hypervisor_inspector option"
This commit is contained in:
commit
ef7623e2ac
@ -27,6 +27,7 @@ from ceilometer.i18n import _
|
||||
OPTS = [
|
||||
cfg.StrOpt('hypervisor_inspector',
|
||||
default='libvirt',
|
||||
choices=('hyperv', 'libvirt', 'vmware', 'xenapi'),
|
||||
help='Inspector to use for inspecting the hypervisor layer.'),
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user