Merge "Add ndp_proxy to devstack plugin"
This commit is contained in:
commit
f842544ae0
devstack
4
devstack/lib/l3_ndp_proxy
Normal file
4
devstack/lib/l3_ndp_proxy
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
function configure_l3_ndp_proxy {
|
||||||
|
neutron_service_plugin_class_add "ndp_proxy"
|
||||||
|
plugin_agent_add_l3_agent_extension "ndp_proxy"
|
||||||
|
}
|
@ -7,6 +7,7 @@ source $LIBDIR/l2_agent
|
|||||||
source $LIBDIR/l2_agent_sriovnicswitch
|
source $LIBDIR/l2_agent_sriovnicswitch
|
||||||
source $LIBDIR/l3_agent
|
source $LIBDIR/l3_agent
|
||||||
source $LIBDIR/l3_conntrack_helper
|
source $LIBDIR/l3_conntrack_helper
|
||||||
|
source $LIBDIR/l3_ndp_proxy
|
||||||
source $LIBDIR/ml2
|
source $LIBDIR/ml2
|
||||||
source $LIBDIR/network_segment_range
|
source $LIBDIR/network_segment_range
|
||||||
source $LIBDIR/segments
|
source $LIBDIR/segments
|
||||||
@ -92,6 +93,9 @@ if [[ "$1" == "stack" ]]; then
|
|||||||
if is_service_enabled q-conntrack-helper neutron-conntrack-helper; then
|
if is_service_enabled q-conntrack-helper neutron-conntrack-helper; then
|
||||||
configure_l3_conntrack_helper
|
configure_l3_conntrack_helper
|
||||||
fi
|
fi
|
||||||
|
if is_service_enabled q-ndp-proxy neutron-ndp-proxy; then
|
||||||
|
configure_l3_ndp_proxy
|
||||||
|
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