mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
Automatic merge from release/2.0.0 -> release/2.1.0
* commit '12776a4d48148c6c9eba301abf47756a31ff72c0': bugfix
This commit is contained in:
@@ -242,7 +242,7 @@ func (this *ProjectManagerV3) DeleteInContexts(session *mcclient.ClientSession,
|
||||
if ctxs == nil {
|
||||
p := jsonutils.NewDict()
|
||||
p.Add(jsonutils.NewString(id), "tenant")
|
||||
ret, e := Hosts.List(session, p)
|
||||
ret, e := Servers.List(session, p)
|
||||
if e != nil {
|
||||
return nil, e
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user