yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13153
[Bug 1302661] [NEW] Notifier fails to start when old config params are used and there are missing dependencies
Public bug reported:
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.
** Affects: glance
Importance: Critical
Assignee: Flavio Percoco (flaper87)
Status: In Progress
--
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):
In Progress
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
Follow ups
References