Activity log for bug #1471063

Date Who What changed Old value New value Message
2015-07-03 02:45:39 Louis Taylor bug added bug
2015-07-03 03:03:45 Louis Taylor description 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 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 started spewing errors, 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
2015-07-03 03:04:13 Louis Taylor summary Moving cinderclient to test-requirements.txt broke glance gate Moving cinderclient to test-requirements.txt made glance gate logs very noisy
2015-07-09 05:59:59 ZhiQiang Fan glance-store: assignee ZhiQiang Fan (aji-zqfan)
2015-07-09 12:24:38 Louis Taylor glance-store: status New Fix Committed
2015-07-09 12:24:43 Louis Taylor glance-store: importance Undecided Medium
2015-07-09 12:24:46 Louis Taylor glance-store: assignee ZhiQiang Fan (aji-zqfan) Louis Taylor (kragniz)
2015-07-16 20:32:11 Doug Hellmann glance-store: status Fix Committed Fix Released
2015-07-16 20:32:11 Doug Hellmann glance-store: milestone 0.7.0