Skip to content

Commit 48d95e4

Browse files
committed
Fix keystone kolla image build
This fixes keystone image build failures due the pinned version of liblasso being incorrect for ubuntu jammy
1 parent 167ff23 commit 48d95e4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

etc/kayobe/kolla.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -263,14 +263,6 @@ kolla_build_blocks:
263263
&& grafana-cli plugins install grafana-piechart-panel
264264
ironic_inspector_header: |
265265
ADD additions-archive /
266-
keystone_base_footer: |
267-
{% raw %}
268-
{% if base_package_type == 'deb' %}
269-
RUN curl -sLO https://github.com/stackhpc/lasso/releases/download/applied%2F2.7.0-2build3/liblasso3_2.7.0-2build3_amd64.deb && \
270-
sudo dpkg -i liblasso3_2.7.0-2build3_amd64.deb && \
271-
rm -f liblasso3_2.7.0-2build3_amd64.deb
272-
{% endif %}
273-
{% endraw %}
274266
magnum_base_footer: |
275267
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
276268
# Dict mapping image customization variable names to their values.

0 commit comments

Comments
 (0)