6864N/A1. Implementation of an
oslo.db configuration parameter to specify the MySQL
6864N/A storage engine (mysql_storage_engine).
6864N/AThis has not been committed upstream, but has been filed in launchpad:
6864N/A@@ -48,6 +48,13 @@ database_opts = [
6864N/A 'server-set SQL mode. To use whatever SQL mode '
6864N/A 'is set by the server configuration, '
6864N/A 'set this to no value. Example: mysql_sql_mode='),
6864N/A+ help='This configures the MySQL storage engine. '
6864N/A+ 'This allows for OpenStack to support different storage '
6876N/A+ 'engine such as InnoDB, NDB, etc. By default, '
6876N/A+ 'this value will be set to InnoDB. For MySQL Cluster, '
6876N/A+ 'set to NDBCLUSTER. Example: mysql_storage_engine='),