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}