Comment 2 for bug 1261335

Revision history for this message
Jian Wen (wenjianhn) wrote :

Steps to reproduce the bug:

On a new Ubuntu 12.04 server, execute the following commands:
  sudo apt-get install -y python-software-properties
  sudo add-apt-repository cloud-archive:grizzly
  sudo apt-get update
  sudo apt-get install -y nova-compute

  sudo stop nova-compute
  sudo stop libvirt-bin

  # simulate that libvirt-bin starts after nova-compute is running
  sudo start nova-compute
  sleep 5

   sudo status nova-compute
  # expected result:
  # start/running
  # actual result:
  # stop/waiting