Comment 4 for bug 1804936

Revision history for this message
nissekalle (nissekalle) wrote :

Thank you!

I had: kolla-ansible: 7.0.0

it was the solution:

changing in globals.yml from:

openstack_release: "master"

to:

#openstack_release: ""

gave error not finding images with release version 7.0.0

comment: should there be an error message before?

...to:

openstack_release: "rocky"

WORKED FINE!