Skip to content

Commit b33e811

Browse files
committed
feat: add support for ssh-sk to nova
Support for `ssh-sk` keys was recently added in the cryptography package pyca/cryptography#10608. By installing version `43.0.0` we can benefit from such support within `Nova`
1 parent c1c1c61 commit b33e811

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,16 @@ 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 %}
355+
nova_base_footer: |
356+
{% raw %}
357+
RUN {{ macros.upper_constraints_version_change('cryptography', '42.*', '43.0.0') }}
358+
{% endraw %}
349359
350360
# Dict mapping image customization variable names to their values.
351361
# Each variable takes the form:

0 commit comments

Comments
 (0)