summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Chen <xuchenx@gmail.com>2013-03-03 23:00:51 -0800
committerSean Chen <xuchenx@gmail.com>2013-03-04 21:46:23 -0800
commit8cafe0d0ea42ce7d722d8a48371cc560d458b14e (patch)
tree51203e1e06ab4094f03f0de762481d6228612f22
parent587e03962f99300c089a1fe99aef567931a4c8ea (diff)
downloadnova-8cafe0d0ea42ce7d722d8a48371cc560d458b14e.tar.gz
nova-8cafe0d0ea42ce7d722d8a48371cc560d458b14e.tar.xz
nova-8cafe0d0ea42ce7d722d8a48371cc560d458b14e.zip
Rename VMWare to VMware
DocImpact VMware compute drivers include VMwareESXDriver and VMwareVCDriver Change-Id: I2e02560831fbac254d6daf2cb8fbe2c80568ba3a
-rw-r--r--README.rst2
-rwxr-xr-xnova/virt/driver.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 43f6b9d51..8e50b4584 100644
--- a/README.rst
+++ b/README.rst
@@ -3,7 +3,7 @@ OpenStack Nova README
OpenStack Nova provides a cloud computing fabric controller,
supporting a wide variety of virtualization technologies,
-including KVM, Xen, LXC, VMWare, and more. In addition to
+including KVM, Xen, LXC, VMware, and more. In addition to
its native API, it includes compatibility with the commonly
encountered Amazon EC2 and S3 APIs.
diff --git a/nova/virt/driver.py b/nova/virt/driver.py
index bc53aa88a..11c65519c 100755
--- a/nova/virt/driver.py
+++ b/nova/virt/driver.py
@@ -36,7 +36,7 @@ driver_opts = [
help='Driver to use for controlling virtualization. Options '
'include: libvirt.LibvirtDriver, xenapi.XenAPIDriver, '
'fake.FakeDriver, baremetal.BareMetalDriver, '
- 'vmwareapi.VMWareESXDriver'),
+ 'vmwareapi.VMwareESXDriver, vmwareapi.VMwareVCDriver'),
cfg.StrOpt('default_ephemeral_format',
default=None,
help='The default format an ephemeral_volume will be '