From f0e5d230437c643b868d78c04dbc8a02df83c1e8 Mon Sep 17 00:00:00 2001 From: "Sean M. Collins" Date: Wed, 9 Mar 2016 13:02:25 -0500 Subject: [PATCH] Neutron guide: Add missing newline for code block Change-Id: I4eb5ec05d9db525158d47c7b16bef04fb3965f1a --- doc/source/guides/neutron.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/guides/neutron.rst b/doc/source/guides/neutron.rst index c8b5c4495f..cac7bb0152 100644 --- a/doc/source/guides/neutron.rst +++ b/doc/source/guides/neutron.rst @@ -546,6 +546,7 @@ automatically created by setting the ``OVS_BRIDGE_MAPPINGS`` to a list of physical network to bridge name associations with the following syntax: :: + OVS_BRIDGE_MAPPINGS=net1name:bridge1name,net2name:bridge2name,<...> Also, ``OVS_BRIDGE_MAPPINGS`` has precedence over ``PHYSICAL_NETWORK`` and