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