<div dir="ltr"><div>[root@CONTROLLER ~]# netstat -lnptu | grep 35357<br>tcp6       0      0 :::35357                :::*                    LISTEN      1855/httpd<br><br></div>the version of keystone is 1.4.0 <br><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-05-06 11:14 GMT+02:00 Kashyap Chamarthy <span dir="ltr"><<a href="mailto:kchamart@redhat.com" target="_blank">kchamart@redhat.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, May 06, 2015 at 10:29:05AM +0200, ICHIBA Sara wrote:<br>
> hi,<br>
><br>
> I have some issues with keystone since this morning, I couldn't connect to<br>
> the dashboard so I checked my keystone service and found out that it was<br>
> not running. I tried to restart it but no luck.<br>
<br>
</span>You don't mention exact versions of OpenStack/Keystone you're running.<br>
<span class=""><br>
> I did some changes in the keystone.conf to make this work but no chance.<br>
> The changes I did are:<br>
><br>
><br>
</span>> *cp /usr/share/keystone/keystone-dist-paste.ini /etc/keystone/<br>
> chown keystone:keystone /etc/keystone/*updated keystone.conf with the<br>
> new config_file value*<br>
><br>
><br>
> */etc/keystone/keystone.conf    sql connection mysql://keystone:PASSWD@*<br>
> *controller/keystone*<br>
<span class="">><br>
> and I got this logs errors :<br>
><br>
> 2015-05-06 10:17:28.352 24135 ERROR<br>
> keystone.common.environment.eventlet_server [-] Could not bind to<br>
> <a href="http://0.0.0.0:35357" target="_blank">0.0.0.0:35357</a><br>
<br>
</span>Maybe that port is already busy? You can quickly check if it is:<br>
<br>
    $ netstat -lnptu | grep 35357<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
/kashyap<br>
</font></span></blockquote></div><br></div>