tacker/tacker/db/vnfm
Shubham Potale 938262073f Delete VNF should fail with 409 error
If user deletes VNF in "PENDING_CREATE" status, VNF is deleted from
tacker but the resources created by VIM driver are not cleaned up
properly. This patch doesn't allow VNF to be deleted if the status is
in "PENDING_CREATE" status. It will raise 409 error.

APIImpact
Return 409 error instead of 200 when VNF is deleted in
"PENDING_CREATE" status.

Change-Id: I2de9c3dce5a4b3795119e2550aa8acea68940c45
Closes-Bug: #1798726
2020-01-31 13:54:49 +05:30
..
__init__.py Device refactor part4: rename vm plugin and db into vnfm plugin and db 2016-09-22 10:05:19 +08:00
vnfm_db.py Delete VNF should fail with 409 error 2020-01-31 13:54:49 +05:30