Comment 1 for bug 1779620

Revision history for this message
Dinesh Bakiaraj (dineshb) wrote :

The namespace delete problem is here:

https://github.com/Juniper/contrail-controller/blob/master/src/container/kube-manager/kube_manager/vnc/vnc_namespace.py#L563
The check should be : if vnc_kube_config.cluster_project_name(name) == project.name: