diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-09 22:22:23 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-09 22:23:08 -0600 |
commit | 156cd84490ff3a421530032a0a0a6f2b05676ecf (patch) | |
tree | 63068039e9ffc394a65f3a77b8a96c8b983d1e9b | |
parent | 249e72a62329af1fb09543abfdf8edaddf16f9a7 (diff) |
added option
Change-Id: Ib0a0782e2d8e430e05b172a4fe42d21a8b10b9b4
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 75e896d1..8cc0bd7c 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -31,7 +31,7 @@ usage() { echo "Usage: $0 [-s <nosdn|odl|opencontrail>] [-a <amd64>] [-r <a|b>]" 1>&2 exit 1; } -while getopts ":s:t:o:l:h:r:f:" opt; do +while getopts ":s:t:o:l:h:r:f:d:a:" opt; do case "${opt}" in s) opnfvsdn=${OPTARG} |