From 3a1bf12a95f6a1473b48d2481c75be7213f0faac Mon Sep 17 00:00:00 2001 From: Hiromu Asahina Date: Tue, 16 Nov 2021 16:33:04 +0900 Subject: [PATCH] Update git submodules * Update tacker-horizon from branch 'master' to 1d18379c944fceb56c6367b50c1734e037eee486 - Fix rendering failure in the VNF Manager tab After creating VNF Instance using vnflcm v1 API, tacker-horizon VNF Manager tab becomes not being able to redner the view correctly. This happens because VNF Manager tab tries to obtain `vim_name` and fails. The `vim_name` attribute is no longer available in vnflcm v1 API. This patch fix this problem by simply using `get` method to obtain `vim_name`. Closes-bug: #1950783 Signed-off-by: Hiromu Asahina Change-Id: If78ffe41dbe3e04cde5678a07df9f55382eb5481 --- tacker-horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tacker-horizon b/tacker-horizon index f0ebb6d620..1d18379c94 160000 --- a/tacker-horizon +++ b/tacker-horizon @@ -1 +1 @@ -Subproject commit f0ebb6d620e818477f4603b9ea44d1d4f52c0ddf +Subproject commit 1d18379c944fceb56c6367b50c1734e037eee486