From 1ed14633c004521f5e14e656cafc3883c79229b6 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 7 Jul 2021 06:05:16 +0900 Subject: [PATCH] Update git submodules * Update oslo.utils from branch 'master' to 75c4abd909aa86f01e138329e89ffc31d53ef2d3 - QemuImgInfo: Skip deprecation warning when output is not passed Change 73eb0673f627aad382e08a816191b637af436465 deprecated usage of the human format and introduced a deprecatipon warning message which is shown unless format is explicitly set to 'json'. To avoid the deprecation warning, all usage of QemuImgInfo requires explicit definition of format='json'. This means that we should add the format parameter to all existing usage of QemuImgInfo even if output is blank as is described in the following example. QemuImgInfo() QemuImgInfo(output=None) However later we should revert these implementations again when we deprecated or remove the format parameter. These steps are very redundant. This change suppresses the warning message when output is blank so that we can avoid deprecation warnings without redundant update and revert. Change-Id: If1ec42dae757fa3d74c740a52c346701ea19f1c9 --- oslo.utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.utils b/oslo.utils index 4dc538d1c0..75c4abd909 160000 --- a/oslo.utils +++ b/oslo.utils @@ -1 +1 @@ -Subproject commit 4dc538d1c024b94ab629c1ea478fd547f16e85bd +Subproject commit 75c4abd909aa86f01e138329e89ffc31d53ef2d3