1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Merge pull request #263 from catborise/master

Some addition & Fixes
This commit is contained in:
Anatoliy Guskov 2019-11-21 12:28:37 +02:00 committed by GitHub
commit 3bae40c8aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 494 additions and 226 deletions

View file

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