1
0
Fork 0
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:
Patrick Debois 2011-09-12 17:43:35 +03:00
parent 67741dfb3a
commit 3c38d42776

View file

@ -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>