openstack complete: ERROR: openstack 'module' object has no attribute 'UpdateDataSource'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Python client library for Sahara |
Fix Released
|
High
|
Unassigned | ||
python-openstackclient |
Invalid
|
Undecided
|
Unassigned |
Bug Description
We're seeing the following in our gates:
2015-09-18 12:21:53.525 | + openstack complete
2015-09-18 12:21:53.525 | + sudo tee /etc/bash_
2015-09-18 12:21:54.232 | ERROR: openstack 'module' object has no attribute 'UpdateDataSource'
ironic: http://
ironic-inspector: http://
This message does not cause devstack to fail, but looks suspicious.
With --debug locally:
INFO: openstackclient
ERROR: openstack 'module' object has no attribute 'UpdateDataSource'
Traceback (most recent call last):
File "/usr/lib/
result = cmd.run(
File "/usr/lib/
self.
File "/usr/lib/
dicto.
File "/usr/lib/
the_cmd = self.app.
File "/usr/lib/
cmd_factory = cmd_ep.resolve()
File "/usr/lib/
raise ImportError(
ImportError: 'module' object has no attribute 'UpdateDataSource'
DEBUG: openstackclient
ERROR: openstackclient
File "/usr/lib/
return super(OpenStack
File "/usr/lib/
result = self.run_
File "/usr/lib/
result = cmd.run(
File "/usr/lib/
self.
File "/usr/lib/
dicto.
File "/usr/lib/
the_cmd = self.app.
File "/usr/lib/
cmd_factory = cmd_ep.resolve()
File "/usr/lib/
raise ImportError(
ImportError: 'module' object has no attribute 'UpdateDataSource'
Changed in python-saharaclient: | |
status: | Fix Committed → Fix Released |
importance: | Undecided → High |
milestone: | none → 0.12.0 |
looks like its related to saharaclient: https:/ /github. com/openstack/ python- saharaclient/ blob/master/ setup.cfg# L46
Probably because the entry point doesn't exist, there's no UpdateDataSource in this file: https:/ /github. com/openstack/ python- saharaclient/ blob/master/ saharaclient/ osc/v1/ data_sources. py