Activity log for bug #2008720

Date Who What changed Old value New value Message
2023-02-27 17:22:21 Stephen Finucane bug added bug
2023-02-27 17:22:40 Stephen Finucane description In change Id5ddf1d6f47b8a572001f58ad8b9b8a7dbe4e8ac, oslo.db deprecated the '[database] mysql_enable_ndb' configuration option. Since then, various projects have been seeing warnings like the following on test runs: /opt/oslo_db/sqlalchemy/enginefacade.py:544: DeprecationWarning: Using the 'mysql_enable_ndb' argument is deprecated in version '12.1.0': Support for the MySQL NDB Cluster storage engine has been deprecated and will be removed in a future release. engine = engines.create_engine( This is despite not setting the flag in their configuration. It would appear there's a mistake in configuration somewhere. In change Id5ddf1d6f47b8a572001f58ad8b9b8a7dbe4e8ac, oslo.db deprecated the '[database] mysql_enable_ndb' configuration option. Since then, various projects have been seeing warnings like the following on test runs:   /opt/oslo_db/sqlalchemy/enginefacade.py:544: DeprecationWarning: Using the 'mysql_enable_ndb' argument is deprecated in version '12.1.0': Support for the MySQL NDB Cluster storage engine has been deprecated and will be removed in a future release.     engine = engines.create_engine( This is despite not setting the flag in their configuration. It would appear there's a mistake in that initial change somewhere.
2023-02-27 17:22:44 Stephen Finucane oslo.db: status New Confirmed
2023-02-27 17:22:46 Stephen Finucane oslo.db: importance Undecided High
2023-02-27 17:22:48 Stephen Finucane oslo.db: importance High Medium
2023-02-27 17:22:50 Stephen Finucane oslo.db: assignee Stephen Finucane (stephenfinucane)
2023-02-28 10:21:26 OpenStack Infra oslo.db: status Confirmed In Progress
2023-06-23 13:35:48 OpenStack Infra oslo.db: status In Progress Fix Released