commit | 840aec14eadc1e9ce422301ea5a177909a89a4a4 | [log] [tgz] |
---|---|---|
author | Roman Lubianyi <rlubianyi@mirantis.com> | Tue Mar 31 12:07:34 2020 +0300 |
committer | rlubianyi <rlubianyi@mirantis.com> | Tue Mar 31 12:49:40 2020 +0000 |
tree | 876e7dfb29e087aab9e09b914b2d19d4d25dd0fb | |
parent | 05e8721364b87c0257272818cd91dd7557e5af73 [diff] [blame] |
Set vxlan_group with LinuxBridge Agents PROD-34864 Change-Id: Id4fdee90b608093b2af9aa43b83cf1a9e52b0c1e
diff --git a/README.rst b/README.rst index ef03f8b..5a58663 100644 --- a/README.rst +++ b/README.rst
@@ -1775,6 +1775,21 @@ protocol: http +Set vxlan_group with LinuxBridge Agents +------------------------------- + +.. code-block:: yaml + + neutron: + gateway: + vxlan: + group: 224.0.0.1 + .... + compute: + vxlan: + group: 224.0.0.1 + + Upgrades ========