Skip to content

Commit

Permalink
Update dcnodatg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
menckend authored Oct 17, 2024
1 parent 34072e0 commit 7a8239f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcnodatg/dcnodatg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a8239f

Please sign in to comment.