]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Overload correctly BASEV2.__table_args__
authorCedric Brandily <zzelle@gmail.com>
Fri, 23 Jan 2015 19:21:24 +0000 (19:21 +0000)
committerCedric Brandily <zzelle@gmail.com>
Fri, 23 Jan 2015 19:35:38 +0000 (19:35 +0000)
commit0c5d35f37c9767038269d6a9e1a04e742ca925fc
treea8e375bdd489ed5233ca0c017e38be268ee9d3f4
parent4ac0cca98c9339ccbcca46f846a680d587077e79
Overload correctly BASEV2.__table_args__

neutron.db.model_base.BASEV2 defines __table_args__ attribute. Its
subclasses overloading __table_args__ should inherit __table_args__ from
parent class.

A migration script is not needed as __table_args__ are not overloaded in
neutron.db.migration.models.frozen module.

Closes-Bug: #1413985
Change-Id: Ied625252714e2e952f9831d0d03c4573306fe29d
neutron/db/agents_db.py
neutron/db/models_v2.py
neutron/plugins/ml2/drivers/type_gre.py
neutron/plugins/ml2/drivers/type_vxlan.py
neutron/plugins/vmware/dbexts/networkgw_db.py
neutron/plugins/vmware/dbexts/nsxv_models.py