From 3da7a036d9e3738b8802470127ccb0f20da3882b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Steinm=C3=BCller?= Date: Thu, 19 Jul 2018 17:20:25 -0300 Subject: [PATCH] Change rally pip package This is motivated by the recent change of rally project [1] which states that In-tree OpenStack plugins will be removed from the Rally main package soon. Also, we do not have constraint for it, we need to pin it to keep consistent build. [1] https://github.com/openstack/rally/blob/master/CHANGELOG.rst#100---2018-06-20 Change-Id: I9121867301fc69ba6623110fa6e54c2da0b5ae2c Closes-Bug: 1782372 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 003ba86..5d489f3 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -66,7 +66,7 @@ rally_pip_packages: - os-faults==0.1.17 - positional===1.2.1 - pymysql # not pinned as it is in u-c - - rally==0.12.1 # current release at 29 May 2018 + - rally-openstack==1.2.0 # The inventory group where Rally will be installed. # This variable is used by the repo_build process to determine