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">
|
<interface type="ethernet">
|
||||||
<mac address="{{ vm.mac }}" />
|
<mac address="{{ vm.mac }}" />
|
||||||
<ip address="
|
<ip address="{{ vm.ip }}" />
|
||||||
{%- if prepare_dvm -%}
|
|
||||||
%IP%
|
|
||||||
{%- else -%}
|
|
||||||
{{ vm.ip }}
|
|
||||||
{%- endif %}" />
|
|
||||||
<backenddomain name="{{ vm.netvm.name }}" />
|
<backenddomain name="{{ vm.netvm.name }}" />
|
||||||
<script path="vif-route-qubes" />
|
<script path="vif-route-qubes" />
|
||||||
</interface>
|
</interface>
|
||||||
|
Loading…
Reference in New Issue
Block a user