<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2018-05-08 16:31 GMT-03:00 Zane Bitter <span dir="ltr"><<a href="mailto:zbitter@redhat.com" target="_blank">zbitter@redhat.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On 08/05/18 15:16, Matthew Treinish wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Although, I don't think glance uses oslo.service even in the case where it's<br>
using the standalone eventlet server. It looks like it launches eventlet.wsgi<br>
directly:<br>
<br>
<a href="https://github.com/openstack/glance/blob/master/glance/common/wsgi.py" rel="noreferrer" target="_blank">https://github.com/openstack/g<wbr>lance/blob/master/glance/commo<wbr>n/wsgi.py</a><br>
<br>
and I don't see oslo.service in the requirements file either:<br>
<br>
<a href="https://github.com/openstack/glance/blob/master/requirements.txt" rel="noreferrer" target="_blank">https://github.com/openstack/g<wbr>lance/blob/master/requirements<wbr>.txt</a><br>
</blockquote>
<br></span>
It would probably independently suffer from <a href="https://bugs.launchpad.net/manila/+bug/1482633" rel="noreferrer" target="_blank">https://bugs.launchpad.net/man<wbr>ila/+bug/1482633</a> in Python 3 then. IIUC the code started in oslo incubator but projects like neutron and manila converted to use the oslo.service version. There may be other copies of it still floating around...<span class="m_-7002931955119488264m_-7995346418404558622HOEnZb"><font color="#888888"><br>
<br>
- ZB</font></span><div class="m_-7002931955119488264m_-7995346418404558622HOEnZb"><div class="m_-7002931955119488264m_-7995346418404558622h5"><br>
<br>
______________________________<wbr>______________________________<wbr>______________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.op<wbr>enstack.org?subject:unsubscrib<wbr>e</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi<wbr>-bin/mailman/listinfo/openstac<wbr>k-dev</a><br>
</div></div></blockquote></div><br></div><div class="gmail_extra">Hi,</div><div class="gmail_extra"><br></div><div class="gmail_extra">Jumping in now as I'm helping with py3 support efforts in the manila side.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">In manila we have both support for Apache WSGI and the built-in server (which depends in eventlet). Would it be a possible workaround to rely on the Apache WSGI server while we wait for evenlet issues to be sorted out? Is there any chance the upper constraints will be updated soon-ish and this can be fixed in a newer eventlet version?</div><div class="gmail_extra"><br></div><div class="gmail_extra">This is the only change it's preventing us to be fully py3 compatible, hence it's a big deal for us.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks,</div><div class="gmail_extra"><br></div><div class="gmail_extra">Victoria</div></div>