mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 10:46:58 +08:00
fix huawei delete resource
This commit is contained in:
@@ -218,7 +218,7 @@ func (self *SResourceManager) Delete(id string, params jsonutils.JSONObject) (js
|
||||
}
|
||||
|
||||
func (self *SResourceManager) DeleteInContext(ctx manager.IManagerContext, id string, params jsonutils.JSONObject) (jsonutils.JSONObject, error) {
|
||||
return self.DeleteInContextWithSpec(ctx, id, "", nil, params, self.Keyword)
|
||||
return self.DeleteInContextWithSpec(ctx, id, "", nil, params, "")
|
||||
}
|
||||
|
||||
func (self *SResourceManager) DeleteInContextWithSpec(ctx manager.IManagerContext, id string, spec string, queries map[string]string, params jsonutils.JSONObject, responseKey string) (jsonutils.JSONObject, error) {
|
||||
|
||||
Reference in New Issue
Block a user