puppet-designate/releasenotes/notes/authtoken-e83781cebdc8ea4c.yaml
Alex Schultz d9b8080925 Update keystone authtoken configuration pattern
This change updates our previous implementation of the keystone
authtoken setting to use the new designate::keystone::authtoken class to
do the configuration for the api.

Change-Id: Ib2a1d20d4e29353fc139835ce1c010a801506b9c
Closes-Bug: #1604463
2016-08-10 00:04:15 -03:00

18 lines
810 B
YAML

---
features:
- Configure keystonemiddleware in a consistent way with all options required
for Keystone v3.
deprecations:
- designate::api::keystone_tenant is deprecated in favor of
designate::keystone::authtoken::project_name.
- designate::api::keystone_user is deprecated in favor of
designate::keystone::authtoken::username.
- designate::api::keystone_password is deprecated in favor of
designate::keystone::authtoken::password.
- designate::api::keystone_host, designate::api::keystone_port,
designate::api::keystone_protocol are deprecated in favor of
designate::keystone::authtoken::auth_uri and
designate::keystone::authtoken::auth_url.
- designate::api::keystone_memcached_servers is deprecated in favor of
designate::keystone::authtoken::memcached_servers.