tripleo-common/releasenotes/notes/overcloudrc-versionless-keystone-endpoint-9cdc1a4e1341a933.yaml
Alex Schultz 14b7b3c3af Drop version from OS_AUTH_URL
We're configuring OS_IDENTITY_API_VERSION so the /v3 is not really
necessary. Additionally, the string replace being used is resulting in a
// in the url.

Depends-On: Ia41d21ebad9329ae9fa506868957a72e6f9a5ca5
Change-Id: Id8f2ec0d78eec7276b7d4f82782d64e4edde6302
Closes-Bug: #1785660
2018-08-24 21:11:32 +00:00

8 lines
208 B
YAML

---
other:
- |
Switched to a versionless Keystone url in the overcloudrc. Previously,
/v3 was being appended to the OS_AUTH_URL url but is not required when
configuring OS_IDENTITY_API_VERSION