summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Olof Gunnar Andersson <eandersson@blizzard.com>2019-09-02 15:16:48 -0700
committerErik Olof Gunnar Andersson <eandersson@blizzard.com>2019-09-04 19:49:00 +0000
commit3429014cdbbbee9eb0a2a50a3ade69b1664e938c (patch)
tree94d5fc9efda1982ddfd6dbc502cab890a5df17fd
parent1ebc46950d43758c685689c35ede3363a108675f (diff)
downloaddesignate-3429014cdbbbee9eb0a2a50a3ade69b1664e938c.tar.gz
Fixed error in install guide
There is an error in the service:api section of the documentation. Quotas and reports are valid admin extensions and not v2 extensions. In addition we also never actually enabled the admin api. Change-Id: I240a274d9129612596fe06798e8b29bd9159bd03
-rw-r--r--doc/source/install/install-obs.rst3
-rw-r--r--doc/source/install/install-rdo.rst3
-rw-r--r--doc/source/install/install-ubuntu.rst3
3 files changed, 6 insertions, 3 deletions
diff --git a/doc/source/install/install-obs.rst b/doc/source/install/install-obs.rst
index 81324990..febf95d7 100644
--- a/doc/source/install/install-obs.rst
+++ b/doc/source/install/install-obs.rst
@@ -91,7 +91,8 @@ Install and configure components
auth_strategy = keystone
api_base_uri = http://controller:9001/
enable_api_v2 = True
- enabled_extensions_v2 = quotas, reports
+ enable_api_admin = 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 99d9c0bf..659bb569 100644
--- a/doc/source/install/install-rdo.rst
+++ b/doc/source/install/install-rdo.rst
@@ -91,7 +91,8 @@ Install and configure components
auth_strategy = keystone
api_base_uri = http://controller:9001/
enable_api_v2 = True
- enabled_extensions_v2 = quotas, reports
+ enable_api_admin = 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 6596e136..4f947da4 100644
--- a/doc/source/install/install-ubuntu.rst
+++ b/doc/source/install/install-ubuntu.rst
@@ -86,7 +86,8 @@ Install and configure components
auth_strategy = keystone
api_base_uri = http://controller:9001/
enable_api_v2 = True
- enabled_extensions_v2 = quotas, reports
+ enable_api_admin = True
+ enabled_extensions_admin = quotas, reports
* In the ``[keystone_authtoken]`` section, configure the following options: