heat config eliminate ec2authtoken
eliminate [ec2authtoken] section, if auth_uri is specified in 'clients_keystone' section Change-Id: Ie11139a5d9a176037f1c9f50a62ff6dbd1b20b8f Closes-Bug: #1705664
This commit is contained in:
parent
c9b5e63f1d
commit
e18a523c99
@ -23,16 +23,6 @@ Install and configure components
|
||||
:doc:`service endpoint registration <debconf/debconf-api-endpoints>`,
|
||||
and :doc:`message broker credentials <debconf/debconf-rabbitmq>`.
|
||||
|
||||
#. Edit the ``/etc/heat/heat.conf`` file and complete the following
|
||||
actions:
|
||||
|
||||
* In the ``[ec2authtoken]`` section, configure Identity service access:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
[ec2authtoken]
|
||||
...
|
||||
auth_uri = http://controller:5000/v2.0
|
||||
|
||||
Finalize installation
|
||||
---------------------
|
||||
|
@ -348,8 +348,8 @@ Install and configure components
|
||||
Replace ``RABBIT_PASS`` with the password you chose for the
|
||||
``openstack`` account in ``RabbitMQ``.
|
||||
|
||||
* In the ``[keystone_authtoken]``, ``[trustee]``,
|
||||
``[clients_keystone]``, and ``[ec2authtoken]`` sections,
|
||||
* In the ``[keystone_authtoken]``, ``[trustee]``
|
||||
and ``[clients_keystone]`` sections,
|
||||
configure Identity service access:
|
||||
|
||||
.. code-block:: none
|
||||
@ -376,10 +376,6 @@ Install and configure components
|
||||
|
||||
[clients_keystone]
|
||||
...
|
||||
auth_uri = http://controller:35357
|
||||
|
||||
[ec2authtoken]
|
||||
...
|
||||
auth_uri = http://controller:5000
|
||||
|
||||
Replace ``HEAT_PASS`` with the password you chose for the
|
||||
|
@ -349,7 +349,7 @@ Install and configure components
|
||||
``openstack`` account in ``RabbitMQ``.
|
||||
|
||||
* In the ``[keystone_authtoken]``, ``[trustee]``,
|
||||
``[clients_keystone]``, and ``[ec2authtoken]`` sections,
|
||||
and ``[clients_keystone]`` sections,
|
||||
configure Identity service access:
|
||||
|
||||
.. code-block:: none
|
||||
@ -376,10 +376,6 @@ Install and configure components
|
||||
|
||||
[clients_keystone]
|
||||
...
|
||||
auth_uri = http://controller:35357
|
||||
|
||||
[ec2authtoken]
|
||||
...
|
||||
auth_uri = http://controller:5000
|
||||
|
||||
Replace ``HEAT_PASS`` with the password you chose for the
|
||||
|
@ -347,8 +347,8 @@ Install and configure components
|
||||
Replace ``RABBIT_PASS`` with the password you chose for the
|
||||
``openstack`` account in ``RabbitMQ``.
|
||||
|
||||
* In the ``[keystone_authtoken]``, ``[trustee]``,
|
||||
``[clients_keystone]``, and ``[ec2authtoken]`` sections,
|
||||
* In the ``[keystone_authtoken]``, ``[trustee]`` and
|
||||
``[clients_keystone]`` sections,
|
||||
configure Identity service access:
|
||||
|
||||
.. code-block:: none
|
||||
@ -375,10 +375,6 @@ Install and configure components
|
||||
|
||||
[clients_keystone]
|
||||
...
|
||||
auth_uri = http://controller:35357
|
||||
|
||||
[ec2authtoken]
|
||||
...
|
||||
auth_uri = http://controller:5000
|
||||
|
||||
Replace ``HEAT_PASS`` with the password you chose for the
|
||||
|
Loading…
Reference in New Issue
Block a user