]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume tests/functional use Ansible 2.6
authorAlfredo Deza <adeza@redhat.com>
Mon, 23 Jul 2018 14:18:34 +0000 (10:18 -0400)
committerAlfredo Deza <adeza@redhat.com>
Mon, 23 Jul 2018 14:18:34 +0000 (10:18 -0400)
The ceph-ansible project now refuses to use 2.4 even though it works
with that version

Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini

index 116c94681bc8703b477adf4a1aa5984b2a062e36..9643f8f0e94f8586ca3e1ef3d275932475a0adcb 100644 (file)
@@ -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