packstack/releasenotes
Alfredo Moralejo 9b9023286b Create only required OVS bridges in compute nodes
Packstack currently configures the same set of OVS switches in network and compute
nodes. In some topologies neutron requires different OVS bridges in different nodes.
as br-ex only in network nodes and br-provider in all nodes for provider networks
or br-vlan for vlan-based tenant networks.

This patch add an additional parameter to packstack:

- CONFIG_NEUTRON_OVS_BRIDGE_COMPUTE

Which must be used to specify the list of bridges that must be created in the
compute nodes. Interfaces will be connected to these switches as specified in
CONFIG_NEUTRON_OVS_BRIDGE_IFACES parameter and mappings added as declared in
CONFIG_NEUTRON_OVS_BRIDGE_MAPPINGS.

Closes-Bug: 1569360

Change-Id: I647ffc1e9bd2ced1be994997e097e3b641964b64
(cherry picked from commit f1e6288b33)
2016-04-29 09:00:26 +00:00
..
notes Create only required OVS bridges in compute nodes 2016-04-29 09:00:26 +00:00
source Start managing release notes in Packstack with Reno 2016-03-31 02:07:48 +00:00