CI: Pin openstackclient to <7

Change-Id: I989d0d6c134d85bada227fca8233fb0ac290625a
This commit is contained in:
Michal Nasiadka 2024-08-07 12:04:21 +02:00
parent a70af11838
commit 9a5059d440

View File

@ -18,7 +18,8 @@ openstack_clients_pip_packages:
enabled: "{{ scenario == 'scenario_nfv' }}"
- package: python-octaviaclient
enabled: "{{ scenario in ['octavia', 'ovn'] }}"
- package: python-openstackclient
# https://bugs.launchpad.net/python-openstackclient/+bug/2076229
- package: "python-openstackclient<7"
enabled: true
# python-openstackclient 6.6.0 didn't work with swift due to https://review.opendev.org/c/openstack/python-openstackclient/+/920001
# TODO: remove the simplejson once new package released on pypi.org.