]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Pin ansible to <2.2.0
authorZack Cerza <zack@redhat.com>
Tue, 1 Nov 2016 17:15:31 +0000 (11:15 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 1 Nov 2016 17:15:31 +0000 (11:15 -0600)
Until we fix the deprecations

Signed-off-by: Zack Cerza <zack@redhat.com>
setup.py

index 4f608215088bcac51a23a9c22f251ec53ea5ed72..e7fd0ec6cf3a7a056bc54f4e54aea058f4e2d8a1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -72,7 +72,7 @@ setup(
                       'pytest-capturelog',
                       'mock',
                       'fudge',
-                      'ansible>=2.0',
+                      'ansible<2.2.0',
                       'pyopenssl>=0.13',
                       'ndg-httpsclient',
                       'pyasn1',