[Bug 995079] Re: Internal server error when accessing nova/instances_and_volumes/ via horizon

Jorge 995079 at bugs.launchpad.net
Wed May 9 13:09:56 UTC 2012


Same problem here! I was using the hastexo guide to configure keystone,
using a file catalog. So, I was having some problems. I dropped the
databases, rebuild all them, including the keystone. Now, I'm using the
guide from docs.openstack.org. I followed it step by step, creating the
tenant, all services and endpoints. Keystone is running (I can see with
netstat).

I've tested exporting the OS_ variables and/or SERVICE_ENDPOINT and
SERVICE_TOKEN=ADMIN. Not working. When I run

$ keystone --token <token> --endpoint http://10.129.10.44:35357/v2.0
service-list

it works.

When I try to boot an instance I get:

ERROR: Invalid key_name provided. (HTTP 400)

I think it is something wrong with keystone!

And, the is NO log on keystone.log. When running in debug mode, just
that when trying to access via dashboard:

/usr/lib/python2.7/dist-packages/webob/dec.py:142: DeprecationWarning: Response.request and Response.environ are deprecated
  req.response.request = req
/usr/lib/python2.7/dist-packages/webob/dec.py:142: DeprecationWarning: Response.request and Response.environ are deprecated
  req.response.request = req
/usr/lib/python2.7/dist-packages/webob/dec.py:142: DeprecationWarning: Response.request and Response.environ are deprecated
  req.response.request = req
/usr/lib/python2.7/dist-packages/webob/dec.py:142: DeprecationWarning: Response.request and Response.environ are deprecated
  req.response.request = req
/usr/lib/python2.7/dist-packages/webob/dec.py:142: DeprecationWarning: Response.request and Response.environ are deprecated
  req.response.request = req
/usr/lib/python2.7/dist-packages/webob/dec.py:142: DeprecationWarning: Response.request and Response.environ are deprecated
  req.response.request = req
/usr/lib/python2.7/dist-packages/webob/dec.py:142: DeprecationWarning: Response.request and Response.environ are deprecated
  req.response.request = req
/usr/lib/python2.7/dist-packages/webob/dec.py:142: DeprecationWarning: Response.request and Response.environ are deprecated
  req.response.request = req
/usr/lib/python2.7/dist-packages/webob/dec.py:142: DeprecationWarning: Response.request and Response.environ are deprecated
  req.response.request = req
/usr/lib/python2.7/dist-packages/webob/dec.py:142: DeprecationWarning: Response.request and Response.environ are deprecated
  req.response.request = req
/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py:639: SADeprecationWarning: The 'listeners' argument to Pool (and create_engine()) is deprecated.  Use event.listen().
  Pool.__init__(self, creator, **kw)
/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py:145: SADeprecationWarning: Pool.add_listener is deprecated.  Use event.listen()
  self.add_listener(l)


PS.: keystone produces the same log entries when a cmd call is made.

And, finally, apache log just says:

[error] No handlers could be found for logger "openstack_dashboard"


Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/995079

Title:
  Internal server error when accessing nova/instances_and_volumes/ via
  horizon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/995079/+subscriptions



More information about the Ubuntu-server-bugs mailing list