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
This commit is contained in:
Erik Olof Gunnar Andersson 2019-09-02 15:16:48 -07:00
parent 1ebc46950d
commit 3429014cdb
3 changed files with 6 additions and 3 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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: