Use neutron_lib.context

This module has been moved to neutron_lib, now causing import errors.

This change switches to the new location.

Change-Id: Ia8e5bf47f03377b7705e45ecdd74f40bb4efad6f
This commit is contained in:
Lucian Petrut 2017-03-07 13:24:34 +02:00
parent fa314a74bf
commit 0e2cc14091
1 changed files with 1 additions and 1 deletions

View File

@ -24,8 +24,8 @@ from neutron.agent import securitygroups_rpc as sg_rpc
from neutron.common import config as common_config
from neutron.common import rpc as n_rpc
from neutron.common import topics
from neutron import context
from neutron_lib import constants as n_const
from neutron_lib import context
from oslo_config import cfg
from oslo_log import log as logging
import oslo_messaging