From b0e489abe7fca9224fffc83780e71620f3ad0626 Mon Sep 17 00:00:00 2001 From: "Ing. Jan KRCMAR" Date: Wed, 24 Jan 2018 09:15:25 +0100 Subject: [PATCH] NEW_USER_DEFAULT_INSTANCES remove debian8-template --- webvirtcloud/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/webvirtcloud/settings.py b/webvirtcloud/settings.py index 5a9a7f2..7323d9a 100644 --- a/webvirtcloud/settings.py +++ b/webvirtcloud/settings.py @@ -118,7 +118,6 @@ LIBVIRT_KEEPALIVE_COUNT = 5 ALLOW_INSTANCE_MULTIPLE_OWNER = True NEW_USER_DEFAULT_INSTANCES = [ - 'debian8-template', 'debian9-template', 'kiv-adm-template', ]