File: segments

package info (click to toggle)
neutron 2%3A27.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,004 kB
  • sloc: python: 296,384; sh: 1,507; makefile: 292; ruby: 35; sql: 19
file content (8 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
function configure_segments_service_plugin {
    neutron_service_plugin_class_add segments
}

function configure_segments_extension {
    configure_segments_service_plugin
    configure_placement_neutron
}