From: Alfredo Deza Date: Mon, 23 Jul 2018 14:18:34 +0000 (-0400) Subject: ceph-volume tests/functional use Ansible 2.6 X-Git-Tag: v12.2.8~115^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cfc8879caf4842d94018f0a060d3e71269e078d7;p=ceph.git ceph-volume tests/functional use Ansible 2.6 The ceph-ansible project now refuses to use 2.4 even though it works with that version Signed-off-by: Alfredo Deza (cherry picked from commit 9570864dd614d2442278e2ba3501788fefd753e3) --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini b/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini index 5a2ff02a1a48..0c953e3f72fa 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini @@ -17,7 +17,7 @@ setenv= VAGRANT_CWD = {changedir} CEPH_VOLUME_DEBUG = 1 deps= - ansible==2.4.1 + ansible~=2.6,<2.7 testinfra==1.7.1 pytest-xdist notario>=0.0.13