Most times when I resume my laptop for the day I need to restart the openstack-keystone.service or otherwise glance etc. will get 500 errors. This traceback is logged: OperationalError: (OperationalError) (2006, 'MySQL server has gone away') 'SELECT user.id AS user_id, user.name AS user_name, user.extra AS user_extra \nFROM user \nWHERE user.name = %s \n LIMIT %s' ('admin', 1) . (HTTP 500) Note only restarting keystone is required, not mysql
This looks related: https://bugs.launchpad.net/keystone/+bug/943031
Thanks Russell, that looks like the same issue. We can just wait for the next update I think rather than patching explicitly
Confirmed, it's fixed in rc1 snapshot: 1. stop mysqld, start keystone, try keystoneclient => 500 start mysqld w/o touching keystone, try keystoneclient => OK 2. start mysqld, start keystone, try keystoneclient => OK stop mysqld, try keystoneclient => 500 start mysqld w/o touching keystone, try keystoneclient => OK
openstack-keystone-2012.1-0.12.rc1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/openstack-keystone-2012.1-0.12.rc1.fc17
Package openstack-keystone-2012.1-0.12.rc1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing openstack-keystone-2012.1-0.12.rc1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-4690/openstack-keystone-2012.1-0.12.rc1.fc17 then log in and leave karma (feedback).
openstack-keystone-2012.1-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.