neutron/devstack/lib/segments
elajkat 7a7448ead4 Configure placement credentials for segments plugin
Call configure_placement_neutron to fill all the placement related
settings in neutron.conf if segments service plugin is enabled.

Change-Id: I9bfdd7f5eebcddbb5b39e089e6956742db866c63
2022-11-24 13:09:25 +00:00

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
}