mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-18 07:18:18 +00:00
Initialize chassis when creating an IOS router. Fixes #107.
This commit is contained in:
@ -58,7 +58,8 @@ class DynamipsVMHandler:
|
||||
request.json.get("dynamips_id"),
|
||||
request.json.pop("platform"),
|
||||
console=request.json.get("console"),
|
||||
aux=request.json.get("aux"))
|
||||
aux=request.json.get("aux"),
|
||||
chassis=request.json.pop("chassis", None))
|
||||
|
||||
yield from dynamips_manager.update_vm_settings(vm, request.json)
|
||||
yield from dynamips_manager.ghost_ios_support(vm)
|
||||
|
Reference in New Issue
Block a user