From 74e7b94a82e667a7e9c9c7a4bdf121922efb0816 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 6 May 2019 23:31:05 +0000 Subject: [PATCH] Update git submodules * Update senlin from branch 'master' - Merge "Move node replacement candidates to dict in inputs" - Move node replacement candidates to dict in inputs Node replace iterates through all inputs treating key/value pairs as UUIDs to nodes. However, when the cluster has policy it injects a key called last_op into self.inputs in Action.policy_check, treating this as a pair of UUIDs causes node replace to fail. Therefore we move the nodes into inputs['candidates'] and only iterate through those. Change-Id: I14c6c591e3f6cec2c0600a5d9726c7720256d647 --- senlin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/senlin b/senlin index 4764595ac7..06c160365e 160000 --- a/senlin +++ b/senlin @@ -1 +1 @@ -Subproject commit 4764595ac7163cd6630d14ac1ff6612bd5ae7ffd +Subproject commit 06c160365e529288d9fa12921f8a3e5c2aad48a3