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:
parent
c212a60bba
commit
38ae62d093
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue