Remove deprecation warnings
Switch to neutron-lib for models. Change-Id: Ie0fd2b2bd33ea331bf4a273e643bcfb1241e36af
This commit is contained in:
parent
49d3f11b8c
commit
72504eb0e6
@ -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."""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user