[Openstack] [devstack] installation ERROR ImportError: No module named oslo_concurrency

Du Jun dj199008 at gmail.com
Thu Dec 4 06:28:41 UTC 2014


Hi all,

I think I find a bug in the latest devstack. When I attempt to install
devstack, I get the error message about "ImportError: No module named
oslo_concurrency".

2014-12-04 06:20:14.953 | + /usr/local/bin/ceilometer-dbsync
2014-12-04 06:20:15.086 | Traceback (most recent call last):
2014-12-04 06:20:15.086 |   File "/usr/local/bin/ceilometer-dbsync", line
6, in <module>
2014-12-04 06:20:15.086 |     from ceilometer.cmd.storage import dbsync
2014-12-04 06:20:15.086 |   File
"/opt/stack/ceilometer/ceilometer/cmd/storage.py", line 21, in <module>
2014-12-04 06:20:15.086 |     from ceilometer import service
2014-12-04 06:20:15.086 |   File
"/opt/stack/ceilometer/ceilometer/service.py", line 29, in <module>
2014-12-04 06:20:15.086 |     from ceilometer import utils
2014-12-04 06:20:15.086 |   File
"/opt/stack/ceilometer/ceilometer/utils.py", line 33, in <module>
2014-12-04 06:20:15.086 |     from oslo_concurrency import processutils
2014-12-04 06:20:15.086 | ImportError: No module named oslo_concurrency
2014-12-04 06:20:15.095 | + exit_trap
2014-12-04 06:20:15.095 | + local r=1
2014-12-04 06:20:15.095 | ++ jobs -p
2014-12-04 06:20:15.096 | + jobs=
2014-12-04 06:20:15.096 | + [[ -n '' ]]
2014-12-04 06:20:15.096 | + kill_spinner
2014-12-04 06:20:15.096 | + '[' '!' -z '' ']'
2014-12-04 06:20:15.096 | + [[ 1 -ne 0 ]]
2014-12-04 06:20:15.096 | + echo 'Error on exit'
2014-12-04 06:20:15.096 | Error on exit
2014-12-04 06:20:15.096 | + [[ -z /opt/stack/logs ]]
2014-12-04 06:20:15.096 | + /home/dujun/devstack/tools/worlddump.py -d
/opt/stack/logs
2014-12-04 06:20:15.128 | + exit 1

In fact, I can find

oslo.concurrency>=0.1.0  # Apache-2.0

in the global-requirements.txt. So, I wonder how can I fix the dependency?
I haved executed ./clean.sh and ./unstack.sh and then ./stack.sh. But, it
doesn't work.


--
Regards,
Frank
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20141204/bf5e9368/attachment.html>


More information about the Openstack mailing list