Convert all Keystone-specific configs to nested

Change-Id: I5fb11b99fdc8d23f96f29a50539a3285011148eb
Depends-On: I393f8898657543a8c4536159e9a6d773b13cefbf
This commit is contained in:
Yuriy Taraday 2016-10-03 11:19:00 +03:00
parent 796cc7d9a2
commit e904e2cb31
1 changed files with 1 additions and 1 deletions

View File

@ -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.