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 16bc4ba488..d62c858b31 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 @@ -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} 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 aeb4b2e74f..16af9e2f9c 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 @@ -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}