summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-07-25 14:14:28 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-07-25 14:15:04 -0500
commitb4f5b3523fe5740fb384856180d3c43f4faedc7d (patch)
tree7ebd501c48be3df73280017064cc819968b64521 /ci/deploy.sh
parentd2ba026d34e9d0143a3b99a60fbfb48fe478b008 (diff)
modified to increase the number of user instance to open.
Change-Id: Ic76ce031c8641028edb7fc530b985a3df401ded5 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 656ac4ed..4d5f61e5 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -152,14 +152,6 @@ check_status() {
echo "...... deployment started ......"
deploy
-#temporary change the user instances as dhcp failed with limitation exceeded.
-# to be remove once charm fixes the issue
-
-#if [ "$opnfvdistro" == "xenial" ]; then
-# juju ssh neutron-gateway/0 "echo 512 | sudo tee /proc/sys/fs/inotify/max_user_instances"
-#fi
-# Temorary change end
-
check_status
echo "...... deployment finished ......."