Commit e1ea267e authored by escaleira's avatar escaleira Committed by garciadeblas
Browse files

added namespace argument to the N2VC's KDU uninstall function call



This is needed for the fix to the N2VC's bug 1995. This because when
uninstalling a KDU based on Helm Charts, we need to know thenamespace/model
associated to the Juju Bundle. However, if we try to obtain the
namespace from the database in the uninstall method on N2VC, most of the
times the nsrs associated data was already removed, which means that
N2VC will not be able to obtain it there (in the end, the
model/namespace is not removed). The most easy way is to pass the
namespace to the method, as done here.

Change-Id: I70bf67b301aa3036c9456f5c2c9c5d3176f7b58e
Signed-off-by: escaleira's avatarPedro Escaleira <escaleira@av.it.pt>
parent 80bcf1c9
Pipeline #5827 passed with stage
in 9 minutes and 18 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment