]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
VMware: Fix invalid product name
authorVipin Balachandran <vbala@vmware.com>
Thu, 13 Aug 2015 13:29:30 +0000 (18:59 +0530)
committerVipin Balachandran <vbala@vmware.com>
Fri, 11 Sep 2015 08:27:02 +0000 (13:57 +0530)
commitf06001accc0bdee6e5eacd1407c192d63c828606
treed103c8e0bcefb8fd0b60e3f5ca4094804c01252f
parentccd1692325c1b2681d8552bc4b2551100ad793df
VMware: Fix invalid product name

The VMDK driver configuration uses invalid product name "VC"
instead of "vCenter". This patch replaces "VC" with "vCenter"
in help messages and code documentation. This change is
consistent with the rest of driver documentation.

DocImpact
  Replaced "VC" with "vCenter" in driver config option help
  messages

Closes-Bug: #1494636
Change-Id: I0b93d2e25d68ea05a694e04dcf6717065f315c16
cinder/tests/unit/test_vmware_vmdk.py
cinder/volume/drivers/vmware/vmdk.py