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

add settings.CLONE_INSTANCE_AUTO_MIGRATE

please add this setting to your current config, or it breaks your installation

allow automatic migrations of newly cloned instances to random host
This commit is contained in:
Ing. Jan KRCMAR 2018-09-20 13:48:32 +02:00
parent 53d7d1365d
commit 0a7c9f3826
2 changed files with 40 additions and 23 deletions

View file

@ -134,6 +134,7 @@ ALLOW_INSTANCE_MULTIPLE_OWNER = True
NEW_USER_DEFAULT_INSTANCES = []
CLONE_INSTANCE_DEFAULT_PREFIX = 'instance'
CLONE_INSTANCE_AUTO_NAME = False
CLONE_INSTANCE_AUTO_MIGRATE = False
LOGS_PER_PAGE = 100
QUOTA_DEBUG = True
ALLOW_EMPTY_PASSWORD = True