Merge "fix: use nova-compute.conf in nova-compute-ironic"
This commit is contained in:
commit
0a13859e9d
@ -14,7 +14,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Nova
|
||||
name: nova
|
||||
version: 0.3.46
|
||||
version: 0.3.47
|
||||
home: https://docs.openstack.org/nova/latest/
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
||||
sources:
|
||||
|
@ -17,5 +17,5 @@ limitations under the License.
|
||||
set -ex
|
||||
|
||||
exec nova-compute \
|
||||
--config-file /etc/nova/nova.conf \
|
||||
--config-file /etc/nova/nova-compute.conf \
|
||||
--config-file /etc/nova/nova-ironic.conf
|
||||
|
@ -71,8 +71,8 @@ spec:
|
||||
subPath: nova-compute-ironic.sh
|
||||
readOnly: true
|
||||
- name: nova-etc
|
||||
mountPath: /etc/nova/nova.conf
|
||||
subPath: nova.conf
|
||||
mountPath: /etc/nova/nova-compute.conf
|
||||
subPath: nova-compute.conf
|
||||
readOnly: true
|
||||
{{- if .Values.conf.nova.DEFAULT.log_config_append }}
|
||||
- name: nova-etc
|
||||
|
@ -115,4 +115,5 @@ nova:
|
||||
- 0.3.44 Add DPDK overrides
|
||||
- 0.3.45 Add configuration for nova-scheduler
|
||||
- 0.3.46 Add 2024.2 Ubuntu Jammy overrides
|
||||
- 0.3.47 Use nova-compute.conf in nova-compute-ironic
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user