From 60c1c945e4b25c42f771cc4cd697424c402a18af Mon Sep 17 00:00:00 2001 From: Anindita Das Date: Fri, 29 Jul 2016 21:00:10 +0000 Subject: [PATCH] Updating imports for services prov_config options neutron-lbaas imports neutron/services/provider_configuration. This file is being refactored and moved to neutron/conf/services/provider_configuration. This patchset updates import statements. Change-Id: I5b5aaea65af0d82dd710da9c3efa0be68a7ff7d4 Partial-Bug: #1563069 Depends-On: Iad255b020910ee54bc6cce25f4f786376dfe3705 --- neutron_lbaas/opts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neutron_lbaas/opts.py b/neutron_lbaas/opts.py index 97ca68390..f312e45b7 100644 --- a/neutron_lbaas/opts.py +++ b/neutron_lbaas/opts.py @@ -14,7 +14,7 @@ import itertools import neutron.agent.common.config import neutron.agent.linux.interface -import neutron.services.provider_configuration +import neutron.conf.services.provider_configuration import neutron_lbaas.agent.agent import neutron_lbaas.common.cert_manager @@ -55,7 +55,7 @@ def list_opts(): ('service_auth', neutron_lbaas.common.keystone.OPTS), ('service_providers', - neutron.services.provider_configuration.serviceprovider_opts), + neutron.conf.services.provider_configuration.serviceprovider_opts), ('certificates', itertools.chain( neutron_lbaas.common.cert_manager.cert_manager_opts,