Done
Details
Assignee
Former userFormer user(Deactivated)Reporter
Former userFormer user(Deactivated)Labels
Fix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Former user
Former user(Deactivated)Labels
Fix versions
Affects versions
Priority
Created November 25, 2020 at 1:34 PM
Updated April 28, 2021 at 4:24 PM
Resolved April 28, 2021 at 4:24 PM
Component affected: SO-OpenStack-Adapter.
Each time, when an operation is done in SO-OpenStackAdapter, the following exception can be observed in the logs:
This is happening for VF-Module instantiation, as well as VF-Module deletion.
The existence of this exception doesn`t prevent the orchestration activity to happen, but it creates difficulties for troubleshooting. As a result, the logs are more difficult to analyze.
We shall avoid raising unnecessary exceptions, or update the code in a way, that the orchestration requests are properly added to request DB (or we remove that part completely, if that is not really needed).