Merge "Add rsync package to the nova-ssh container" into stable/2024.2

This commit is contained in:
Zuul
2025-07-22 10:48:29 +00:00
committed by Gerrit Code Review

View File

@@ -10,7 +10,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{{ macros.configure_user(name='nova', shell='/bin/bash') }}
{% set nova_ssh_packages = [
'openssh-server'
'openssh-server',
'rsync'
] %}
{% if base_package_type == 'deb' %}