<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#006600">Hello Frank, </div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#006600">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.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#006600"> </div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><span style="color:rgb(0,102,0)"><font><br><font face="arial, helvetica, sans-serif">Best regards,<br></font></font></span><div><span style="color:rgb(0,102,0)"><font face="arial, helvetica, sans-serif">
Venu</font></span></div><div><br></div><div><div style="color:rgb(51,51,51);font-size:12px;line-height:1.6em"><dl style="font-family:OpenSans-Light,'Open Sans Light','Open Sans','Helvetica Neue',Arial,sans-serif"><div><a href="http://www.thoughtworks.com/" style="font-family:'Open Sans',Helvetica,Arial,sans-serif;font-size:medium;line-height:25.600000381469727px;margin-top:1.5em;display:inline!important" target="_blank"><img src="http://gentle-reef-2837.herokuapp.com/images/thoughtworks_logo_green.png" width="200" height="31" alt="ThoughtWorks" title="ThoughtWorks" style="border-style:none;display:block"></a></div></dl></div></div><div>---<br><div><i><font color="#38761d"><span style="font-weight:normal"><font size="1">“Excellence is never an accident. It is always the result of high intention, sincere effort, and intelligent execution<font size="1">...</font>.</font></span><font size="1"><font size="1"> </font><span style="font-weight:normal">― Aristotle</span></font></font></i>
</div></div><div><div><br></div></div></div></div></div>
<br><div class="gmail_quote">On Thu, Dec 4, 2014 at 11:58 AM, Du Jun <span dir="ltr"><<a href="mailto:dj199008@gmail.com" target="_blank">dj199008@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Hi all,<br><br></div>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".<br><br>2014-12-04 06:20:14.953 | + /usr/local/bin/ceilometer-dbsync<br>2014-12-04 06:20:15.086 | Traceback (most recent call last):<br>2014-12-04 06:20:15.086 |   File "/usr/local/bin/ceilometer-dbsync", line 6, in <module><br>2014-12-04 06:20:15.086 |     from ceilometer.cmd.storage import dbsync<br>2014-12-04 06:20:15.086 |   File "/opt/stack/ceilometer/ceilometer/cmd/storage.py", line 21, in <module><br>2014-12-04 06:20:15.086 |     from ceilometer import service<br>2014-12-04 06:20:15.086 |   File "/opt/stack/ceilometer/ceilometer/service.py", line 29, in <module><br>2014-12-04 06:20:15.086 |     from ceilometer import utils<br>2014-12-04 06:20:15.086 |   File "/opt/stack/ceilometer/ceilometer/utils.py", line 33, in <module><br>2014-12-04 06:20:15.086 |     from oslo_concurrency import processutils<br><span style="color:rgb(255,0,0)">2014-12-04 06:20:15.086 | ImportError: No module named oslo_concurrency</span><br>2014-12-04 06:20:15.095 | + exit_trap<br>2014-12-04 06:20:15.095 | + local r=1<br>2014-12-04 06:20:15.095 | ++ jobs -p<br>2014-12-04 06:20:15.096 | + jobs=<br>2014-12-04 06:20:15.096 | + [[ -n '' ]]<br>2014-12-04 06:20:15.096 | + kill_spinner<br>2014-12-04 06:20:15.096 | + '[' '!' -z '' ']'<br>2014-12-04 06:20:15.096 | + [[ 1 -ne 0 ]]<br>2014-12-04 06:20:15.096 | + echo 'Error on exit'<br>2014-12-04 06:20:15.096 | Error on exit<br>2014-12-04 06:20:15.096 | + [[ -z /opt/stack/logs ]]<br>2014-12-04 06:20:15.096 | + /home/dujun/devstack/tools/worlddump.py -d /opt/stack/logs<br>2014-12-04 06:20:15.128 | + exit 1<br><br></div>In fact, I can find <br><br>oslo.concurrency>=0.1.0  # Apache-2.0<br><br></div>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.<br><br><br>--<br></div>Regards,<br></div>Frank<br><div><div><div><div><div><br></div></div></div></div></div></div>
<br>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div><br></div>