Skip to content

Commit 0a42249

Browse files
committed
Test legacy method
1 parent 87dde3a commit 0a42249

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 /

etc/kayobe/kolla/kolla-build.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
1010
{% endif %}
1111
build_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]
1919
version = 2.54.1

0 commit comments

Comments
 (0)