yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #16429
[Bug 1279739] Re: nova.cmd.rpc_zmq_receiver:main is missing
Reviewed: https://review.openstack.org/101136
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=2d451967be1aa9f8154d14325a6a673b2833b281
Submitter: Jenkins
Branch: master
commit 2d451967be1aa9f8154d14325a6a673b2833b281
Author: Elena Ezhova <eezhova@xxxxxxxxxxxx>
Date: Thu Jun 19 12:49:32 2014 +0400
Use oslo-messaging-zmq-receiver to start zeromq receiver
The project-specific receiver command nova-rpc-zmq-receiver
has been replaced with oslo-messaging-zmq-receiver.
We need to update devstack code accordingly.
Change-Id: I7696c649fa818ecb523b698ea4a23f70da60147d
Closes-Bug: 1279739
** Changed in: devstack
Status: In Progress => Fix Released
--
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 devstack - openstack dev environments:
Fix Released
Status in OpenStack Compute (Nova):
Fix Released
Status in Messaging API for OpenStack:
Invalid
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/devstack/+bug/1279739/+subscriptions
References