ab28330d85
As a cycle-with-intermediary release with trailing deliverable type, cinderlib's master remains the 2023.2 development branch until early in the 2024.1 (Caracal) cycle when the cinderlib 2023.2 (Bobcat) release is made. So update tox.ini and .zuul.yaml to test against cinder and os-brick stable/2023.2 instead of their master branches, and restrict cinder and os-brick in requirements.txt to the 2023.2 series. See the cinderlib docs for more info about this change: https://docs.openstack.org/cinderlib/latest/contributor/contributing.html#cinderlib-tox-and-zuul-configuration-maintenance Change-Id: I830b8e2f9766746a7f81b24ce1b7c1f4d4c7c5a1
8 lines
268 B
Plaintext
8 lines
268 B
Plaintext
# restrict cinder to the 2023.2 series only
|
|
cinder>=23.0.0,<24.0.0 # Apache-2.0
|
|
# brick upper bound is controlled by upper-constraints
|
|
os-brick>=6.4.0 # Apache-2.0
|
|
|
|
importlib_metadata>=1.7.0 # Apache-2.0
|
|
importlib_resources>=3.2.1;python_version<'3.10' # Apache-2.0
|