Comment 3 for bug 843183

Revision history for this message
klmitch (q-noreply) wrote :

Dooh, we was (incorrectly?) using this data in our work of making keystone/extensions work from the openstack api

    https://github.com/cloudbuilders/openstack.api/blob/master/openstack/auth/tokens.py
    https://github.com/cloudbuilders/openstack.api/blob/master/openstack/auth/__init__.py

Key error 'user' in

    return self._info['user']['username']

This data needs return on the validation of tokens correct? Is it still being returned? (maybe we are hitting the wrong endpoint?)