← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1264230] Re: Glance api fails to start with ZeroMQ rpc backend

 

Hi Rohit, please follow the configuration of this link to configure zeroMQ https://github.com/openstack/oslo.messaging/blob/master/oslo/messaging/_drivers/impl_zmq.py
And please let me know if you run into any issue about notifications. Thanks.

** Changed in: glance
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1264230

Title:
  Glance api fails to start with ZeroMQ rpc backend

Status in OpenStack Image Registry and Delivery Service (Glance):
  Invalid

Bug description:
  Glance API does not start when configured with zmq as the rpc backend.

  In glance-api.conf, added:
  rpc_zmq_host = precise2
  rpc_zmq_matchmaker = glance.openstack.common.rpc.matchmaker_ring.MatchMakerRing
  rpc_backend = glance.openstack.common.rpc.impl_zmq

  The glance common code currently does not have the rpc module, so
  I ran oslo's update script to add this module into glance's openstack common.

  After trying to start glance api, I get the following error, and there seem to be two issues here,
  :

  http://paste.openstack.org/show/57127/

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


References