Skip to content

Instantly share code, notes, and snippets.

@pdmack
Created January 6, 2015 14:40
Show Gist options
  • Save pdmack/a8100f525c788cd3a699 to your computer and use it in GitHub Desktop.
Save pdmack/a8100f525c788cd3a699 to your computer and use it in GitHub Desktop.
nove compute error in trove int-tests
======================================================================
ERROR: proboscis.case.FunctionTest (start_compute)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func
compatability.capture_type_error(s_func)
File "/usr/local/lib/python2.7/dist-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error
func()
File "/home/ubuntu/trove-integration/tests/integration/tests/initialize.py", line 143, in start_compute
conf_file_name="nova_conf").run()
File "/home/ubuntu/trove-integration/tests/integration/tests/initialize.py", line 84, in run
self.service.start()
File "/home/ubuntu/trove-integration/tests/integration/tests/util/services.py", line 233, in start
") never seemed to start.")
RuntimeError: Issued the command successfully but the service (['python', u'/usr/local/bin/nova-compute', '--config-file=', '/home/vagrant/nova.conf']) never seemed to start.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment