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:
parent
53d7d1365d
commit
0a7c9f3826
2 changed files with 40 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue