Merge "Add rsync package to the nova-ssh container" into stable/2024.2
This commit is contained in:
@@ -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' %}
|
||||
|
||||
Reference in New Issue
Block a user