From a859f1ced22894522f924a5f93e362e9bcf39724 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 14 Jan 2016 17:01:37 +0100 Subject: [PATCH] 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 --- devstack/lib/flavors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/flavors b/devstack/lib/flavors index 823dda3d9..b2ddb42eb 100644 --- a/devstack/lib/flavors +++ b/devstack/lib/flavors @@ -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 -- 2.45.2