fix(region): replace vpc_delete with vpc_sync_delete when sycnRemoveVpc

This commit is contained in:
rainzm
2021-12-22 21:38:55 +08:00
parent a100d4f245
commit 664fe61a4e
+1 -1
View File
@@ -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,
})
}
}