1
0
Fork 0
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:
catborise 2020-01-10 17:55:42 +03:00
parent 8b9fe4e887
commit c62e6ba3bc
4 changed files with 50 additions and 16 deletions

View file

@ -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())