I was wondering if I can modify
def delete_vip(self, vip): #self.undeploy_instance(vip['pool_id']) self.undeploy_instance(vip['pool_id'],delete_namespace=True)
# is the old code.
Why we don't do this in delete_vip? create_vip creates namespace and plugs it as well.
I was wondering if I can modify
#self. undeploy_ instance( vip['pool_ id'])
self.undeploy_ instance( vip['pool_ id'],delete_ namespace= True)
def delete_vip(self, vip):
# is the old code.
Why we don't do this in delete_vip? create_vip creates namespace and plugs it as well.