We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f53f6f commit f15ae38Copy full SHA for f15ae38
templates/vm.xml.j2
@@ -51,7 +51,7 @@
51
{% if volume.source.hosts_list is defined and volume.source.hosts_list is not none %}
52
{% for host in volume.source.hosts_list %}
53
<host name='{{ host }}' {% if volume.source.port is defined and volume.source.port is not none %} port='{{ volume.source.port }}' {% endif %}/>
54
- {% endfor %}
+ {% endfor %}
55
{% else %}
56
<host name='{{ volume.source.hostname }}' {% if volume.source.port is defined and volume.source.port is not none %} port='{{ volume.source.port }}' {% endif %}/>
57
{% endif %}
0 commit comments