I also got the error when doing openstack service create --name keystone --description "OpenStack Identity" identity and the apache error log in /var/log/httpd/keystone-error.log as following:
2015-11-13 15:23:50.635057 No handlers could be found for logger "oslo_config.cfg" 2015-11-13 15:23:50.829450 mod_wsgi (pid=19334): Target WSGI script '/usr/bin/keystone-wsgi-admin' cannot be loaded as Python module. 2015-11-13 15:23:50.829494 mod_wsgi (pid=19334): Exception occurred processing WSGI script '/usr/bin/keystone-wsgi-admin'. 2015-11-13 15:23:50.829525 Traceback (most recent call last): 2015-11-13 15:23:50.829546 File "/usr/bin/keystone-wsgi-admin", line 36, in <module> 2015-11-13 15:23:50.829573 application = initialize_admin_application() 2015-11-13 15:23:50.829585 File "/usr/lib/python2.7/site-packages/keystone/server/wsgi.py", line 78, in initialize_admin_application 2015-11-13 15:23:50.829606 return initialize_application('admin') 2015-11-13 15:23:50.829616 File "/usr/lib/python2.7/site-packages/keystone/server/wsgi.py", line 64, in initialize_application 2015-11-13 15:23:50.829634 startup_application_fn=loadapp) 2015-11-13 15:23:50.829665 File "/usr/lib/python2.7/site-packages/keystone/server/common.py", line 51, in setup_backends 2015-11-13 15:23:50.829684 res = startup_application_fn() 2015-11-13 15:23:50.829696 File "/usr/lib/python2.7/site-packages/keystone/server/wsgi.py", line 61, in loadapp 2015-11-13 15:23:50.829714 'config:%s' % config.find_paste_config(), name) 2015-11-13 15:23:50.829725 File "/usr/lib/python2.7/site-packages/keystone/config.py", line 91, in find_paste_config 2015-11-13 15:23:50.829818 raise exception.ConfigFileNotFound(config_file=paste_config_value) 2015-11-13 15:23:50.830197 ConfigFileNotFound: An unexpected error prevented the server from fulfilling your request. what can i do At 2015-11-13 09:06:36, "Matt Kassawara" <mkassaw...@gmail.com> wrote: Sure you're installing Liberty packages? On Thu, Nov 12, 2015 at 3:26 PM, Joerg Streckfuss <openst...@dirtyhack.org> wrote: Dear list, i have tried to install the keystone service (liberty) on centos 7 following the docs under: http://docs.openstack.org/liberty/install-guide-rdo/keystone-install.html When I try to create the service endpoint by doing # openstack service create \ --name keystone --description "OpenStack Identity" identity i got the error: ERROR: openstack Not Found (HTTP 404) The apache error log says: Target WSGI script not found or unable to stat: /usr/bin/keystone-wsgi-admin This is true. There is no script like /usr/bin/keystone-wsgi-admin. I followed the install docs step by step. So what is missing here? _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack