[Install Guide] Move auth_strategy to [api] group
DEFAULT;auth_strategy is a deprecated group;name Change-Id: I1cd08c80932f066ce58b76ec2b29c893dba535ea
This commit is contained in:
parent
708e3575c8
commit
f694a2b49e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user