libvirt.xml: fix IP address declaration

There is no longer different one for DispVM savefile preparation - there
is no DispVM savefile anymore.
This commit is contained in:
Marek Marczykowski-Górecki 2016-08-09 03:14:05 +02:00
parent ec7a84ea9d
commit ddf76d39bf
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -1,11 +1,6 @@
<interface type="ethernet">
<mac address="{{ vm.mac }}" />
<ip address="
{%- if prepare_dvm -%}
%IP%
{%- else -%}
{{ vm.ip }}
{%- endif %}" />
<ip address="{{ vm.ip }}" />
<backenddomain name="{{ vm.netvm.name }}" />
<script path="vif-route-qubes" />
</interface>