2d77118771
Change-Id: I821f7c07f21a10c8a8d2b3c7e79da205b805d525
8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
function configure_segments_service_plugin {
|
|
neutron_service_plugin_class_add segments
|
|
}
|
|
|
|
function configure_segments_extension {
|
|
configure_segments_service_plugin
|
|
}
|