7a7448ead4
Call configure_placement_neutron to fill all the placement related settings in neutron.conf if segments service plugin is enabled. Change-Id: I9bfdd7f5eebcddbb5b39e089e6956742db866c63
9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
function configure_segments_service_plugin {
|
|
neutron_service_plugin_class_add segments
|
|
}
|
|
|
|
function configure_segments_extension {
|
|
configure_segments_service_plugin
|
|
configure_placement_neutron
|
|
}
|