Remove powervm from inspector doc

powervm class is undefined.

Change-Id: Id935795f4464470c642a3f9c2119b96c007b3dd2
This commit is contained in:
jimmygc 2017-04-21 14:22:47 +08:00
parent 910140d535
commit aa357dea2e
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ OPTS = [
cfg.StrOpt('hypervisor_inspector',
default='libvirt',
help='Inspector to use for inspecting the hypervisor layer. '
'Known inspectors are libvirt, hyperv, vsphere, xenapi '
'and powervm.'),
'Known inspectors are libvirt, hyperv, vsphere '
'and xenapi.'),
]