Code Review
/
joid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
249e72a
)
added option
13/13813/1
author
Narinder Gupta
<narinder.gupta@canonical.com>
Tue, 10 May 2016 04:22:23 +0000
(22:22 -0600)
committer
Narinder Gupta
<narinder.gupta@canonical.com>
Tue, 10 May 2016 04:23:08 +0000
(22:23 -0600)
Change-Id: Ib0a0782e2d8e430e05b172a4fe42d21a8b10b9b4
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/deploy.sh
patch
|
blob
|
history
diff --git
a/ci/deploy.sh
b/ci/deploy.sh
index
75e896d
..
8cc0bd7
100755
(executable)
--- 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}