]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
maas.py: fix log message to express actual operation
authorDan Mick <dan.mick@redhat.com>
Fri, 12 Dec 2025 03:41:27 +0000 (19:41 -0800)
committerDan Mick <dan.mick@redhat.com>
Fri, 12 Dec 2025 09:18:57 +0000 (01:18 -0800)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
teuthology/provision/maas.py

index 28279b47b4942ed7a0d434e06dcf7c44e6ef4928..be690d35e62bcad77b61ea129065dc9e86eb9b3f 100644 (file)
@@ -245,7 +245,7 @@ class MAAS(object):
         elif data := resp.json():
             if data.get("locked"):
                 raise RuntimeError(
-                    f"Machine '{self.shortname}' locking failed, "
+                    f"Machine '{self.shortname}' unlocking failed, "
                     f"Current status: {data.get('locked')}"
                 )