Fix pin of novaclient to working version

Previous pin[1] didn't worked as it conflicted
with version requirements from openstackclient

This patch pins novaclient to last known good
version.

[1] https://review.opendev.org/c/x/browbeat/+/874928

Closes-Bug: #2008235
Change-Id: I446f6348fbfc8becfe3fa047b09cb320d2ed143f
This commit is contained in:
yatinkarel 2023-02-27 21:11:22 +05:30
parent ba485b728d
commit 8a7b243973
2 changed files with 3 additions and 3 deletions

View File

@ -56,9 +56,9 @@
# Till browbeat code is compatible with novaclient-18.3.0
# https://bugs.launchpad.net/openstack-browbeat/+bug/2008235
- name: Ensure python-novaclient<=17.6.0
- name: Ensure python-novaclient<18.3.0
pip:
name: 'python-novaclient<=17.6.0'
name: 'python-novaclient<18.3.0'
virtualenv: "{{ rally_venv }}"
- name: Create rally configuration directory

View File

@ -5,4 +5,4 @@ pyrsistent==0.16.0;python_version<'3'
pyrsistent>=0.17.0;python_version>='3'
paramiko==2.8.0
python-manilaclient<=3.0.0
python-novaclient<=17.6.0
python-novaclient<18.3.0