Comment 3 for bug 1154809

Revision history for this message
Vish Ishaya (vishvananda) wrote :

I can't reproduce this in devstack, but this seems to be an issue with auth_token middleware trying to use v3 api and getting an incompatible catalog.

Can you try setting:

auth_version = v2.0

in the

[filter:authtoken]

section of /etc/nova/api-paste.ini

to see if that fixes it ?