Skip to content

Commit

Permalink
Revert "CI: Pin openstackclient to <7"
Browse files Browse the repository at this point in the history
This reverts commit 9a5059d.

Reason for revert: let's use UC

Change-Id: Ifa2c455a0ac5d239cbd7de329521474b366b3c76
  • Loading branch information
mnasiadka committed Aug 8, 2024
1 parent 3a322ce commit 0bd630e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/openstack-clients/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0bd630e

Please sign in to comment.