I'm afaraid it is not, here is the output of lsof -i -n -P|grep httpd

httpd      1855       root    4u  IPv6  35701      0t0  TCP *:35357 (LISTEN)
httpd      1855       root    6u  IPv6  35705      0t0  TCP *:5000 (LISTEN)
httpd      1855       root    8u  IPv6  35709      0t0  TCP *:80 (LISTEN)
httpd      3969     apache    4u  IPv6  35701      0t0  TCP *:35357 (LISTEN)
httpd      3969     apache    6u  IPv6  35705      0t0  TCP *:5000 (LISTEN)
httpd      3969     apache    8u  IPv6  35709      0t0  TCP *:80 (LISTEN)
httpd      3970     apache    4u  IPv6  35701      0t0  TCP *:35357 (LISTEN)
httpd      3970     apache    6u  IPv6  35705      0t0  TCP *:5000 (LISTEN)
httpd      3970     apache    8u  IPv6  35709      0t0  TCP *:80 (LISTEN)
httpd      3971     apache    4u  IPv6  35701      0t0  TCP *:35357 (LISTEN)
httpd      3971     apache    6u  IPv6  35705      0t0  TCP *:5000 (LISTEN)
httpd      3971     apache    8u  IPv6  35709      0t0  TCP *:80 (LISTEN)
httpd      3972     apache    4u  IPv6  35701      0t0  TCP *:35357 (LISTEN)
httpd      3972     apache    6u  IPv6  35705      0t0  TCP *:5000 (LISTEN)
httpd      3972     apache    8u  IPv6  35709      0t0  TCP *:80 (LISTEN)
httpd      3973     apache    4u  IPv6  35701      0t0  TCP *:35357 (LISTEN)
httpd      3973     apache    6u  IPv6  35705      0t0  TCP *:5000 (LISTEN)
httpd      3973     apache    8u  IPv6  35709      0t0  TCP *:80 (LISTEN)
httpd      3974     apache    4u  IPv6  35701      0t0  TCP *:35357 (LISTEN)
httpd      3974     apache    6u  IPv6  35705      0t0  TCP *:5000 (LISTEN)
httpd      3974     apache    8u  IPv6  35709      0t0  TCP *:80 (LISTEN)
httpd      3975     apache    4u  IPv6  35701      0t0  TCP *:35357 (LISTEN)
httpd      3975     apache    6u  IPv6  35705      0t0  TCP *:5000 (LISTEN)
httpd      3975     apache    8u  IPv6  35709      0t0  TCP *:80 (LISTEN)
httpd      3976     apache    4u  IPv6  35701      0t0  TCP *:35357 (LISTEN)
httpd      3976     apache    6u  IPv6  35705      0t0  TCP *:5000 (LISTEN)
httpd      3976     apache    8u  IPv6  35709      0t0  TCP *:80 (LISTEN)

2015-05-06 11:14 GMT+02:00 Javier Pena <javier.pena@redhat.com>:
----- Original Message -----

> 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.

> 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
> 2015-05-06 10:17:28.353 24135 ERROR root [-] Failed to start the admin server
> 2015-05-06 10:17:29.221 24145 ERROR
> keystone.common.environment.eventlet_server [-] Could not bind to
> 0.0.0.0:35357
> 2015-05-06 10:17:29.221 24145 ERROR root [-] Failed to start the admin server
> 2015-05-06 10:17:30.059 24151 ERROR
> keystone.common.environment.eventlet_server [-] Could not bind to
> 0.0.0.0:35357
> 2015-05-06 10:17:30.060 24151 ERROR root [-] Failed to start the admin server
> 2015-05-06 10:17:30.895 24158 ERROR
> keystone.common.environment.eventlet_server [-] Could not bind to
> 0.0.0.0:35357
> 2015-05-06 10:17:30.896 24158 ERROR root [-] Failed to start the admin server
> 2015-05-06 10:17:31.727 24167 ERROR
> keystone.common.environment.eventlet_server [-] Could not bind to
> 0.0.0.0:35357
> 2015-05-06 10:17:31.728 24167 ERROR root [-] Failed to start the admin server

Hi,

It is possible that keystone is running as a wsgi process under apache. That would explain why it cannot bind to port 35357.

Can you check if your httpd process is running? If so, please check if it is bound to port 35357 (lsof -i -n -P|grep httpd).

Regards,
Javier

> _______________________________________________
> Rdo-list mailing list
> Rdo-list@redhat.com
> https://www.redhat.com/mailman/listinfo/rdo-list

> To unsubscribe: rdo-list-unsubscribe@redhat.com