From 654578928dd840801967c5409b5b19ad6cf90317 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 26 Jul 2018 10:09:17 -0500 Subject: [PATCH] ceph-volume: update version of ansible to 2.6.x for simple tests ceph-ansible now requires a 2.5.x or 2.6.x version of ansible if you're using the master branch. This updates our functional tests for the simple subcommand to use a 2.6.x version of ansible. Signed-off-by: Andrew Schoen --- src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini b/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini index 047d0d298a3..80a0fba9d88 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini +++ b/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini @@ -18,7 +18,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 -- 2.39.5