Skip to content

Commit 5e7494a

Browse files
committed
feat: bump nova kolla image tags
The `Nova` containers with the tag `20241126T110410` provides support for `ssh-sk` providing users the option of improving the security of SSH access to their instances.
1 parent 074ce4c commit 5e7494a

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ kolla_image_tags:
1212
heat:
1313
rocky-9: 2024.1-rocky-9-20240805T142526
1414
nova:
15-
rocky-9: 2024.1-rocky-9-20241004T094540
16-
ubuntu-jammy: 2024.1-ubuntu-jammy-20241004T094540
15+
rocky-9: 2024.1-rocky-9-20241126T110410
16+
ubuntu-jammy: 2024.1-ubuntu-jammy-20241126T110410
1717
neutron:
1818
rocky-9: 2024.1-rocky-9-20241025T090323
1919
ubuntu-jammy: 2024.1-ubuntu-jammy-20241025T090323

etc/kayobe/kolla.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -346,11 +346,8 @@ 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"), constraints=false) }}
353-
{% endraw %}
349+
nova_base_header: |
350+
RUN {{ macros.upper_constraints_version_change('cryptography', '42.*', '43.0.0') }}
354351
355352
# Dict mapping image customization variable names to their values.
356353
# Each variable takes the form:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
features:
3+
- |
4+
Add support for using `ssh-sk` key types within Nova providing
5+
users with the option of improving security of SSH access to
6+
their instances.
7+

0 commit comments

Comments
 (0)