Comment 2 for bug 1588356

Revision history for this message
Raildo Mascena de Sousa Filho (raildo) wrote :

Nowadays, when glance calls Keystone to authenticate, they are doing a HTTP call direct for the keystone endpoint using deprecated identity API version (v1 and v2).
As you can see here: https://github.com/openstack/glance/blob/master/glance/common/auth.py#L209 for example.

So, glanceclient are correct, but we need to do similar work on glance too.