← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1302661] Re: Notifier fails to start when old config params are used and there are missing dependencies

 

** Changed in: glance
    Milestone: None => icehouse-rc2

** No longer affects: glance/icehouse

** Tags removed: icehouse-rc-potential

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

Title:
  Notifier fails to start when old config params are used and there are
  missing dependencies

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

Bug description:
  The current implementation always tries to get a transport from
  oslo.messaging assuming the transport_url option has been set. This is
  done to keep backwards compatibility. However, since the default
  `rpc_backend` is rabbit, it'll always try to load such driver. The
  problem raises when `kombu` is not installed and the
  `notifier_strategy` is set to qpid. This will make glance-api fail
  because it'll try to load the rabbit driver *before* loading the qpid
  one.

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


References