Skip to content

Commit

Permalink
Fix use of nsc name in connection ignored
Browse files Browse the repository at this point in the history
This is a workaround for:
networkservicemesh/deployments-k8s#1826

Signed-off-by: Ed Warnicke <hagbard@gmail.com>
  • Loading branch information
edwarnicke committed Jun 18, 2021
1 parent 3886685 commit d328bba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package main

import (
"context"
"fmt"
"net/url"
"os"
"os/signal"
Expand All @@ -31,7 +30,6 @@ import (
"github.com/edwarnicke/debug"
"github.com/edwarnicke/grpcfd"
"github.com/edwarnicke/vpphelper"
"github.com/google/uuid"
"github.com/kelseyhightower/envconfig"
"github.com/sirupsen/logrus"
"github.com/spiffe/go-spiffe/v2/spiffetls/tlsconfig"
Expand Down Expand Up @@ -193,7 +191,6 @@ func main() {
}
request := &networkservice.NetworkServiceRequest{
Connection: &networkservice.Connection{
Id: fmt.Sprintf("%v-%v", config.Name, uuid.New().String()),
NetworkService: u.NetworkService(),
Labels: u.Labels(),
},
Expand Down

0 comments on commit d328bba

Please sign in to comment.