From 2a00fffc6d16038842f54652d6d3154b7cfc7260 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Thu, 7 Feb 2019 13:28:16 -0600 Subject: [PATCH] Fix some miscapitalizations of VMware Change-Id: I1d97e9756996b33e8d00760fc32d8777d9486e0e Signed-off-by: Sean McGinnis --- cinder/volume/drivers/vmware/volumeops.py | 2 +- doc/source/reference/support-matrix.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cinder/volume/drivers/vmware/volumeops.py b/cinder/volume/drivers/vmware/volumeops.py index 914cefdcf25..7837c7eb41e 100644 --- a/cinder/volume/drivers/vmware/volumeops.py +++ b/cinder/volume/drivers/vmware/volumeops.py @@ -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, diff --git a/doc/source/reference/support-matrix.ini b/doc/source/reference/support-matrix.ini index 1eeffbcab29..961691dc662 100644 --- a/doc/source/reference/support-matrix.ini +++ b/doc/source/reference/support-matrix.ini @@ -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