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