summaryrefslogtreecommitdiffstats
path: root/ci/odl/01-deploybundle.sh
diff options
context:
space:
mode:
authorblsaws <blsaws@hotmail.com>2015-12-04 16:21:36 -0800
committerblsaws <blsaws@hotmail.com>2015-12-04 16:26:42 -0800
commit6e34870b7e5db948a8a2184f68eaabdbc4044eab (patch)
tree5e8a0d725da90743eb6d6795397f543e8798510f /ci/odl/01-deploybundle.sh
parentb4ee809c40d27d3323bb19b4edfd188ebd0535d6 (diff)
Get ppa:maas/next, add eth1 on controller, other minor edits
JIRA: JOID-3 Change-Id: I233ed10d6a41e4c3f21fd7b5229b20e3931f8375 Signed-off-by: blsaws <blsaws@hotmail.com>
Diffstat (limited to 'ci/odl/01-deploybundle.sh')
-rwxr-xr-xci/odl/01-deploybundle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/odl/01-deploybundle.sh b/ci/odl/01-deploybundle.sh
index a5ab1613..be16b8c3 100755
--- a/ci/odl/01-deploybundle.sh
+++ b/ci/odl/01-deploybundle.sh
@@ -64,7 +64,7 @@ case "$3" in
# As per your lab vip address list be deafult uses 10.4.1.11 - 10.4.1.20
sed -i -- 's/10.4.1.1/192.168.1.1/g' ./bundles.yaml
# Choose the external port to go out from gateway to use.
- sed -i -- 's/# "ext-port": "eth1"/ "ext-port": "juju-br0"/g' ./bundles.yaml
+ sed -i -- 's/# "ext-port": "eth1"/ "ext-port": "eth1"/g' ./bundles.yaml
;;
esac