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 <mbuil@suse.com>
This commit is contained in:
parent
dadf9946e0
commit
d911d44ec9
@ -17,7 +17,7 @@ set -xe
|
|||||||
|
|
||||||
#NOTE: Get the over-rides to use
|
#NOTE: Get the over-rides to use
|
||||||
export HELM_CHART_ROOT_PATH="${HELM_CHART_ROOT_PATH:="${OSH_INFRA_PATH:="../openstack-helm-infra"}"}"
|
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
|
#NOTE: Lint and package chart
|
||||||
make -C ${HELM_CHART_ROOT_PATH} openvswitch
|
make -C ${HELM_CHART_ROOT_PATH} openvswitch
|
||||||
|
Loading…
Reference in New Issue
Block a user