From 8cafe0d0ea42ce7d722d8a48371cc560d458b14e Mon Sep 17 00:00:00 2001 From: Sean Chen Date: Sun, 3 Mar 2013 23:00:51 -0800 Subject: [PATCH] Rename VMWare to VMware DocImpact VMware compute drivers include VMwareESXDriver and VMwareVCDriver Change-Id: I2e02560831fbac254d6daf2cb8fbe2c80568ba3a --- README.rst | 2 +- nova/virt/driver.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 43f6b9d51fb8..8e50b4584b96 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 bc53aa88ab98..11c65519ce38 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 '