Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,11 @@ kolla_build_blocks:
&& grafana-cli plugins install grafana-opensearch-datasource
ironic_inspector_header: |
ADD additions-archive /
nova_base_footer: |
{% raw %}
RUN {{ macros.upper_constraints_version_change('cryptography', '42.*', '43.0.3') }}
RUN {{ macros.upper_constraints_version_change('eventlet', '0.35.*', '0.36.1') }}
{% endraw %}

# Dict mapping image customization variable names to their values.
# Each variable takes the form:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
features:
- |
Add support for using `ssh-sk` key types within Nova providing
users with the option of improving security of SSH access to
their instances.

Loading