<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">I had similar errors due to a mixture of python packages installed via yum not playing too nicely with pip. I ended up nuking most of the install to fix it,
 so don’t have a recommendation beyond that, plus I was using RHEL 7. Maybe this is of interest to you
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><a href="https://bugs.launchpad.net/oslo.config/+bug/1374741">https://bugs.launchpad.net/oslo.config/+bug/1374741</a><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">-Anish<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt">
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> Pradip Mukhopadhyay [mailto:pradip.interra@gmail.com]
<br>
<b>Sent:</b> Tuesday, November 4, 2014 2:27 AM<br>
<b>To:</b> openstack-dev@lists.openstack.org<br>
<b>Subject:</b> [openstack-dev] devstack build is failing<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Hello,<o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Trying first time to build a devstack in my Ubuntu-14.10 VM. Getting the following error:<br>
<br>
<br>
2014-11-04 09:27:32.182 | + recreate_database_mysql nova latin1<br>
2014-11-04 09:27:32.182 | + local db=nova<br>
2014-11-04 09:27:32.182 | + local charset=latin1<br>
2014-11-04 09:27:32.182 | + mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova;'<br>
2014-11-04 09:27:32.186 | + mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova CHARACTER SET latin1;'<br>
2014-11-04 09:27:32.189 | + /usr/local/bin/nova-manage db sync<br>
2014-11-04 09:27:32.455 | Traceback (most recent call last):<br>
2014-11-04 09:27:32.455 |   File "/usr/local/bin/nova-manage", line 6, in <module><br>
2014-11-04 09:27:32.455 |     from nova.cmd.manage import main<br>
2014-11-04 09:27:32.455 |   File "/home/ubuntu/devstack/nova/nova/cmd/manage.py", line 68, in <module><br>
2014-11-04 09:27:32.455 |     from nova.api.ec2 import ec2utils<br>
2014-11-04 09:27:32.455 |   File "/home/ubuntu/devstack/nova/nova/api/ec2/__init__.py", line 34, in <module><br>
2014-11-04 09:27:32.455 |     from nova.api.ec2 import faults<br>
2014-11-04 09:27:32.455 |   File "/home/ubuntu/devstack/nova/nova/api/ec2/faults.py", line 20, in <module><br>
2014-11-04 09:27:32.455 |     from nova import utils<br>
2014-11-04 09:27:32.455 |   File "/home/ubuntu/devstack/nova/nova/utils.py", line 39, in <module><br>
2014-11-04 09:27:32.456 |     from oslo.concurrency import lockutils<br>
2014-11-04 09:27:32.456 |   File "/usr/local/lib/python2.7/dist-packages/oslo/concurrency/lockutils.py", line 30, in <module><br>
2014-11-04 09:27:32.456 |     from oslo.config import cfgfilter<br>
2014-11-04 09:27:32.456 | ImportError: cannot import name cfgfilter<br>
2014-11-04 09:27:32.471 | + exit_trap<br>
2014-11-04 09:27:32.471 | + local r=1<br>
2014-11-04 09:27:32.471 | ++ jobs -p<br>
2014-11-04 09:27:32.472 | + jobs=<br>
2014-11-04 09:27:32.472 | + [[ -n '' ]]<br>
2014-11-04 09:27:32.472 | + kill_spinner<br>
2014-11-04 09:27:32.472 | + '[' '!' -z '' ']'<br>
2014-11-04 09:27:32.472 | + [[ 1 -ne 0 ]]<br>
<br>
<br>
<br>
<o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Any idea what is missing? Any help is highly appreciated.<br>
<br>
<br>
<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Some more details may be helpful:<o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="color:#1F497D">ubuntu@ubuntu:~$ uname -a</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="color:#1F497D">Linux ubuntu 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:30:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="color:#1F497D"> </span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="color:#1F497D">ubuntu@ubuntu:~$ python --version</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="color:#1F497D">Python 2.7.6</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="color:#1F497D">ubuntu@ubuntu:~$ which python</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="color:#1F497D">/usr/bin/python</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="color:#1F497D"> </span><o:p></o:p></p>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
</div>
<p class="MsoNormal">Thanks,<o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Pradip<br>
<br>
<o:p></o:p></p>
</div>
</div>
</div>
</body>
</html>