<div dir="ltr"><div><div><div><div>Hi,<br></div>I have a MySQL database using MyISAM engine, instead of innodb. When I install the openstack service, I can successfully create the database such as keystone, glance.<br>However, when I run <br><br>su -s /bin/sh -c "keystone-manage db_sync" keystone<br><br></div>it reports the error <br><br> CRITICAL keystone [-] NotSupportedError: (NotSupportedError) (1286, "Unknown storage engine 'InnoDB'") 'ALTER TABLE `credential` Engine=InnoDB' ()<br><br></div>I think the error is caused by the myisam database engine. So I am wondering whether openstack support MyISAM storage engine. If so, how can I configure? Thanks in advance.<br><br></div>- Hui<br></div>