[root@CONTROLLER ~]# netstat -lnptu | grep 35357
tcp6       0      0 :::35357                :::*                    LISTEN      1855/httpd

the version of keystone is 1.4.0


2015-05-06 11:14 GMT+02:00 Kashyap Chamarthy <kchamart@redhat.com>:
On Wed, May 06, 2015 at 10:29:05AM +0200, ICHIBA Sara wrote:
> hi,
>
> I have some issues with keystone since this morning, I couldn't connect to
> the dashboard so I checked my keystone service and found out that it was
> not running. I tried to restart it but no luck.

You don't mention exact versions of OpenStack/Keystone you're running.

> I did some changes in the keystone.conf to make this work but no chance.
> The changes I did are:
>
>
> *cp /usr/share/keystone/keystone-dist-paste.ini /etc/keystone/
> chown keystone:keystone /etc/keystone/*updated keystone.conf with the
> new config_file value*
>
>
> */etc/keystone/keystone.conf    sql connection mysql://keystone:PASSWD@*
> *controller/keystone*
>
> and I got this logs errors :
>
> 2015-05-06 10:17:28.352 24135 ERROR
> keystone.common.environment.eventlet_server [-] Could not bind to
> 0.0.0.0:35357

Maybe that port is already busy? You can quickly check if it is:

    $ netstat -lnptu | grep 35357

--
/kashyap