From 761be4d372a59bf8c18f12dad4ffa15ec39ede4f Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Sat, 20 Oct 2018 18:03:05 +0100 Subject: [PATCH] Update ansible to latest stable 2.6.x With this, the requirement for the os_* modules changes from shade to openstacksdk. Depends-On: https://review.openstack.org/611765 Change-Id: Id87d285f6d69a7d688529a87945bca1772acf618 --- test-ansible-deps.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-ansible-deps.txt b/test-ansible-deps.txt index 8ebddf36..4bacb8e4 100644 --- a/test-ansible-deps.txt +++ b/test-ansible-deps.txt @@ -8,7 +8,7 @@ # target configuration in each role. # The Ansible version used for testing -ansible==2.5.8 +ansible==2.6.6 # The Ansible lint version used for lint tests ansible-lint==3.4.21 diff --git a/test-requirements.txt b/test-requirements.txt index 20a8c07f..9ccefabb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -40,7 +40,7 @@ python-openstackclient>=3.14.2 # We use this for the Ansible openstack # modules. -shade>=1.17.0 # Apache-2.0 +openstacksdk>=0.14.0 # Apache-2.0 # We use this for the json_query filter jmespath>=0.9.3 # MIT