Files
ce690c88031232f21a558142183b17d2ef8fa509
Thomas Morin
9af443b42d
devstack: fix linuxbridge configuration
With linuxbridge, the l2population statement is not under the same section than for OVS. This was breaking BGPVPN L2 with linuxbridge. (+ minor cleanups) Change-Id: Id28617cdf1ac870ae7afd53e0ecbb707ac558cf6
7 lines
344 B
Plaintext
Executable File
7 lines
344 B
Plaintext
Executable File
NETWORKING_BGPVPN_DIR="$DEST/networking-bgpvpn"
NETWORKING_BGPVPN_CONF="$NEUTRON_CONF_DIR/networking_bgpvpn.conf"
BGPVPN_DASHBOARD_ENABLE="$NETWORKING_BGPVPN_DIR/bgpvpn_dashboard/enabled/*"
NETWORKING_BGPVPN_DRIVER=${NETWORKING_BGPVPN_DRIVER:-BGPVPN:Dummy:networking_bgpvpn.neutron.services.service_drivers.driver_api.BGPVPNDriverRC:default}