]> 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)
committerMark McClain <mmcclain@yahoo-inc.com>
Tue, 8 Apr 2014 20:41:37 +0000 (16:41 -0400)
commit3547788a22f2008a062ccf0ddcec04f834b097c8
tree5827e97dd662ad92fa945c80af078518d4eafdee
parent6a97812b8561fa51d138663720727c48ea923d20
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
(cherry picked from commit 72e37ddcd067432675543c8f4d327fe766bc8044)
neutron/db/extradhcpopt_db.py
neutron/plugins/openvswitch/ovs_models_v2.py