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:
324324 fi
325325 {% endif %}
326326 {% endif %}
327- kolla_toolbox_header : |
327+ base_pip_conf : |
328328 ENV UPPER_CONSTRAINTS_FILE=https://raw.githubusercontent.com/stackhpc/requirements/stackhpc/{{ openstack_release }}/upper-constraints.txt
329329 bifrost_base_header : |
330330 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 }}
1010{% endif %}
1111build_args = {{ (kolla_build_args | default({})).items() | map('join', ':') | join(',') }}
1212
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
1717
1818[prometheus-v2-server]
1919version = 2.54.1
You can’t perform that action at this time.
0 commit comments