Comment 2 for bug 1364408

Revision history for this message
Thomas Spatzier (thomas-spatzier) wrote :

I debugged into the issue and got to this point where the error occurs:

https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/service_catalog.py#L132

I turns out that endpoint does not have a 'region' attribute but a 'region_id' attribute. But no idea where this change comes from ...