Merge "Fix Nova scp failures on Debian Bookworm"
This commit is contained in:
commit
c78cedfa75
@ -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 %}
|
||||
|
6
releasenotes/notes/bug-2048700-98eb939b72079173.yaml
Normal file
6
releasenotes/notes/bug-2048700-98eb939b72079173.yaml
Normal 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>`__
|
Loading…
x
Reference in New Issue
Block a user