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:
parent
ec7a84ea9d
commit
ddf76d39bf
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user