summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-08-10 11:18:33 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-10 11:18:33 +0000
commit59cbeb8c0fbf4f8825cf741ed1863b1a4a3bdf00 (patch)
treee42bd91286542c2d819dd343f422fc2b389ea01e /ci/deploy.sh
parent25503476bf12d2c9b995bdcfbd61b072ecd7f0b6 (diff)
parented47542253ad4a31af5d64b25a75c0e2d656836a (diff)
Merge "Change the deployment mode from 'nonha' to 'noha'"
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 94c7b416..15229e60 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -6,7 +6,7 @@ set -ex
# Below parameters are the default and we can according the release
opnfvsdn=nosdn
-opnfvtype=nonha
+opnfvtype=noha
openstack=ocata
opnfvlab=default
opnfvrel=e
@@ -27,7 +27,7 @@ read_config() {
}
usage() { echo "Usage: $0 [-s <nosdn|odl|opencontrail>]
- [-t <nonha|ha|tip>]
+ [-t <noha|ha|tip>]
[-o <juno|liberty>]
[-l <default|intelpod5>]
[-f <ipv6,dpdk,lxd,dvr>]