the host and exception cause are not shown in the event log when a
daemon placement failure occurs
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit
d0c779007d1ef0f93b376e9c0f852d62301e876e)
except (RuntimeError, OrchestratorError) as e:
self.mgr.events.for_service(spec, 'ERROR',
f"Failed while placing {daemon_type}.{daemon_id}"
- "on {host}: {e}")
+ f"on {host}: {e}")
# only return "no change" if no one else has already succeeded.
# later successes will also change to True
if r is None: