diff --git a/pkg/compute/models/vpcs.go b/pkg/compute/models/vpcs.go index 5be1278e19..b927f3b4c6 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, }) } }