Remove deprecation warnings

Switch to neutron-lib for models.

Change-Id: Ie0fd2b2bd33ea331bf4a273e643bcfb1241e36af
This commit is contained in:
Abhishek Raut 2016-09-11 18:58:11 -07:00 committed by garyk
parent 49d3f11b8c
commit 72504eb0e6
1 changed files with 1 additions and 2 deletions

View File

@ -17,11 +17,10 @@
from neutron_lib.db import model_base
import sqlalchemy as sa
from neutron.db import models_v2
from oslo_db.sqlalchemy import models
class VcnsRouterBinding(model_base.BASEV2, models_v2.HasStatusDescription,
class VcnsRouterBinding(model_base.BASEV2, model_base.HasStatusDescription,
models.TimestampMixin):
"""Represents the mapping between neutron router and vShield Edge."""