]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks: fix VIPs log line
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 20 Feb 2024 15:09:50 +0000 (10:09 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 29 Feb 2024 15:00:29 +0000 (10:00 -0500)
commit19e664fcdfeb62134db5d40210c40c63f7406a05
tree5d56dbb2ee97cf1179d85f0461c224d9c8b4d413
parentaddc970c1991d6d1e9f0cbc736c279fcde003775
qa/tasks: fix VIPs log line

While testing my previous patches were correct I noticed that the string
here was logged exactly as written, and was thus pretty useless.  This
was probably meant to be an f-string. So make it one. Also get rid of
the unnecessary map call, the list and IP address type can repr
themselves just fine IMO.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
qa/tasks/vip.py