From b22a53b5cd42e7d0d460033dc8ee67803693e9fb Mon Sep 17 00:00:00 2001 From: Mark McClain Date: Wed, 7 Jun 2017 18:29:01 +0000 Subject: [PATCH] migrate imports for neutron.callbacks.* to neutron_lib Change-Id: I56d8d1080494a91483deadcea9f6f68a4398eec1 --- networking_arista/ml2/sec_group_callback.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/networking_arista/ml2/sec_group_callback.py b/networking_arista/ml2/sec_group_callback.py index e3692d0..25241e8 100644 --- a/networking_arista/ml2/sec_group_callback.py +++ b/networking_arista/ml2/sec_group_callback.py @@ -13,14 +13,13 @@ # See the License for the specific language governing permissions and # limitations under the License. +from neutron_lib.callbacks import events +from neutron_lib.callbacks import registry +from neutron_lib.callbacks import resources from oslo_log import helpers as log_helpers from oslo_log import log as logging from oslo_utils import excutils -from neutron.callbacks import events -from neutron.callbacks import registry -from neutron.callbacks import resources - from networking_arista._i18n import _LE LOG = logging.getLogger(__name__)