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

2018-04-06 Thread Michael Johnson
Yeah, neutron-lbaas runs in the context of the neutron service (it is a neutron extension), so would be covered by neutron completing the goal. Michael On Fri, Apr 6, 2018 at 3:37 AM, Sławek Kapłoński wrote: > Hi, > > Thanks Akihiro for help. I added

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

2018-04-06 Thread Sławek Kapłoński
Hi, Thanks Akihiro for help. I added „neutron-dynamic-routing” task to this story and I will push patch for it soon. There is still so many things that I need to learn about OpenStack and Neutron :) — Best regards Slawek Kaplonski sla...@kaplonski.pl > Wiadomość napisana przez Akihiro

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

2018-04-06 Thread Akihiro Motoki
Hi Slawek, 2018-04-06 17:38 GMT+09:00 Sławek Kapłoński : > Hi, > > One more question about implementation of this goal. Should we take care > (and add to story board [1]) projects like: > In my understanding, tasks in the storyboard story are prepared per project team

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

2018-04-06 Thread Sławek Kapłoński
Hi, One more question about implementation of this goal. Should we take care (and add to story board [1]) projects like: openstack/neutron-lbaas openstack/networking-cisco openstack/networking-dpm openstack/networking-infoblox openstack/networking-l2gw openstack/networking-lagopus

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

2018-03-27 Thread Jim Rollenhagen
Glancing at the code[0], it looks like cotyledon has this built in already. Though, you'll probably want to pass in reload_method='mutate' like the oslo docs suggest[1]. [0] https://github.com/sileht/cotyledon/blob/master/cotyledon/oslo_config_glue.py#L68 [1]

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

2018-03-27 Thread Michael Johnson
Does anyone know how this will work with services that are using cotyledon instead of oslo.service (for eliminating eventlet)? Michael On Mon, Mar 26, 2018 at 5:35 AM, Sławomir Kapłoński wrote: > Hi, > > >> Wiadomość napisana przez ChangBo Guo w dniu

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

2018-03-26 Thread Sławomir Kapłoński
Hi, > Wiadomość napisana przez ChangBo Guo w dniu 26.03.2018, > o godz. 14:15: > > > 2018-03-22 16:12 GMT+08:00 Sławomir Kapłoński : > Hi, > > I took care of implementation of [1] in Neutron and I have couple questions > to about this goal. > > 1.

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

2018-03-26 Thread ChangBo Guo
2018-03-22 16:12 GMT+08:00 Sławomir Kapłoński : > Hi, > > I took care of implementation of [1] in Neutron and I have couple > questions to about this goal. > > 1. Should we only change "restart_method" to mutate as is described in [2] > ? I did already something like that in

[openstack-dev] [ALL][PTLs] [Community goal] Toggle the debug option at runtime

2018-03-22 Thread Sławomir Kapłoński
Hi, I took care of implementation of [1] in Neutron and I have couple questions to about this goal. 1. Should we only change "restart_method" to mutate as is described in [2] ? I did already something like that in [3] - is it what is expected? 2. How I can check if this change is fine and