Merge "Add port_forwarding to devstack plugin"
This commit is contained in:
commit
b9bbaa4c5d
4
devstack/lib/fip_port_forwarding
Normal file
4
devstack/lib/fip_port_forwarding
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
function configure_port_forwarding {
|
||||||
|
neutron_service_plugin_class_add "port_forwarding"
|
||||||
|
plugin_agent_add_l3_agent_extension "port_forwarding"
|
||||||
|
}
|
@ -11,6 +11,7 @@ source $LIBDIR/ovs
|
|||||||
source $LIBDIR/segments
|
source $LIBDIR/segments
|
||||||
source $LIBDIR/trunk
|
source $LIBDIR/trunk
|
||||||
source $LIBDIR/log
|
source $LIBDIR/log
|
||||||
|
source $LIBDIR/fip_port_forwarding
|
||||||
|
|
||||||
Q_BUILD_OVS_FROM_GIT=$(trueorfalse False Q_BUILD_OVS_FROM_GIT)
|
Q_BUILD_OVS_FROM_GIT=$(trueorfalse False Q_BUILD_OVS_FROM_GIT)
|
||||||
|
|
||||||
@ -68,6 +69,9 @@ if [[ "$1" == "stack" ]]; then
|
|||||||
if is_service_enabled q-qos neutron-qos; then
|
if is_service_enabled q-qos neutron-qos; then
|
||||||
configure_l3_agent_extension_fip_qos
|
configure_l3_agent_extension_fip_qos
|
||||||
fi
|
fi
|
||||||
|
if is_service_enabled q-port-forwarding neutron-port-forwarding; then
|
||||||
|
configure_port_forwarding
|
||||||
|
fi
|
||||||
configure_l3_agent
|
configure_l3_agent
|
||||||
fi
|
fi
|
||||||
if [ $NEUTRON_CORE_PLUGIN = ml2 ]; then
|
if [ $NEUTRON_CORE_PLUGIN = ml2 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user