Merge "fix(nova): missing privilege separation directory for nova ssh"

This commit is contained in:
Zuul 2023-05-06 00:04:39 +00:00 committed by Gerrit Code Review
commit 2dc5e75d41
3 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm Nova
name: nova
version: 0.3.7
version: 0.3.8
home: https://docs.openstack.org/nova/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
sources:

View File

@ -35,4 +35,6 @@ cat /tmp/sshd_config_extend >> /etc/ssh/sshd_config
rm /tmp/sshd_config_extend
mkdir -p /run/sshd
exec /usr/sbin/sshd -D -e -o Port=$SSH_PORT

View File

@ -76,4 +76,5 @@ nova:
- 0.3.5 Replace node-role.kubernetes.io/master with control-plane
- 0.3.6 Fix VNC access issues
- 0.3.7 Fix live migration without DNS resolution
- 0.3.8 Fix missing privilege separation directory for nova compute ssh
...