diff options
author | Justin chi <chigang@huawei.com> | 2017-12-01 02:02:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-01 02:02:20 +0000 |
commit | 6867ed406e18cc5bdfdef4791af07b54736e8a7b (patch) | |
tree | a37862538b06ce1c6f033864b04f70e1bca7187e | |
parent | 10361fd56fac5f7aebba44402bf9a501854d00c3 (diff) | |
parent | caa1f8d9cb65be7cb368571a831f375a7709a221 (diff) |
Merge "fix scenrios file link when k8s deployment"
-rwxr-xr-x | quickstart_k8s.sh | 2 |
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 |