yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13360
[Bug 1302661] Re: Notifier fails to start when old config params are used and there are missing dependencies
** Also affects: glance/icehouse
Importance: Undecided
Status: New
--
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