From 95deb8eb266562dc62bb133058bf84655f553fb0 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 10 Oct 2017 14:30:02 -0400 Subject: [PATCH] ansible: python-jenkins fixed upstream. use it. Signed-off-by: David Galloway --- ansible/examples/slave_libvirt_static.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ansible/examples/slave_libvirt_static.yml b/ansible/examples/slave_libvirt_static.yml index 27015f1d2..09c6367aa 100644 --- a/ansible/examples/slave_libvirt_static.yml +++ b/ansible/examples/slave_libvirt_static.yml @@ -247,12 +247,10 @@ state: latest - name: install python-jenkins - # HORRIBLY BROKEN. This is temporary until this lands upstream: - # https://github.com/ceph/python-jenkins/commit/8e018bf7d88dfc308833d195a6ebd29231a8969d # https://review.openstack.org/460363 - # Still not in upstream pip version as of 22JUN2017 pip: - name: git+https://github.com/ceph/python-jenkins@patched#egg=python-jenkins + name: python-jenkins + version: 0.4.15 - name: add github.com host key known_hosts: -- 2.47.3