Merge "CI: Install simplejson in swift scenario"

This commit is contained in:
Zuul 2024-07-25 15:39:57 +00:00 committed by Gerrit Code Review
commit efd61fbdbc

View File

@ -20,6 +20,10 @@ openstack_clients_pip_packages:
enabled: "{{ scenario in ['octavia', 'ovn'] }}"
- 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.
- package: simplejson
enabled: "{{ scenario == 'swift' }}"
- package: python-tackerclient
enabled: "{{ scenario == 'scenario_nfv' }}"
- package: python-troveclient