1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-18 06:18:08 +00:00

Create config disk property false by default for Qemu templates

Ref https://github.com/GNS3/gns3-gui/issues/3035
This commit is contained in:
Jeremy Grossmann 2020-08-17 12:45:57 +09:30 committed by GitHub
parent fa26555d00
commit a2e884e315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ QEMU_TEMPLATE_PROPERTIES = {
"create_config_disk": {
"description": "Automatically create a config disk on HDD disk interface (secondary slave)",
"type": "boolean",
"default": True
"default": False
},
"on_close": {
"description": "Action to execute on the VM is closed",