Fix mount path for nova novncproxy
Change-Id: Iadfdb2142e4ce1ce88e965a0e59420f31c5bf0c7 Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
This commit is contained in:
@@ -93,7 +93,7 @@ spec:
|
||||
subPath: nova.conf
|
||||
readOnly: true
|
||||
- name: nova-etc-snippets
|
||||
mountPath: /etc/nova/nova.d
|
||||
mountPath: /etc/nova/nova.conf.d
|
||||
readOnly: true
|
||||
{{- if .Values.conf.nova.DEFAULT.log_config_append }}
|
||||
- name: nova-etc
|
||||
@@ -142,7 +142,7 @@ spec:
|
||||
subPath: nova.conf
|
||||
readOnly: true
|
||||
- name: nova-etc-snippets
|
||||
mountPath: /etc/nova/nova.d
|
||||
mountPath: /etc/nova/nova.conf.d
|
||||
readOnly: true
|
||||
- name: nova-etc
|
||||
mountPath: /etc/nova/logging.conf
|
||||
|
5
releasenotes/notes/nova-495c648112a2b539.yaml
Normal file
5
releasenotes/notes/nova-495c648112a2b539.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
nova:
|
||||
- |
|
||||
Fix mount path /etc/nova/nova.conf.d for novncproxy deployment
|
||||
...
|
Reference in New Issue
Block a user