Merge "ensure OPENSTACK_KEYSTONE_URL is always configured"
This commit is contained in:
commit
e097fb9890
@ -164,9 +164,10 @@ AVAILABLE_REGIONS = [
|
||||
{% else %}
|
||||
# Set Horizon to use a specific Keystone endpoint
|
||||
OPENSTACK_HOST = "{{ horizon_keystone_host }}"
|
||||
OPENSTACK_KEYSTONE_URL = "{{ horizon_keystone_endpoint }}"
|
||||
{% endif %}
|
||||
|
||||
OPENSTACK_KEYSTONE_URL = "{{ horizon_keystone_endpoint }}"
|
||||
|
||||
# The default role assigned to users
|
||||
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "{{ horizon_default_role_name }}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user