Merge "[DOCS] Clarify variable usage in global_overrides"

This commit is contained in:
Jenkins 2016-07-14 22:15:28 +00:00 committed by Gerrit Code Review
commit 77fdaa0913

View File

@ -94,6 +94,14 @@ configure target host networking.
Replace ``TUNNEL_BRIDGE`` with the tunnel/overlay bridge device
name, typically ``br-vxlan``.
.. note::
Only use ``global_overrides`` for networking overrides.
Edit all other variable overrides in ``user_variables.yml``.
``global_overrides`` are not removed from ``inventory.json``
and can conflict.
#. Configure the management network in the ``provider_networks`` subsection:
.. code-block:: yaml