Skip to content

Commit f36aba4

Browse files
committed
feat: bump nova kolla image tags
The `Nova` containers with the tag `20241126T110410` provides support for `ssh-sk` providing users the option of improving the security of SSH access to their instances. [skip ci]
1 parent b33e811 commit f36aba4

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

etc/kayobe/kolla.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,6 @@ kolla_build_blocks:
346346
&& grafana-cli plugins install grafana-opensearch-datasource
347347
ironic_inspector_header: |
348348
ADD additions-archive /
349-
magnum_base_footer: |
350-
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
351-
{% raw %}
352-
{% set magnum_capi_packages = ['magnum-capi-helm==1.1.0'] %}
353-
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
354-
{% endraw %}
355349
nova_base_footer: |
356350
{% raw %}
357351
RUN {{ macros.upper_constraints_version_change('cryptography', '42.*', '43.0.0') }}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
features:
3+
- |
4+
Add support for using `ssh-sk` key types within Nova providing
5+
users with the option of improving security of SSH access to
6+
their instances.
7+

0 commit comments

Comments
 (0)