We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7eb93 commit 92b08e9Copy full SHA for 92b08e9
1 file changed
server/src/main/java/com/cloud/network/NetworkServiceImpl.java
@@ -2991,7 +2991,7 @@ public boolean restartNetwork(RestartNetworkCmd cmd) throws ConcurrentOperationE
2991
boolean makeRedundant = cmd.getMakeRedundant();
2992
User callerUser = _accountMgr.getActiveUser(CallContext.current().getCallingUserId());
2993
if (makeRedundant && !_accountMgr.isRootAdmin(callerUser.getAccountId()) && !AllowUsersToMakeNetworksRedundant.value() ) {
2994
- throw new InvalidParameterValueException(String.format("Could not make network redundant as calling user is not Root Admin and [%s] is set to false.",
+ throw new InvalidParameterValueException("Could not make the network redundant. Please contact administrator.");
2995
AllowUsersToMakeNetworksRedundant.key()));
2996
}
2997
0 commit comments