aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2017-12-01 02:02:20 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-01 02:02:20 +0000
commit6867ed406e18cc5bdfdef4791af07b54736e8a7b (patch)
treea37862538b06ce1c6f033864b04f70e1bca7187e
parent10361fd56fac5f7aebba44402bf9a501854d00c3 (diff)
parentcaa1f8d9cb65be7cb368571a831f375a7709a221 (diff)
Merge "fix scenrios file link when k8s deployment"
-rwxr-xr-xquickstart_k8s.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/quickstart_k8s.sh b/quickstart_k8s.sh
index e4fb9ee3..2745cdb9 100755
--- a/quickstart_k8s.sh
+++ b/quickstart_k8s.sh
@@ -19,7 +19,7 @@ CURRENT_DIR=$PWD
#k8s only support on centos
export OS_VERSION=centos7
export KUBERNETES_VERSION="v1.7.3"
-SCENARIO=${SCENARIO:-os-nosdn-nofeature-ha.yml}
+SCENARIO=${SCENARIO:-k8-nosdn-nofeature-ha.yml}
./build.sh