File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ kolla_build_blocks:
324
324
fi
325
325
{% endif %}
326
326
{% endif %}
327
- kolla_toolbox_header : |
327
+ base_pip_conf : |
328
328
ENV UPPER_CONSTRAINTS_FILE=https://raw.githubusercontent.com/stackhpc/requirements/stackhpc/{{ openstack_release }}/upper-constraints.txt
329
329
bifrost_base_header : |
330
330
ADD additions-archive /
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
10
10
{% endif %}
11
11
build_args = {{ (kolla_build_args | default({})).items() | map('join', ':') | join(',') }}
12
12
13
- [openstack-base]
14
- type = git
15
- location = https://github.com/stackhpc/requirements
16
- reference = test-INFRA-659
13
+ # [openstack-base]
14
+ # type = git
15
+ # location = https://github.com/stackhpc/requirements
16
+ # reference = test-INFRA-659
17
17
18
18
[prometheus-v2-server]
19
19
version = 2.54.1
You can’t perform that action at this time.
0 commit comments