← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1279739] [NEW] nova.cmd.rpc_zmq_receiver:main is missing

 

Public bug reported:

I am trying to run devstack with zeromq, but the zeromq failed.

al/bin/nova-rpc-zmq-receiver & echo $! >/opt/stack/status/stack/zeromq.pid; fg || echo "zeromq failed to start" | tee "/opt/stack/status/stack/zeromq.failure"
[1] 25102
cd /opt/stack/nova && /usr/local/bin/nova-rpc-zmq-receiver
Traceback (most recent call last):
  File "/usr/local/bin/nova-rpc-zmq-receiver", line 6, in <module>
    from nova.cmd.rpc_zmq_receiver import main
ImportError: No module named rpc_zmq_receiver
zeromq failed to start


I found at https://github.com/openstack/nova/blob/master/setup.cfg:
nova-rpc-zmq-receiver = nova.cmd.rpc_zmq_receiver:main

but at https://github.com/openstack/nova/tree/master/nova/cmd:
we have no rpc_zmq_receiver module at all.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1279739

Title:
  nova.cmd.rpc_zmq_receiver:main is missing

Status in OpenStack Compute (Nova):
  New

Bug description:
  I am trying to run devstack with zeromq, but the zeromq failed.

  al/bin/nova-rpc-zmq-receiver & echo $! >/opt/stack/status/stack/zeromq.pid; fg || echo "zeromq failed to start" | tee "/opt/stack/status/stack/zeromq.failure"
  [1] 25102
  cd /opt/stack/nova && /usr/local/bin/nova-rpc-zmq-receiver
  Traceback (most recent call last):
    File "/usr/local/bin/nova-rpc-zmq-receiver", line 6, in <module>
      from nova.cmd.rpc_zmq_receiver import main
  ImportError: No module named rpc_zmq_receiver
  zeromq failed to start

  
  I found at https://github.com/openstack/nova/blob/master/setup.cfg:
  nova-rpc-zmq-receiver = nova.cmd.rpc_zmq_receiver:main

  but at https://github.com/openstack/nova/tree/master/nova/cmd:
  we have no rpc_zmq_receiver module at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1279739/+subscriptions


Follow ups

References