Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-05-16 Thread Lingxian Kong
Thanks for your reply, @Doug and @Jim Cheers, Lingxian Kong On Thu, May 17, 2018 at 2:23 AM Jim Rollenhagen wrote: > On Wed, May 16, 2018 at 9:55 AM, Doug Hellmann > wrote: > >> Excerpts from Lingxian Kong's message of 2018-05-16 11:12:01

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-05-16 Thread Jim Rollenhagen
On Wed, May 16, 2018 at 9:55 AM, Doug Hellmann wrote: > Excerpts from Lingxian Kong's message of 2018-05-16 11:12:01 +1200: > > Hi, > > > > Maybe I missed the original discussion, I found the 'mutable' > configuration > > implementation relies on oslo.service, but is there

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-05-16 Thread Doug Hellmann
Excerpts from Lingxian Kong's message of 2018-05-16 11:12:01 +1200: > Hi, > > Maybe I missed the original discussion, I found the 'mutable' configuration > implementation relies on oslo.service, but is there any guide for the > projects using cotyledon instead? oslo.service implements the signal

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-05-15 Thread Lingxian Kong
Hi, Maybe I missed the original discussion, I found the 'mutable' configuration implementation relies on oslo.service, but is there any guide for the projects using cotyledon instead? Cheers, Lingxian Kong On Wed, May 16, 2018 at 2:46 AM Doug Hellmann wrote: > Excerpts

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-05-15 Thread Doug Hellmann
Excerpts from Lance Bragstad's message of 2018-05-14 18:45:49 -0500: > > On 05/14/2018 05:46 PM, Doug Hellmann wrote: > > Excerpts from Lance Bragstad's message of 2018-05-14 15:20:42 -0500: > >> On 05/14/2018 02:24 PM, Doug Hellmann wrote: > >>> Excerpts from Lance Bragstad's message of

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-05-14 Thread Lance Bragstad
On 05/14/2018 05:46 PM, Doug Hellmann wrote: > Excerpts from Lance Bragstad's message of 2018-05-14 15:20:42 -0500: >> On 05/14/2018 02:24 PM, Doug Hellmann wrote: >>> Excerpts from Lance Bragstad's message of 2018-05-14 13:13:51 -0500: On 03/19/2018 09:22 AM, Jim Rollenhagen wrote: >

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-05-14 Thread Doug Hellmann
Excerpts from Lance Bragstad's message of 2018-05-14 15:20:42 -0500: > > On 05/14/2018 02:24 PM, Doug Hellmann wrote: > > Excerpts from Lance Bragstad's message of 2018-05-14 13:13:51 -0500: > >> On 03/19/2018 09:22 AM, Jim Rollenhagen wrote: > >>> On Sat, Mar 17, 2018 at 9:49 PM, Doug Hellmann

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-05-14 Thread Lance Bragstad
On 05/14/2018 02:24 PM, Doug Hellmann wrote: > Excerpts from Lance Bragstad's message of 2018-05-14 13:13:51 -0500: >> On 03/19/2018 09:22 AM, Jim Rollenhagen wrote: >>> On Sat, Mar 17, 2018 at 9:49 PM, Doug Hellmann >> > wrote: >>> >>>

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-05-14 Thread Doug Hellmann
Excerpts from Lance Bragstad's message of 2018-05-14 13:13:51 -0500: > > On 03/19/2018 09:22 AM, Jim Rollenhagen wrote: > > > > On Sat, Mar 17, 2018 at 9:49 PM, Doug Hellmann > > wrote: > > > > Both of those are good ideas. > > > > > >

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-05-14 Thread Lance Bragstad
On 03/19/2018 09:22 AM, Jim Rollenhagen wrote: > > On Sat, Mar 17, 2018 at 9:49 PM, Doug Hellmann > wrote: > > Both of those are good ideas. > > > Agree. I like the socket idea a bit more as I can imagine some > operators don't want

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-03-19 Thread Jim Rollenhagen
On Sat, Mar 17, 2018 at 9:49 PM, Doug Hellmann wrote: > Both of those are good ideas. > Agree. I like the socket idea a bit more as I can imagine some operators don't want config file changes automatically applied. Do we want to choose one to standardize on or allow each

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-03-17 Thread Doug Hellmann
> On Mar 16, 2018, at 6:08 PM, Mohammed Naser wrote: > >> On Fri, Mar 16, 2018 at 5:34 PM, Jeremy Stanley wrote: >>> On 2018-03-16 21:22:51 + (+), Jim Rollenhagen wrote: >>> [...] >>> It seems mod_wsgi doesn't want python applications catching

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-03-16 Thread Mohammed Naser
On Fri, Mar 16, 2018 at 5:34 PM, Jeremy Stanley wrote: > On 2018-03-16 21:22:51 + (+), Jim Rollenhagen wrote: > [...] >> It seems mod_wsgi doesn't want python applications catching SIGHUP, >> as Apache expects to be able to catch that. By default, it even ensures >>

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-03-16 Thread Jeremy Stanley
On 2018-03-16 21:22:51 + (+), Jim Rollenhagen wrote: [...] > It seems mod_wsgi doesn't want python applications catching SIGHUP, > as Apache expects to be able to catch that. By default, it even ensures > signal handlers do not get registered.[0] [...] > Given we just had a goal to make

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-03-16 Thread Jim Rollenhagen
knikolla brought up an interesting wedge in this goal in #openstack-keystone today. It seems mod_wsgi doesn't want python applications catching SIGHUP, as Apache expects to be able to catch that. By default, it even ensures signal handlers do not get registered.[0] I can't quickly find uwsgi's

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-03-16 Thread Jean-Philippe Evrard
Thanks! On 16 March 2018 at 16:56, Doug Hellmann wrote: > Excerpts from Jeremy Stanley's message of 2018-03-16 13:43:00 +: >> On 2018-03-16 08:34:28 -0500 (-0500), Sean McGinnis wrote: >> > On Mar 16, 2018, at 04:02, Jean-Philippe Evrard >> >

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-03-16 Thread Doug Hellmann
Excerpts from Jeremy Stanley's message of 2018-03-16 13:43:00 +: > On 2018-03-16 08:34:28 -0500 (-0500), Sean McGinnis wrote: > > On Mar 16, 2018, at 04:02, Jean-Philippe Evrard > > wrote: > > > > > For OpenStack-Ansible, we don't need to do anything for that > > >

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-03-16 Thread Jeremy Stanley
On 2018-03-16 08:34:28 -0500 (-0500), Sean McGinnis wrote: > On Mar 16, 2018, at 04:02, Jean-Philippe Evrard > wrote: > > > For OpenStack-Ansible, we don't need to do anything for that > > community goal. I am not sure how we can remove our name from > > the

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-03-16 Thread Sean McGinnis
> On Mar 16, 2018, at 04:02, Jean-Philippe Evrard > wrote: > > Hello, > > For OpenStack-Ansible, we don't need to do anything for that community > goal. I am not sure how we can remove our name from the storyboard, > so I just inform you here. > > Jean-Philippe

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-03-16 Thread Claudiu Belu
Interesting. I'll take a look as well (Winstackers). Just an FYI, SIGHUP doesn't exist in Windows, so for services like nova-compute, neutron-hyperv-agent, neutron-ovs-agent, ceilometer-polling we'd have to use something else. Best regards, Claudiu Belu

Re: [openstack-dev] [ALL][PTLs] Community Goals for Rocky: Toggle the debug option at runtime

2018-03-16 Thread Jean-Philippe Evrard
Hello, For OpenStack-Ansible, we don't need to do anything for that community goal. I am not sure how we can remove our name from the storyboard, so I just inform you here. Jean-Philippe Evrard (evrardjp) On 28 February 2018 at 05:27, ChangBo Guo wrote: > Hi ALL, > > TC