Merge "Fix Nova scp failures on Debian Bookworm"

This commit is contained in:
Zuul 2024-01-09 13:53:33 +00:00 committed by Gerrit Code Review
commit c78cedfa75
2 changed files with 8 additions and 0 deletions

View File

@ -8,4 +8,6 @@ SyslogFacility AUTHPRIV
UsePAM yes
{% if kolla_base_distro in ["centos", "rocky"] %}
Subsystem sftp /usr/libexec/openssh/sftp-server
{% elif kolla_base_distro in ["debian", "ubuntu"] %}
Subsystem sftp /usr/lib/openssh/sftp-server
{% endif %}

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes Nova operations using the ``scp`` command, such as cold migration or
resize, on Debian Bookworm. `LP#2048700
<https://bugs.launchpad.net/kolla-ansible/+bug/2048700>`__