Replace 'vmware' with 'vsphere'

To keep up with the entry_point.

Change-Id: Ie850dbd8d335b431fba93d7c13be7c4a79de2a97
This commit is contained in:
ZTE-SuZhengwei 2016-10-14 11:41:47 +08:00 committed by Julien Danjou
parent 05e41ab764
commit e769bb5c22
1 changed files with 1 additions and 1 deletions

View File

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