Revert "CI: Pin openstackclient to <7"

This reverts commit 9a5059d440.

Reason for revert: let's use UC

Change-Id: Ifa2c455a0ac5d239cbd7de329521474b366b3c76
This commit is contained in:
Michal Nasiadka 2024-08-08 07:42:01 +00:00
parent 3a322ce592
commit 0bd630ea79

View File

@ -18,8 +18,7 @@ openstack_clients_pip_packages:
enabled: "{{ scenario == 'scenario_nfv' }}"
- package: python-octaviaclient
enabled: "{{ scenario in ['octavia', 'ovn'] }}"
# https://bugs.launchpad.net/python-openstackclient/+bug/2076229
- package: "python-openstackclient<7"
- package: python-openstackclient
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.