From 7a63d3f12a1286e7b1804a40def144bd06a748a3 Mon Sep 17 00:00:00 2001 From: Tim Raymond Date: Fri, 16 Sep 2022 13:38:30 -0400 Subject: [PATCH] Add path to CNS client for DeleteNC This path was missed in a prior iteration, but is necessary for the client to function properly. Without it, the route cannot be found and thus the request cannot be created. --- cns/client/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cns/client/client.go b/cns/client/client.go index 9843709657..08c0963946 100644 --- a/cns/client/client.go +++ b/cns/client/client.go @@ -39,6 +39,7 @@ var clientPaths = []string{ cns.SetOrchestratorType, cns.NumberOfCPUCores, cns.NMAgentSupportedAPIs, + cns.DeleteNetworkContainer, } type do interface {