Fix to Horizon VM launching

This commit removes the cookie name customizations,
they are being moved into the platform horizon instead

Change-Id: I2b80dc388f599c3168c45fab7db7cd38cdf96f7e
Signed-off-by: Tyler Smith <tyler.smith@windriver.com>
Closes-Bug: 1813661
Depends-On: https://review.openstack.org/#/c/635560/
This commit is contained in:
Tyler Smith 2019-02-07 10:57:59 -05:00
parent 0abad126e5
commit 57de925c10
2 changed files with 0 additions and 12 deletions

View File

@ -2325,12 +2325,6 @@ 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

@ -2325,12 +2325,6 @@ 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}