Merge "Enabling simultaneous platform and containerized horizon access"

This commit is contained in:
Zuul 2018-12-19 15:49:53 +00:00 committed by Gerrit Code Review
commit 30e57a32f6
2 changed files with 10 additions and 0 deletions

View File

@ -2268,6 +2268,11 @@ data:
STATIC_ROOT = '/var/www/html/horizon'
# StarlingX additions
# Change session and CSRF cookie names to prevent conflict with
# platform horizon
CSRF_COOKIE_NAME = 'appcsrftoken'
SESSION_COOKIE_NAME = 'appsessionid'
#OPENSTACK_KEYSTONE_URL = "http://%s:5000/v3" % OPENSTACK_HOST
#present OPENSTACK_API_VERSIONS={"identity":3}

View File

@ -2266,6 +2266,11 @@ data:
STATIC_ROOT = '/var/www/html/horizon'
# StarlingX additions
# Change session and CSRF cookie names to prevent conflict with
# platform horizon
CSRF_COOKIE_NAME = 'appcsrftoken'
SESSION_COOKIE_NAME = 'appsessionid'
#OPENSTACK_KEYSTONE_URL = "http://%s:5000/v3" % OPENSTACK_HOST
#present OPENSTACK_API_VERSIONS={"identity":3}