From 4eb821ef19ab8aa7f47173c9804e57c96fc66cdc Mon Sep 17 00:00:00 2001 From: Boden R Date: Wed, 2 Jan 2019 09:58:41 -0700 Subject: [PATCH] use neutron-lib for common exceptions The neutron.common.exceptions are rehomed into neutron-lib. This patch uses them from neutron-lib rather than neutron. Change-Id: I92a29560f87dae1fd925cd50b01183bea739dd6d --- tricircle/network/drivers/type_flat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tricircle/network/drivers/type_flat.py b/tricircle/network/drivers/type_flat.py index 9eebfa18..796898c0 100644 --- a/tricircle/network/drivers/type_flat.py +++ b/tricircle/network/drivers/type_flat.py @@ -13,11 +13,11 @@ # License for the specific language governing permissions and limitations # under the License. +from neutron_lib import exceptions from neutron_lib.plugins.ml2 import api from oslo_config import cfg from oslo_log import log -from neutron.common import exceptions from neutron.plugins.ml2.drivers import type_flat from tricircle.common import constants