yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #09928
[Bug 1279739] Re: nova.cmd.rpc_zmq_receiver:main is missing
nova.cmd.rpc_zmq_receiver went away in
https://review.openstack.org/#/c/39929/, the switch to oslo.messaging
** Also affects: oslo.messaging
Importance: Undecided
Status: New
** Changed in: nova
Status: New => Confirmed
--
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):
Confirmed
Status in Messaging API for OpenStack:
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
References