← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1269577] Re: Glance doesn't use workable eventlet hubs when the default is unavailable

 

https://github.com/openstack/glance/blob/b4b90395e31260990b0ee203ce0f685b258d952e/glance/common/wsgi.py#L197..L207
shows that this has been fixed in
https://github.com/openstack/glance/commit/9bb7ec57fb6b983fc19943556fa30715ff0750dc
which means this fix has been released.

** Changed in: glance
       Status: New => Fix Released

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

Title:
  Glance doesn't use workable eventlet hubs when the default is
  unavailable

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

Bug description:
  Glance currently sets the eventlet hub based on config. The default if this config is not given is to use the 'poll' hub. On platforms where 'poll' is not available, Glance refuses to launch workers.
  However, there are other hubs that are sufficiently reliable to warrant including them in the default list. In particular, on OS X, 'selects' works and should be used as the default when 'poll' is not found. The behavior should only change if no configuration value is given for eventlet_hub.

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


References