Add tag-ports-during-bulk-creation to devstack
Add tag-ports-during-bulk-creation to devstack Change-Id: I838de14f183f805c19411218edb815e190f8d650
This commit is contained in:
parent
972a174fdc
commit
d6e1523f78
3
devstack/lib/tag_ports_during_bulk_creation
Normal file
3
devstack/lib/tag_ports_during_bulk_creation
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
function configure_tag_ports_during_bulk_creation_extension {
|
||||||
|
neutron_ml2_extension_driver_add "tag_ports_during_bulk_creation"
|
||||||
|
}
|
@ -16,6 +16,7 @@ source $LIBDIR/placement
|
|||||||
source $LIBDIR/log
|
source $LIBDIR/log
|
||||||
source $LIBDIR/fip_port_forwarding
|
source $LIBDIR/fip_port_forwarding
|
||||||
source $LIBDIR/uplink_status_propagation
|
source $LIBDIR/uplink_status_propagation
|
||||||
|
source $LIBDIR/tag_ports_during_bulk_creation
|
||||||
|
|
||||||
Q_BUILD_OVS_FROM_GIT=$(trueorfalse False Q_BUILD_OVS_FROM_GIT)
|
Q_BUILD_OVS_FROM_GIT=$(trueorfalse False Q_BUILD_OVS_FROM_GIT)
|
||||||
|
|
||||||
@ -45,6 +46,9 @@ if [[ "$1" == "stack" ]]; then
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
post-config)
|
post-config)
|
||||||
|
if is_service_enabled neutron-tag-ports-during-bulk-creation; then
|
||||||
|
configure_tag_ports_during_bulk_creation_extension
|
||||||
|
fi
|
||||||
if is_service_enabled neutron-uplink-status-propagation; then
|
if is_service_enabled neutron-uplink-status-propagation; then
|
||||||
configure_uplink_status_propagation_extension
|
configure_uplink_status_propagation_extension
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user