<div dir="ltr">Guys,<div><br></div><div>Currently, my file /etc/openstack-dashboard/local_settings.py have the following entry:</div><div><br></div><div>---</div><div>OPENSTACK_KEYSTONE_URL = "http://%s:5000/v2.0" % OPENSTACK_HOST<br>

</div><div>---</div><div><br></div><div><br></div><div>BUT, Horizon users are unable to change their passwords, look:</div><div><br></div><div><div class="" style="width:300px;color:rgb(51,51,51);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:13px;line-height:18px">

<div class="" style="padding:14px 35px 14px 14px;margin-bottom:18px;border:1px solid rgb(157,38,29);border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;color:rgb(185,74,72);background-color:rgb(242,222,222)">

<p style="margin:0px;font-size:13px;overflow:hidden;word-wrap:break-word"><strong>Error: </strong>Unable to change password.</p></div></div></div><div><br></div><div>Apache error.log:</div><div><br></div><div>---</div><div>

Recoverable error: Unable to establish connection to <a href="http://controller-1.mng.domain.com.br:5000/v2.0/OS-KSCRUD/users/a8c94b8ce013421891ea2086071b5cdf">http://controller-1.mng.domain.com.br:5000/v2.0/OS-KSCRUD/users/a8c94b8ce013421891ea2086071b5cdf</a><br>

</div><div>---</div><div><br></div><div>Nevertheless, my Keystone Endpoint is currently listening on a different, and public, interface, which is "<a href="http://controller-1.domain.com.br:5000">controller-1.domain.com.br:5000</a>" (<u>without</u> "<b><u>mng.</u></b>")...</div>

<div><br></div><div>So, how can I reconfigure OPENSTACK_KEYSTONE_URL to point to the "publicURL", instead of "adminURL" ?</div><div><br></div><div>I tried it with:</div><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>" % OPENSTACK_HOST<br></div><div>---</div><div><br></div><div>But then, it triggered an "Internal Server Error - 500"...</div>

<div><br></div><div>Thanks is advance!</div><div><br></div><div>Cheers!</div><div>Thiago</div></div>