Skip to content
Snippets Groups Projects
Commit c13d1a62 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "[Horizon] Allow configuration of Keystone's URL"

parents 6fd66774 fd186a2a
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ horizon_image_full: "{{ horizon_image }}:{{ horizon_tag }}"
# OpenStack
####################
horizon_logging_debug: "{{ openstack_logging_debug }}"
horizon_keystone_url: "{{ keystone_internal_url }}"
####################
......
......@@ -206,7 +206,7 @@ AVAILABLE_REGIONS = [
OPENSTACK_HOST = "{{ kolla_internal_fqdn }}"
OPENSTACK_KEYSTONE_URL = "{{ keystone_internal_url }}"
OPENSTACK_KEYSTONE_URL = "{{ horizon_keystone_url }}"
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "{{ keystone_default_user_role }}"
# Enables keystone web single-sign-on if set to True.
......
---
features:
- |
Introduces a new variable, horizon_keystone_url, which facilitates
overriding the URL used by Horizon to talk to the identity service
(Keystone). Defaults to the identity service's internal URL.
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