Hi, 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. However, when I run
su -s /bin/sh -c "keystone-manage db_sync" keystone it reports the error CRITICAL keystone [-] NotSupportedError: (NotSupportedError) (1286, "Unknown storage engine 'InnoDB'") 'ALTER TABLE `credential` Engine=InnoDB' () 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. - Hui
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack