RFE: support force delete for VNFs in PENDING_DELETE
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
Confirmed
|
Medium
|
lijiale |
Bug Description
When VNF delete fails due to underlying system or software error, those VNFs transitions to PENDING_DELETE state. Now, vnf-delete on these PENDING_DELETE VNFs doesn't work and these VNFs are stuck for ever. We need to expose a API / CLI option for an admin to "force" the deletion of VNFs in PENDING_DELETE state.
$ tacker vnf-list -f csv
"id","name"
"8d580075-
"8ee1fa0f-
$ tacker vnf-delete my-vnf1
VNF 8ee1fa0f-
Changed in tacker: | |
assignee: | nobody → Manikantha Srinivas Tadi (manikantha-tadi) |
Changed in tacker: | |
status: | Triaged → Confirmed |
It's nice one and it should be there.