Fix some miscapitalizations of VMware
Change-Id: I1d97e9756996b33e8d00760fc32d8777d9486e0e Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
3902a2bf28
commit
2a00fffc6d
@ -608,7 +608,7 @@ class VMwareVolumeOps(object):
|
||||
{'path': path, 'size': requested_size_in_gb})
|
||||
diskMgr = self._session.vim.service_content.virtualDiskManager
|
||||
|
||||
# VMWare API needs the capacity unit to be in KB, so convert the
|
||||
# VMware API needs the capacity unit to be in KB, so convert the
|
||||
# capacity unit from GB to KB.
|
||||
size_in_kb = requested_size_in_gb * units.Mi
|
||||
task = self._session.invoke_api(self._session.vim,
|
||||
|
@ -181,7 +181,7 @@ title=Veritas Cluster NFS Driver (NFS)
|
||||
title=Virtuozzo Storage Driver (remotefs)
|
||||
|
||||
[driver.vmware]
|
||||
title=VMWare Storage Driver (vmdk)
|
||||
title=VMware Storage Driver (vmdk)
|
||||
|
||||
[driver.win_iscsi]
|
||||
title=Windows iSCSI Driver
|
||||
|
Loading…
x
Reference in New Issue
Block a user