Skip to content

Commit

Permalink
Fixed network template conditional
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Smith Jr <mrlesmithjr@gmail.com>
  • Loading branch information
mrlesmithjr committed Aug 22, 2017
1 parent ad263e6 commit 5f8e367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vm-network.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{% if not vl['trunk'] %}
<vlan>
<tag id='{{ vl['vlan'] }}'/>
{% if vl['trunk'] %}
{% elif vl['trunk'] %}
<vlan trunk='yes'>
{% for vlt in vl['vlan'] %}
<tag id='{{ vlt }}'/>
Expand Down

0 comments on commit 5f8e367

Please sign in to comment.