puppet-tempest/releasenotes/notes/disable-keystone-v2-864c0aa1959deba1.yaml
Javier Pena da6fe3964b Set Keystone v2 API to disabled by default
The Keystone project is removing v2 API code (see [1]). puppet-tempest
should reflect that by not enabling this API by default, and using
v3 as the default value for auth_version.

[1] - https://review.openstack.org/#/q/topic:bp/removed-as-of-queens

Change-Id: I558e91cddb0e191de4874174e7774c2ec29d26ae
2017-09-26 17:57:28 +02:00

7 lines
221 B
YAML

---
deprecations:
- |
The Keystone project is removing the API v2 code in the Queens cycle. To
adapt to this, the keystone_v2 and auth_version default values have been
changed to false and v3, respectively.