Gitiles
Code Review
Sign In
spfactory.storpool.com
/
devstack
/
d51a6b9a1141b687e48ba82e63984a7d44a632c3
/
.
/
lib
/
neutron_plugins
/
services
/
segments
blob: 08936bae49071752b6e099fdd4d31541c9f22852 [
file
] [
log
] [
blame
]
#!/bin/bash
function
configure_segments_service_plugin
{
neutron_service_plugin_class_add segments
}
function
configure_segments_extension
{
configure_segments_service_plugin
}