magnum-capi-helm/requirements.txt
John Garbutt 32139954f6
Fix CI by pinning to working Magnum (#19)
The recently released mangum doesn't work with the latest
oslo_db we start using. Lets pin to 2023.1 and its matching
upper constraits for the moment.

Waiting on this release to fix 2023.2:
https://review.opendev.org/c/openstack/releases/+/897404
2023-10-09 15:05:37 +01:00

9 lines
297 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=2.0 # Apache-2.0
oslo_log
oslo_utils
magnum<17.0.0 # test against 2023.1 for now