Fix problem in openstack gates 20/70720/3
authorManuel Buil <mbuil@suse.com>
Tue, 10 Apr 2018 14:53:36 +0000 (16:53 +0200)
committerManuel Buil <mbuil@suse.com>
Tue, 10 Apr 2018 16:02:12 +0000 (18:02 +0200)
commit0f4c5a5e0e93a6f917b2df876fdc522c0996ed4b
tree7d52aeef051f38955d5331fcaee7c0edd8026c23
parent1f0f943499dcdd28a1b6971992c46bb4513ce8fb
Fix problem in openstack gates

For unkown reasons, when using the plain ppa, apt sets the Ubuntu
version wrongly in the openstack gates. The result is that all
gates using Ubuntu and ODL fail, for example in this patch:

https://review.openstack.org/#/c/553333/

Using this syntax instead, we force apt to get the correct Ubuntu
version and works, as tested here:

https://review.openstack.org/#/c/559065/

This syntax is valid from the point of view of ansible as it is shown
as an example in their documentation:

docs.ansible.com/ansible/latest/modules/apt_repository_module.html

Change-Id: I8440fa9714137f22e43aa8cf9291a0e82a3a02e1
Signed-off-by: Manuel Buil <mbuil@suse.com>
tasks/install_odl_via_deb_repo.yml
vars/main.yml