diff --git a/cyborg/objects/ext_arq.py b/cyborg/objects/ext_arq.py index ced143e3..f259b4b9 100644 --- a/cyborg/objects/ext_arq.py +++ b/cyborg/objects/ext_arq.py @@ -131,7 +131,8 @@ class ExtARQ(base.CyborgObject, object_base.VersionedObjectDictCompat, ea = ExtARQ.get(context, self.arq.uuid, lock=True) if not ea: raise exception.ResourceNotFound( - "Can not find ExtARQ(%s)" % self.arq.uuid) + resources='ExtARQ', + msg="Can not find ExtARQ(%s)" % self.arq.uuid) current = ea.arq.state if state != current: msg = ("Failed to change ARQ state from %s to %s, the current "