mirror of https://github.com/apache/cloudstack.git
bug 11770: throw error when account is not found in default root domain
status 11770: resolved fixed
This commit is contained in:
parent
daa7d41650
commit
d601313b35
|
|
@ -2111,7 +2111,7 @@ public class ManagementServerImpl implements ManagementServer {
|
|||
if (userAccount != null) {
|
||||
accountId = userAccount.getId();
|
||||
} else {
|
||||
throw new InvalidParameterValueException("Unable to find account " + accountName + " in domain " + domainId);
|
||||
throw new InvalidParameterValueException("DomainId is not specified. Unable to find account " + accountName + " in default root domain " + domainId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue