-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Description
Port element is created when a DS is created, the port element should be deleted after deleting the DS, But port element remains even after deleting the DS.
Expected Behavior
Port element should be deleted after the deletion of Deployment Specification.
Actual Behavior
Port element remains even after deletion of Deployment Specification.
Steps to Reproduce
- Create manually VC(using SDN NSC plugin)
- Create manually MC, DA and DS
- Using any of REST Client make GET API request using below URL
https://OSC-IP:8090/sample/sdn/nsc/controller/OpenStack IP/portElements
Id of newly created port element will be listed as a response. - Manually Delete DS
- Again make GET API request using below URL
https://OSC-IP:8090/sample/sdn/nsc/controller/OpenStack IP/portElements - The Id of port element is still listed.
Additional Information
A new port element will be created after creating new DS, the port element that was created earlier by DS will also be listed even after deletion of DS, so both the port elements get listed when above GET request call is made.
Environment
- OSC Version/Build: Build:14-g7adf532, 2017-11-27T16:45:44Z
- Cloud Provider Info:
- Plugin Info: SDN NSC plugin
- Other:
Status
- Reproduced
- In Progress
- Validated => Verified in Version/Build:
Reactions are currently unavailable