Devstack nova-compute fails with ZeroMQ
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
devstack |
Fix Released
|
Undecided
|
Li Ma | ||
oslo.messaging |
Fix Released
|
Undecided
|
Oleksii Zamiatin |
Bug Description
Deploy devstack with ZeroMQ:
git clone https:/
cd devstack
Copy local.conf from samples
Add this line to local.conf (select zeromq for messaging):
ENABLED_
Run deployment:
./stack.sh
Deployment fails with error code.
Run ./rejoin-stack.sh
Go to nova-compute screen, see:
2014-11-24 11:34:04.079 CRITICAL nova [req-1369c998-
2014-11-24 11:34:04.079 TRACE nova Traceback (most recent call last):
2014-11-24 11:34:04.079 TRACE nova File "/usr/local/
2014-11-24 11:34:04.079 TRACE nova sys.exit(main())
2014-11-24 11:34:04.079 TRACE nova File "/opt/stack/
2014-11-24 11:34:04.079 TRACE nova db_allowed=
2014-11-24 11:34:04.079 TRACE nova File "/opt/stack/
2014-11-24 11:34:04.079 TRACE nova db_allowed=
2014-11-24 11:34:04.079 TRACE nova File "/opt/stack/
2014-11-24 11:34:04.079 TRACE nova self.conductor_
2014-11-24 11:34:04.079 TRACE nova File "/opt/stack/
2014-11-24 11:34:04.079 TRACE nova timeout=timeout)
2014-11-24 11:34:04.079 TRACE nova File "/opt/stack/
2014-11-24 11:34:04.079 TRACE nova return cctxt.call(context, 'ping', arg=arg_p)
2014-11-24 11:34:04.079 TRACE nova File "/usr/local/
2014-11-24 11:34:04.079 TRACE nova retry=self.retry)
2014-11-24 11:34:04.079 TRACE nova File "/usr/local/
2014-11-24 11:34:04.079 TRACE nova timeout=timeout, retry=retry)
2014-11-24 11:34:04.079 TRACE nova File "/usr/local/
2014-11-24 11:34:04.079 TRACE nova return self._send(target, ctxt, message, wait_for_reply, timeout)
2014-11-24 11:34:04.079 TRACE nova File "/usr/local/
2014-11-24 11:34:04.079 TRACE nova allowed_
2014-11-24 11:34:04.079 TRACE nova File "/usr/local/
2014-11-24 11:34:04.079 TRACE nova queues = _get_matchmaker
2014-11-24 11:34:04.079 TRACE nova File "/usr/local/
2014-11-24 11:34:04.079 TRACE nova matchmaker = importutils.
2014-11-24 11:34:04.079 TRACE nova File "/usr/local/
2014-11-24 11:34:04.079 TRACE nova return import_
2014-11-24 11:34:04.079 TRACE nova File "/usr/local/
2014-11-24 11:34:04.079 TRACE nova __import__(mod_str)
2014-11-24 11:34:04.079 TRACE nova ImportError: No module named rpc.matchmaker_
2014-11-24 11:34:04.079 TRACE nova
n-cpu failed to start
tags: | added: zmq |
Changed in oslo.messaging: | |
status: | New → Confirmed |
It seems wrong configuration is set in devstack scripts.