Skip to content
Snippets Groups Projects
Commit 6430ec52 authored by Will Szumski's avatar Will Szumski
Browse files

format pxe_append_params as string and not a list

Please see: https://docs.openstack.org/ironic/latest/configuration/sample-config.html

Change-Id: Idc96523a5108712a072b14889b1fba0f05c381e8
Story: 2006707
Task: 37067
parent c620dd84
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ provisioning_network = {{ kolla_ironic_provisioning_network }}
[pxe]
{% if kolla_ironic_pxe_append_params %}
pxe_append_params = {{ kolla_ironic_pxe_append_params | join(',') }}
pxe_append_params = {{ kolla_ironic_pxe_append_params | join(' ') }}
{% endif %}
{% raw %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment