mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-06 20:39:38 +00:00
define network with XML is related with network object. It is converted
This commit is contained in:
@@ -161,7 +161,7 @@ def network(request, compute_id, pool):
|
|||||||
compute.login,
|
compute.login,
|
||||||
compute.password,
|
compute.password,
|
||||||
compute.type)
|
compute.type)
|
||||||
conn.define_network(edit_xml)
|
new_conn.define_network(edit_xml)
|
||||||
if conn.is_active():
|
if conn.is_active():
|
||||||
messages.success(request, _("Network XML is changed. Stop and start network to activate new config."))
|
messages.success(request, _("Network XML is changed. Stop and start network to activate new config."))
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user