devstack, bagpipe driver: properly set the l2 agent extension
This change is needed to have the OVS agent extension for the bagpipe driver enabled (because of [1]). [1] https://github.com/openstack/neutron/blob/stable/newton/devstack/lib/l2_agent#L12 Change-Id: I1f4c86a6ae15985e581d0fd0a03754b2c5a5d571
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -32,7 +32,7 @@ elif [[ "1ドル" == "stack" && "2ドル" == "post-config" ]]; then
fi
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 agentextensions bagpipe_bgpvpn
plugin_agent_add_l2_agent_extension bagpipe_bgpvpn
fi
if is_service_enabled h-eng;then
echo_summary "Enabling bgpvpn in $HEAT_CONF"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.