From 5d8bf36396c8eb88d8f487921e0a5216520f3273 Mon Sep 17 00:00:00 2001 From: rajeshP524 Date: Thu, 10 Feb 2022 17:29:53 +0530 Subject: [PATCH] fixed issues with browbeat installation on osp13 Change-Id: I01fbfa382308f12bdf79f3da160db0059037b8df --- ansible/install/group_vars/all.yml | 2 +- requirements.txt | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ansible/install/group_vars/all.yml b/ansible/install/group_vars/all.yml index 286113b7c..e969b7d3d 100644 --- a/ansible/install/group_vars/all.yml +++ b/ansible/install/group_vars/all.yml @@ -43,7 +43,7 @@ rally_openstack_version: 1.6.0 shaker_venv: "{{browbeat_path}}/.shaker-venv" # Shaker version to Install -shaker_version: 1.3.2 +shaker_version: 1.4.2 # Custom name to use for the cloud cloud_prefix: openstack diff --git a/requirements.txt b/requirements.txt index 15ea5e4fa..e477e095b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,8 +11,10 @@ python-openstackclient==3.11.0;python_version<'3' python-openstackclient>=3.11.0;python_version>='3' pykwalify==1.7.0;python_version<'3' pykwalify>=1.8.0;python_version>='3' -gspread -oauth2client +gspread==3.7.0;python_version<'3' +gspread>=4.0.0;python_version>='3' +oauth2client==1.4.1;python_version<'3' +oauth2client;python_version>='3' gspread_formatting pandas gspread_dataframe