fixed issues with browbeat installation on osp13

Change-Id: I01fbfa382308f12bdf79f3da160db0059037b8df
This commit is contained in:
rajeshP524 2022-02-10 17:29:53 +05:30
parent fb4880c794
commit 5d8bf36396
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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