Re: [openstack-dev] [devstack] uwsgi for API services

2017-04-20 Thread Takashi Yamamoto
On Thu, Apr 13, 2017 at 9:01 PM, Sean Dague wrote: > One of the many reasons for getting all our API services running wsgi > under a real webserver is to get out of the custom ports for all > services game. However, because of some of the limits of apache > mod_wsgi, we really haven't been able to

Re: [openstack-dev] [devstack] uwsgi for API services - RSN

2017-04-18 Thread Sean Dague
This is all merged now. If you run into any issues with real WSGI running, please poke up in #openstack-qa and we'll see what we can to to get things ironned out. -Sean On 04/18/2017 07:19 AM, Sean Dague wrote: > Ok, the patch series has come together now, and > https://review.openstack.o

Re: [openstack-dev] [devstack] uwsgi for API services - RSN

2017-04-18 Thread Sean Dague
Ok, the patch series has come together now, and https://review.openstack.org/#/c/456344/ remains the critical patch. This introduces a new global config option: "WSGI_MODE", which will be either "uwsgi" or "mod_wsgi" (for the transition). https://review.openstack.org/#/c/456717/6/lib/placement sh

[openstack-dev] [devstack] uwsgi for API services

2017-04-13 Thread Sean Dague
One of the many reasons for getting all our API services running wsgi under a real webserver is to get out of the custom ports for all services game. However, because of some of the limits of apache mod_wsgi, we really haven't been able to do that in our development enviroment. Plus, the moment we