summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Olof Gunnar Andersson <eandersson@blizzard.com>2019-09-24 12:51:17 -0700
committerErik Olof Gunnar Andersson <eandersson@blizzard.com>2019-09-24 12:58:46 -0700
commit5814793806ead0f49abe6cabf69eacfdf17165bb (patch)
tree8f62d5186d1bdb4d25cdbe4ea5d545b9ac4b1c63
parent23f6a79aef1303d25f8eb1c9d5090fe7f4326d46 (diff)
downloaddesignate-5814793806ead0f49abe6cabf69eacfdf17165bb.tar.gz
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
-rw-r--r--doc/source/install/install-obs.rst2
-rw-r--r--doc/source/install/install-rdo.rst2
-rw-r--r--doc/source/install/install-ubuntu.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/install/install-obs.rst b/doc/source/install/install-obs.rst
index bdfd906f..0f9fad35 100644
--- a/doc/source/install/install-obs.rst
+++ b/doc/source/install/install-obs.rst
@@ -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:
diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst
index a843c81e..c5dbf992 100644
--- a/doc/source/install/install-rdo.rst
+++ b/doc/source/install/install-rdo.rst
@@ -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:
diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst
index b35b52c0..4c4ebf7e 100644
--- a/doc/source/install/install-ubuntu.rst
+++ b/doc/source/install/install-ubuntu.rst
@@ -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: