<html><head></head><body bgcolor="#FFFFFF"><div>The error means your are missing a python package. </div><div>When you say you installed from source - what do you mean? </div><div>You might want to look at python distutils around how dependencies for python packages are handled<br>
<br>On Nov 30, 2011, at 12:53, Manu Dargan <@<a href="http://twinstratay.com">twinstratay.com</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"><meta name="Generator" content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Courier;
        panose-1:2 7 4 9 2 2 5 2 4 4;}
@font-face
        {font-family:Courier;
        panose-1:2 7 4 9 2 2 5 2 4 4;}
@font-face
        {font-family:Cambria;
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@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:11.0pt;
        font-family:"Calibri","sans-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;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Cambria","serif";
        color:#365F91;
        font-weight:normal;
        font-style:normal;}
span.apple-style-span
        {mso-style-name:apple-style-span;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:"Cambria","serif";
        color:#1F497D;
        font-weight:normal;
        font-style:normal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><div class="WordSection1"><p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91">Hello,</span></p><p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91"> </span></p>
<p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91">                I am trying to install OpenStack for the first time locally within my environment and ran into an issue which I hope someone can address.</span></p>
<p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91"> </span></p><p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91">My Config:</span></p>
<p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91">I have created 6 servers all running Ubuntu 10.04 LTS.  Five of the six servers I have configured as the storage nodes.  The sixth is my Proxy/Auth  node.  I have followed the admin guide step by step.  On the proxy node  I have done the following:</span></p>
<p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91"> </span></p><p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91">Apt-get install python-software-properties</span></p>
<p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91">Add-apt-repository ppa:swift-core/ppa</span></p><p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91">Apt-get update</span></p>
<p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91">Apt-get install swift openssh-server</span></p><p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91">Mkdir –p /etc/swift</span></p>
<p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91">Chown –R swift:swift /etc/swift/</span></p><p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91"> </span></p>
<p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91">Created the swift.conf with the following entries</span></p><p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91">[swift-hash]</span></p>
<p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91">Swift_hash_path_suffix = theactualhash</span></p><p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91"> </span></p>
<p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91">Now the instructions tell me to install swauth from <a href="https://github.com/gholt/swauth">https://github.com/gholt/swauth</a>.  I downloaded the package and untarred it into a dir and installed it.  One of the steps during installation involves running this command:</span></p>
<p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91"> </span></p><p class="MsoNormal"><span class="apple-style-span"><span style="font-size:9.0pt;font-family:Courier;color:#444444;background:ghostwhite">swauth-prep -K swauthkey</span></span></p>
<p class="MsoNormal"><span class="apple-style-span"><span style="font-size:9.0pt;font-family:Courier;color:#444444;background:ghostwhite"> </span></span></p><p class="MsoNormal"><span class="apple-style-span"><b><span style="font-family:"Cambria","serif";color:#953735;background:ghostwhite">I run that command get the following error:</span></b></span></p>
<p class="MsoNormal"><span class="apple-style-span"><span style="font-size:9.0pt;font-family:Courier;color:#444444;background:ghostwhite"> </span></span></p><p class="MsoNormal"><image004.png><span class="apple-style-span"><span style="font-size:9.0pt;font-family:Courier;color:#444444;background:ghostwhite"></span></span></p>
<p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91"> </span></p><p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91">Does anyone know what this error indicates and how to resolve it.  Thanks.</span></p>
<p class="MsoNormal"><span style="font-family:"Cambria","serif";color:#365F91"> </span></p><p class="MsoNormal"><b><i><span style="font-size:14.0pt;font-family:"Cambria","serif";color:#003366">Manu </span></i></b><b><i><span style="font-size:14.0pt;font-family:"Cambria","serif";color:#17365D">Dargan</span></i></b><i><span style="font-family:"Cambria","serif";color:#1F497D"><br>
</span></i><b><i><span style="font-family:"Cambria","serif";color:#17365D">Services & Support Manager</span></i></b><b><i><span style="font-family:"Cambria","serif";color:#1F497D"></span></i></b></p>
</div></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Openstack-operators mailing list</span><br><span><a href="mailto:Openstack-operators@lists.openstack.org">Openstack-operators@lists.openstack.org</a></span><br>
<span><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a></span><br></div></blockquote></body></html>