Skip to content

Commit 771f98d

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 1eef82c commit 771f98d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,11 @@ kolla_build_blocks:
346346
{% set magnum_capi_packages = ['magnum-capi-helm==1.1.0'] %}
347347
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
348348
{% endraw %}
349+
nova_base_footer: |
350+
{% raw %}
351+
{% set nova_packages = ['cryptography==43.0.0'] %}
352+
RUN {{ macros.install_pip(nova_packages | customizable("pip_packages")) }}
353+
{% endraw %}
349354
350355
# Dict mapping image customization variable names to their values.
351356
# Each variable takes the form:

0 commit comments

Comments
 (0)