mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-18 02:40:11 +00:00
The appliance should use the gns3a extension
This commit is contained in:
parent
a11b74132d
commit
e659df4cdd
@ -92,7 +92,7 @@ with open(os.path.join('schemas', 'appliance.json')) as f:
|
||||
appliance_name = ask('Appliance id (example: cisco-asav)')
|
||||
|
||||
# TODO check if file exists
|
||||
with open(os.path.join('appliances', appliance_name + '.json'), 'w+') as f:
|
||||
with open(os.path.join('appliances', appliance_name + '.gns3a'), 'w+') as f:
|
||||
appliance = {}
|
||||
appliance = ask_from_schema(schema)
|
||||
appliance['qemu'] = ask_from_schema(schema['properties']['qemu'])
|
||||
|
Loading…
Reference in New Issue
Block a user