Files
vmware-nsx/neutron/db/extradhcpopt_db.py
Darren Birkett 269a16a9f1 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
2014-03-17 13:37:46 +00:00

5.4 KiB