Hello Frank, Some times, I've seen that modules are missing even in the stable branches, try to install the module independently and this should fix your issue.
Best regards, Venu [image: ThoughtWorks] <http://www.thoughtworks.com/> --- *“Excellence is never an accident. It is always the result of high intention, sincere effort, and intelligent execution.... ― Aristotle* On Thu, Dec 4, 2014 at 11:58 AM, Du Jun <[email protected]> wrote: > 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 > > > _______________________________________________ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
