<div dir="ltr"><div>Tks Rob!</div><div><br></div>But it still doesn't work, I tried it with:<div><br></div><div>---</div><div>OPENSTACK_KEYSTONE_URL = "<a href="http://controller-1.domain.com.br:5000/v2.0">http://controller-1.domain.com.br:5000/v2.0</a>"<br>

</div><div>---</div><div><br></div><div>No error 500 but, Horizon is still trying to reach:</div><div><br></div><div>---</div><div><a href="http://psuaa-1.mng.domain.com.br:5000/v2.0/OS-KSCRUD/users/a8c94b8ce013421891ea2086071b5cdf">http://psuaa-1.mng.domain.com.br:5000/v2.0/OS-KSCRUD/users/a8c94b8ce013421891ea2086071b5cdf</a><br>

</div><div>---</div><div><br></div><div>I'm still seeing the same error while trying to change user password...<br></div><div><br></div><div>Horizon seems to not use OPENSTACK_KEYSTONE_URL for this case... What variable should I need to adjust?</div>

<div><br></div><div>I mean, Horizon needs to use publicURL, NOT adminURL.</div><div><br></div><div>Any tips!?</div><div><br></div><div>Best,</div><div>Thiago</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">

On 11 June 2014 10:14, Rob Crittenden <span dir="ltr"><<a href="mailto:rcritten@redhat.com" target="_blank">rcritten@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="">Martinx - ジェームズ wrote:<br>
> Guys,<br>
><br>
> Currently, my file /etc/openstack-dashboard/local_settings.py have the<br>
> following entry:<br>
><br>
> ---<br>
> OPENSTACK_KEYSTONE_URL = "http://%s:5000/v2.0" % OPENSTACK_HOST<br>
> ---<br>
><br>
><br>
> BUT, Horizon users are unable to change their passwords, look:<br>
><br>
</div>> *Error: *Unable to change password.<br>
<div class="">><br>
><br>
> Apache error.log:<br>
><br>
> ---<br>
> Recoverable error: Unable to establish connection to<br>
> <a href="http://controller-1.mng.domain.com.br:5000/v2.0/OS-KSCRUD/users/a8c94b8ce013421891ea2086071b5cdf" target="_blank">http://controller-1.mng.domain.com.br:5000/v2.0/OS-KSCRUD/users/a8c94b8ce013421891ea2086071b5cdf</a><br>


> ---<br>
><br>
> Nevertheless, my Keystone Endpoint is currently listening on a<br>
> different, and public, interface, which is<br>
> "<a href="http://controller-1.domain.com.br:5000" target="_blank">controller-1.domain.com.br:5000</a><br>
</div>> <<a href="http://controller-1.domain.com.br:5000" target="_blank">http://controller-1.domain.com.br:5000</a>>" (_without_ "*_mng._*")...<br>
<div class="">><br>
> So, how can I reconfigure OPENSTACK_KEYSTONE_URL to point to the<br>
> "publicURL", instead of "adminURL" ?<br>
><br>
> I tried it with:<br>
><br>
> ---<br>
> OPENSTACK_KEYSTONE_URL = "<a href="http://controller-1.domain.com.br:5000/v2.0" target="_blank">http://controller-1.domain.com.br:5000/v2.0</a>" %<br>
> OPENSTACK_HOST<br>
> ---<br>
><br>
> But then, it triggered an "Internal Server Error - 500"...<br>
<br>
</div>This is a python file. You basically passed in an unused argument. Drop<br>
the % OPENSTACK_HOST. That will fix the 500 error.<br>
<span class="HOEnZb"><font color="#888888"><br>
rob<br>
<br>
</font></span></blockquote></div><br></div>