diff --git a/nova/Chart.yaml b/nova/Chart.yaml index c3514337e4..b2ed5ddc14 100644 --- a/nova/Chart.yaml +++ b/nova/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Nova name: nova -version: 0.2.12 +version: 0.2.13 home: https://docs.openstack.org/nova/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png sources: diff --git a/nova/templates/daemonset-compute.yaml b/nova/templates/daemonset-compute.yaml index fe14ea3428..4c690d617c 100644 --- a/nova/templates/daemonset-compute.yaml +++ b/nova/templates/daemonset-compute.yaml @@ -514,6 +514,9 @@ spec: - name: host-rootfs hostPath: path: / + - name: runlock + hostPath: + path: /run/lock - name: etciscsi hostPath: path: /etc/iscsi diff --git a/releasenotes/notes/nova.yaml b/releasenotes/notes/nova.yaml index 6ca8441c79..71378e5e69 100644 --- a/releasenotes/notes/nova.yaml +++ b/releasenotes/notes/nova.yaml @@ -33,4 +33,5 @@ nova: - 0.2.10 Add tls cert mounting to nova-novnc - 0.2.11 Add Victoria and Wallaby releases support - 0.2.12 Bootstrap flavor creation efficiencies + - 0.2.13 Add missing 'runlock' hostMount when enable_scsi ...