Comment 6 for bug 2059249

Revision history for this message
Léo Gillot-Lamure (navaati6) wrote :

Yeah, for reference by manually editing the https://opendev.org/openstack/kayobe/src/branch/master/ansible/roles/kolla-ansible/tasks/install.yml file and setting the line to "kolla-ansible==17.3.0" instead of "kolla-ansible=={{ kolla_openstack_release }}", it then works perfectly without needing to clone kolla-ansible.

I didn’t dare overriding the kolla_openstack_release ansible variable because, as it’s _also_ used for Docker tags, I thougt I would break other things. I actually just think that it shouldn’t be {{ kolla_openstack_release }} that’s used for grabbing kolla-ansible, it should be another variable, because Openstack releases and PyPI versions are different things.