Activity log for bug #1829438

Date Who What changed Old value New value Message
2019-05-16 21:58:35 Bjoern bug added bug
2019-05-16 22:18:10 Bjoern description I encountered a race condition based on a previous OSA stein install where the credential migrated https://github.com/openstack/openstack-ansible-os_keystone/blob/stable/stein/tasks/keystone_credential_create.yml#L87 tried to access a database which was not setup as the keystone_db_setup.yml is called later inside the main.yml. Once I moved the keystone_db_setup.yml before the credential_create playbook, the role successfully installed. I encountered a race condition based on a previous OSA stein install where the credential migrated https://github.com/openstack/openstack-ansible-os_keystone/blob/stable/stein/tasks/keystone_credential_create.yml#L87 tried to access a database which was not setup as the keystone_db_setup.yml is called later inside the main.yml. Once I moved the keystone_db_setup.yml before the credential_create playbook, the role successfully installed. Error: May 14 05:08:41 controller-3 keystone-manage[131151]: 2019-05-14 05:08:41.414 131151 CRITICAL keystone [-] Unhandled error: OperationalError: (pymysql.err.OperationalError) (1045 , u"Access denied for user 'keystone'@'infra-1.openstack.local' (using password: YES)")
2019-07-02 14:10:48 OpenStack Infra tags in-stable-stein
2019-10-11 14:49:12 Bjoern openstack-ansible: status New Fix Released