Matt--<br><br>Thanks, that worked beautifully.<br>Looking forward to rolling up my sleeves &amp; helping out where I can.<br><br>-Quint<br clear="all"><br>
<br><br><div class="gmail_quote">On Tue, Dec 13, 2011 at 3:07 PM, Matt Wagner <span dir="ltr">&lt;<a href="mailto:matt.wagner@redhat.com">matt.wagner@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

Hi Quint,<br>
<div class="im"><br>
On Tue, Dec 13, 2011 at 02:35:31PM -0500, Quint Van Deman wrote:<br>
&gt; Hello--<br>
&gt;<br>
&gt; I&#39;ve got conductor up and running on a RHEL 6 virtual per the docs.<br>
&gt; Unfortunately, any &amp; all aelus-cli commands return with &quot;Unknown error&quot;:<br>
&gt; aeolus-cli build --target ec2 --template /root/f16.xml<br>
&gt; ERROR:   =&gt; Unknown Error<br>
&gt;<br>
&gt; In looking into this further, the web error logs show a 401 being thrown:<br>
&gt; 127.0.0.1 - - [13/Dec/2011:14:16:55 -0500] &quot;POST /conductor/api/images.xml<br>
&gt; HTTP/1.1&quot; 401 1<br>
&gt; with no other obvious symptoms in any of the logs (to me anyhow).<br>
<br>
</div>If _all_ requests are showing a 401, my guess is that your ~/.aeolus-cli<br>
doesn&#39;t contain the proper username and password for Conductor.<br>
aeolus-cli uses HTTP Basic Auth to connect to Conductor at the moment,<br>
and it reads the credentials out of that file and uses them to log into<br>
Conductor.<br>
<br>
For some reason the updated documentation that describes this isn&#39;t live<br>
on our site, but basically you want to create a ~/.aeolus-cli like this:<br>
<br>
:conductor:<br>
  :url: <a href="https://localhost/conductor/api" target="_blank">https://localhost/conductor/api</a><br>
  :username: admin<br>
  :password: password<br>
<br>
But obviously replacing the credentials as needed.<br>
<br>
We apparently need to clean up error handling when this error occurs.<br>
<br>
Hope this helps!<br>
<span class="HOEnZb"><font color="#888888"><br>
-- Matt<br>
</font></span></blockquote></div><br>