Merge "horizon: move horizon_enable_tls_backend to group_vars"
This commit is contained in:
commit
0950b464f0
@ -1033,6 +1033,8 @@ enable_keystone_horizon_policy_file: "{{ enable_keystone }}"
|
||||
enable_neutron_horizon_policy_file: "{{ enable_neutron }}"
|
||||
enable_nova_horizon_policy_file: "{{ enable_nova }}"
|
||||
|
||||
horizon_enable_tls_backend: "{{ kolla_enable_tls_backend }}"
|
||||
|
||||
horizon_internal_endpoint: "{{ internal_protocol }}://{{ kolla_internal_fqdn | put_address_in_context('url') }}:{{ horizon_tls_port if kolla_enable_tls_internal | bool else horizon_port }}"
|
||||
horizon_public_endpoint: "{{ public_protocol }}://{{ kolla_external_fqdn | put_address_in_context('url') }}:{{ horizon_tls_port if kolla_enable_tls_external | bool else horizon_port }}"
|
||||
|
||||
|
@ -145,11 +145,6 @@ horizon_murano_dev_mode: "{{ kolla_dev_mode }}"
|
||||
horizon_source_version: "{{ kolla_source_version }}"
|
||||
horizon_murano_source_version: "{{ kolla_source_version }}"
|
||||
|
||||
####################
|
||||
# TLS
|
||||
####################
|
||||
horizon_enable_tls_backend: "{{ kolla_enable_tls_backend }}"
|
||||
|
||||
# This variable was created for administrators to define which one of the Keystone's URLs should be configured in Horizon.
|
||||
# In some cases, such as when using OIDC, horizon will need to be configured with Keystone's public URL.
|
||||
# Therefore, instead of overriding the whole "horizon_keystone_url", this change allows an easier integration because
|
||||
|
Loading…
x
Reference in New Issue
Block a user