Re: [openstack-dev] [all][tc][ptls][glance] final stages of python 3 transition

2018-05-20 Thread Thomas Goirand
On 05/14/2018 06:42 PM, Victoria Martínez de la Cruz wrote: > Hi, > > Jumping in now as I'm helping with py3 support efforts in the manila side. > > 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 >

Re: [openstack-dev] [all][tc][ptls][glance] final stages of python 3 transition

2018-05-20 Thread Thomas Goirand
On 05/08/2018 09:16 PM, Matthew Treinish wrote: > Although, I don't think glance uses oslo.service even in the case where it's > using the standalone eventlet server. It looks like it launches eventlet.wsgi > directly: > > https://github.com/openstack/glance/blob/master/glance/common/wsgi.py I

Re: [openstack-dev] [all][tc][ptls][glance] final stages of python 3 transition

2018-05-19 Thread Matthew Treinish
On Sat, May 19, 2018 at 07:21:22PM +0200, Thomas Goirand wrote: > On 05/08/2018 07:55 PM, Matthew Treinish wrote: > > I wrote up a doc about running under > > apache when I added the uwsgi chunked transfer encoding support to glance > > about > > running glance under apache here: > > > >

Re: [openstack-dev] [all][tc][ptls][glance] final stages of python 3 transition

2018-05-19 Thread Thomas Goirand
On 05/08/2018 07:55 PM, Matthew Treinish wrote: > I wrote up a doc about running under > apache when I added the uwsgi chunked transfer encoding support to glance > about > running glance under apache here: > > https://docs.openstack.org/glance/latest/admin/apache-httpd.html > > Which includes

Re: [openstack-dev] [all][tc][ptls][glance] final stages of python 3 transition

2018-05-14 Thread Victoria Martínez de la Cruz
2018-05-08 16:31 GMT-03:00 Zane Bitter : > On 08/05/18 15:16, Matthew Treinish wrote: > >> Although, I don't think glance uses oslo.service even in the case where >> it's >> using the standalone eventlet server. It looks like it launches >> eventlet.wsgi >> directly: >> >>

Re: [openstack-dev] [all][tc][ptls][glance] final stages of python 3 transition

2018-05-08 Thread Zane Bitter
On 08/05/18 15:16, Matthew Treinish wrote: Although, I don't think glance uses oslo.service even in the case where it's using the standalone eventlet server. It looks like it launches eventlet.wsgi directly: https://github.com/openstack/glance/blob/master/glance/common/wsgi.py and I don't see

Re: [openstack-dev] [all][tc][ptls][glance] final stages of python 3 transition

2018-05-08 Thread Matthew Treinish
On Tue, May 08, 2018 at 03:02:05PM -0400, Doug Hellmann wrote: > Excerpts from Matthew Treinish's message of 2018-05-08 13:55:43 -0400: > > On Tue, May 08, 2018 at 01:34:11PM -0400, Doug Hellmann wrote: > > > > > > (added [glance] subject tag) > > > > > > Excerpts from Matthew Treinish's message

Re: [openstack-dev] [all][tc][ptls][glance] final stages of python 3 transition

2018-05-08 Thread Doug Hellmann
Excerpts from Matthew Treinish's message of 2018-05-08 13:55:43 -0400: > On Tue, May 08, 2018 at 01:34:11PM -0400, Doug Hellmann wrote: > > > > (added [glance] subject tag) > > > > Excerpts from Matthew Treinish's message of 2018-05-08 12:22:56 -0400: > > > On Tue, May 08, 2018 at 05:01:36PM

Re: [openstack-dev] [all][tc][ptls][glance] final stages of python 3 transition

2018-05-08 Thread Matthew Treinish
On Tue, May 08, 2018 at 01:34:11PM -0400, Doug Hellmann wrote: > > (added [glance] subject tag) > > Excerpts from Matthew Treinish's message of 2018-05-08 12:22:56 -0400: > > On Tue, May 08, 2018 at 05:01:36PM +0100, Graham Hayes wrote: > > > On 08/05/18 16:53, Doug Hellmann wrote: > > > >

Re: [openstack-dev] [all][tc][ptls][glance] final stages of python 3 transition

2018-05-08 Thread Doug Hellmann
(added [glance] subject tag) Excerpts from Matthew Treinish's message of 2018-05-08 12:22:56 -0400: > On Tue, May 08, 2018 at 05:01:36PM +0100, Graham Hayes wrote: > > On 08/05/18 16:53, Doug Hellmann wrote: > > > Excerpts from Graham Hayes's message of 2018-05-08 16:28:46 +0100: > > >> On