puppet-trove/releasenotes/notes/switch-to-keystone-v3-6e8e02a1f2445ad9.yaml
Alfredo Moralejo aa57603fb4 Force trove_auth_url to point to the v3 api URL
After removing keystone API v2, trove requires that
trove_auth_url parameter has the v3 URL. Note that
versionless url is not valid for trove_auth_url so
this patch enforces v3 url even when auth_url is
not versioned.

Additionally, the default value for auth_url parameter
has been updated to point to v3.

Change-Id: I8d0e200958c813101d72e180c6da8343b5fcae6e
2017-10-20 09:55:39 +02:00

6 lines
183 B
YAML

---
fixes:
- |
In queens cycle, Keystone API v2.0 has been retired. Default values for auth_url
parameter in the different classes have been changed to point to the v3 URL.