Merge "fix(nova): missing privilege separation directory for nova ssh"
This commit is contained in:
commit
2dc5e75d41
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user