From d911d44ec911d20744ebe62130384d776dad9bef Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Thu, 18 Jul 2019 13:52:45 +0200 Subject: [PATCH] Fix typo The name of the variable ends with LIBVIRT although it should end with OPENVSWITCH, as used in line 29 Change-Id: I0ec490de44969aea2cccf51d753f1ffcfa9e2511 Signed-off-by: Manuel Buil --- tools/deployment/component/compute-kit/openvswitch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deployment/component/compute-kit/openvswitch.sh b/tools/deployment/component/compute-kit/openvswitch.sh index 60fd20aba9..3e9f96b122 100755 --- a/tools/deployment/component/compute-kit/openvswitch.sh +++ b/tools/deployment/component/compute-kit/openvswitch.sh @@ -17,7 +17,7 @@ set -xe #NOTE: Get the over-rides to use export HELM_CHART_ROOT_PATH="${HELM_CHART_ROOT_PATH:="${OSH_INFRA_PATH:="../openstack-helm-infra"}"}" -: ${OSH_EXTRA_HELM_ARGS_LIBVIRT:="$(./tools/deployment/common/get-values-overrides.sh openvswitch)"} +: ${OSH_EXTRA_HELM_ARGS_OPENVSWITCH:="$(./tools/deployment/common/get-values-overrides.sh openvswitch)"} #NOTE: Lint and package chart make -C ${HELM_CHART_ROOT_PATH} openvswitch