Comment 7 for bug 1143998

Revision history for this message
Mark McLoughlin (markmc) wrote : Re: nova-api crash - grizzly/raring

This:

  [filter:authtoken]
  paste.filter_factory = keystone.middleware.auth_token:filter_factory

is the issue, it should be this:

  [filter:authtoken]
  paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory

the auth_token middleware in keystone should probably be deleted

moving there