Why does nova-api fail? Icehouse, /usr/bin/nova-rootwrap not found? [closed]
install steps in icehouse install document: http://docs.openstack.org/icehouse/in...
page: Install Compute controller services Steps 1 - 11 verified multiple times, retraced and triple checked. All successful.
:~# glance index
ID Name Disk Format Container Format Size
------------------------------------ ------------------------------ -------------------- -------------------- --------------
a956c773-342f-4d47-a915-05797b94961a cirros-0.3.2-x86_64 qcow2 bare 13167616
I know nova is not listening on 8774 for the nova image-list command. Thus, the log verifies that. If I installed all nova components, why is there no /usr/bin/nova-rootwrap ? /var/log/nova/nova-api.log
2014-05-15 10:07:46.683 20987 TRACE nova Stderr: 'Traceback (most recent call last):\n File "/usr/bin/nova-rootwrap", line 6, in <module>\n from oslo.rootwrap.cmd import main\nImportError: No module named rootwrap.cmd\n'
2014-05-15 10:07:46.683 20987 TRACE nova
2014-05-15 10:07:46.775 21093 INFO nova.openstack.common.service [-] Parent process has died unexpectedly, exiting
2014-05-15 10:07:46.775 21080 INFO nova.openstack.common.service [-] Parent process has died unexpectedly, exiting
2014-05-15 10:07:46.775 21081 INFO nova.openstack.common.service [-] Parent process has died unexpectedly, exiting
2014-05-15 10:07:46.775 21092 INFO nova.openstack.common.service [-] Parent process has died unexpectedly, exiting
2014-05-15 10:07:46.775 21080 INFO nova.wsgi [-] Stopping WSGI server.
2014-05-15 10:07:46.776 21092 INFO nova.wsgi [-] Stopping WSGI server.
2014-05-15 10:07:46.776 21080 INFO nova.wsgi [-] WSGI server has stopped.
2014-05-15 10:07:46.776 21081 INFO nova.wsgi [-] Stopping WSGI server.
2014-05-15 10:07:46.776 21093 INFO nova.wsgi [-] Stopping WSGI server.
2014-05-15 10:07:46.776 21081 INFO nova.wsgi [-] WSGI server has stopped.
2014-05-15 10:07:46.776 21093 INFO nova.wsgi [-] WSGI server has stopped.
2014-05-15 10:07:46.782 21092 INFO nova.wsgi [-] WSGI server has stopped.
Still not solved but here is an update:
:~# which nova-rootwrap /usr/bin/nova-rootwrap
The module is on controller but failing in the nova-api.log .
Help would be appreciated. This is on icehouse.