mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 23:25:24 +00:00
Remove some constants from settings.py
This commit is contained in:
parent
7538ddab4f
commit
24a578f61b
1 changed files with 0 additions and 12 deletions
|
@ -151,12 +151,6 @@ WS_PUBLIC_HOST = None
|
|||
# Websock SSL connection
|
||||
WS_CERT = None
|
||||
|
||||
# List of console types
|
||||
QEMU_CONSOLE_TYPES = ['vnc', 'spice']
|
||||
|
||||
# Default console type
|
||||
QEMU_CONSOLE_DEFAULT_TYPE = 'vnc'
|
||||
|
||||
# List of console listen addresses
|
||||
QEMU_CONSOLE_LISTEN_ADDRESSES = (
|
||||
('127.0.0.1', 'Localhost'),
|
||||
|
@ -173,11 +167,5 @@ QEMU_KEYMAPS = ['ar', 'da', 'de', 'de-ch', 'en-gb', 'en-us', 'es', 'et', 'fi',
|
|||
LIBVIRT_KEEPALIVE_INTERVAL = 5
|
||||
LIBVIRT_KEEPALIVE_COUNT = 5
|
||||
|
||||
ALLOW_INSTANCE_MULTIPLE_OWNER = True
|
||||
ALLOW_EMPTY_PASSWORD = False
|
||||
NEW_USER_DEFAULT_INSTANCES = []
|
||||
CLONE_INSTANCE_DEFAULT_PREFIX = 'instance'
|
||||
CLONE_INSTANCE_AUTO_NAME = False
|
||||
CLONE_INSTANCE_AUTO_MIGRATE = False
|
||||
LOGS_PER_PAGE = 100
|
||||
|
||||
|
|
Loading…
Reference in a new issue