From 0169f686e9723e9604a40d87b0e87ff7cb256ff0 Mon Sep 17 00:00:00 2001 From: Mathieu Rohon Date: 2016年3月21日 08:38:11 +0000 Subject: [PATCH] Use bagpipe l2 agent extension when bagpipe is activated Since bgpvpn might be run with the neutron l2 agent but without bagpipe, we should only enable the bagpipe l2 agent extension when devstack is told to use bagpipe. Change-Id: I4e085f489ed99b72f09e03cffcd2814a1721dfe8 Closes-bug: 1559149 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index b0eb9b52..200a82f9 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -30,7 +30,7 @@ elif [[ "1ドル" == "stack" && "2ドル" == "post-config" ]]; then inicomment $NETWORKING_BGPVPN_CONF service_providers service_provider iniadd $NETWORKING_BGPVPN_CONF service_providers service_provider $NETWORKING_BGPVPN_DRIVER fi - if is_service_enabled q-agt -a [[ "$Q_AGENT" == "openvswitch" ]]; then + if is_service_enabled q-agt && is_service_enabled b-bgp && [[ "$Q_AGENT" == "openvswitch" ]]; then echo_summary "Configuring OVS agent for bagpipe" iniadd /$Q_PLUGIN_CONF_FILE agent extensions bagpipe_bgpvpn fi

AltStyle によって変換されたページ (->オリジナル) /