session timeout for horizon

This commit is contained in:
Jakub Pavlik 2016-01-31 15:49:53 +01:00
parent fa23ad61a7
commit a1dd7ad4ce
5 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,10 @@
# OpenStack services are using to determine role based access control in the
# target installation.
{%- if server.session_timeout is defined %}
SESSION_TIMEOUT = {{ server.session_timeout }}
{%- endif %}
# Path to directory containing policy.json files
#POLICY_FILES_PATH = os.path.join(ROOT_PATH, "conf")
# Map of local copy of service policy files

View File

@ -11,6 +11,7 @@ parameters:
enabled: true
version: ${_param:horizon_version}
secret_key: ${_param:horizon_secret_key}
session_timeout: 43200
wsgi:
processes: 3
threads: 10

View File

@ -13,6 +13,7 @@ parameters:
enabled: true
version: ${_param:horizon_version}
secret_key: ${_param:horizon_secret_key}
session_timeout: 43200
bind:
address: ${_param:single_address}
port: 80

View File

@ -3,6 +3,7 @@ horizon:
enabled: true
version: liberty
secret_key: secret
session_timeout: 43200
wsgi:
processes: 3
threads: 10

View File

@ -3,6 +3,7 @@ horizon:
enabled: true
version: liberty
secret_key: secret
session_timeout: 43200
bind:
address: 127.0.0.1
port: 80