Fix neutron_lib.constants DeprecationWarning from db.models_v2

This patch addresses all the DeprecationWarning errors related
to constants in neutron.db.models_v2.

Change-Id: I54402d4441b3ccb15bab63adf830fa196bba62c3
This commit is contained in:
Ester Niclos Ferreras 2016-08-12 12:07:03 +02:00
parent 23db089f36
commit 460cb650d8
1 changed files with 1 additions and 1 deletions

View File

@ -13,12 +13,12 @@
# License for the specific language governing permissions and limitations
# under the License.
from neutron_lib import constants
import sqlalchemy as sa
from sqlalchemy import orm
from sqlalchemy import sql
from neutron.api.v2 import attributes as attr
from neutron.common import constants
from neutron.db import model_base
from neutron.db.network_dhcp_agent_binding import models as ndab_model
from neutron.db import rbac_db_models