mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[libvirt] Corrected template variable from interface_nat_network to network_nat_network
This commit is contained in:
parent
67741dfb3a
commit
3c38d42776
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if network_interface_type=="nat" %>
|
<% if network_interface_type=="nat" %>
|
||||||
<interface type='network'>
|
<interface type='network'>
|
||||||
<source network='<%= interface_nat_network %>'/>
|
<source network='<%= network_nat_network %>'/>
|
||||||
<model type='virtio'/>
|
<model type='virtio'/>
|
||||||
<% end %>
|
<% end %>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
Loading…
Add table
Reference in a new issue