Remove trailing whitespace from Neutron Chart
The Neutron Chart had a large amount of extranious whitespace at the end of lines, this commit rectifies that. Change-Id: I2280563934e07958d0ac5b2a93b0840a8b6424ab
This commit is contained in:
parent
93e3297a2f
commit
0e68aa36fa
@ -213,4 +213,3 @@ data:
|
||||
resolv.conf: |+
|
||||
{{ tuple "etc/_resolv.conf.tpl" . | include "helm-toolkit.template" | indent 4 }}
|
||||
dnsmasq.conf: ""
|
||||
|
||||
|
@ -290,4 +290,3 @@
|
||||
{{ if not .agent.neutron.base.agent.availability_zone }}#{{ end }}availability_zone = {{ .agent.neutron.base.agent.availability_zone | default "nova" }}
|
||||
|
||||
{{- end -}}
|
||||
|
||||
|
@ -352,4 +352,3 @@
|
||||
{{ if not .agent.neutron.base.agent.availability_zone }}#{{ end }}availability_zone = {{ .agent.neutron.base.agent.availability_zone | default "nova" }}
|
||||
|
||||
{{- end -}}
|
||||
|
||||
|
@ -344,4 +344,3 @@
|
||||
{{ if not .cache.oslo.cache.memcache_pool_connection_get_timeout }}#{{ end }}memcache_pool_connection_get_timeout = {{ .cache.oslo.cache.memcache_pool_connection_get_timeout | default "10" }}
|
||||
|
||||
{{- end -}}
|
||||
|
||||
|
@ -171,4 +171,3 @@
|
||||
{{ if not .default.oslo.log.fatal_deprecations }}#{{ end }}fatal_deprecations = {{ .default.oslo.log.fatal_deprecations | default "false" }}
|
||||
|
||||
{{- end -}}
|
||||
|
||||
|
@ -2229,4 +2229,3 @@
|
||||
{{ if not .ssl.oslo.service.sslutils.ciphers }}#{{ end }}ciphers = {{ .ssl.oslo.service.sslutils.ciphers | default "<None>" }}
|
||||
|
||||
{{- end -}}
|
||||
|
||||
|
@ -169,4 +169,3 @@
|
||||
{{ if not .ml2_sriov.neutron.ml2.sriov.supported_pci_vendor_devs }}#{{ end }}supported_pci_vendor_devs = {{ .ml2_sriov.neutron.ml2.sriov.supported_pci_vendor_devs | default "<None>" }}
|
||||
|
||||
{{- end -}}
|
||||
|
||||
|
@ -380,4 +380,3 @@
|
||||
{{ if not .securitygroup.neutron.ml2.ovs.agent.enable_ipset }}#{{ end }}enable_ipset = {{ .securitygroup.neutron.ml2.ovs.agent.enable_ipset | default "true" }}
|
||||
|
||||
{{- end -}}
|
||||
|
||||
|
@ -193,4 +193,3 @@
|
||||
{{ if not .sriov_nic.neutron.ml2.sriov.agent.exclude_devices }}#{{ end }}exclude_devices = {{ .sriov_nic.neutron.ml2.sriov.agent.exclude_devices | default "" }}
|
||||
|
||||
{{- end -}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user