tripleo-heat-templates/releasenotes/notes/deprecate_auth_uri_parameter-bdebdc6614ce8b7e.yaml
Jose Luis Franco Arza 2b662be9a4 Add www_authenticate_uri option to replace auth_uri.
auth_uri option has been depreacted in
favor of www_authenticate_uri from group
keystone_authtoken in puppet-keystone [0]
and keystonemiddleware [1].

This patch adds the new option keeping auth_uri
references in the templates until the replace
will be updated in all puppet packages.

[0] https://review.openstack.org/#/c/558344/
[1] https://review.openstack.org/#/c/508522/

Closes-Bug: #1761171
Change-Id: I804ec73b970844d245dbb0911710ec817359beb0
2018-04-18 10:36:18 +02:00

5 lines
132 B
YAML

---
deprecations:
- auth_uri is depreacted and will be removed in a future release.
Please, use www_authenticate_uri instead.