Merge "Explain how to configure public endpoint"

This commit is contained in:
Zuul 2018-08-08 06:23:37 +00:00 committed by Gerrit Code Review
commit 30e91e33c7
1 changed files with 16 additions and 0 deletions

View File

@ -56,3 +56,19 @@ This role supports two tags: ``heat-install`` and
``heat-config``. The ``heat-install`` tag can be used to install
and upgrade. The ``heat-config`` tag can be used to maintain the
configuration of the service.
Heat client endpoints
~~~~~~~~~~~~~~~~~~~~~
When your VMs need to talk to your API, you might have to change the Heat
config. By default Heat is configured to use the internal API endpoints.
Should instances or created containers need to access the API (e.g.
Magnum, Heat Signaling) the public endpoints will need to be used as in
the following example:
.. code-block:: yaml
heat_heat_conf_overrides:
clients_keystone:
endpoint_type: publicURL
auth_uri: "{{ keystone_service_publicurl }}"