Comment 4 for bug 1393512

Revision history for this message
Miroslav Anashkin (manashkin) wrote :

BTW, there is working workaround:

In ubuntu you can insert "respawn" stanza into /etc/init/nova-compute.conf
if you wish. For example:
===================
respawn
respawn limit 10 5
===================
should respawn the service ten times in five second.
Please see details here: http://upstart.ubuntu.com/cookbook/#id192