add version to OPENSTACK_KEYSTONE_URL

"v3" is supposed to be part of the OPENSTACK_KEYSTONE_URL:
https://docs.openstack.org/horizon/latest/admin/customize-configure.html#configure-the-dashboard

Closes-Bug: #1822257

Change-Id: I5fd2d36305172d351fbfa9141c7cbc7c5af98f3b
This commit is contained in:
Erol Guzoglu 2019-03-29 10:40:23 +03:00
parent ed5588c934
commit dd97c78684
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"
####################