<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=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><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><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1027" />
</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-family:"Cambria","serif";color:#365F91'>Hello,<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'><o:p> </o:p></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.<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'>My Config:<o:p></o:p></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:<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'>Apt-get install python-software-properties<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'>Add-apt-repository ppa:swift-core/ppa<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'>Apt-get update<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'>Apt-get install swift openssh-server<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'>Mkdir –p /etc/swift<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'>Chown –R swift:swift /etc/swift/<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'>Created the swift.conf with the following entries<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'>[swift-hash]<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'>Swift_hash_path_suffix = theactualhash<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'><o:p> </o:p></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:<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'><o:p> </o:p></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<o:p></o:p></span></span></p><p class=MsoNormal><span class=apple-style-span><span style='font-size:9.0pt;font-family:Courier;color:#444444;background:ghostwhite'><o:p> </o:p></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:<o:p></o:p></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'><o:p> </o:p></span></span></p><p class=MsoNormal><img border=0 width=663 height=208 id="Picture_x0020_3" src="cid:image004.png@01CCAF5E.A2F3E020"><span class=apple-style-span><span style='font-size:9.0pt;font-family:Courier;color:#444444;background:ghostwhite'><o:p></o:p></span></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'><o:p> </o:p></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.<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Cambria","serif";color:#365F91'><o:p> </o:p></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'><o:p></o:p></span></i></b></p></div></body></html>