<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-family: Verdana,Geneva,sans-serif'>
<p>On 2013-12-18 09:26, Sayali Lunkad wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">
<div>
<div>
<div>
<div>Hello,<br /><br />I get the following error when I run stack.sh on Devstack<br /><br />Traceback (most recent call last):<br />  File "/usr/local/bin/ceilometer-dbsync", line 6, in <module><br />     from ceilometer.storage import dbsync<br />  File "/opt/stack/ceilometer/ceilometer/storage/__init__.py", line 23, in <module><br />    from oslo.config import cfg<br />ImportError: No module named config<br /> ++ failed<br />++ local r=1<br />+++ jobs -p<br />++ kill<br />++ set +o xtrace<br /><br /></div>
Search gives me olso.config is installed. Please let me know of any solution.</div>
</div>
</div>
</div>
</blockquote>
<p><br />Devstack pulls oslo.config from git, so if you have it installed on the system through pip or something it could cause problems.  If you can verify that it's only in /opt/stack/oslo.config, you might try deleting that directory and rerunning devstack to pull down a fresh copy.  I don't know for sure what the problem is, but those are a couple of things to try.</p>
<p>-Ben</p>
<div> </div>
</body></html>