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