Skip to content

Commit

Permalink
Old method no longer works, so manually restart each
Browse files Browse the repository at this point in the history
  • Loading branch information
kordless committed Jun 5, 2014
1 parent e20bad0 commit 0305625
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion icehouse/openstack_restart_nova.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@ if [ "$(id -u)" != "0" ]; then
fi

# restart nova
cd /etc/init.d/; for i in $( ls nova-* ); do sudo service $i restart; done
service nova-api restart
service nova-cert restart
service nova-api restart
service nova-conductor restart
service nova-consoleauth restart
service nova-network restart
service nova-compute restart
service nova-novncproxy restart
service nova-scheduler restart

0 comments on commit 0305625

Please sign in to comment.