From 7a8239fcaee374cd7f21f3aa4955fd0736e4d839 Mon Sep 17 00:00:00 2001 From: Mencken Davidson <76002183+menckend@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:22:08 -0400 Subject: [PATCH] Update dcnodatg.py --- dcnodatg/dcnodatg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcnodatg/dcnodatg.py b/dcnodatg/dcnodatg.py index acc9880..4bcf40a 100644 --- a/dcnodatg/dcnodatg.py +++ b/dcnodatg/dcnodatg.py @@ -367,7 +367,7 @@ def p_to_v(**kwargs): # Set GNS3 URL gns3_url = 'http://'+servername+':3080/v2/' - gns3_url_noapi = 'http://'+servername+':3080/static/web-ui/server/1/projects/' + gns3_url_noapi = 'http://'+servername+':3080/static/web-ui/server/1/project/' # Get all of the docker image templates from the GNS3 server so we can figure out # which template_id value maps to a specific EOS version when we start building