Comment 22 for bug 1381136

Revision history for this message
Zane Bitter (zaneb) wrote :

> HARestarter looks for a resource based on resource ID, but the get_resource intrinsic returns the refid.

Ah, you're quite right. Sorry, my mistake.

This is a straight up bug in HARestarter. Instead of self._find_resource() it should be calling self.stack.resource_by_refid(). Yet another reason that this unmaintained craziness should have been defenestrated years ago.