diff --git a/confluent_server/confluent/plugins/hardwaremanagement/redfish.py b/confluent_server/confluent/plugins/hardwaremanagement/redfish.py index 13df986e..45e68da6 100644 --- a/confluent_server/confluent/plugins/hardwaremanagement/redfish.py +++ b/confluent_server/confluent/plugins/hardwaremanagement/redfish.py @@ -183,7 +183,7 @@ class IpmiCommandWrapper(ipmicommand.Command): if 'Access Denied' in str(pe): raise exc.TargetEndpointBadCredentials() if 'Redfish not ready' in str(pe): - raise exc.TargetEndpointUnreachable('Redfish not yet ready') + raise exc.TargetEndpointUnreachable('Redfish is not supported by this system or is not yet ready') raise def close_confluent(self):