From 0b6cf885239f5612c19db205d9a827572ad73c8a Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Wed, 18 Oct 2017 19:22:04 -0400 Subject: add intel multus cni support Change-Id: I5670a824c62f6b41dddb7792c851d8b838d28b50 Signed-off-by: Guo Ruijing --- ci/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/deploy.sh') diff --git a/ci/deploy.sh b/ci/deploy.sh index 9277e857..a6a1b182 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -25,7 +25,7 @@ usage() { echo "Usage: $0 [-t|--type ] [-o|--openstack ] [-l|--lab ] - [-f|--feature ] + [-f|--feature ] [-d|--distro ] [-a|--arch ] [-m|--model ] @@ -348,7 +348,7 @@ elif ([ $opnfvmodel == "kubernetes" ]); then check_status executing 50 echo_info "Configuring Kubernetes deployment" - ./k8.sh + ./k8.sh $opnfvfeature fi # expose the juju gui-url to login into juju gui -- cgit 1.2.3-korg