summaryrefslogtreecommitdiff
path: root/releasenotes/notes/rename-auth-uri-d223d883f5898aee.yaml
blob: 1c3e3fa4666e646feea74230a1786fc137d484da (plain)
1
2
3
4
5
6
7
8
9
---
deprecations:
  - |
    The auth_uri parameter of keystone_authtoken is deprecated in favor of
    www_authenticate_uri. The auth_uri option was often confused with the
    auth_url parameter of the keystoneauth plugin, which was also effectively
    always required. The parameter refers to the WWW-Authenticate header that is
    returned when the user needs to be redirected to the Identity service for
    authentication.