Skip to content

Commit 33a625e

Browse files
committed
TMP: use branch bumping pbr to 7
to work with setuptools dropped pkg_resources
1 parent bf17fdd commit 33a625e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ kolla_build_blocks:
387387
{% endif %}
388388
{% endif %}
389389
kolla_toolbox_header: |
390-
ENV UPPER_CONSTRAINTS_FILE=https://raw.githubusercontent.com/stackhpc/requirements/stackhpc/{{ openstack_release }}/upper-constraints.txt
390+
ENV UPPER_CONSTRAINTS_FILE=https://raw.githubusercontent.com/stackhpc/requirements/bump-pbr-2024.1/upper-constraints.txt
391391
bifrost_base_header: |
392392
ADD additions-archive /
393393
ENV TOX_CONSTRAINTS_FILE=/requirements/upper-constraints.txt

etc/kayobe/pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Upper constraints file for installation of python packages.
44
# Default value is
55
# "https://releases.openstack.org/constraints/upper/{{ openstack_release }}"
6-
pip_upper_constraints_file: "https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/{{ openstack_release }}/upper-constraints.txt"
6+
pip_upper_constraints_file: "https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/bump-pbr-2024.1/upper-constraints.txt"
77

88
# Use a local PyPi mirror for installing Pip packages
99
#pip_local_mirror: false

0 commit comments

Comments
 (0)