openstack-nova-api dead but pid file exists (Grizzly on centos 6.4) [closed]
Hi,
I'm having a problem with a nova-api. When i start the processe with the option "auth_strategy=keystone" in my nova.conf, the process simply dies in sequence causing the error: openstack-nova-api dead but pid file exists
The log files of api says:
2013-10-07 15:10:14.359 32102 CRITICAL nova [-] No module named auth_token ... 2013-10-07 15:10:14.359 32102 TRACE nova value = import_string(found_expr)
2013-10-07 15:10:14.359 32102 TRACE nova File "/usr/lib/python2.6/site-packages/PasteDeploy-1.5.0- py2.6.egg/paste/deploy/loadwsgi.py", line 22, in import_string
2013-10-07 15:10:14.359 32102 TRACE nova return pkg_resources.EntryPoint.parse("x=" + s).load(False)
2013-10-07 15:10:14.359 32102 TRACE nova File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 1948, in load
2013-10-07 15:10:14.359 32102 TRACE nova entry = __import__(self.module_name, globals(),globals(), ['__name__'])
2013-10-07 15:10:14.359 32102 TRACE nova ImportError: No module named auth_token
When i remove the config "auth_strategy=keystone" and restart nova-api the process still running without trouble however i get the following error when i run the command "nova image-list":
ERROR: Malformed request url (HTTP 400) (Request-ID: req-b50f6553-17ab-4bb1-ba73-4d1c99db8ba3)
Other services like cinder and glance works well with keystone and "nova-manage service list" says:
nova-conductor pgromulo internal enabled :-) 2013-10-07 18:14:11
nova-scheduler pgromulo internal enabled :-) 2013-10-07 18:14:05
nova-cert pgromulo internal enabled :-) 2013-10-07 18:14:07
nova-network pgromulo internal enabled :-) 2013-10-07 18:14:09
nova-compute pgromulo nova enabled :-) 2013-10-07 18:14:08
Closing: This question relates to a version of OpenStack which has been marked End Of Life - https://releases.openstack.org/ If you are still experiencing the problem with a more recent version of OpenStack, please open a new question. Thanks!