From 0db639604dc0e3274cf619b71026baf9cc205df0 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Sat, 27 May 2017 14:13:16 -0700 Subject: [PATCH] Remove pin on ansible<2.1 A newer version of ansible is required (2.2+) to make the destroy Ansible workflow function. This has no negative effect on genconfig. Change-Id: I3baaf510eb103c6db1cb502b283db1cb099898d5 --- tools/setup_gate_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup_gate_common.sh b/tools/setup_gate_common.sh index 96f418cbe..e25e60c0b 100755 --- a/tools/setup_gate_common.sh +++ b/tools/setup_gate_common.sh @@ -62,7 +62,7 @@ else fi pip install pip --upgrade -pip install "ansible<2.1" +pip install "ansible" pip install "python-cinderclient==1.11.0" pip install "python-openstackclient" pip install "python-novaclient"