Skip to content

Commit 857c8fd

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 857c8fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,10 @@ 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_header: |
350+
{% raw %}
351+
RUN {{ macros.upper_constraints_version_change('cryptography', '42.*', '43.0.0') }}
352+
{% endraw %}
349353
350354
# Dict mapping image customization variable names to their values.
351355
# Each variable takes the form:

0 commit comments

Comments
 (0)