]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove references to model_base through models_v2
authorCarl Baldwin <carl.baldwin@hpe.com>
Wed, 6 Jan 2016 23:08:20 +0000 (16:08 -0700)
committerCarl Baldwin <carl.baldwin@hpe.com>
Wed, 6 Jan 2016 23:12:29 +0000 (16:12 -0700)
commitbf2f1f1f8713b65c0414f1dc2fb955307875735e
treefcbf402bdb88d7e8dc13a06f63a95144f695d0e8
parentecc108caa8c8bbf708838bd022c4210309d3eedd
Remove references to model_base through models_v2

I saw a patch set [1] that was running in to circular imports and
removing these.  I thought it'd be better to remove them all in one
shot.

[1] https://review.openstack.org/#/c/261222/1/neutron/db/agents_db.py

Change-Id: If1a9ba3091ac99f01f73b98a7459358c3efd4dd5
12 files changed:
neutron/db/address_scope_db.py
neutron/db/agents_db.py
neutron/db/extradhcpopt_db.py
neutron/db/flavors_db.py
neutron/db/l3_db.py
neutron/db/metering/metering_db.py
neutron/db/qos/models.py
neutron/db/quota/models.py
neutron/db/securitygroups_db.py
neutron/ipam/drivers/neutrondb_ipam/db_models.py
neutron/plugins/ml2/models.py
neutron/tests/unit/quota/__init__.py