summaryrefslogtreecommitdiffstats
path: root/ci/nosdn/01-deploybundle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/nosdn/01-deploybundle.sh')
-rwxr-xr-xci/nosdn/01-deploybundle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/nosdn/01-deploybundle.sh b/ci/nosdn/01-deploybundle.sh
index a25df2e1..ef802e20 100755
--- a/ci/nosdn/01-deploybundle.sh
+++ b/ci/nosdn/01-deploybundle.sh
@@ -68,7 +68,7 @@ case "$3" in
sed -i -- 's/local:trusty\/ubuntu-nodes-controller/cs:trusty\/ubuntu/g' ./bundles.yaml
sed -i -- 's/local:trusty\/ubuntu-nodes-compute/cs:trusty\/ubuntu/g' ./bundles.yaml
sed -i -- 's/10.4.1.1/192.168.122.1/g' ./bundles.yaml
-# sed -i -- 's/# "ext-port": "eth1"/ "ext-port": "eth1"/g' ./bundles.yaml
+ sed -i -- 's/# "ext-port": "eth1"/ "ext-port": "eth1"/g' ./bundles.yaml
;;
esac