mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Add changing option of network model. Show model on instance network list
This commit is contained in:
parent
8b9fe4e887
commit
c62e6ba3bc
4 changed files with 50 additions and 16 deletions
|
|
@ -353,6 +353,7 @@ def instance(request, compute_id, vname):
|
|||
networks_host = sorted(conn.get_networks())
|
||||
nwfilters_host = conn.get_nwfilters()
|
||||
storages_host = sorted(conn.get_storages(True))
|
||||
net_models_host = conn.get_network_models()
|
||||
|
||||
try:
|
||||
interfaces_host = sorted(conn.get_ifaces())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue