File: flavors

package info (click to toggle)
neutron 2%3A27.0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,244 kB
  • sloc: python: 296,396; sh: 1,507; makefile: 292; ruby: 35; sql: 19
file content (8 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
# Neutron flavors plugin
# ----------------------

FLAVORS_PLUGIN=flavors

function configure_flavors {
    neutron_service_plugin_class_add $FLAVORS_PLUGIN
}