devstack: use stevedore entry point for flavor service plugin

It's discouraged to use python import paths. Instead, we should use
stevedore entry points.

Change-Id: I7e3fce5e63ad309d761d9fec713a31fa33966eef
This commit is contained in:
Ihar Hrachyshka 2016-01-14 17:01:37 +01:00
parent feced76488
commit a859f1ced2
1 changed files with 1 additions and 1 deletions

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