Skip to content

Commit c70b139

Browse files
temporary update to kolla build
1 parent 9a596e6 commit c70b139

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ kolla_build_blocks:
321321
{% endif %}
322322
{% endif %}
323323
kolla_toolbox_header: |
324-
ENV UPPER_CONSTRAINTS_FILE=https://raw.githubusercontent.com/stackhpc/requirements/stackhpc/{{ openstack_release }}/upper-constraints.txt
324+
ENV UPPER_CONSTRAINTS_FILE=https://raw.githubusercontent.com/stackhpc/requirements/bump-pymysql/upper-constraints.txt
325325
bifrost_base_header: |
326326
ADD additions-archive /
327327
ENV ANSIBLE_PIP_VERSION='>=8,<9'

etc/kayobe/kolla/kolla-build.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ build_args = {{ kolla_build_args.items() | map('join', ':') | join(',') }}
1313
[openstack-base]
1414
type = git
1515
location = https://github.com/stackhpc/requirements
16-
reference = stackhpc/{{ openstack_release }}
16+
reference = bump-pymysql

etc/kayobe/trivy/allowed-vulnerabilities.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
# barbican-api_allowed_vulnerabilities:
1111
# - CVE-2023-31047
1212

13-
global_allowed_vulnerabilities:
14-
- CVE-2024-36039
15-
1613
###############################################################################
1714
# Dummy variable to allow Ansible to accept this file.
1815
workaround_ansible_issue_8743: yes

0 commit comments

Comments
 (0)