Not all references of 'auth_uri' have been removed from openstack projects when we deprecated 'auth_uri' to bring 'www_authenticate_uri'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Fix Released
|
Undecided
|
Unassigned | ||
keystonemiddleware |
Triaged
|
Medium
|
Unassigned |
Bug Description
As part of https:/
However, the changes were made just in openstack/
We are concerned that if we switch to 'www_authentica
Some of the files in which I could find 'auth_uri' references are below:
https:/
https:/
https:/
https:/
https:/
https:/
https:/
https:/
https:/
Apart from these also grep for 'auth_uri' in mistralclient & networking_infoblox prjects.
Not all files would require the change as some of them just use auth_uri as variable name. I am not sure if this needs to be taken care by keystonemiddleware team or respective project teams, as of now assigning to keystonemiddleware. Please change accordingly.
Changed in keystonemiddleware: | |
status: | New → Triaged |
importance: | Undecided → Medium |
yeah, it's a good reminder. The projects who use keystonemiddleware should pay attention.
After checking Cinder code, I think it's a wrong usage. Cinder should use auth_url, not auth_uri.