Comment 0 for bug 1471063

Revision history for this message
Louis Taylor (kragniz) wrote : Moving cinderclient to test-requirements.txt broke glance gate

After https://review.openstack.org/#/c/197766/ was merged, glance is temporarily gating against glance_store master. When https://review.openstack.org/#/c/189237/ was merged, the glance gate broke, since glance_store's test-requirements.txt isn't sourced to make python-cinderclient unavailable.

From gate-glance-python27 logs:

2015-07-03 00:15:00.512 | 2015-07-03 00:15:00.475 4576 ERROR stevedore.extension [req-ed895224-99a6-4dd1-a92b-4c6103bb43e6 54492ba0-f4df-4e4e-be62-27f4d76b29cf 2c014f32-55eb-467d-8fcb-4bd706012f81 - - -] Could not load 'cinder': No module named cinderclient
2015-07-03 00:15:00.513 | 2015-07-03 00:15:00.478 4576 ERROR stevedore.extension [req-ed895224-99a6-4dd1-a92b-4c6103bb43e6 54492ba0-f4df-4e4e-be62-27f4d76b29cf 2c014f32-55eb-467d-8fcb-4bd706012f81 - - -] No module named cinderclient
2015-07-03 00:15:00.513 | 2015-07-03 00:15:00.478 4576 ERROR stevedore.extension Traceback (most recent call last):
2015-07-03 00:15:00.513 | 2015-07-03 00:15:00.478 4576 ERROR stevedore.extension File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/stevedore/extension.py", line 162, in _load_plugins
2015-07-03 00:15:00.513 | 2015-07-03 00:15:00.478 4576 ERROR stevedore.extension verify_requirements,
2015-07-03 00:15:00.513 | 2015-07-03 00:15:00.478 4576 ERROR stevedore.extension File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/stevedore/extension.py", line 183, in _load_one_plugin
2015-07-03 00:15:00.513 | 2015-07-03 00:15:00.478 4576 ERROR stevedore.extension plugin = ep.resolve()
2015-07-03 00:15:00.513 | 2015-07-03 00:15:00.478 4576 ERROR stevedore.extension File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2361, in resolve
2015-07-03 00:15:00.514 | 2015-07-03 00:15:00.478 4576 ERROR stevedore.extension module = __import__(self.module_name, fromlist=['__name__'], level=0)
2015-07-03 00:15:00.514 | 2015-07-03 00:15:00.478 4576 ERROR stevedore.extension File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/src/glance-store/glance_store/_drivers/cinder.py", line 17, in <module>
2015-07-03 00:15:00.514 | 2015-07-03 00:15:00.478 4576 ERROR stevedore.extension from cinderclient import exceptions as cinder_exception
2015-07-03 00:15:00.514 | 2015-07-03 00:15:00.478 4576 ERROR stevedore.extension ImportError: No module named cinderclient