From 474025175e3b17f7fbdb742a05e75f97f5c202b7 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 16 Jan 2019 19:22:16 +0700 Subject: [PATCH] Remove "deprecated" node for VirtualBox based GNS3 VM support. Ref #1377 --- gns3server/controller/gns3vm/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gns3server/controller/gns3vm/__init__.py b/gns3server/controller/gns3vm/__init__.py index c5fd1d69..8b6f7468 100644 --- a/gns3server/controller/gns3vm/__init__.py +++ b/gns3server/controller/gns3vm/__init__.py @@ -84,8 +84,8 @@ class GNS3VM: download_url = "https://github.com/GNS3/gns3-gui/releases/download/v{version}/GNS3.VM.VirtualBox.{version}.zip".format(version=__version__) virtualbox_info = { "engine_id": "virtualbox", - "name": "VirtualBox (deprecated)", - "description": 'VirtualBox doesn\'t support nested virtualization, this means Qemu based VMs will run extremely slowly. This feature is marked as deprecated and support may be removed from future GNS3 releases.
The GNS3 VM can be downloaded here'.format(download_url), + "name": "VirtualBox", + "description": 'VirtualBox doesn\'t support nested virtualization, this means Qemu based VMs will run extremely slowly.
The GNS3 VM can be downloaded here'.format(download_url), "support_when_exit": True, "support_headless": True, "support_ram": True