1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-02-03 02:55:18 +00:00

define network with XML is related with network object. It is converted

This commit is contained in:
catborise 2019-10-30 11:02:38 +03:00
parent c212a60bba
commit 38ae62d093

View file

@ -161,7 +161,7 @@ def network(request, compute_id, pool):
compute.login,
compute.password,
compute.type)
conn.define_network(edit_xml)
new_conn.define_network(edit_xml)
if conn.is_active():
messages.success(request, _("Network XML is changed. Stop and start network to activate new config."))
else: