diff --git a/pkg/compute/models/vpcs.go b/pkg/compute/models/vpcs.go index 0c7a06f385..8e56b40d86 100644 --- a/pkg/compute/models/vpcs.go +++ b/pkg/compute/models/vpcs.go @@ -516,7 +516,7 @@ func (self *SVpc) syncRemoveCloudVpc(ctx context.Context, userCred mcclient.Toke if err == nil { notifyclient.EventNotify(ctx, userCred, notifyclient.SEventNotifyParam{ Obj: self, - Action: notifyclient.ActionDelete, + Action: notifyclient.ActionSyncDelete, }) } }