Merge "devstack: use stevedore entry point for flavor service plugin"

This commit is contained in:
Jenkins 2016-01-16 19:50:12 +00:00 committed by Gerrit Code Review
commit 6609d57274

View File

@ -1,7 +1,7 @@
# Neutron flavors plugin
# ----------------------
FLAVORS_PLUGIN=neutron.services.flavors.flavors_plugin.FlavorsPlugin
FLAVORS_PLUGIN=flavors
function configure_flavors {
_neutron_service_plugin_class_add $FLAVORS_PLUGIN