Lines Matching defs:error
202 :param err_msg: Custom error message to use
204 :raises: SSHCommandFailed on an error from ssh, if specified to raise.
213 LOG.error(_LE("Cannot execute SSH cmd %(cmd)s. Reason: %(err)s.") %
435 LOG.error(_LE('IPMI Error while attempting '
437 'Error: %(error)s'),
441 'error': e
447 'Error: %(error)s'),
451 'error': e
480 LOG.error(_LE("Failed to get node architecture from IPMI : %s" %
568 if deploy_thread.error is not None:
569 cur_node.last_error = deploy_thread.error
672 LOG.error(err_msg)
682 LOG.error(err_msg)
693 LOG.error(err_msg)
756 LOG.error(_LE("Unable to fetch Glance image: id %s: %s")
796 LOG.error(_LE("Unable to fetch image: id %s: %s")
805 LOG.error(_LE("Unable to fetch image: uri %s: %s") % (uri, err))
1283 LOG.error(_LE("Fetch and create failed for %s: name: %s: %s") %
1336 def error(self):
1337 """Deployment error property"""
2002 :raises: IPMIFailure on an error from ipmitool.
2055 # characters raise error if this is breached.
2079 'Error: %(error)s'),
2081 'cmd': cmd, 'error': err})
2092 :raises: IPMIFailure on an error from ipmitool.
2132 'Error: %(error)s'),
2134 'cmd': cmd, 'error': err})
2182 error=err)
2289 'Error: %(error)s'),
2291 'cmd': cmd, 'error': err})
2316 'Error: %(error)s'),
2318 'cmd': cmd, 'error': err})