summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-01-19 17:02:57 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2017-01-19 17:03:22 -0600
commitec2e581d926243b50962490bb503b551cbc7a18b (patch)
treede229bd07546af1360aff08678d22ba67970406c /ci/deploy.sh
parent0cd6c7dac297478d5dd66313aef09e5e5324d2ad (diff)
modified for Kubernetes.
Change-Id: Ibe3c04f7988bfb1f9907ecd82c04ea5d22575eef Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 9d24d2f8..c44eaba0 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -32,7 +32,7 @@ usage() { echo "Usage: $0 [-s <nosdn|odl|opencontrail>]
[-f <ipv6,dpdk,lxd,dvr>]
[-d <trusty|xenial>]
[-a <amd64>]
- [-m <openstack|kubernates>]
+ [-m <openstack|kubernetes>]
[-r <a|b>]" 1>&2 exit 1; }
while getopts ":s:t:o:l:h:r:f:d:a:m:" opt; do