]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Correctly inherit __table_args__ from parent class
authorDarren Birkett <darren.birkett@gmail.com>
Thu, 6 Mar 2014 16:17:03 +0000 (16:17 +0000)
committerDarren Birkett <darren.birkett@gmail.com>
Mon, 17 Mar 2014 13:37:46 +0000 (13:37 +0000)
commit72e37ddcd067432675543c8f4d327fe766bc8044
tree0b525bf75ebf8c2fa196d032e4e5e6c9695f0d6b
parentcde3da2f89ba5fc4c7ef138cffb3a711c2d4ba9a
Correctly inherit __table_args__ from parent class

Where unique constraints are added to certain tables by populating
__table_args__, we need to ensure we inherit the top level
__table_args__ that define the default storage engine to use when
creating tables.

Change-Id: Ib886b84922830b60282b4f882591e43f5041e713
Fixes: bug 1288358
neutron/db/extradhcpopt_db.py
neutron/plugins/openvswitch/ovs_models_v2.py