Skip to content

Commit

Permalink
update tsds url to work with existing configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonstout committed Aug 3, 2021
1 parent c802d2e commit 6479cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mpls/mpls_discovery.pl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sub core{
my $nso_discovery;
my $nso_client = new OESS::NSO::Client(config_obj => $config);
my $tsds_client = new GRNOC::WebService::Client(
url => $config->tsds_url . "/services/push.cgi",
url => $config->tsds_url . "/push.cgi",
uid => $config->tsds_username,
passwd => $config->tsds_password,
realm => $config->tsds_realm,
Expand Down

0 comments on commit 6479cdb

Please sign in to comment.