[Openstack] [Liberty] Nova does not start in compute node

Silvia Fichera fichera.sil at gmail.com
Thu Nov 26 15:20:49 UTC 2015


Hi all,
I moved from kilo to liberty using devstack.
My local.conf scripts were working with kilo.
I have a multinode setup and, with a control node and a compute node.
But when I stack the compute node it is not in the nova service-list.
Bridges br-int and br-ex are created correctly.
These are the services enabled in my local.conf:

disable_all_services
enable_service nova n-cpu quantum n-novnc rabbit

So I expect the logs and screens related to these services.


I was looking for the logs and there are just n-cpu.log and n-novnc.log (so
n-api is missing, also in the screens).

n-cpu.log says:

silvia at devstack2:~/devstack$ sg libvirtd '/usr/local/bin/nova-compute
--config-f
ile /etc/nova/nova.conf' & echo $! >/opt/stack/status/stack/n-cpu.pid; fg
|| ech
o "n-cpu failed to start" | tee "/opt/stack/status/stack/n-cpu.failure"
[1] 6412
sg libvirtd '/usr/local/bin/nova-compute --config-file /etc/nova/nova.conf'
Traceback (most recent call last):
  File "/usr/local/bin/nova-compute", line 6, in <module>
    from nova.cmd.compute import main
  File "/opt/stack/nova/nova/cmd/compute.py", line 26, in <module>
    from nova.conductor import rpcapi as conductor_rpcapi
  File "/opt/stack/nova/nova/conductor/__init__.py", line 17, in <module>
    from nova.conductor import api as conductor_api
  File "/opt/stack/nova/nova/conductor/api.py", line 23, in <module>
    from nova.conductor import manager
  File "/opt/stack/nova/nova/conductor/manager.py", line 28, in <module>
    from nova.api.ec2 import ec2utils
  File "/opt/stack/nova/nova/api/ec2/__init__.py", line 48, in <module>
    from nova import wsgi
  File "/opt/stack/nova/nova/wsgi.py", line 34, in <module>
    from paste import deploy
ImportError: cannot import name deploy
n-cpu failed to start

Any suggestions?
Thank you


-- 
Silvia Fichera
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20151126/e2712a36/attachment.html>


More information about the Openstack mailing list