yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #50443
[Bug 1579770] Re: Documentation and Example configuration refer to `vsphere` whereas `vmware` is the correct term
Re-Opened with clarification on documentation issue
** Summary changed:
- Glance 2.0.0 - No 'glance_store.drivers' driver found, looking for 'vsphere'
+ Documentation and Example configuration refer to `vsphere` whereas `vmware` is the correct term
** Changed in: glance
Status: Invalid => New
** Description changed:
- I'm currently setting up OpenStack to use vSphere/ESXi hosts using
- CentOS 7 as Controller node.
-
- When attempting to link the Glance-API service to the vSphere datastores
- I get this error in the log:
-
- 2016-05-09 13:36:18.139 30525 WARNING glance_store.backend [-] Failed to
- load driver [<module 'stevedore.driver' from '/usr/lib/python2.7/site-
- packages/stevedore/driver.pyc'>, NoMatches("No 'glance_store.drivers'
- driver found, looking for 'vsphere'",)]. The driver will be disabled
-
- Configuration used:
- [glance_store]
- stores = vsphere
- default_store = vsphere
- vmware_server_host = 1.2.3.4
- vmware_server_username = foo
- vmware_server_password = bar
- vmware_store_image_dir = /openstack_glance
- vmware_insecure = True
- vmware_datastores = datacenter:storage1:100
- vmware_datastores = datacenter:storage2:50
-
Versions:
glance --version
2.0.0
glance-api --version
12.0.0
- rpm -qa | grep glance
- python-glance-store-0.13.0-1.el7.noarch
- python-glanceclient-2.0.0-1.el7.noarch
- openstack-glance-12.0.0-1.el7.noarch
- python-glance-12.0.0-1.el7.noarch
+
+ Example configuration shipped and Online docs refer to the storage name `vsphere` for vSphere/ESXi datastores but the code expects `vmware`.
+
+ Once replacing `vsphere` with `vmware` glance starts as expected.
+ Otherwise you get: 2016-05-09 13:36:18.139 30525 WARNING
+ glance_store.backend [-] Failed to load driver [<module
+ 'stevedore.driver' from '/usr/lib/python2.7/site-
+ packages/stevedore/driver.pyc'>, NoMatches("No 'glance_store.drivers'
+ driver found, looking for 'vsphere'",)]. The driver will be disabled
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1579770
Title:
Documentation and Example configuration refer to `vsphere` whereas
`vmware` is the correct term
Status in Glance:
New
Bug description:
Versions:
glance --version
2.0.0
glance-api --version
12.0.0
Example configuration shipped and Online docs refer to the storage name `vsphere` for vSphere/ESXi datastores but the code expects `vmware`.
Once replacing `vsphere` with `vmware` glance starts as expected.
Otherwise you get: 2016-05-09 13:36:18.139 30525 WARNING
glance_store.backend [-] Failed to load driver [<module
'stevedore.driver' from '/usr/lib/python2.7/site-
packages/stevedore/driver.pyc'>, NoMatches("No 'glance_store.drivers'
driver found, looking for 'vsphere'",)]. The driver will be disabled
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1579770/+subscriptions
References