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

UserAttributes.default_instances moved to django.conf.settings.NEW_USER_DEFAULT_INSTANCES

This commit is contained in:
Ing. Jan KRCMAR 2017-10-05 08:08:04 +02:00
parent 2ef672ffb5
commit b7cd731fda
2 changed files with 7 additions and 8 deletions

View file

@ -117,6 +117,11 @@ LIBVIRT_KEEPALIVE_INTERVAL = 5
LIBVIRT_KEEPALIVE_COUNT = 5
ALLOW_INSTANCE_MULTIPLE_OWNER = True
NEW_USER_DEFAULT_INSTANCES = [
'debian8-template',
'debian9-template',
'kiv-adm-template',
]
CLONE_INSTANCE_DEFAULT_PREFIX = 'ourea'
LOGS_PER_PAGE = 100
QUOTA_DEBUG = True