[nova] add missing 'runlock' hostMount when enable_scsi
Change-Id: Ia6c9b50ae81bec238c4cabc422fe7140347a50a6
This commit is contained in:
parent
cac3f01302
commit
3a5c7afba1
@ -14,7 +14,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Nova
|
description: OpenStack-Helm Nova
|
||||||
name: nova
|
name: nova
|
||||||
version: 0.2.12
|
version: 0.2.13
|
||||||
home: https://docs.openstack.org/nova/latest/
|
home: https://docs.openstack.org/nova/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -514,6 +514,9 @@ spec:
|
|||||||
- name: host-rootfs
|
- name: host-rootfs
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /
|
path: /
|
||||||
|
- name: runlock
|
||||||
|
hostPath:
|
||||||
|
path: /run/lock
|
||||||
- name: etciscsi
|
- name: etciscsi
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /etc/iscsi
|
path: /etc/iscsi
|
||||||
|
@ -33,4 +33,5 @@ nova:
|
|||||||
- 0.2.10 Add tls cert mounting to nova-novnc
|
- 0.2.10 Add tls cert mounting to nova-novnc
|
||||||
- 0.2.11 Add Victoria and Wallaby releases support
|
- 0.2.11 Add Victoria and Wallaby releases support
|
||||||
- 0.2.12 Bootstrap flavor creation efficiencies
|
- 0.2.12 Bootstrap flavor creation efficiencies
|
||||||
|
- 0.2.13 Add missing 'runlock' hostMount when enable_scsi
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user