From e904e2cb31e3ba78353d9ee50a45346944831e32 Mon Sep 17 00:00:00 2001 From: Yuriy Taraday Date: Mon, 3 Oct 2016 11:19:00 +0300 Subject: [PATCH] Convert all Keystone-specific configs to nested Change-Id: I5fb11b99fdc8d23f96f29a50539a3285011148eb Depends-On: I393f8898657543a8c4536159e9a6d773b13cefbf --- service/files/local_settings.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/files/local_settings.j2 b/service/files/local_settings.j2 index d2d618b..a5c50f9 100644 --- a/service/files/local_settings.j2 +++ b/service/files/local_settings.j2 @@ -151,7 +151,7 @@ EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' #] OPENSTACK_HOST = "{{ address('keystone') }}" -OPENSTACK_KEYSTONE_URL = "http://%s:{{ keystone_public_port }}/v3" % OPENSTACK_HOST +OPENSTACK_KEYSTONE_URL = "http://%s:{{ keystone.public_port }}/v3" % OPENSTACK_HOST OPENSTACK_KEYSTONE_DEFAULT_ROLE = "_member_" # Enables keystone web single-sign-on if set to True.