[Install Guide] Move auth_strategy to [api] group

DEFAULT;auth_strategy is a deprecated group;name

Change-Id: I1cd08c80932f066ce58b76ec2b29c893dba535ea
This commit is contained in:
Brian Moss 2017-02-09 16:18:29 +10:00
parent 708e3575c8
commit f694a2b49e
2 changed files with 4 additions and 4 deletions

View File

@ -123,13 +123,13 @@ Install and configure components
Replace ``RABBIT_PASS`` with the password you chose for
the ``openstack`` account in ``RabbitMQ``.
* In the ``[DEFAULT]`` and ``[keystone_authtoken]`` sections,
* In the ``[api]`` and ``[keystone_authtoken]`` sections,
configure Identity service access:
.. path /etc/nova/nova.conf
.. code-block:: ini
[DEFAULT]
[api]
# ...
auth_strategy = keystone

View File

@ -312,13 +312,13 @@ Install and configure components
Replace ``RABBIT_PASS`` with the password you chose for the
``openstack`` account in ``RabbitMQ``.
* In the ``[DEFAULT]`` and ``[keystone_authtoken]`` sections,
* In the ``[api]`` and ``[keystone_authtoken]`` sections,
configure Identity service access:
.. path /etc/nova/nova.conf
.. code-block:: ini
[DEFAULT]
[api]
# ...
auth_strategy = keystone