Keystone socket error "[Errno 98] Address already in use"
Hi,
I couldn't able to configure keystone on Killo, since I am getting socket error. Please find the below configuration and error details and help me to fix this issue..
Doc link: http://docs.openstack.org/kilo/instal...
==> /var/log/keystone/keystone.log <==
2015-05-17 07:54:38.106 3116 TRACE keystone File "/usr/lib/python2.7/site-packages/keystone/server/eventlet.py", line 54, in launch_with
2015-05-17 07:54:38.106 3116 TRACE keystone self.server.listen()
2015-05-17 07:54:38.106 3116 TRACE keystone File "/usr/lib/python2.7/site-packages/keystone/common/environment/eventlet_server.py", line 105, in listen
2015-05-17 07:54:38.106 3116 TRACE keystone backlog=backlog)
2015-05-17 07:54:38.106 3116 TRACE keystone File "/usr/lib/python2.7/site-packages/eventlet/convenience.py", line 43, in listen
2015-05-17 07:54:38.106 3116 TRACE keystone sock.bind(addr)
2015-05-17 07:54:38.106 3116 TRACE keystone File "/usr/lib64/python2.7/socket.py", line 224, in meth
2015-05-17 07:54:38.106 3116 TRACE keystone return getattr(self._sock,name)(*args)
2015-05-17 07:54:38.106 3116 TRACE keystone error: [Errno 98] Address already in use
2015-05-17 07:54:38.106 3116 TRACE keystone
[root@controler ~]# keystone-all --config-file /etc/keystone/keystone.conf
2015-05-17 08:00:59.310 3212 CRITICAL keystone [-] ConfigFileNotFound: An unexpected error prevented the server from fulfilling your request.
2015-05-17 08:00:59.310 3212 TRACE keystone Traceback (most recent call last):
2015-05-17 08:00:59.310 3212 TRACE keystone File "/usr/bin/keystone-all", line 36, in <module>
2015-05-17 08:00:59.310 3212 TRACE keystone eventlet_server.run(possible_topdir)
2015-05-17 08:00:59.310 3212 TRACE keystone File "/usr/lib/python2.7/site-packages/keystone/server/eventlet.py", line 135, in run
2015-05-17 08:00:59.310 3212 TRACE keystone paste_config = config.find_paste_config()
2015-05-17 08:00:59.310 3212 TRACE keystone File "/usr/lib/python2.7/site-packages/keystone/config.py", line 91, in find_paste_config
2015-05-17 08:00:59.310 3212 TRACE keystone raise exception.ConfigFileNotFound(config_file=paste_config_value)
2015-05-17 08:00:59.310 3212 TRACE keystone ConfigFileNotFound: An unexpected error prevented the server from fulfilling your request.
2015-05-17 08:00:59.310 3212 TRACE keystone
[root@controler ~]# ps -ef | grep -i keystone
keystone 2759 1209 0 08:21 ? 00:00:00 (wsgi:keystone- -DFOREGROUND
keystone 2760 1209 0 08:21 ? 00:00:00 (wsgi:keystone- -DFOREGROUND
keystone 2761 1209 0 08:21 ? 00:00:00 (wsgi:keystone- -DFOREGROUND
keystone 2762 1209 0 08:21 ? 00:00:00 (wsgi:keystone- -DFOREGROUND
keystone 2763 1209 0 08:21 ? 00:00:00 (wsgi:keystone- -DFOREGROUND
keystone 2764 1209 0 08:21 ? 00:00:00 (wsgi:keystone- -DFOREGROUND
keystone 2765 1209 0 08:21 ? 00:00:00 (wsgi:keystone- -DFOREGROUND
keystone 2766 1209 0 08:21 ? 00:00:00 (wsgi:keystone- -DFOREGROUND
keystone 2767 1209 0 08:21 ? 00:00:00 (wsgi:keystone- -DFOREGROUND
keystone 2768 1209 0 08:21 ? 00:00:00 (wsgi:keystone- -DFOREGROUND
/etc/keystone/keystone.conf
[DEFAULT]
admin_token = 8f5b05a867711c01afc1
log_dir = /var/log/keystone
verbose = True
[token ...