diff options
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/rapid/rapid_k8s_deployment.py | 2 |
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): |