From dbc71ac98cc2f1abd72e7bfc18443847e1ae028a Mon Sep 17 00:00:00 2001
From: Jean-Philippe Evrard <jean-philippe@evrard.me>
Date: Wed, 22 May 2019 12:18:08 +0200
Subject: [PATCH] Bump rally versions

This comes out of a latest pip freeze, finding what's not
in upper constraints, after install rally-openstack.

Change-Id: Ib62520f0302efe51fe03e97722c5e8d452a3f7c8
---
 defaults/main.yml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/defaults/main.yml b/defaults/main.yml
index 0f90495..73dd5d1 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -43,12 +43,11 @@ rally_database_connection_string: mysql+pymysql://{{ rally_galera_user }}:{{ ral
 # the rally pin is updated. The package pins here are only
 # those not already covered by upper constraints.
 rally_pip_packages:
-  - ansible==2.4.3.0
-  - morph==0.1.2
-  - os-faults==0.1.17
-  - positional===1.2.1
+  - adal==1.2.1
+  - os-faults==0.2.2
   - pymysql # not pinned as it is in u-c
-  - rally-openstack==1.2.0
+  - rally==1.5.1
+  - rally-openstack==1.4.0
 
 # The inventory group where Rally will be installed.
 # This variable is used by the repo_build process to determine