From bffc69827f6a2e1be3799175b3a69c91ab70e9a6 Mon Sep 17 00:00:00 2001 From: savichev Date: Wed, 15 Jul 2015 16:54:15 +0500 Subject: [PATCH] Add support get screenshot VM Add support get screenshot VM --- webvirtcloud/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webvirtcloud/settings.py b/webvirtcloud/settings.py index a163fa3..7ba7ddb 100644 --- a/webvirtcloud/settings.py +++ b/webvirtcloud/settings.py @@ -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")