summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: