auth_uri is deprecated from group keystone_authtoken
The option "auth_uri" from group "keystone_authtoken" is deprecated for removal. The auth_uri token is deprecated in favor of www_authenticate_uri. This commit changes the use of auth_uri to www_authenticate_uri correctly.
Fixes #749
So the associated review needs work (a c-h sync from this branch/PR) before it can verify the changes.
@rahulsinghcanonical Just to clarify:
So the associated review needs work (a c-h sync from this branch/PR) before it can verify the changes.
What I mean is, that an API service (e.g. cinder) needs to have this change synced into it (make sync); if the PR that was recently abandoned is updated then it will test this PR and thus we can move to merge the changes.