From 55b6bc41487a09a9effb026e86e5e9e9241da37b Mon Sep 17 00:00:00 2001 From: Duc Truong Date: Mon, 27 Jan 2020 23:10:06 +0000 Subject: [PATCH] Update git submodules * Update python-senlinclient from branch 'master' - Flush confirmation messages Confirmation messages for cluster, profile, policy, receiver and node deletions are printed using sys.stdout.write. However sys.stdout.write output is line-buffered [1]. Since the confirmation message does not contain a newline, the message may not appear in the user's terminal. [1] https://docs.python.org/3/library/sys.html#sys.stdout Change-Id: I829811df362bcfd7d074523958d2aa5232da6f09 Closes-Bug: 1861042 --- python-senlinclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-senlinclient b/python-senlinclient index 6d2ad89b1f..d9430360be 160000 --- a/python-senlinclient +++ b/python-senlinclient @@ -1 +1 @@ -Subproject commit 6d2ad89b1f52a76a1d0a5a1db050afe543876367 +Subproject commit d9430360beb9c7104470a6804feab87adae2817f