diff --git a/doc/source/install/install-obs.rst b/doc/source/install/install-obs.rst index bdfd906fd..0f9fad35f 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 a843c81ee..c5dbf9927 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 b35b52c0b..4c4ebf7e5 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: