Skip to content

Commit

Permalink
removed vrouter restart from compute-server-setup,
Browse files Browse the repository at this point in the history
this was causing to loose connectivity even before setup is completed
Closes-Bug: #1663464

Change-Id: Id2bc15205e5b37b7f609a13a1b1964680ab80777
  • Loading branch information
moghea committed Feb 22, 2017
1 parent 66dab19 commit 1a1deea
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -579,17 +579,14 @@ if [ $is_ubuntu -eq 1 ]; then
if (egrep -q 'DISTRIB_RELEASE.*16.04' /etc/lsb-release); then
for svc in nova-compute contrail-vrouter-agent contrail-vrouter-nodemgr; do
chkconfig $svc on
service $svc restart
done
done
else
for svc in nova-compute supervisor-vrouter; do
chkconfig $svc on
service $svc restart
done
fi
else
for svc in openstack-nova-compute supervisor-vrouter; do
chkconfig $svc on
service $svc restart
done
fi

0 comments on commit 1a1deea

Please sign in to comment.