mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
changing video card model functionality added to options.
This commit is contained in:
parent
60684cc7b1
commit
74eb8004d7
5 changed files with 77 additions and 7 deletions
|
|
@ -43,7 +43,7 @@ def create_instance(request, compute_id):
|
|||
compute.type)
|
||||
|
||||
instances = conn.get_instances()
|
||||
videos = conn.get_video()
|
||||
videos = conn.get_video_models()
|
||||
cache_modes = sorted(conn.get_cache_modes().items())
|
||||
default_cache = INSTANCE_VOLUME_DEFAULT_CACHE
|
||||
listener_addr = QEMU_CONSOLE_LISTEN_ADDRESSES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue