Skip to content

Commit eea8211

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.3` we can benefit from such support within `Nova`
1 parent c1c1c61 commit eea8211

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
&& grafana-cli plugins install grafana-opensearch-datasource
347347
ironic_inspector_header: |
348348
ADD additions-archive /
349+
nova_base_footer: |
350+
{% raw %}
351+
RUN {{ macros.upper_constraints_version_change('cryptography', '42.*', '43.0.3') }}
352+
RUN {{ macros.upper_constraints_version_change('eventlet', '0.35.*', '0.36.1') }}
353+
{% endraw %}
349354
350355
# Dict mapping image customization variable names to their values.
351356
# Each variable takes the form:

0 commit comments

Comments
 (0)