From bb42a3142cc56c53e4ec88e8cdadcf6b1484a453 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Fri, 28 Sep 2018 10:31:24 -0400 Subject: [PATCH] Bump rally version Bump version to rally version due to cinder not working with v3 api, and newer versions of python-cinderclient. This is the commit that references the problem: 67882d55ca453d6aa863d279ec4cfc2b52c80f0a Change-Id: I930e4de50bf7882e936c10b407b506236a39b229 Signed-off-by: Chuck Short --- ansible/install/group_vars/all.yml | 2 +- ansible/install/group_vars/zuul_all.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/install/group_vars/all.yml b/ansible/install/group_vars/all.yml index 3daddafa6..f32c529c5 100644 --- a/ansible/install/group_vars/all.yml +++ b/ansible/install/group_vars/all.yml @@ -31,7 +31,7 @@ browbeat_venv: "{{browbeat_path}}/.browbeat-venv" rally_venv: "{{browbeat_path}}/.rally-venv" # Rally version to install -rally_version: 1.1.0 +rally_version: 1.2.0 # The default Shaker venv shaker_venv: "{{browbeat_path}}/.shaker-venv" diff --git a/ansible/install/group_vars/zuul_all.yml b/ansible/install/group_vars/zuul_all.yml index 9f4c79114..0b353ded0 100644 --- a/ansible/install/group_vars/zuul_all.yml +++ b/ansible/install/group_vars/zuul_all.yml @@ -31,7 +31,7 @@ browbeat_venv: "{{browbeat_path}}/.browbeat-venv" rally_venv: "{{browbeat_path}}/.rally-venv" # Rally version to install -rally_version: 1.1.0 +rally_version: 1.2.0 # The default Shaker venv shaker_venv: "{{browbeat_path}}/.shaker-venv"