Set enable_host_header in documentation

This is better practice and we should recommend
this value set in the install guides.

Host headers makes use of request host_url provided
by Flask, instead of relying on the hard-coded url in
the configuration.

Change-Id: I9fbb71acd063d2034190e773f69f7a80275b2f3c
This commit is contained in:
Erik Olof Gunnar Andersson 2019-09-24 12:51:17 -07:00
parent 23f6a79aef
commit 5814793806
3 changed files with 3 additions and 3 deletions

View File

@ -86,9 +86,9 @@ Install and configure components
[service:api]
listen = 0.0.0.0:9001
auth_strategy = keystone
api_base_uri = http://controller:9001/
enable_api_v2 = True
enable_api_admin = True
enable_host_header = True
enabled_extensions_admin = quotas, reports
* In the ``[keystone_authtoken]`` section, configure the following options:

View File

@ -86,9 +86,9 @@ Install and configure components
[service:api]
listen = 0.0.0.0:9001
auth_strategy = keystone
api_base_uri = http://controller:9001/
enable_api_v2 = True
enable_api_admin = True
enable_host_header = True
enabled_extensions_admin = quotas, reports
* In the ``[keystone_authtoken]`` section, configure the following options:

View File

@ -84,9 +84,9 @@ Install and configure components
[service:api]
listen = 0.0.0.0:9001
auth_strategy = keystone
api_base_uri = http://controller:9001/
enable_api_v2 = True
enable_api_admin = True
enable_host_header = True
enabled_extensions_admin = quotas, reports
* In the ``[keystone_authtoken]`` section, configure the following options: