Devstack generates wrong config options for nova with ZeroMQ

Bug #1397999 reported by Oleksii Zamiatin
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
devstack
New
Undecided
Li Ma

Bug Description

Deploy devstack with zeromq:

add line to local.conf:
ENABLED_SERVICES+=,-rabbit,zeromq

after deployment, go to /etc/nova/nova.conf, see:

rpc_zmq_matchmaker = nova.openstack.common.rpc.matchmaker_redis.MatchMakerRedis
rpc_backend = nova.openstack.common.rpc.impl_zmq

Should be:
rpc_backend = zmq
rpc_zmq_matchmaker = oslo.messaging._drivers.matchmaker.MatchMakerRedis

Tags: zmq
Li Ma (nick-ma-z)
tags: added: zmq
Changed in devstack:
assignee: nobody → Li Ma (nick-ma-z)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.