ironic/ironic
Michael Tupitsyn a98c687cf0 Force InnoDB engine on interfaces table
If the system is set to use MyISAM engine as default, during upgrade
a new conductor_hardware_interfaces table will be created with MyISAM
engine. This will cause a mix of InnoDB and MyISAM tables in single
database, and obsolete a foreign key to conductors table.

This bug in particular fails test_models_sync unit test, when it is
executed on a system, where MyISAM is set as default option for local
MySQL server.

Change-Id: Ic47426b1a12eda5728e9971a27ad3767c0245d50
Closes-Bug: 1702158
(cherry picked from commit 1a0c7091a6)
2017-07-17 15:55:23 +00:00
..
api Fix missed '_' import 2017-02-10 11:14:21 +02:00
cmd Separate WSGIService from RPCService 2016-09-15 11:14:20 -04:00
common Fix updating node.driver to classic 2017-04-24 08:39:54 +00:00
conductor No node interface settings for classic drivers 2017-02-08 14:50:03 +00:00
conf Remove most unsupported drivers 2017-02-09 08:09:03 +00:00
db Force InnoDB engine on interfaces table 2017-07-17 15:55:23 +00:00
dhcp Use delay configoption for ssh.SSHPower drivers 2017-02-01 17:33:58 +00:00
drivers Merge "Validation before perform node deallocation" into stable/ocata 2017-05-23 14:02:22 +00:00
locale Imported Translations from Zanata 2016-10-25 06:34:48 +00:00
objects Fix object save after refresh failure 2017-02-07 13:07:10 +02:00
releasenotes/notes Remove 'fork' option from socat command 2016-12-29 19:13:31 +00:00
tests Merge "Validation before perform node deallocation" into stable/ocata 2017-05-23 14:02:22 +00:00
__init__.py Move eventlent monkeypatch out of cmd/ 2014-02-08 00:11:56 -08:00
version.py Correct version.py and update current version string 2014-03-21 13:50:05 -07:00