Skip to content

Commit a25097f

Browse files
committed
Add log message
1 parent 95f4c93 commit a25097f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vnfmsdk/worker.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ func (worker *worker) handleInstantiate(instantiateMessage *messages.OrInstantia
169169
// just returning an update message prevents that and has no impact on the service
170170
// as the update task only saves the unmodified vnfr.
171171
// returning no message at all is unfortunately not an option as then the NSR's status stays NULL
172+
worker.l.Debug("Received INSTANTIATE in context of restartVNFR. Sending back UPDATE message for avoiding the usual INSTANTIATE -> MODIFY -> START procedure and setting the VNFR's status back to ACTIVE.")
172173
resultVNFR = instantiateMessage.VNFR
173174
nfvMessage, err = messages.New(catalogue.ActionUpdate, &messages.VNFMInstantiate{
174175
VNFR: resultVNFR,

0 commit comments

Comments
 (0)