Enabling simultaneous platform and containerized horizon access
Renaming the session and CSRF cookies on the containerized horizon so they don't conflict with platform horizon Change-Id: I24eaa5f0563baa148bfaef24325af89f177dc0b0 Story: 2004520 Task: 28259 Signed-off-by: Tyler Smith <tyler.smith@windriver.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user