*** dave-mccowan has quit IRC | 00:08 | |
mlavalle | klindgren: ping | 00:08 |
---|---|---|
klindgren | pong | 00:08 |
mlavalle | klindgren: I am looking at https://bugs.launchpad.net/neutron/+bug/1764738/comments/9 | 00:08 |
openstack | Launchpad bug 1764738 in neutron "routed provider networks limit to one host" [Wishlist,New] | 00:08 |
klindgren | Yes sir | 00:08 |
mlavalle | klindgren: do you have a proposed solution for point 3 in your description? | 00:09 |
*** wolverineav has quit IRC | 00:09 | |
*** wolverineav has joined #openstack-neutron | 00:10 | |
mlavalle | in other words, does the code that you have already can create the brdige by segment and not by network? | 00:11 |
klindgren | I am working on something like that right now | 00:11 |
*** wolverineav has quit IRC | 00:12 | |
*** wolverineav has joined #openstack-neutron | 00:13 | |
*** wwriverrat has joined #openstack-neutron | 00:14 | |
klindgren | Working on getting the segment_id (both the segmentation_id) added to the dict recurrent by _get_device_info which is used in bind_port and if it has a segment_id pass that to bind_port vs's the network_id. Is the approach that I was blindly going to be taking | 00:14 |
mlavalle | klindgren: so, can we say that for the 3 points you list in https://bugs.launchpad.net/neutron/+bug/1764738/comments/9 you have a proposed solution and you are just listing the hirdles that have to be removed? | 00:14 |
openstack | Launchpad bug 1764738 in neutron "routed provider networks limit to one host" [Wishlist,New] | 00:14 |
klindgren | I would not say that I have a purposed solution, exactly. I would say that I have code that jumped over hurdles in perhaps a nieve way, to uncover other issues that I am still working through. Some of the approaches might be "hackkish", just due to my lack of familiarity with the code. | 00:16 |
klindgren | But I think, I have a good enough understanding to say what we are trying to do, why we are trying to do it. And what potential changes need to be made to get it done. | 00:17 |
*** threestrands has joined #openstack-neutron | 00:18 | |
mlavalle | klindgren: ok, let's discuss this tomorrow during the drivers meeting. We might end up not having a decision to move forward and having to do some additional homework instead. Is that ok with you? Keep in mind the meeting will be at 7am your time? | 00:18 |
mlavalle | btw, thanks to your explanation, now I understand better the need for this RFE. with the original submittrer, I never got to such a clear description | 00:20 |
klindgren | Thats fine. To be honest I was not looking for a go/no go. I was hoping for some feedback on Yes this is something that we will accept, and some direction on how to do some of the things. Because like I said some of the approaches are very naive and focused to our specific issue. I haven't gotten around to seeing how tests and the like are impacted yet. | 00:25 |
*** tbachman has quit IRC | 00:25 | |
klindgren | IE this idea is something that we will accept. | 00:25 |
mlavalle | klindgren: cool. let's bring it up tomorrow | 00:27 |
klindgren | Alright see you bright and early at 7am. | 00:27 |
*** hongbin has quit IRC | 00:31 | |
*** goldyfruit has quit IRC | 00:36 | |
openstackgerrit | LIU Yulong proposed openstack/neutron master: [L3][QoS] Neutron server side router gateway IP QoS https://review.openstack.org/424468 | 00:43 |
openstackgerrit | LIU Yulong proposed openstack/neutron master: [L3][QoS] Agent side router gateway IP rate limit https://review.openstack.org/568526 | 00:43 |
*** slaweq has joined #openstack-neutron | 00:45 | |
openstackgerrit | LIU Yulong proposed openstack/neutron master: [L3][QoS] Agent side router gateway IP rate limit https://review.openstack.org/568526 | 00:45 |
*** yamamoto has joined #openstack-neutron | 00:48 | |
*** slaweq has quit IRC | 00:49 | |
*** tssurya has quit IRC | 00:55 | |
*** nicky0419 has joined #openstack-neutron | 01:12 | |
mlavalle | liuyulong: ping | 01:36 |
*** wolverineav has quit IRC | 01:38 | |
*** cshen has quit IRC | 01:47 | |
*** yamamoto has quit IRC | 01:49 | |
*** dklyle has joined #openstack-neutron | 01:59 | |
*** klindgren has quit IRC | 02:01 | |
openstackgerrit | LIU Yulong proposed openstack/neutron master: Prevent some L3 ports change IP address https://review.openstack.org/608909 | 02:03 |
*** tbachman has joined #openstack-neutron | 02:05 | |
mlavalle | liuyulong: ping | 02:05 |
*** dklyle has quit IRC | 02:05 | |
*** tbachman_ has joined #openstack-neutron | 02:08 | |
*** tbachman has quit IRC | 02:10 | |
*** tbachman_ is now known as tbachman | 02:10 | |
*** gianpietro has joined #openstack-neutron | 02:11 | |
*** gianpietro has quit IRC | 02:18 | |
*** tbachman has quit IRC | 02:18 | |
*** mriedem_afk has quit IRC | 02:19 | |
*** kailun has joined #openstack-neutron | 02:20 | |
*** Dinesh_Bhor has joined #openstack-neutron | 02:27 | |
mlavalle | liuyulong: I wanted to give you a suggestion on the release notes here. Since I couldn't chat with you I left comments here https://review.openstack.org/#/c/424468 and here https://review.openstack.org/#/c/568526 | 02:30 |
*** mlavalle has quit IRC | 02:34 | |
*** liuyulong_ has joined #openstack-neutron | 02:35 | |
*** klindgren has joined #openstack-neutron | 02:54 | |
*** dave-mccowan has joined #openstack-neutron | 02:56 | |
openstackgerrit | nicky proposed openstack/neutron-lib master: Modify some getters https://review.openstack.org/621062 | 02:59 |
*** klindgren has quit IRC | 03:00 | |
*** klindgren has joined #openstack-neutron | 03:00 | |
*** hongbin has joined #openstack-neutron | 03:02 | |
openstackgerrit | Yang JianFeng proposed openstack/neutron master: Fix the bug about DHCP port whose network has multiple subnets. https://review.openstack.org/620900 | 03:10 |
*** dklyle has joined #openstack-neutron | 03:11 | |
*** dklyle has quit IRC | 03:17 | |
nicky0419 | What part of codes shold I modify if I want to add a option to neutron.conf? | 03:18 |
*** iyamahat_ has quit IRC | 03:23 | |
*** yamahata has quit IRC | 03:23 | |
openstackgerrit | LIU Yulong proposed openstack/neutron master: [L3][QoS] Neutron server side router gateway IP QoS https://review.openstack.org/424468 | 03:24 |
openstackgerrit | LIU Yulong proposed openstack/neutron master: [L3][QoS] Agent side router gateway IP rate limit https://review.openstack.org/568526 | 03:24 |
openstackgerrit | Merged openstack/neutron master: Enable 'all' IPv6 forwarding knob correctly https://review.openstack.org/613396 | 03:25 |
*** maddtux has joined #openstack-neutron | 03:28 | |
*** maddtux has quit IRC | 03:30 | |
*** maddtux has joined #openstack-neutron | 03:31 | |
*** dave-mccowan has quit IRC | 03:33 | |
*** maddtux has quit IRC | 03:33 | |
*** zhanglong has joined #openstack-neutron | 03:33 | |
*** maddtux has joined #openstack-neutron | 03:33 | |
*** dave-mccowan has joined #openstack-neutron | 03:34 | |
*** nicky0419 has quit IRC | 03:41 | |
*** jarodwl has quit IRC | 03:43 | |
*** jarodwl has joined #openstack-neutron | 03:43 | |
*** hongbin has quit IRC | 03:56 | |
*** janki has joined #openstack-neutron | 04:03 | |
*** ivve has joined #openstack-neutron | 04:25 | |
*** ramishra has joined #openstack-neutron | 04:29 | |
*** dave-mccowan has quit IRC | 04:30 | |
*** markvoelker has quit IRC | 04:32 | |
openstackgerrit | LIU Yulong proposed openstack/neutron master: [Doc] L3 router gateway IP rate limit https://review.openstack.org/621068 | 04:37 |
*** ratailor has joined #openstack-neutron | 04:50 | |
*** wolverineav has joined #openstack-neutron | 04:52 | |
*** lajoskatona has joined #openstack-neutron | 04:59 | |
*** markvoelker has joined #openstack-neutron | 05:02 | |
*** Nel1x has quit IRC | 05:14 | |
*** wolverineav has quit IRC | 05:15 | |
*** yamahata has joined #openstack-neutron | 05:16 | |
*** threestrands has quit IRC | 05:20 | |
*** pcaruana has quit IRC | 05:35 | |
*** imacdonn has quit IRC | 05:39 | |
*** imacdonn has joined #openstack-neutron | 05:39 | |
*** yamamoto has joined #openstack-neutron | 05:46 | |
*** yamamoto has quit IRC | 05:51 | |
openstackgerrit | Merged openstack/networking-ovn master: Support ports belonging to Neutron DHCP agents https://review.openstack.org/619210 | 06:10 |
*** sridharg has joined #openstack-neutron | 06:21 | |
*** cshen has joined #openstack-neutron | 06:25 | |
*** hoangcx has quit IRC | 06:29 | |
*** cshen has quit IRC | 06:31 | |
*** ondrejme has quit IRC | 06:39 | |
*** cshen has joined #openstack-neutron | 06:41 | |
*** cshen has quit IRC | 06:46 | |
*** mbuil_ has joined #openstack-neutron | 07:06 | |
*** ccamposr has joined #openstack-neutron | 07:07 | |
openstackgerrit | Filippo Inzaghi proposed openstack/python-neutronclient master: Add Python 3.6 classifier to setup.cfg https://review.openstack.org/621092 | 07:10 |
*** pcaruana has joined #openstack-neutron | 07:22 | |
*** slaweq has joined #openstack-neutron | 07:34 | |
*** cshen has joined #openstack-neutron | 07:37 | |
*** Luzi has joined #openstack-neutron | 07:38 | |
*** jangutter has quit IRC | 07:41 | |
*** jangutter has joined #openstack-neutron | 07:41 | |
*** cshen has quit IRC | 07:44 | |
*** cshen has joined #openstack-neutron | 07:44 | |
*** jpena|off is now known as jpena | 08:01 | |
*** tmorin has joined #openstack-neutron | 08:06 | |
*** rcernin has quit IRC | 08:06 | |
*** moshele has joined #openstack-neutron | 08:11 | |
*** moshele has quit IRC | 08:11 | |
*** ralonsoh has joined #openstack-neutron | 08:17 | |
*** aojea has joined #openstack-neutron | 08:18 | |
*** yamamoto has joined #openstack-neutron | 08:30 | |
*** ondrejme has joined #openstack-neutron | 08:35 | |
*** maciejjozefczyk has quit IRC | 08:38 | |
*** maciejjozefczyk has joined #openstack-neutron | 08:39 | |
*** salmankhan has joined #openstack-neutron | 08:50 | |
openstackgerrit | Neha Alhat proposed openstack/neutron master: Send global_request_id for tracing calls from neutron to nova https://review.openstack.org/615486 | 08:51 |
*** salmankhan has quit IRC | 08:56 | |
*** ileixe has quit IRC | 09:05 | |
openstackgerrit | Merged openstack/neutron-dynamic-routing master: Remove unnecessary mocking of get_admin_context https://review.openstack.org/620334 | 09:09 |
*** k_mouza has joined #openstack-neutron | 09:15 | |
*** dsneddon has quit IRC | 09:19 | |
*** k_mouza has quit IRC | 09:28 | |
*** k_mouza has joined #openstack-neutron | 09:28 | |
*** s10 has joined #openstack-neutron | 09:40 | |
*** takamatsu has quit IRC | 09:41 | |
frickler | slaweq: does this gate failure look familiar to you or is it a new one? http://logs.openstack.org/29/333829/7/gate/neutron-fullstack/42e62d5/job-output.txt.gz#_2018-11-30_09_40_43_303981 | 09:52 |
slaweq | frickler: I'm in the meeting now, will check it later | 09:54 |
frickler | slaweq: sure, thx | 09:54 |
*** tssurya has joined #openstack-neutron | 10:03 | |
*** k_mouza has quit IRC | 10:07 | |
*** Dinesh_Bhor has quit IRC | 10:09 | |
*** k_mouza has joined #openstack-neutron | 10:20 | |
*** zhanglong has quit IRC | 10:24 | |
*** maciejjozefczyk has quit IRC | 10:29 | |
*** tpsilva has joined #openstack-neutron | 10:31 | |
*** maciejjozefczyk has joined #openstack-neutron | 10:31 | |
*** slaweq has quit IRC | 10:32 | |
*** dsneddon has joined #openstack-neutron | 10:37 | |
*** liuyulong_ has quit IRC | 10:38 | |
*** ramishra has quit IRC | 10:43 | |
*** ramishra has joined #openstack-neutron | 10:43 | |
*** pcaruana has quit IRC | 10:44 | |
*** mattgo has joined #openstack-neutron | 10:48 | |
*** pcaruana has joined #openstack-neutron | 10:50 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: Add QoS minimum egress bandwidth rule into ovs-agent https://review.openstack.org/406841 | 10:56 |
*** mattgo has quit IRC | 11:00 | |
*** ramishra has quit IRC | 11:20 | |
*** ramishra has joined #openstack-neutron | 11:26 | |
openstackgerrit | Yang Youseok proposed openstack/neutron master: Add router_factory to l3-agent and L3 extension API https://review.openstack.org/620349 | 11:28 |
*** cshen has quit IRC | 11:41 | |
openstackgerrit | Yang Youseok proposed openstack/neutron master: Add router_factory to l3-agent and L3 extension API https://review.openstack.org/620349 | 11:44 |
*** cshen has joined #openstack-neutron | 11:46 | |
*** slaweq has joined #openstack-neutron | 11:51 | |
*** Luzi has quit IRC | 12:00 | |
*** lajoskatona has quit IRC | 12:05 | |
*** mattgo has joined #openstack-neutron | 12:05 | |
openstackgerrit | Yang Youseok proposed openstack/neutron-lib master: Add RouterNotFoundInRouterFactory exception https://review.openstack.org/620348 | 12:08 |
*** pcaruana has quit IRC | 12:11 | |
*** lucasagomes is now known as lucas-hungry | 12:17 | |
*** lucas-hungry is now known as lucasagomes | 12:17 | |
*** lajoskatona has joined #openstack-neutron | 12:19 | |
*** slaweq has quit IRC | 12:24 | |
*** jpena is now known as jpena|lunch | 12:41 | |
*** Nel1x has joined #openstack-neutron | 12:46 | |
*** maddtux has quit IRC | 12:54 | |
*** yamamoto has quit IRC | 12:59 | |
*** boden has joined #openstack-neutron | 13:06 | |
*** maddtux has joined #openstack-neutron | 13:06 | |
*** vpickard_ is now known as vpickard | 13:07 | |
*** tbachman has joined #openstack-neutron | 13:07 | |
*** salmankhan has joined #openstack-neutron | 13:09 | |
*** ratailor has quit IRC | 13:11 | |
*** maddtux has quit IRC | 13:14 | |
*** yamamoto has joined #openstack-neutron | 13:15 | |
*** dave-mccowan has joined #openstack-neutron | 13:19 | |
openstackgerrit | boden proposed openstack/neutron-dynamic-routing master: add local tox targets for pep8 and py3 https://review.openstack.org/605461 | 13:19 |
openstackgerrit | boden proposed openstack/neutron-dynamic-routing master: add lower constraints job to zuul https://review.openstack.org/619064 | 13:20 |
openstackgerrit | boden proposed openstack/neutron-lib master: WIP: rehome neutron.objects.base and deps https://review.openstack.org/621000 | 13:23 |
openstackgerrit | Merged openstack/networking-ovn master: Functional: Do not compile OVS kernel modules https://review.openstack.org/599996 | 13:24 |
openstackgerrit | Merged openstack/networking-ovn master: Add blueprints link in user documents https://review.openstack.org/620294 | 13:24 |
*** jackivanov has quit IRC | 13:26 | |
*** annp has quit IRC | 13:29 | |
frickler | is anybody still tracking the uwsgi migration? IIRC it should be becoming default in this cycle. It seems to fail when being combined with tls-proxy service, though, will create a patch for demonstration | 13:35 |
*** gianpietro has joined #openstack-neutron | 13:36 | |
openstackgerrit | Jens Harbott (frickler) proposed openstack/neutron master: DNM: Debugging tls + uwsgi https://review.openstack.org/621160 | 13:40 |
*** jpena|lunch is now known as jpena | 13:40 | |
*** mchlumsky has joined #openstack-neutron | 13:44 | |
openstackgerrit | Thomas Goirand proposed openstack/neutron master: Speed-up ip neigh replace https://review.openstack.org/581360 | 13:46 |
*** mlavalle has joined #openstack-neutron | 13:50 | |
wwriverrat | Question (I need verifying): The neutron-drivers meeting starts in about 5 minutes on #openstack-meeting ? | 13:54 |
*** takamatsu has joined #openstack-neutron | 13:55 | |
njohnston | wwriverrat: yes | 13:55 |
wwriverrat | Thanks :-) | 13:55 |
*** slaweq has joined #openstack-neutron | 13:56 | |
openstackgerrit | boden proposed openstack/networking-sfc master: add local tox targets for pep8, py3 and py27 https://review.openstack.org/605477 | 13:58 |
*** kailun has quit IRC | 14:00 | |
*** njohnston has quit IRC | 14:03 | |
*** njohnston has joined #openstack-neutron | 14:05 | |
openstackgerrit | Jens Harbott (frickler) proposed openstack/neutron master: DNM: Debugging tls + uwsgi https://review.openstack.org/621160 | 14:06 |
*** mattgo has quit IRC | 14:12 | |
*** hjensas has quit IRC | 14:12 | |
*** mattgo has joined #openstack-neutron | 14:12 | |
openstackgerrit | Alexandru Sorodoc proposed openstack/neutron master: Metering agent gets notified about DVR Routers running on compute nodes https://review.openstack.org/621165 | 14:13 |
openstackgerrit | Alexandru Sorodoc proposed openstack/neutron master: Fixes metering for DVR Routers https://review.openstack.org/621165 | 14:14 |
*** etp has quit IRC | 14:18 | |
*** mattgo has quit IRC | 14:18 | |
*** mriedem has joined #openstack-neutron | 14:19 | |
*** etp has joined #openstack-neutron | 14:22 | |
*** mattgo_ has joined #openstack-neutron | 14:29 | |
*** janki has quit IRC | 14:30 | |
openstackgerrit | Alexandru Sorodoc proposed openstack/neutron master: Fixes metering for DVR Routers https://review.openstack.org/621165 | 14:33 |
*** mgoerens has joined #openstack-neutron | 14:39 | |
openstackgerrit | boden proposed openstack/neutron-dynamic-routing master: DNM: Gate test https://review.openstack.org/621037 | 14:40 |
*** robbbe has joined #openstack-neutron | 14:43 | |
*** mgoerens has left #openstack-neutron | 14:43 | |
robbbe | hi, is it possible to have multiple 'flat' networks configured on a host? | 14:43 |
robbbe | i have a design with only a single interface and i need to do everything over that. so i have br0 (mgmt) br0.2 (tun), then other br.x for the other physical vlans i need access to | 14:43 |
*** takamatsu has quit IRC | 14:48 | |
*** brault has quit IRC | 14:51 | |
*** mgoerens has joined #openstack-neutron | 14:52 | |
*** gianpiet_ has joined #openstack-neutron | 14:52 | |
*** gianpie__ has joined #openstack-neutron | 14:53 | |
*** gianpiet_ has quit IRC | 14:54 | |
*** gianpietro has quit IRC | 14:55 | |
openstackgerrit | Elod Illes proposed openstack/networking-bgpvpn master: DNM: make py27 tests pass in zuul https://review.openstack.org/621177 | 14:59 |
*** dayou_ has joined #openstack-neutron | 14:59 | |
*** dayou has quit IRC | 15:00 | |
haleyb | mlavalle, slaweq: i'll be there in a couple of minutes, bio break | 15:00 |
mlavalle | haleyb: ack | 15:01 |
*** hongbin has joined #openstack-neutron | 15:03 | |
slaweq | haleyb: sure, I'm logged already | 15:03 |
*** goldyfruit has joined #openstack-neutron | 15:03 | |
*** cshen has quit IRC | 15:03 | |
hongbin | slaweq: sorry, i missed the link of the etherpad about gate failure, you have it? | 15:05 |
hongbin | slaweq: this one would be a good candidate to add to the etherpad: https://bugs.launchpad.net/neutron/+bug/1726462 | 15:06 |
openstack | Launchpad bug 1726462 in neutron "Various gate jobs time out waiting for vol available" [Undecided,Confirmed] | 15:06 |
openstackgerrit | Merged openstack/neutron-dynamic-routing master: fix tox python3 overrides https://review.openstack.org/606677 | 15:06 |
*** cshen has joined #openstack-neutron | 15:07 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: Add native OVSDB implementation for bridge monitor https://review.openstack.org/612153 | 15:08 |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: Add native OVSDB implementation for polling monitor https://review.openstack.org/612400 | 15:08 |
*** dayou_ has quit IRC | 15:10 | |
*** dayou_ has joined #openstack-neutron | 15:11 | |
*** gianpie__ has quit IRC | 15:20 | |
*** moshele has joined #openstack-neutron | 15:22 | |
*** ccamposr has quit IRC | 15:27 | |
*** dsneddon has quit IRC | 15:28 | |
*** takamatsu has joined #openstack-neutron | 15:29 | |
*** salmankhan has quit IRC | 15:29 | |
*** dsneddon has joined #openstack-neutron | 15:31 | |
*** bnemec is now known as beekneemech | 15:34 | |
*** moshele has quit IRC | 15:36 | |
*** mgoerens has quit IRC | 15:37 | |
*** ramishra has quit IRC | 15:38 | |
slaweq | hongbin: sorry, I was in a meeting | 15:40 |
slaweq | hongbin: https://etherpad.openstack.org/p/neutron-ci-failures | 15:40 |
hongbin | slaweq: np | 15:40 |
hongbin | slaweq: thx | 15:40 |
slaweq | hongbin: yw | 15:41 |
*** maciejjozefczyk has quit IRC | 15:42 | |
*** mattgo_ has quit IRC | 15:43 | |
*** dansmith is now known as SteelyDan | 15:43 | |
*** robbbe has quit IRC | 15:48 | |
*** yamamoto has quit IRC | 15:48 | |
*** mlavalle has quit IRC | 15:50 | |
*** mriedem has quit IRC | 15:50 | |
*** munimeha1 has joined #openstack-neutron | 15:51 | |
*** mlavalle has joined #openstack-neutron | 15:53 | |
*** takamatsu has quit IRC | 15:53 | |
*** moshele has joined #openstack-neutron | 15:57 | |
*** wwriverrat has quit IRC | 16:00 | |
*** hjensas has joined #openstack-neutron | 16:04 | |
*** cshen has quit IRC | 16:08 | |
*** k_mouza has quit IRC | 16:16 | |
*** tmorin has quit IRC | 16:17 | |
*** dayou_ has quit IRC | 16:19 | |
*** s10 has quit IRC | 16:21 | |
*** mriedem has joined #openstack-neutron | 16:21 | |
*** jangutter has quit IRC | 16:21 | |
*** mchlumsky has quit IRC | 16:21 | |
openstackgerrit | Jens Harbott (frickler) proposed openstack/neutron master: DNM: Debugging tls + uwsgi https://review.openstack.org/621160 | 16:23 |
*** tssurya has quit IRC | 16:25 | |
*** pcaruana has joined #openstack-neutron | 16:26 | |
*** boden has quit IRC | 16:34 | |
openstackgerrit | LIU Yulong proposed openstack/neutron master: Prevent some L3 ports change IP address https://review.openstack.org/608909 | 16:34 |
*** yamamoto has joined #openstack-neutron | 16:37 | |
*** k_mouza has joined #openstack-neutron | 16:37 | |
*** dayou_ has joined #openstack-neutron | 16:42 | |
*** yamamoto has quit IRC | 16:48 | |
*** rnoriega- has quit IRC | 16:56 | |
manjeets | hi mlavalle regarding https://bugs.launchpad.net/neutron/+bug/1793653 | 16:57 |
openstack | Launchpad bug 1793653 in neutron "[RFE] Enable other subprojects to extend l2pop fdb information" [Wishlist,In progress] - Assigned to ChenjieXu (midone) | 16:57 |
manjeets | I just saw meeting logs | 16:57 |
*** rnoriega has joined #openstack-neutron | 16:58 | |
*** jpena is now known as jpena|off | 16:59 | |
*** pcaruana has quit IRC | 17:04 | |
*** aojea has quit IRC | 17:06 | |
*** cshen has joined #openstack-neutron | 17:09 | |
*** mriedem is now known as mriedem_lunch | 17:11 | |
*** iyamahat has joined #openstack-neutron | 17:15 | |
*** moshele has quit IRC | 17:20 | |
*** hjensas has quit IRC | 17:21 | |
*** moshele has joined #openstack-neutron | 17:30 | |
*** tbachman has quit IRC | 17:35 | |
*** igordc has joined #openstack-neutron | 17:41 | |
*** cshen has quit IRC | 17:43 | |
openstackgerrit | Merged openstack/neutron-fwaas master: Move port validation support into the driver https://review.openstack.org/619286 | 17:43 |
*** k_mouza_ has joined #openstack-neutron | 17:44 | |
*** cshen has joined #openstack-neutron | 17:44 | |
*** k_mouza has quit IRC | 17:47 | |
*** moshele has quit IRC | 17:48 | |
*** k_mouza_ has quit IRC | 17:48 | |
*** openstackgerrit has quit IRC | 17:51 | |
*** xubozhang has joined #openstack-neutron | 18:00 | |
*** munimeha1 has quit IRC | 18:02 | |
*** sridharg has quit IRC | 18:04 | |
*** yamahata has quit IRC | 18:07 | |
*** iyamahat has quit IRC | 18:07 | |
*** xubozhang has quit IRC | 18:07 | |
*** Swami has joined #openstack-neutron | 18:09 | |
*** k_mouza has joined #openstack-neutron | 18:09 | |
*** xubozhang has joined #openstack-neutron | 18:11 | |
*** k_mouza has quit IRC | 18:14 | |
Swami | haleyb: mlavalle: If you got sometime can you review this patch. https://review.openstack.org/#/c/601336/ | 18:15 |
mlavalle | Swami: will do. Thanks | 18:15 |
mlavalle | Swami: ah nice the ARP responder. Great | 18:16 |
Swami | mlavalle: yes | 18:16 |
Swami | mlavalle: I still may have some work to do on this patch, but it is upto a point were we can start reviewing. | 18:16 |
mlavalle | Swami: ok, thanks for the clarification | 18:17 |
*** wolverineav has joined #openstack-neutron | 18:17 | |
*** iyamahat has joined #openstack-neutron | 18:21 | |
*** iyamahat_ has joined #openstack-neutron | 18:28 | |
*** yamahata has joined #openstack-neutron | 18:30 | |
*** iyamahat has quit IRC | 18:31 | |
*** tbachman has joined #openstack-neutron | 18:35 | |
*** ralonsoh has quit IRC | 18:41 | |
*** xubozhang has quit IRC | 18:50 | |
*** boden has joined #openstack-neutron | 18:59 | |
*** openstackgerrit has joined #openstack-neutron | 19:01 | |
openstackgerrit | boden proposed openstack/neutron master: Remove sqlalchemy osprofiler https://review.openstack.org/615585 | 19:01 |
*** wolverineav has quit IRC | 19:02 | |
*** munimeha1 has joined #openstack-neutron | 19:02 | |
*** wolverineav has joined #openstack-neutron | 19:06 | |
*** mriedem_lunch is now known as mriedem | 19:13 | |
boden | mlavalle hi, FYI I refreshed your patch https://review.openstack.org/#/c/615585/ not sure if you wanted it -1W or not | 19:28 |
mlavalle | boden: thanks. I'll -W while we wait for Zuul | 19:36 |
*** wolverineav has quit IRC | 19:37 | |
*** wolverineav has joined #openstack-neutron | 19:41 | |
*** wolverineav has quit IRC | 19:42 | |
*** wolverineav has joined #openstack-neutron | 19:42 | |
*** wolverineav has quit IRC | 19:42 | |
*** wolverineav has joined #openstack-neutron | 19:43 | |
*** wolverineav has quit IRC | 19:43 | |
*** wolverineav has joined #openstack-neutron | 19:43 | |
*** wolverineav has quit IRC | 19:44 | |
*** wolverineav has joined #openstack-neutron | 19:45 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron master: Enable adoption of subnets into a subnet pool https://review.openstack.org/348080 | 19:48 |
*** wolverineav has quit IRC | 19:52 | |
*** wolverineav has joined #openstack-neutron | 19:53 | |
*** hjensas has joined #openstack-neutron | 19:58 | |
*** wolverineav has quit IRC | 19:59 | |
*** ivve has quit IRC | 20:04 | |
*** goldyfruit has quit IRC | 20:06 | |
*** jistr has quit IRC | 20:11 | |
*** jistr has joined #openstack-neutron | 20:13 | |
*** goldyfruit has joined #openstack-neutron | 20:15 | |
*** vpickard is now known as vpickard_ | 20:28 | |
openstackgerrit | boden proposed openstack/neutron master: remove context_manager from neutron https://review.openstack.org/614534 | 20:29 |
*** wolverineav has joined #openstack-neutron | 20:33 | |
*** slaweq has quit IRC | 20:34 | |
*** yamamoto has joined #openstack-neutron | 20:46 | |
*** openstackgerrit has quit IRC | 20:50 | |
*** yamamoto has quit IRC | 20:50 | |
*** itlinux has joined #openstack-neutron | 20:51 | |
*** takamatsu has joined #openstack-neutron | 20:53 | |
*** itlinux_ has joined #openstack-neutron | 20:58 | |
*** itlinux has quit IRC | 20:59 | |
*** wolverineav has quit IRC | 21:08 | |
*** openstackgerrit has joined #openstack-neutron | 21:26 | |
openstackgerrit | Hongbin Lu proposed openstack/neutron-tempest-plugin master: Turn the list of extensions into multi-line https://review.openstack.org/619642 | 21:26 |
*** salmankhan has joined #openstack-neutron | 21:31 | |
*** wolverineav has joined #openstack-neutron | 21:35 | |
*** salmankhan has quit IRC | 21:36 | |
*** tbachman has quit IRC | 21:38 | |
*** boden has quit IRC | 21:47 | |
*** munimeha1 has quit IRC | 21:47 | |
*** tpsilva has quit IRC | 21:51 | |
openstackgerrit | Merged openstack/neutron master: Secure dnsmasq process against external abuse https://review.openstack.org/333829 | 21:57 |
openstackgerrit | Merged openstack/neutron master: [Fullstack] Configure policy.json file only if it is set https://review.openstack.org/620298 | 21:57 |
*** wolverineav has quit IRC | 21:59 | |
*** wolverineav has joined #openstack-neutron | 22:04 | |
*** iyamahat_ has quit IRC | 22:06 | |
*** yamahata has quit IRC | 22:07 | |
*** salmankhan has joined #openstack-neutron | 22:11 | |
*** wolverineav has quit IRC | 22:12 | |
*** itlinux_ has quit IRC | 22:13 | |
*** wolverineav has joined #openstack-neutron | 22:13 | |
*** wolverineav has quit IRC | 22:18 | |
*** wolverineav has joined #openstack-neutron | 22:19 | |
*** iyamahat has joined #openstack-neutron | 22:24 | |
*** wolverineav has quit IRC | 22:28 | |
*** wolverineav has joined #openstack-neutron | 22:29 | |
*** slaweq has joined #openstack-neutron | 22:36 | |
openstackgerrit | Merged openstack/neutron master: Add bulk port creation of DB objects https://review.openstack.org/585028 | 22:39 |
*** slaweq has quit IRC | 22:43 | |
*** yamahata has joined #openstack-neutron | 22:43 | |
*** njohnston has quit IRC | 22:49 | |
*** slaweq has joined #openstack-neutron | 22:50 | |
*** slaweq has quit IRC | 22:52 | |
*** mriedem has quit IRC | 22:54 | |
*** wolverineav has quit IRC | 22:54 | |
*** slaweq has joined #openstack-neutron | 22:54 | |
*** wolverineav has joined #openstack-neutron | 22:55 | |
*** wolverineav has quit IRC | 23:00 | |
*** wolverineav has joined #openstack-neutron | 23:00 | |
*** Nel1x has quit IRC | 23:01 | |
*** itlinux has joined #openstack-neutron | 23:07 | |
*** slaweq has quit IRC | 23:22 | |
*** Swami has quit IRC | 23:27 | |
*** goldyfruit has quit IRC | 23:30 | |
*** goldyfruit has joined #openstack-neutron | 23:32 | |
*** goldyfruit has quit IRC | 23:32 | |
*** goldyfruit has joined #openstack-neutron | 23:33 | |
*** goldyfruit has quit IRC | 23:34 | |
*** wolverineav has quit IRC | 23:42 | |
*** wolverineav has joined #openstack-neutron | 23:45 | |
*** igordc has quit IRC | 23:48 | |
*** wolverineav has quit IRC | 23:48 | |
*** wolverineav has joined #openstack-neutron | 23:49 | |
liuyulong | mlavalle, the doc for gateway IP qos submitted here | 23:50 |
liuyulong | https://review.openstack.org/#/c/621068/ | 23:50 |
*** salmankhan has quit IRC | 23:51 | |
mlavalle | liuyulong: thanks added to my pile. Is the only change in the server patch the release note? I see you added the note | 23:52 |
liuyulong | Yes | 23:52 |
mlavalle | liuyulong: are you going to update the agent patch soon? | 23:52 |
liuyulong | agent side patch has removed the release note. | 23:53 |
*** slaweq has joined #openstack-neutron | 23:54 | |
liuyulong | mlavalle, this REF now has only one release note in neutron server side patch, but with notes of both side changes. | 23:55 |
mlavalle | liuyulong: ok, I'll look at these patches soon again. Thanks for your follow up | 23:56 |
openstackgerrit | Hongbin Lu proposed openstack/neutron-tempest-plugin master: [WIP] Increase ovsdb_timeout to 30 https://review.openstack.org/621318 | 23:56 |
liuyulong | mlavalle, OK, thank you. | 23:57 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!