Comment 1 for bug 1925331

Revision history for this message
Jonathan Heathcote (mossblaser) wrote :

See extra details of this bug (and why it escaped CI) can be found in the duplicate bug: https://bugs.launchpad.net/openstack-ansible/+bug/1933349.

The bug is fixed by https://review.opendev.org/q/a12a662114dda5c19269bff6bf067271d35e7f69 and a backport to stable/victoria is on its way.

In the meantime, you can cherry-pick the bugfix into your own checkout of the os_tempest role. For example, if you're following the AIO guide, after running scripts/bootstrap-ansible.sh, run the following to apply the fix:

    # cd /etc/ansible/roles/os_tempest
    # git fetch "https://review.opendev.org/openstack/openstack-ansible-os_tempest" refs/changes/58/794158/1 && git cherry-pick FETCH_HEAD