1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-03-23 02:54:51 +00:00

Add support get screenshot VM

Add support get screenshot VM
This commit is contained in:
savichev 2015-07-15 16:54:15 +05:00
parent d7dffcd883
commit bffc69827f

View file

@ -103,3 +103,5 @@ QEMU_KEYMAPS = ['ar', 'da', 'de', 'de-ch', 'en-gb', 'en-us', 'es', 'et', 'fi',
# keepalive interval and count for libvirt connections
LIBVIRT_KEEPALIVE_INTERVAL = 5
LIBVIRT_KEEPALIVE_COUNT = 5
SCREENSHOT_PATH = os.path.join(BASE_DIR, "static/screenshots")