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:
476fe87
)
bug fix.
93/28393/1
author
Narinder Gupta
<narinder.gupta@canonical.com>
Thu, 9 Feb 2017 21:12:55 +0000
(15:12 -0600)
committer
Narinder Gupta
<narinder.gupta@canonical.com>
Thu, 9 Feb 2017 21:12:55 +0000
(15:12 -0600)
Change-Id: I1da50da2f319b173af7ab148b00bc521ff24216f
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/openstack.sh
patch
|
blob
|
history
diff --git
a/ci/openstack.sh
b/ci/openstack.sh
index
fb41275
..
80355df
100755
(executable)
--- a/
ci/openstack.sh
+++ b/
ci/openstack.sh
@@
-221,7
+221,7
@@
if [ "onos" == "$opnfvsdn" ]; then
launch_eth
neutron net-show ext-net > /dev/null 2>&1 || neutron net-create ext-net \
--router:external=True
-else
([ "nosdn" == "$opnfvsdn" ] || [ "odl" == "$opnfvsdn" ]); then
+else
neutron net-show ext-net > /dev/null 2>&1 || neutron net-create ext-net \
--router:external=True \
--provider:network_type flat \