GNS3 / gns3-server

GNS3 server
GNU General Public License v3.0
812 stars 263 forks source link

Fix server id for remote compute in appliance template #704

Closed julien-duponchelle closed 7 years ago

julien-duponchelle commented 8 years ago

In 1.X the server id could be an url, but in 2.0 it's an uuid. Because appliance template are still managed by the client in 2.0 we have a workaround https://github.com/GNS3/gns3-gui/commit/d3f7eaee1c3d06f566cb10cb2694fe000e49ac01. But when we will have a true API for the appliance template we will need to clean that.

Could require #703

julien-duponchelle commented 7 years ago

It was already supported