Merge "Host of compute ironic service equals pod name."
This commit is contained in:
commit
c748500b27
@ -14,7 +14,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Nova
|
||||
name: nova
|
||||
version: 0.2.31
|
||||
version: 0.2.32
|
||||
home: https://docs.openstack.org/nova/latest/
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
||||
sources:
|
||||
|
@ -53,7 +53,6 @@ spec:
|
||||
{{ .Values.labels.agent.compute_ironic.node_selector_key }}: {{ .Values.labels.agent.compute_ironic.node_selector_value }}
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
hostNetwork: true
|
||||
hostPID: true
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
initContainers:
|
||||
|
@ -52,4 +52,5 @@ nova:
|
||||
- 0.2.29 Remove ssh-config
|
||||
- 0.2.30 Improve health probe logging
|
||||
- 0.2.31 Update oslo messaging get_transport
|
||||
- 0.2.32 Host of ironic compute service equals pod name
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user