From 57de925c109d7b4c02281f70eaab057ca4e4bfe0 Mon Sep 17 00:00:00 2001 From: Tyler Smith Date: Thu, 7 Feb 2019 10:57:59 -0500 Subject: [PATCH] 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 Closes-Bug: 1813661 Depends-On: https://review.openstack.org/#/c/635560/ --- .../stx-openstack-helm/manifests/manifest-no-tests.yaml | 6 ------ .../stx-openstack-helm/manifests/manifest.yaml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest-no-tests.yaml b/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest-no-tests.yaml index 2e6287838a..e0f92120f4 100644 --- a/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest-no-tests.yaml +++ b/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest-no-tests.yaml @@ -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} diff --git a/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml b/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml index 119ba1d7f0..1aad0ce5be 100644 --- a/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml +++ b/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml @@ -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}