Skip to content
Snippets Groups Projects
Commit cb1909d7 authored by Mark Goddard's avatar Mark Goddard
Browse files

Use versionless Keystone endpoints

With versioned keystone endpoints we hit an issue similar to TripleO
issue https://bugs.launchpad.net/tripleo/+bug/1667679.
parent 453cbda5
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,12 @@ enable_{{ feature_flag }}: {{ hostvars[inventory_hostname]['kolla_enable_' ~ fea
# 28800(8 hour), 43200(12 hour), 86400(1 day), 604800(1 week).
#fernet_token_expiry: 86400
# Use versionless endpoints for Keystone to avoid hitting an issue similar to
# TripleO issue https://bugs.launchpad.net/tripleo/+bug/1667679.
keystone_admin_url: "{% raw %}{{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}{% endraw %}"
keystone_internal_url: "{% raw %}{{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}{% endraw %}"
keystone_public_url: "{% raw %}{{ public_protocol }}://{{ kolla_external_fqdn }}:{{ keystone_public_port }}{% endraw %}"
#######################
# Glance options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment