summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/helper-scripts
diff options
context:
space:
mode:
authorLuc Provoost <luc.provoost@gmail.com>2024-11-09 16:51:26 +0100
committerLuc Provoost <luc.provoost@gmail.com>2024-11-09 16:51:26 +0100
commitbdb77aef893a9b7a420e2ce08676d7a4e657046f (patch)
tree468746a27286a7fd9ab50ad5424a6fab58299ac9 /VNFs/DPPD-PROX/helper-scripts
parentddc2eccb714e69cfea77e5a6abd6a7987dadb11b (diff)
fix namespace log error
Logging wrong parameter Signed-off-by: Luc Provoost <luc.provoost@gmail.com> Change-Id: I7ca4b1b0eba93eadbd5289d51a2a3fb259af7938
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts')
-rw-r--r--VNFs/DPPD-PROX/helper-scripts/rapid/rapid_k8s_deployment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_k8s_deployment.py b/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_k8s_deployment.py
index 66ebfeb4..056eb254 100644
--- a/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_k8s_deployment.py
+++ b/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_k8s_deployment.py
@@ -101,7 +101,7 @@ class K8sDeployment:
self._log.error("No option namespace in DEFAULT section")
return -1
- self._log.debug("Using namespace %s" % self._total_number_of_pods)
+ self._log.debug("Using namespace %s" % self._namespace)
# Parse [PODx] sections
for i in range(1, int(self._total_number_of_pods) + 1):