Merge "add version to OPENSTACK_KEYSTONE_URL"

This commit is contained in:
Zuul 2019-03-29 14:42:39 +00:00 committed by Gerrit Code Review
commit 78fefb7df4
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ horizon_dimensions: "{{ default_container_dimensions }}"
# OpenStack
####################
horizon_logging_debug: "{{ openstack_logging_debug }}"
horizon_keystone_url: "{{ keystone_internal_url }}"
horizon_keystone_url: "{{ keystone_internal_url }}/v3"
####################