From 3372bc7b32a697e12c28f771e60e419682db30b3 Mon Sep 17 00:00:00 2001
From: jinyuan <liujinyuan@inspur.com>
Date: Fri, 5 Mar 2021 15:41:19 +0800
Subject: [PATCH] Lint and package chart About Barbican

Without this "make",It can lead to not being found <helm-toolkit> when running this script.

Change-Id: I46377d9a0da58f3270a426e35e5108d33fd76b45
---
 tools/deployment/multinode/160-barbican.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/deployment/multinode/160-barbican.sh b/tools/deployment/multinode/160-barbican.sh
index 85338a6136..daa5739afd 100755
--- a/tools/deployment/multinode/160-barbican.sh
+++ b/tools/deployment/multinode/160-barbican.sh
@@ -13,6 +13,9 @@
 #    under the License.
 set -xe
 
+#NOTE: Lint and package chart
+make barbican
+
 #NOTE: Deploy command
 helm upgrade --install barbican ./barbican \
   --namespace=openstack \