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
This commit is contained in:
Boden R 2019-01-02 09:58:41 -07:00
parent 536a8067b1
commit 4eb821ef19
1 changed files with 1 additions and 1 deletions

View File

@ -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