*** claudiub|2 has quit IRC | 00:02 | |
*** s3wong_ has joined #openstack-neutron | 00:04 | |
*** tidwellr has quit IRC | 00:06 | |
*** s3wong has quit IRC | 00:07 | |
*** rkukura has quit IRC | 00:09 | |
kevinbenton | clarkb, mordred: this is a bit of a disaster for ipv6 | 00:09 |
---|---|---|
*** mlavalle has quit IRC | 00:10 | |
kevinbenton | with ipv6, you want /64 prefixes on tenant networks for auto addressing schemes not to freak out | 00:10 |
mordred | kevinbenton: that doesn't sound promising | 00:10 |
mordred | that makes sense | 00:10 |
kevinbenton | so if we have the same var for fixed_range and for subnetpool v6 | 00:11 |
kevinbenton | it will either be too big of a prefix for fixed_range case | 00:11 |
kevinbenton | or too small (only useful for one subnet) for the subnetpool case | 00:11 |
mordred | hrm | 00:11 |
mordred | clarkb: ^^ you have a smart brain | 00:12 |
kevinbenton | if someone gives something larger than a /64, we could conceivably only use a /64 of it... | 00:12 |
kevinbenton | for fixed_range | 00:12 |
kevinbenton | i suppose that is the advantage of a new var. we leave these implementation details up to the thing | 00:12 |
*** wolverineav has joined #openstack-neutron | 00:12 | |
*** absubram has quit IRC | 00:13 | |
*** oanson has quit IRC | 00:16 | |
clarkb | wait why can't fixed range be a /60? | 00:17 |
*** wolverineav has quit IRC | 00:17 | |
*** ijw has quit IRC | 00:18 | |
*** ijw has joined #openstack-neutron | 00:19 | |
kevinbenton | clarkb: well neutron will use that to create a subnet directly | 00:20 |
*** hfu has joined #openstack-neutron | 00:20 | |
kevinbenton | clarkb: and there has been much spilled ink over putting hosts on subnets without /64 prefixes | 00:20 |
* clarkb points at pragmatic issues like this for why such ink is silly :P | 00:21 | |
kevinbenton | https://tools.ietf.org/html/rfc7421 | 00:21 |
clarkb | but ya I think if you just want to use the first /64 out of eg a /60 or whatever thats fine | 00:21 |
clarkb | devstack-gate is giving you potentially a super set of what you need | 00:21 |
clarkb | its up to you (devstack/neutron) to decide how much to use of it | 00:21 |
*** rkukura has joined #openstack-neutron | 00:27 | |
*** hfu has quit IRC | 00:28 | |
*** hfu has joined #openstack-neutron | 00:29 | |
*** mfuruta has quit IRC | 00:30 | |
*** ijw has quit IRC | 00:31 | |
*** janzian has quit IRC | 00:35 | |
*** mfuruta has joined #openstack-neutron | 00:35 | |
*** dkehn__ has quit IRC | 00:38 | |
*** dkehn_ has joined #openstack-neutron | 00:38 | |
*** rkukura has quit IRC | 00:38 | |
*** mmalik4 has quit IRC | 00:39 | |
*** s3wong_ is now known as s3wong | 00:41 | |
*** dkehn_ has quit IRC | 00:42 | |
*** Swami has quit IRC | 00:46 | |
*** kriskend has joined #openstack-neutron | 00:46 | |
*** YuYangWang has joined #openstack-neutron | 00:46 | |
*** rkukura has joined #openstack-neutron | 00:46 | |
openstackgerrit | Kengo Hobo proposed openstack/neutron: Add check to prevent overwriting connected route from ex-routes https://review.openstack.org/398004 | 00:46 |
*** iwamoto has joined #openstack-neutron | 00:47 | |
*** tlian has quit IRC | 00:49 | |
*** amotoki has joined #openstack-neutron | 00:52 | |
*** ijw has joined #openstack-neutron | 00:52 | |
*** haleyb_ has joined #openstack-neutron | 00:53 | |
*** hoangcx has joined #openstack-neutron | 00:54 | |
*** rkukura has quit IRC | 00:56 | |
*** ijw has quit IRC | 00:57 | |
*** amotoki has quit IRC | 00:57 | |
*** rkukura has joined #openstack-neutron | 00:58 | |
*** haleyb_ has quit IRC | 00:58 | |
openstackgerrit | Merged openstack/neutron-lib: Add missing is_loaded() method on directory's interface https://review.openstack.org/396390 | 00:58 |
*** ijw has joined #openstack-neutron | 01:02 | |
gvrangan | one query regarding security groups | 01:03 |
*** ijw has quit IRC | 01:07 | |
*** fnaval has quit IRC | 01:09 | |
*** donghao has joined #openstack-neutron | 01:09 | |
*** tovin07_ has joined #openstack-neutron | 01:14 | |
*** rajinir has quit IRC | 01:16 | |
*** rkukura has quit IRC | 01:17 | |
openstackgerrit | Dongcan Ye proposed openstack/neutron: DVR: Fix func docstring and comments https://review.openstack.org/397576 | 01:17 |
*** Sukhdev has quit IRC | 01:22 | |
*** donghao has quit IRC | 01:24 | |
*** mickeys has quit IRC | 01:25 | |
*** wolverineav has joined #openstack-neutron | 01:27 | |
kevinbenton | clarkb, mordred: i ended up pushing a separate patch. https://review.openstack.org/398012 | 01:27 |
kevinbenton | it has some extra changes to make it cohesively solve the various complaints | 01:28 |
*** TuHV has joined #openstack-neutron | 01:28 | |
kevinbenton | not sure if people are going to like it though | 01:28 |
*** TuHV_ has joined #openstack-neutron | 01:28 | |
*** TuHV_ has left #openstack-neutron | 01:28 | |
*** victorhe has joined #openstack-neutron | 01:29 | |
*** amotoki has joined #openstack-neutron | 01:29 | |
*** wolverineav has quit IRC | 01:31 | |
*** victorhe has quit IRC | 01:32 | |
*** mickeys has joined #openstack-neutron | 01:32 | |
*** victorhe has joined #openstack-neutron | 01:33 | |
*** ijw has joined #openstack-neutron | 01:37 | |
*** stanzgy has joined #openstack-neutron | 01:38 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Skip larger than /64 subnets in DHCP agent https://review.openstack.org/398016 | 01:38 |
*** hfu has quit IRC | 01:40 | |
*** thorst has joined #openstack-neutron | 01:41 | |
*** thorst has quit IRC | 01:45 | |
*** mriedem has joined #openstack-neutron | 01:45 | |
*** tflynn has joined #openstack-neutron | 01:45 | |
*** wolverineav has joined #openstack-neutron | 01:46 | |
*** wu_ng has joined #openstack-neutron | 01:47 | |
*** donghao has joined #openstack-neutron | 01:47 | |
*** donghao has quit IRC | 01:48 | |
*** rkukura has joined #openstack-neutron | 01:49 | |
*** thorst has joined #openstack-neutron | 01:49 | |
*** hfu has joined #openstack-neutron | 01:50 | |
*** gcb has joined #openstack-neutron | 01:50 | |
*** xinliang has quit IRC | 01:50 | |
*** wolverineav has quit IRC | 01:51 | |
*** thorst has quit IRC | 01:51 | |
*** wwriverrat has quit IRC | 01:53 | |
*** links has joined #openstack-neutron | 01:55 | |
*** reedip_ has joined #openstack-neutron | 01:57 | |
*** tiswanso has joined #openstack-neutron | 01:57 | |
*** annp has joined #openstack-neutron | 01:58 | |
*** tflynn has quit IRC | 02:01 | |
*** gvrangan has quit IRC | 02:01 | |
*** tonytan4ever has joined #openstack-neutron | 02:01 | |
*** tflynn has joined #openstack-neutron | 02:02 | |
*** tiswanso has quit IRC | 02:02 | |
*** xinliang has joined #openstack-neutron | 02:03 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Fix ML2, base db plugin update_subnet for transactions https://review.openstack.org/395972 | 02:04 |
*** wolverineav has joined #openstack-neutron | 02:06 | |
*** links has quit IRC | 02:07 | |
*** tflynn has quit IRC | 02:10 | |
*** wolverineav has quit IRC | 02:10 | |
reedip_ | halyeb :ping | 02:11 |
openstackgerrit | Reedip proposed openstack/neutron-lib: Add converter to convert IPv6 addresses to canonical format https://review.openstack.org/357670 | 02:13 |
reedip_ | slaweq : ping | 02:16 |
*** wolverineav has joined #openstack-neutron | 02:16 | |
*** thorst has joined #openstack-neutron | 02:20 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Separate floating IP port creation from transaction https://review.openstack.org/396013 | 02:20 |
openstackgerrit | Kevin Benton proposed openstack/neutron: Use callbacks to create DVR floating GW port https://review.openstack.org/396015 | 02:20 |
*** wolverineav has quit IRC | 02:20 | |
*** wolverineav has joined #openstack-neutron | 02:26 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Fix reset/start methods on AgentStatusCheckWorker https://review.openstack.org/397497 | 02:27 |
openstackgerrit | Kevin Benton proposed openstack/neutron: [WIP]: add janitor to cleanup orphaned flip ports https://review.openstack.org/397499 | 02:27 |
openstackgerrit | Kevin Benton proposed openstack/neutron: Move AgentStatusCheckWorker to PeriodicWorker https://review.openstack.org/397498 | 02:27 |
*** tiswanso has joined #openstack-neutron | 02:27 | |
*** hfu has quit IRC | 02:29 | |
*** wolverineav has quit IRC | 02:30 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: [WIP]: move fip agent gw port create out of txn https://review.openstack.org/396014 | 02:32 |
*** victorhe has quit IRC | 02:32 | |
*** haleyb_ has joined #openstack-neutron | 02:32 | |
*** hfu has joined #openstack-neutron | 02:32 | |
*** yedongcan has joined #openstack-neutron | 02:34 | |
*** TuHV has quit IRC | 02:34 | |
*** TuHV has joined #openstack-neutron | 02:34 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Adopt neutron-lib plugin directory https://review.openstack.org/386845 | 02:34 |
*** victorhe has joined #openstack-neutron | 02:35 | |
*** mickeys has quit IRC | 02:35 | |
*** wolverineav has joined #openstack-neutron | 02:35 | |
*** kriskend has quit IRC | 02:36 | |
*** tiswanso has quit IRC | 02:39 | |
*** thorst has quit IRC | 02:40 | |
*** tiswanso has joined #openstack-neutron | 02:40 | |
*** wolverineav has quit IRC | 02:40 | |
liuyulong_ | kevinbenton, hi, can you take a look at this patch https://review.openstack.org/#/c/372298/, it has some conflicts with yours "Separate floating IP port creation from transaction". | 02:42 |
*** fpan has quit IRC | 02:44 | |
*** armax has quit IRC | 02:44 | |
*** haleyb_ has quit IRC | 02:44 | |
*** haleyb_ has joined #openstack-neutron | 02:45 | |
*** wolverineav has joined #openstack-neutron | 02:45 | |
*** fpan has joined #openstack-neutron | 02:45 | |
*** bobmel has joined #openstack-neutron | 02:47 | |
liuyulong_ | Hi there, seems neutron-dynamic-routing guys are not often available this cycle. Can we move the fix of the following bugs on? https://bugs.launchpad.net/neutron/+bug/1614866 and https://bugs.launchpad.net/neutron/+bug/1615919. | 02:48 |
openstack | Launchpad bug 1614866 in neutron "BGP: Failed to withdraw route while dissocating floating IP" [High,In progress] - Assigned to LIU Yulong (dragon889) | 02:48 |
openstack | Launchpad bug 1615919 in neutron "BGP: DVR fip has next_hop to snat gateway after associate first time" [Low,In progress] - Assigned to LIU Yulong (dragon889) | 02:48 |
*** achadha_ has quit IRC | 02:49 | |
*** fpan has quit IRC | 02:49 | |
*** wolverineav has quit IRC | 02:50 | |
*** achadha has joined #openstack-neutron | 02:50 | |
*** abhiraut has quit IRC | 02:51 | |
*** fpan has joined #openstack-neutron | 02:51 | |
*** bobmel has quit IRC | 02:51 | |
*** achadha has quit IRC | 02:51 | |
*** achadha has joined #openstack-neutron | 02:52 | |
*** yuanying has quit IRC | 02:52 | |
*** wolverineav has joined #openstack-neutron | 02:55 | |
*** achadha has quit IRC | 02:56 | |
*** jhershbe has joined #openstack-neutron | 02:57 | |
*** fzdarsky_ has joined #openstack-neutron | 02:58 | |
*** wolverineav has quit IRC | 03:00 | |
*** achadha has joined #openstack-neutron | 03:00 | |
*** fzdarsky|afk has quit IRC | 03:02 | |
*** ijw has quit IRC | 03:02 | |
*** s3wong has quit IRC | 03:03 | |
*** baoli has joined #openstack-neutron | 03:03 | |
*** achadha has quit IRC | 03:05 | |
*** wolverineav has joined #openstack-neutron | 03:05 | |
*** TuHV_ has joined #openstack-neutron | 03:05 | |
*** tbachman has quit IRC | 03:07 | |
*** armax has joined #openstack-neutron | 03:07 | |
*** TuHV has quit IRC | 03:08 | |
*** ijw has joined #openstack-neutron | 03:08 | |
*** rkukura has quit IRC | 03:08 | |
*** wolverineav has quit IRC | 03:09 | |
*** victorhe has quit IRC | 03:12 | |
*** victorhe has joined #openstack-neutron | 03:13 | |
*** ijw has quit IRC | 03:13 | |
*** wolverineav has joined #openstack-neutron | 03:15 | |
*** victorhe has quit IRC | 03:17 | |
*** mriedem has quit IRC | 03:18 | |
*** wolverineav has quit IRC | 03:19 | |
*** fpan has quit IRC | 03:23 | |
*** wolverineav has joined #openstack-neutron | 03:25 | |
*** udesale has joined #openstack-neutron | 03:25 | |
*** fpan has joined #openstack-neutron | 03:25 | |
*** achadha has joined #openstack-neutron | 03:28 | |
*** wolverineav has quit IRC | 03:29 | |
*** achadha has quit IRC | 03:32 | |
*** ctayal has joined #openstack-neutron | 03:32 | |
*** john-davidge has joined #openstack-neutron | 03:34 | |
*** wolverineav has joined #openstack-neutron | 03:35 | |
*** hfu has quit IRC | 03:35 | |
*** hfu has joined #openstack-neutron | 03:35 | |
*** john-davidge has quit IRC | 03:38 | |
*** armax has quit IRC | 03:39 | |
*** wolverineav has quit IRC | 03:39 | |
*** tidwellr has joined #openstack-neutron | 03:43 | |
*** fragatin_ has joined #openstack-neutron | 03:47 | |
reedip_ | haleyb: ping | 03:49 |
*** yuanying has joined #openstack-neutron | 03:50 | |
*** fragatina has quit IRC | 03:51 | |
*** fnaval has joined #openstack-neutron | 03:51 | |
*** fragatin_ has quit IRC | 03:52 | |
*** tflynn has joined #openstack-neutron | 03:52 | |
*** baoli has quit IRC | 03:52 | |
openstackgerrit | gengchc2 proposed openstack/neutron: Replace assertEqual(None, *) with assertIsNone in tests https://review.openstack.org/374594 | 03:54 |
*** fnaval_ has joined #openstack-neutron | 03:57 | |
*** fnaval_ has quit IRC | 03:57 | |
*** fnaval_ has joined #openstack-neutron | 03:58 | |
reedip_ | haleyb :ping | 03:58 |
reedip_ | haleyb_:ping | 03:58 |
*** jhershbe has quit IRC | 03:59 | |
*** fnaval has quit IRC | 03:59 | |
haleyb_ | reedip_: pong, but i'm not around for long | 04:00 |
reedip_ | halyeb_ : dont worry, quick query . I will migrate the is_bsd function to neutron_lin/tests/_tools.py | 04:01 |
reedip_ | haleyb_ : But I was a biot confused with your comment. You mentioned that 0:0 is compressed to :: in https://review.openstack.org/#/c/357670/23/neutron_lib/tests/unit/api/test_conversions.py | 04:02 |
reedip_ | haleyb_ : Line number 188 , but I thought that the 0:0 format is in Line#190 ... just wanted to be sure | 04:02 |
*** Jeffrey4l has joined #openstack-neutron | 04:03 | |
haleyb_ | reedip_: this was the failure | 04:03 |
haleyb_ | testtools.matchers._impl.MismatchError: u'2001:db8:0:1:1:1:1:1' != u'2001:db8::1:1:1:1:1' | 04:04 |
*** wolverineav has joined #openstack-neutron | 04:04 | |
reedip_ | haleyb_ ok... can I find this error in the jenkins logs ? | 04:04 |
haleyb_ | no, it doesn't fail jenkins, it just fails if you run the tests on OSX. I did it manually since I knew there was the possibility of a failure | 04:06 |
reedip_ | haleyb_ : hehehe ... Okay, I will fix it .. Thanks for your time :) | 04:06 |
haleyb_ | np, when you update i will pull and run on OSX again | 04:06 |
reedip_ | haleyb_ : Right now I am trying to port is_bsd() first | 04:07 |
reedip_ | so will put that patch up and make IPv6 canonical patch dependent on the new patch | 04:07 |
haleyb_ | it's all OSX's fault :) | 04:08 |
reedip_ | hehehe :) | 04:08 |
*** wolverineav has quit IRC | 04:09 | |
*** amotoki has quit IRC | 04:09 | |
haleyb_ | it's not my main development platform, but it's good to have tests pass on it | 04:11 |
*** Sukhdev has joined #openstack-neutron | 04:14 | |
openstackgerrit | Brian Haley proposed openstack/neutron: Disable 'accept_ra' in DHCP agent namespace https://review.openstack.org/386687 | 04:15 |
*** armax has joined #openstack-neutron | 04:16 | |
*** yedongcan has quit IRC | 04:20 | |
*** tonytan4ever has quit IRC | 04:23 | |
openstackgerrit | Reedip proposed openstack/neutron-lib: Migrate is_bsd() to neutron-lib https://review.openstack.org/398092 | 04:23 |
*** tonytan4ever has joined #openstack-neutron | 04:23 | |
*** wolverineav has joined #openstack-neutron | 04:24 | |
*** misty-cloud has joined #openstack-neutron | 04:24 | |
*** sudipto has joined #openstack-neutron | 04:24 | |
openstackgerrit | Reedip proposed openstack/neutron-lib: Add converter to convert IPv6 addresses to canonical format https://review.openstack.org/357670 | 04:24 |
*** bks has joined #openstack-neutron | 04:24 | |
*** hichihara has joined #openstack-neutron | 04:25 | |
*** victorhe has joined #openstack-neutron | 04:26 | |
*** tonytan4ever has quit IRC | 04:28 | |
*** wolverineav has quit IRC | 04:28 | |
*** nicolasbock has quit IRC | 04:28 | |
*** victorhe has quit IRC | 04:30 | |
*** iyamahat has quit IRC | 04:31 | |
*** yamahata has quit IRC | 04:32 | |
haleyb_ | reedip_: i can't test that change because it's not based on the is_bsd one, it just has that depends-on | 04:33 |
*** wolverineav has joined #openstack-neutron | 04:34 | |
*** rdo has quit IRC | 04:34 | |
*** rdo has joined #openstack-neutron | 04:36 | |
*** wolverineav has quit IRC | 04:38 | |
*** khamtamtun has joined #openstack-neutron | 04:40 | |
*** wolverineav has joined #openstack-neutron | 04:43 | |
*** khamtamtun has quit IRC | 04:44 | |
*** tflynn has quit IRC | 04:45 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron-lib: Updated from global requirements https://review.openstack.org/395188 | 04:48 |
*** wolverineav has quit IRC | 04:48 | |
*** tflynn has joined #openstack-neutron | 04:48 | |
*** ratailor has joined #openstack-neutron | 04:51 | |
*** tiswanso has quit IRC | 04:53 | |
*** sudipto has quit IRC | 04:53 | |
*** wolverineav has joined #openstack-neutron | 04:53 | |
*** achadha_ has joined #openstack-neutron | 04:54 | |
*** mkolesni has joined #openstack-neutron | 04:57 | |
*** wolverineav has quit IRC | 04:58 | |
*** reedip_ has quit IRC | 04:59 | |
*** ijw has joined #openstack-neutron | 05:01 | |
*** reedip_ has joined #openstack-neutron | 05:03 | |
*** jprovazn has joined #openstack-neutron | 05:07 | |
*** ctayal has quit IRC | 05:08 | |
*** reedip_ has quit IRC | 05:08 | |
*** yedongcan has joined #openstack-neutron | 05:10 | |
*** bobmel has joined #openstack-neutron | 05:14 | |
*** claudiub has joined #openstack-neutron | 05:15 | |
*** tbachman has joined #openstack-neutron | 05:16 | |
*** anilvenkata has joined #openstack-neutron | 05:16 | |
*** bobmel has quit IRC | 05:19 | |
*** darrenc is now known as darrenc_afk | 05:19 | |
*** dims has quit IRC | 05:20 | |
*** haleyb_ has quit IRC | 05:22 | |
*** wolverineav has joined #openstack-neutron | 05:23 | |
*** Sukhdev has quit IRC | 05:25 | |
*** prateek has joined #openstack-neutron | 05:27 | |
*** wolverineav has quit IRC | 05:27 | |
anilvenkata | kevinbenton, ping regarding https://bugs.launchpad.net/neutron/+bug/1590845 | 05:30 |
openstack | Launchpad bug 1590845 in neutron "Router interfaces report being in BUILD state - l3ha vrrp+LinuxBridge" [Medium,In progress] - Assigned to venkata anil (anil-venkata) | 05:30 |
*** iyamahat has joined #openstack-neutron | 05:32 | |
*** gongysh has joined #openstack-neutron | 05:32 | |
*** jhershbe has joined #openstack-neutron | 05:33 | |
*** yalie has quit IRC | 05:33 | |
*** yedongcan has quit IRC | 05:36 | |
*** tbachman_ has joined #openstack-neutron | 05:37 | |
*** tbachman has quit IRC | 05:38 | |
*** tbachman_ is now known as tbachman | 05:38 | |
*** yalie has joined #openstack-neutron | 05:39 | |
*** tbachman has quit IRC | 05:39 | |
*** oshvartz has quit IRC | 05:39 | |
*** achadha_ has quit IRC | 05:40 | |
*** achadha has joined #openstack-neutron | 05:40 | |
*** tbachman has joined #openstack-neutron | 05:42 | |
*** sandanar has joined #openstack-neutron | 05:42 | |
*** wolverineav has joined #openstack-neutron | 05:42 | |
*** tidwellr has quit IRC | 05:42 | |
*** nmagnezi has joined #openstack-neutron | 05:43 | |
*** moshele has joined #openstack-neutron | 05:44 | |
*** nmagnezi has quit IRC | 05:44 | |
*** nmagnezi has joined #openstack-neutron | 05:44 | |
*** jhershbe has quit IRC | 05:45 | |
*** wolverineav has quit IRC | 05:47 | |
*** fnaval_ has quit IRC | 05:47 | |
*** sandanar has quit IRC | 05:51 | |
*** wolverineav has joined #openstack-neutron | 05:52 | |
*** harlowja has quit IRC | 05:55 | |
*** gongysh has quit IRC | 05:56 | |
*** wolverineav has quit IRC | 05:57 | |
*** darrenc_afk is now known as darrenc | 05:57 | |
*** gcb has quit IRC | 05:58 | |
*** dims has joined #openstack-neutron | 05:59 | |
*** gcb has joined #openstack-neutron | 05:59 | |
*** irenab has joined #openstack-neutron | 05:59 | |
openstackgerrit | Henry Gessau proposed openstack/neutron: BreakingChange: Use ExtensionDescriptor from neutron-lib https://review.openstack.org/398113 | 06:00 |
*** john-davidge has joined #openstack-neutron | 06:01 | |
*** wolverineav has joined #openstack-neutron | 06:02 | |
openstackgerrit | Henry Gessau proposed openstack/neutron-fwaas: Use ExtensionDescriptor from neutron-lib https://review.openstack.org/392939 | 06:02 |
openstackgerrit | Henry Gessau proposed openstack/neutron-fwaas: Use ExtensionDescriptor from neutron-lib https://review.openstack.org/392939 | 06:03 |
*** gvrangan has joined #openstack-neutron | 06:04 | |
*** yedongcan has joined #openstack-neutron | 06:04 | |
*** john-davidge has quit IRC | 06:05 | |
*** wolverineav has quit IRC | 06:07 | |
*** tmorin has joined #openstack-neutron | 06:08 | |
*** pbandark has joined #openstack-neutron | 06:09 | |
*** amotoki has joined #openstack-neutron | 06:10 | |
*** victorhe has joined #openstack-neutron | 06:11 | |
*** wolverineav has joined #openstack-neutron | 06:12 | |
*** sleviim has joined #openstack-neutron | 06:14 | |
openstackgerrit | Thomas Morin proposed openstack/neutron: OVS: merge the required OpenFlow version rather than replace https://review.openstack.org/371455 | 06:14 |
*** yfried has joined #openstack-neutron | 06:15 | |
*** jaosorior has joined #openstack-neutron | 06:16 | |
*** wolverineav has quit IRC | 06:17 | |
*** victorhe has quit IRC | 06:17 | |
*** ekuris has joined #openstack-neutron | 06:18 | |
openstackgerrit | Aradhana Singh proposed openstack/neutron: Testcase use pecan layer https://review.openstack.org/398118 | 06:19 |
*** tmorin has quit IRC | 06:21 | |
*** wolverineav has joined #openstack-neutron | 06:22 | |
*** tbachman has quit IRC | 06:26 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Adopt neutron-lib plugin directory https://review.openstack.org/386845 | 06:26 |
*** wolverineav has quit IRC | 06:26 | |
*** adriant has quit IRC | 06:28 | |
*** markvoelker has quit IRC | 06:28 | |
*** yfried has quit IRC | 06:29 | |
*** yfried has joined #openstack-neutron | 06:30 | |
*** jprovazn has quit IRC | 06:32 | |
openstackgerrit | Merged openstack/os-vif: host_info: fix has_vif/get_vif methods on HostPluginInfo https://review.openstack.org/392614 | 06:32 |
openstackgerrit | Merged openstack/os-vif: host_info: fix get_common_version method on HostVIFInfo https://review.openstack.org/392892 | 06:33 |
openstackgerrit | Aradhana Singh proposed openstack/neutron: Testcase use pecan layer https://review.openstack.org/398118 | 06:36 |
*** iyamahat has quit IRC | 06:36 | |
*** iyamahat has joined #openstack-neutron | 06:39 | |
*** jaosorior has quit IRC | 06:41 | |
*** jaosorior has joined #openstack-neutron | 06:42 | |
*** irenab has quit IRC | 06:43 | |
*** oanson has joined #openstack-neutron | 06:44 | |
openstackgerrit | Aradhana Singh proposed openstack/neutron: Testcase use pecan layer https://review.openstack.org/398118 | 06:47 |
*** wolverineav has joined #openstack-neutron | 06:51 | |
openstackgerrit | Merged openstack/neutron-lib: TrivialFix: Perfect the unit test in test_utils https://review.openstack.org/391109 | 06:51 |
*** moshele has quit IRC | 06:52 | |
*** armax has quit IRC | 06:52 | |
*** yamamoto_ has joined #openstack-neutron | 06:53 | |
*** itzikb has joined #openstack-neutron | 06:53 | |
*** wolverineav has quit IRC | 06:56 | |
*** oshvartz has joined #openstack-neutron | 06:58 | |
*** iranzo has joined #openstack-neutron | 07:03 | |
*** iranzo has quit IRC | 07:03 | |
*** iranzo has joined #openstack-neutron | 07:03 | |
*** liuyulong__ has joined #openstack-neutron | 07:04 | |
*** pgadiya has joined #openstack-neutron | 07:04 | |
*** manikanta_tadi has quit IRC | 07:05 | |
*** liuyulong_ has quit IRC | 07:07 | |
*** edand has joined #openstack-neutron | 07:08 | |
*** nyechiel has joined #openstack-neutron | 07:09 | |
openstackgerrit | Reedip proposed openstack/neutron-lib: Rehome is_bsd() to neutron-lib https://review.openstack.org/398092 | 07:09 |
*** tuanluong has joined #openstack-neutron | 07:10 | |
*** wolverineav has joined #openstack-neutron | 07:11 | |
oanson | yamamoto_, ping | 07:14 |
yamamoto_ | oanson: pong | 07:14 |
oanson | Do you have a minute? I would like to discuss Tap-as-a-service in Dragonflow | 07:14 |
yamamoto_ | sure | 07:15 |
oanson | I reviewed the spec you sent yuli_s. | 07:15 |
oanson | You state there that ideally, you would like to implement it the way yuli_s suggests in his spec. | 07:15 |
oanson | i.e. for egress, before security groups, and for ingress, after security groups | 07:15 |
oanson | But due to implementation constraints a different approach was selected. | 07:16 |
*** wolverineav has quit IRC | 07:16 | |
oanson | Would you still prefer the ideal specification, if possible? | 07:16 |
yamamoto_ | personally yes | 07:16 |
openstackgerrit | Omer Anson proposed openstack/neutron: Install OVS from git if current version < 2.5.1 https://review.openstack.org/395125 | 07:17 |
oanson | I would prefer that would be the implementation in dragonflow as well. | 07:17 |
oanson | I understood from yuli_s you are worried about API consistency? | 07:18 |
yamamoto_ | yes | 07:18 |
*** ushkalim has quit IRC | 07:20 | |
yamamoto_ | api semantics should be same regardless of backends. | 07:20 |
oanson | Maybe we can work together on bringing the reference implementation to the ideal spec? | 07:20 |
oanson | I don't know what issues you ran into, but maybe a fresh pair of eyes would help | 07:20 |
oanson | I think this way everybody wins | 07:21 |
oanson | I understood in midonet you also can (and prefer) the ideal spec? | 07:21 |
*** wolverineav has joined #openstack-neutron | 07:21 | |
*** manikanta_tadi has joined #openstack-neutron | 07:21 | |
*** achadha has quit IRC | 07:22 | |
yamamoto_ | i guess it's too late to just "flip" the semantics, even if we "fix" the reference impl. there are a few vendor impls already. | 07:22 |
*** abregman has joined #openstack-neutron | 07:22 | |
*** jhershbe has joined #openstack-neutron | 07:22 | |
yamamoto_ | there has been an idea to make the tapping "position" specified by api. i guess we can create an api extension for that. | 07:23 |
oanson | That could work. And then implementations can supported one 'position' or another, or both. | 07:24 |
yamamoto_ | sure. | 07:24 |
oanson | Great. Thanks! | 07:24 |
oanson | I'll update yuli_s, who'll update the spec | 07:25 |
yamamoto_ | anyway implementing the alternative position in the reference implementation is not trivial. | 07:25 |
oanson | I guessed as much. Otherwise you would have done it :). But it should still be possible. | 07:25 |
*** wolverineav has quit IRC | 07:25 | |
oanson | My understanding was that it was implemented with flows in the OVS bridge, after the namespaces/iptables filtered the packets | 07:25 |
yamamoto_ | if you find some idea for the reference implementation, we (taas project) are more than happy to hear. | 07:26 |
yamamoto_ | right | 07:26 |
oanson | My first thought would have been to inject it into the namespace. I have to review iptables' man pages, but maybe implement the tap there. | 07:26 |
*** edand has quit IRC | 07:26 | |
yamamoto_ | i hope ovs-fw will replace iptables based SG sooner or later. | 07:27 |
*** eezhova has joined #openstack-neutron | 07:28 | |
oanson | Hear hear! :) | 07:28 |
*** andreas_s has joined #openstack-neutron | 07:29 | |
*** edand has joined #openstack-neutron | 07:29 | |
iwamoto | then help reviewing ovsfw changes. thankyou. :) | 07:29 |
*** achadha_ has joined #openstack-neutron | 07:29 | |
oanson | I'll see what I can do :) | 07:29 |
yamamoto_ | maybe we might be able to tap with iptables but i suspect it will be very different from the current reference impl. | 07:30 |
yamamoto_ | iwamoto: thank you for working on that :-) | 07:30 |
*** nyechiel has quit IRC | 07:31 | |
oanson | yamamoto_, yes. The current implementation is very OVS oriented. | 07:31 |
oanson | An iptables solution may also work for linuxbridge reference implementation. Although again, I have to verify the details. | 07:31 |
oanson | iwamoto, if you'd like, you can add me as a reviewer and then I'll know what to review. I searched ovsfw in gerrit and found only some small bug-related patches. | 07:32 |
*** jaosorior has quit IRC | 07:34 | |
iwamoto | https://review.openstack.org/333804 is somewhat heavy | 07:34 |
*** nherciu has joined #openstack-neutron | 07:35 | |
*** oreillyd has joined #openstack-neutron | 07:36 | |
*** mickeys has joined #openstack-neutron | 07:36 | |
oanson | iwamoto, all right. I'll start with that one. | 07:36 |
*** hichihara has quit IRC | 07:36 | |
iwamoto | oanson: thanks | 07:37 |
oanson | np | 07:37 |
*** pcaruana has joined #openstack-neutron | 07:41 | |
*** mickeys has quit IRC | 07:41 | |
*** rha has joined #openstack-neutron | 07:42 | |
*** moshele has joined #openstack-neutron | 07:42 | |
*** korzen has joined #openstack-neutron | 07:43 | |
*** manikanta_tadi has quit IRC | 07:45 | |
kevinbenton | anilvenkata: hey | 07:48 |
kevinbenton | anilvenkata: did you find the source of that bug? | 07:48 |
*** achadha_ has quit IRC | 07:49 | |
*** wolverineav has joined #openstack-neutron | 07:50 | |
jschwarz | kevinbenton, morning | 07:51 |
jschwarz | kevinbenton, can we give https://review.openstack.org/#/c/365326/ some love? :) | 07:52 |
*** zhhuabj has joined #openstack-neutron | 07:53 | |
kevinbenton | jschwarz: sure, i'll take a look | 07:53 |
jschwarz | kevinbenton, thanks :) | 07:53 |
*** ihrachys has joined #openstack-neutron | 07:53 | |
anilvenkata | kevinbenton, yes as explained in https://bugs.launchpad.net/neutron/+bug/1590845/comments/27 | 07:53 |
openstack | Launchpad bug 1590845 in neutron "Router interfaces report being in BUILD state - l3ha vrrp+LinuxBridge" [Medium,In progress] - Assigned to venkata anil (anil-venkata) | 07:53 |
anilvenkata | kevinbenton, linuxbridgeagent has to pass host in the rpc call | 07:54 |
*** jaosorior has joined #openstack-neutron | 07:54 | |
anilvenkata | kevinbenton, so backported your fix to mitaka https://review.openstack.org/#/c/397062/ | 07:54 |
*** tflynn has quit IRC | 07:55 | |
*** wolverineav has quit IRC | 07:55 | |
*** jhershbe has quit IRC | 07:56 | |
openstackgerrit | Ha Van Tu proposed openstack/neutron-fwaas: [PoC] Netlink solution to improve FWaaS performance https://review.openstack.org/389654 | 07:57 |
*** haleyb_ has joined #openstack-neutron | 08:01 | |
*** ihrachys has quit IRC | 08:02 | |
*** gcb has quit IRC | 08:02 | |
*** karthiks has quit IRC | 08:07 | |
*** garyk has joined #openstack-neutron | 08:07 | |
*** eezhova has quit IRC | 08:09 | |
*** wolverineav has joined #openstack-neutron | 08:10 | |
kevinbenton | anilvenkata: nice! | 08:11 |
kevinbenton | anilvenkata: very clean back-port as well :) | 08:11 |
anilvenkata | kevinbenton, very simple fix from you :) | 08:12 |
anilvenkata | kevinbenton, whom to ping for another +2 for that review? | 08:12 |
kevinbenton | anilvenkata: funny. i just did it because the logs were ugly :) | 08:12 |
kevinbenton | anilvenkata: me :) | 08:13 |
anilvenkata | kevinbenton, :) | 08:13 |
kevinbenton | anilvenkata: i'm allowed to +2 back-ports even if i wrote the original patch IIRC | 08:13 |
anilvenkata | kevinbenton, that's great | 08:13 |
oanson | Hi | 08:14 |
anilvenkata | kevinbenton, I never had setup with linuxbridge earlier, now when I tried with linuxbridge agent it is easily reproducible | 08:14 |
oanson | wait_until_true was moved to neutron.common.utils. Are there plans to move it to neutron-lib? | 08:14 |
*** wolverineav has quit IRC | 08:14 | |
*** gcb has joined #openstack-neutron | 08:15 | |
kevinbenton | oanson: we can certainly put it in there | 08:15 |
kevinbenton | oanson: you want to propose a patch? :) | 08:15 |
kevinbenton | anilvenkata: cool | 08:15 |
oanson | Sure. :) | 08:15 |
kevinbenton | anilvenkata: thank you for taking the time to look into that | 08:15 |
anilvenkata | kevinbenton, thanks Kevin | 08:15 |
*** dimak has joined #openstack-neutron | 08:16 | |
*** korzen has quit IRC | 08:18 | |
*** bfernando has joined #openstack-neutron | 08:19 | |
*** amoralej|off is now known as amoralej | 08:20 | |
*** haleyb_ has quit IRC | 08:20 | |
*** ralonsoh has joined #openstack-neutron | 08:20 | |
*** lihi has joined #openstack-neutron | 08:21 | |
*** karthiks has joined #openstack-neutron | 08:22 | |
*** tovin07 has quit IRC | 08:24 | |
*** fzdarsky_ has quit IRC | 08:26 | |
*** gcb has quit IRC | 08:27 | |
*** tmorin has joined #openstack-neutron | 08:27 | |
*** markvoelker has joined #openstack-neutron | 08:29 | |
*** ekuris has quit IRC | 08:30 | |
*** gcb has joined #openstack-neutron | 08:30 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron: Add cookie tracking to OVS firewall driver https://review.openstack.org/295154 | 08:34 |
*** jpena|off is now known as jpena | 08:34 | |
*** saggi has joined #openstack-neutron | 08:34 | |
*** markvoelker has quit IRC | 08:34 | |
openstackgerrit | Umair Ahmad proposed openstack/python-neutronclient: Tenant_id is visible in neutron *.list commands https://review.openstack.org/396623 | 08:35 |
*** wolverineav has joined #openstack-neutron | 08:37 | |
*** eezhova has joined #openstack-neutron | 08:37 | |
*** bobmel has joined #openstack-neutron | 08:38 | |
kevinbenton | jschwarz: check my comment and see if there are any issues | 08:38 |
kevinbenton | jschwarz: there is some logic we can get 'for free' if we alter that to work with the retry logic we already have for dbduplicate entries | 08:39 |
openstackgerrit | Jianghua Wang proposed openstack/neutron: XenAPI: Support daemon mode for rootwrap https://review.openstack.org/390931 | 08:39 |
*** fzdarsky has joined #openstack-neutron | 08:39 | |
*** ekuris has joined #openstack-neutron | 08:44 | |
*** wolverineav has quit IRC | 08:46 | |
*** donghao has joined #openstack-neutron | 08:48 | |
*** jhershbe has joined #openstack-neutron | 08:50 | |
*** bfernando07 has joined #openstack-neutron | 08:53 | |
*** wolverineav has joined #openstack-neutron | 08:54 | |
*** lujinluo has quit IRC | 08:55 | |
*** bfernando has quit IRC | 08:56 | |
*** andreas_s has quit IRC | 08:57 | |
*** tovin07 has joined #openstack-neutron | 08:57 | |
openstackgerrit | Jianghua Wang proposed openstack/neutron: XenAPI: Support daemon mode for rootwrap https://review.openstack.org/390931 | 08:57 |
*** garyk has quit IRC | 08:59 | |
*** wolverineav has quit IRC | 08:59 | |
*** andreas_s has joined #openstack-neutron | 09:00 | |
*** zzzeek has quit IRC | 09:00 | |
*** mickeys has joined #openstack-neutron | 09:02 | |
*** victorhe has joined #openstack-neutron | 09:03 | |
*** zzzeek has joined #openstack-neutron | 09:03 | |
*** garyk has joined #openstack-neutron | 09:04 | |
*** karthiks has quit IRC | 09:06 | |
openstackgerrit | Omer Anson proposed openstack/neutron-lib: Move wait_until_true to neutron-lib https://review.openstack.org/398204 | 09:07 |
*** victorhe has quit IRC | 09:07 | |
*** mfuruta has quit IRC | 09:08 | |
openstackgerrit | Omer Anson proposed openstack/neutron: Move wait_until_true to neutron-lib https://review.openstack.org/398207 | 09:09 |
oanson | kevinbenton, ^^^^^ done :) | 09:09 |
kevinbenton | oanson: needs two more test cases for the optional args :) | 09:12 |
kevinbenton | oanson: otherwise looks good | 09:13 |
*** saggi has left #openstack-neutron | 09:13 | |
oanson | kevinbenton, do I also need release notes? | 09:13 |
*** gouthamr has joined #openstack-neutron | 09:13 | |
*** FunTara__ has joined #openstack-neutron | 09:13 | |
*** garyk has quit IRC | 09:14 | |
kevinbenton | oanson: yeah, probably a good idea for a small one on the neutron side if we aren't doing a deprecation | 09:14 |
kevinbenton | oanson: oh | 09:14 |
kevinbenton | oanson: you have a deprecation warning | 09:14 |
oanson | I added a deprecation. | 09:14 |
oanson | Yes | 09:14 |
kevinbenton | oanson: i don't think a release note is necessary then | 09:14 |
oanson | Great. Then I'll just add the unit tests. | 09:14 |
kevinbenton | sounds good | 09:15 |
*** gouthamr has quit IRC | 09:17 | |
*** gouthamr has joined #openstack-neutron | 09:17 | |
*** karthiks has joined #openstack-neutron | 09:19 | |
*** numans has joined #openstack-neutron | 09:19 | |
*** ushkalim has joined #openstack-neutron | 09:21 | |
*** yamamoto_ has quit IRC | 09:22 | |
*** gvrangan has quit IRC | 09:22 | |
*** edand has quit IRC | 09:22 | |
*** edand has joined #openstack-neutron | 09:22 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Use callbacks to create DVR floating GW port https://review.openstack.org/396015 | 09:23 |
jschwarz | kevinbenton, ack, looking now | 09:23 |
openstackgerrit | Kevin Benton proposed openstack/neutron: Separate floating IP port creation from transaction https://review.openstack.org/396013 | 09:23 |
openstackgerrit | Kevin Benton proposed openstack/neutron: Fix reset/start methods on AgentStatusCheckWorker https://review.openstack.org/397497 | 09:23 |
openstackgerrit | Kevin Benton proposed openstack/neutron: Move AgentStatusCheckWorker to PeriodicWorker https://review.openstack.org/397498 | 09:23 |
*** tovin07 has quit IRC | 09:23 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: [WIP]: add janitor to cleanup orphaned flip ports https://review.openstack.org/397499 | 09:23 |
openstackgerrit | Omer Anson proposed openstack/neutron-lib: Move wait_until_true to neutron-lib https://review.openstack.org/398204 | 09:24 |
openstackgerrit | Kevin Benton proposed openstack/neutron: [WIP]: move fip agent gw port create out of txn https://review.openstack.org/396014 | 09:24 |
jschwarz | kevinbenton, so the issue with using retry_db_errors is that there is a distinction between the different types of DBDuplicateEntry | 09:24 |
kevinbenton | jschwarz: refactor it so there isn't | 09:25 |
kevinbenton | jschwarz: the retriable one you don't have to catch | 09:25 |
kevinbenton | jschwarz: for the unretriable, that should be caught by not finding and open index, right? | 09:25 |
kevinbenton | jschwarz: when it is retried | 09:25 |
*** mickeys has quit IRC | 09:26 | |
*** mickeys has joined #openstack-neutron | 09:27 | |
jschwarz | kevinbenton, not necessarily - the unretriable (a primary key conflict caused by l3_agent concurrently added) isn't caught by not finding an open index | 09:27 |
jschwarz | kevinbenton, it might find an open index then keep failing on the l3 agent dup | 09:27 |
kevinbenton | jschwarz: ah, then add an explicit check to see if the agent has already been scheduled | 09:28 |
*** ekuris has quit IRC | 09:28 | |
*** gvrangan has joined #openstack-neutron | 09:28 | |
jschwarz | kevinbenton, ack | 09:28 |
*** mickeys has quit IRC | 09:28 | |
kevinbenton | jschwarz: as part of the same transaction query for a binding with the same agent_id+router_id | 09:28 |
*** huanxie has joined #openstack-neutron | 09:29 | |
jschwarz | kevinbenton, you mean, to get_vacant_binding_index? | 09:29 |
kevinbenton | jschwarz: no | 09:29 |
kevinbenton | jschwarz: L249 | 09:29 |
jschwarz | kevinbenton, ah ok | 09:30 |
jschwarz | kevinbenton, sounds good, I'll make the changes | 09:30 |
kevinbenton | jschwarz: if context.session.query(RouterL3AgentBinding).filter(l3_agent_id=agent_id, router_id=router_id).first(): | 09:30 |
kevinbenton | jschwarz: return | 09:30 |
kevinbenton | jschwarz: maybe with a debug statement saying someone already scheduled that router to that agent | 09:30 |
*** lucas-afk is now known as lucasagomes | 09:32 | |
kevinbenton | jschwarz: note that exceeding the retries will turn into an explicit failure now | 09:32 |
*** ushkalim has quit IRC | 09:32 | |
kevinbenton | jschwarz: rather than a silent return | 09:32 |
kevinbenton | jschwarz: but I think that behavior is a little better because we should probably know something is wrong if those retries get exceeded | 09:33 |
kevinbenton | jschwarz: because as I understand this code now, exceeding retries would be handled the same as binding being done already | 09:34 |
jschwarz | kevinbenton, yeah, but the likelyhood of failing 10 times because the binding index keeps getting taken... | 09:35 |
jschwarz | kevinbenton, requires more than 10 l3 agents, and the probability for a single worker to keep failing to get a binding_index... | 09:35 |
kevinbenton | jschwarz: right, that's what i mean. I think that means something is screwed up and we should fail loudly rather than silent return | 09:35 |
*** matrohon has joined #openstack-neutron | 09:36 | |
kevinbenton | jschwarz: and neutron.db.api.retry_db_errors will raise an exception if that gets exceeded | 09:36 |
jschwarz | kevinbenton, agreed | 09:36 |
*** wolverineav has joined #openstack-neutron | 09:36 | |
jschwarz | kevinbenton, i'll add that change | 09:36 |
*** wolverineav has quit IRC | 09:39 | |
*** wolverineav has joined #openstack-neutron | 09:39 | |
*** iyamahat has quit IRC | 09:39 | |
*** jlibosva has joined #openstack-neutron | 09:42 | |
*** oanson has quit IRC | 09:42 | |
*** gouthamr has quit IRC | 09:43 | |
*** ekuris has joined #openstack-neutron | 09:43 | |
*** wolverineav has quit IRC | 09:43 | |
*** roeyc1 has joined #openstack-neutron | 09:45 | |
iwamoto | jlibosva, hi | 09:46 |
jlibosva | iwamoto: hi | 09:46 |
*** garyk has joined #openstack-neutron | 09:46 | |
garyk | ih | 09:46 |
iwamoto | jlibosva, how are you these days? | 09:46 |
jlibosva | iwamoto: busy busy, how are you? | 09:47 |
iwamoto | jlibosva, several ovsfw patches are waiting for your review. :) | 09:47 |
*** oanson has joined #openstack-neutron | 09:47 | |
jlibosva | iwamoto: I know :) I need to find more time and love for them | 09:48 |
iwamoto | jlibosva, i'm doing some ovo reviews on spare time, but maybe i can help you with some other reviews instead | 09:49 |
*** jlibosva has quit IRC | 09:49 | |
*** jlibosva has joined #openstack-neutron | 09:49 | |
*** garyk has quit IRC | 09:50 | |
*** john-davidge has joined #openstack-neutron | 09:50 | |
*** gouthamr has joined #openstack-neutron | 09:50 | |
*** hfu has quit IRC | 09:51 | |
*** iwamoto has quit IRC | 09:53 | |
*** yamahata has joined #openstack-neutron | 09:54 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Collect OVS Debt https://review.openstack.org/398235 | 09:55 |
openstackgerrit | Kevin Benton proposed openstack/neutron: Clean up agent status check debt https://review.openstack.org/398236 | 09:55 |
*** yalie has quit IRC | 09:55 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Clean up agent status check debt https://review.openstack.org/398236 | 09:55 |
*** yalie has joined #openstack-neutron | 09:56 | |
*** wolverineav has joined #openstack-neutron | 09:56 | |
*** tovin07_ has quit IRC | 09:57 | |
*** garyk has joined #openstack-neutron | 10:00 | |
*** iyamahat has joined #openstack-neutron | 10:00 | |
*** wolverineav has quit IRC | 10:01 | |
*** victorhe has joined #openstack-neutron | 10:02 | |
jschwarz | slaweq, ping | 10:03 |
*** iyamahat has quit IRC | 10:03 | |
jschwarz | slaweq, re: https://github.com/openstack/neutron/blob/master/neutron/tests/fullstack/resources/environment.py#L358 | 10:04 |
*** victorhe has quit IRC | 10:06 | |
openstackgerrit | zhangyanxian proposed openstack/neutron: Fix typos in standard_attr.py https://review.openstack.org/398241 | 10:06 |
*** yamahata has quit IRC | 10:07 | |
openstackgerrit | zhangyanxian proposed openstack/neutron: Fix typos in standard_attr.py https://review.openstack.org/398241 | 10:09 |
*** yamamoto has joined #openstack-neutron | 10:09 | |
openstackgerrit | zhangyanxian proposed openstack/neutron: Fix typos in standard_attr.py & attributes.py https://review.openstack.org/398241 | 10:09 |
*** garyk has quit IRC | 10:11 | |
*** ekuris has quit IRC | 10:16 | |
*** hoangcx has quit IRC | 10:16 | |
*** wolverineav has joined #openstack-neutron | 10:16 | |
*** wu_ng has quit IRC | 10:18 | |
*** wolverineav has quit IRC | 10:21 | |
*** tuanluong has quit IRC | 10:22 | |
*** garyk has joined #openstack-neutron | 10:23 | |
*** asettle has joined #openstack-neutron | 10:23 | |
*** john-davidge has quit IRC | 10:24 | |
*** udesale has quit IRC | 10:26 | |
*** korzen has joined #openstack-neutron | 10:27 | |
*** sambetts|afk is now known as sambetts | 10:28 | |
*** liusheng has quit IRC | 10:29 | |
*** mvk has quit IRC | 10:30 | |
*** liusheng has joined #openstack-neutron | 10:30 | |
*** markvoelker has joined #openstack-neutron | 10:30 | |
*** john-davidge has joined #openstack-neutron | 10:30 | |
*** ekuris has joined #openstack-neutron | 10:31 | |
*** victorhe has joined #openstack-neutron | 10:31 | |
*** markvoelker has quit IRC | 10:35 | |
*** victorhe has quit IRC | 10:36 | |
slaweq | jschwarz: hello | 10:38 |
jschwarz | slaweq, hey | 10:38 |
jschwarz | slaweq, so I'm trying to run this locally but I'm getting an issue where the linuxbridge agent can't reach the AMQP :< | 10:38 |
*** gouthamr has quit IRC | 10:38 | |
jschwarz | slaweq, is there something else, outside running fullstack, I need to do in order for this to work? | 10:39 |
slaweq | do You have some iptables rules configured locally? | 10:39 |
*** gouthamr has joined #openstack-neutron | 10:39 | |
jschwarz | slaweq, yes | 10:39 |
slaweq | I remember that I was adding some rules to iptables on gate because those tests failed there | 10:39 |
jschwarz | slaweq, I see... any chance you can find the specific patch? :) | 10:39 |
slaweq | one moment | 10:40 |
slaweq | https://review.openstack.org/#/c/248938/29/tools/configure_for_func_testing.sh | 10:40 |
slaweq | it was in patch which introduced fullstack tests for linuxbridge | 10:40 |
jschwarz | slaweq, ack, let me try | 10:41 |
slaweq | k | 10:41 |
*** brault has quit IRC | 10:41 | |
*** BobBall_AWOL is now known as BobBall | 10:41 | |
*** BobBall is now known as Guest34042 | 10:41 | |
*** tpsilva has joined #openstack-neutron | 10:42 | |
*** victorhe has joined #openstack-neutron | 10:42 | |
jschwarz | slaweq, doesn't look like it's working | 10:43 |
jschwarz | slaweq, ah, sorry, it passed | 10:43 |
jschwarz | slaweq, thanks a lot! :) | 10:43 |
*** brault has joined #openstack-neutron | 10:45 | |
*** garyk has quit IRC | 10:45 | |
*** victorhe has quit IRC | 10:46 | |
slaweq | jschwarz: no problem :) | 10:47 |
slaweq | I'm glad I could help You | 10:47 |
*** yedongcan has left #openstack-neutron | 10:47 | |
*** FunTara__ has quit IRC | 10:50 | |
*** abregman is now known as abregman|afk | 10:51 | |
*** dimak has quit IRC | 10:51 | |
*** wolverineav has joined #openstack-neutron | 10:51 | |
*** davidsha has joined #openstack-neutron | 10:51 | |
*** gvrangan has quit IRC | 10:51 | |
*** dimak has joined #openstack-neutron | 10:53 | |
*** ihrachys has joined #openstack-neutron | 10:54 | |
*** mvk has joined #openstack-neutron | 10:54 | |
openstackgerrit | Miguel Angel Ajo proposed openstack/neutron: [WIP] Transition qos notification driver into qos driver https://review.openstack.org/396651 | 10:57 |
openstackgerrit | venkata anil proposed openstack/neutron: Delete conntrack when remote ipset member removed https://review.openstack.org/352440 | 10:57 |
*** TuHV_ has quit IRC | 10:58 | |
*** misty-cloud has quit IRC | 10:58 | |
openstackgerrit | Thomas Morin proposed openstack/neutron-specs: Update networking-bagpipe scorecard https://review.openstack.org/398276 | 11:01 |
openstackgerrit | Moshe Levi proposed openstack/os-vif: [WIP] add OVS acceleration https://review.openstack.org/398277 | 11:02 |
*** bks has quit IRC | 11:04 | |
*** ekuris has quit IRC | 11:05 | |
*** gouthamr has quit IRC | 11:07 | |
wznoinsk | could someone from neutron core team weigh in on adding functional testing job in gate for ODL: https://review.openstack.org/#/c/394476/ ?, cheers | 11:08 |
*** garyk has joined #openstack-neutron | 11:09 | |
*** victorhe has joined #openstack-neutron | 11:11 | |
*** Guest34042 is now known as bobba | 11:12 | |
*** garyk has quit IRC | 11:15 | |
*** victorhe has quit IRC | 11:16 | |
*** mhickey has joined #openstack-neutron | 11:19 | |
openstackgerrit | Thomas Morin proposed openstack/neutron-specs: Update networking-bgpvpn scorecard https://review.openstack.org/398295 | 11:19 |
*** edand has quit IRC | 11:20 | |
openstackgerrit | Thomas Morin proposed openstack/neutron-specs: Update networking-bagpipe scorecard https://review.openstack.org/398276 | 11:23 |
*** ekuris has joined #openstack-neutron | 11:23 | |
*** annp has quit IRC | 11:24 | |
*** jaosorior is now known as jaosorior_lunch | 11:25 | |
*** gouthamr has joined #openstack-neutron | 11:26 | |
*** zhhuabj has quit IRC | 11:28 | |
*** abregman|afk is now known as abregman | 11:29 | |
*** amotoki_ has joined #openstack-neutron | 11:30 | |
*** nicolasbock has joined #openstack-neutron | 11:31 | |
*** mhickey has quit IRC | 11:31 | |
*** amotoki has quit IRC | 11:33 | |
*** yamamoto_ has joined #openstack-neutron | 11:35 | |
*** gongysh has joined #openstack-neutron | 11:36 | |
*** yamamoto has quit IRC | 11:38 | |
*** hfu has joined #openstack-neutron | 11:44 | |
*** gongysh has quit IRC | 11:45 | |
*** garyk has joined #openstack-neutron | 11:46 | |
*** gouthamr has quit IRC | 11:51 | |
*** garyk has quit IRC | 11:51 | |
*** gouthamr has joined #openstack-neutron | 11:52 | |
*** reedip_ has joined #openstack-neutron | 11:58 | |
*** fzdarsky is now known as fzdarsky|lunch | 11:58 | |
*** korzen has quit IRC | 12:02 | |
*** korzen has joined #openstack-neutron | 12:03 | |
*** nmagnezi_ has joined #openstack-neutron | 12:04 | |
*** ekuris has quit IRC | 12:04 | |
*** boden has joined #openstack-neutron | 12:04 | |
*** nmagnezi has quit IRC | 12:05 | |
*** nplanel has quit IRC | 12:06 | |
*** jaosorior_lunch is now known as jaosorior | 12:09 | |
*** donghao has quit IRC | 12:09 | |
*** donghao has joined #openstack-neutron | 12:10 | |
*** lucasagomes is now known as lucas-hungry | 12:11 | |
jschwarz | jlibosva, http://logs.openstack.org/55/398255/2/check/gate-tempest-dsvm-neutron-full-ubuntu-xenial/0f8a0c2/console.html lol | 12:11 |
openstackgerrit | Miguel Angel Ajo proposed openstack/neutron: [WIP] Transition qos notification driver into qos driver https://review.openstack.org/396651 | 12:11 |
*** bfernando07 has quit IRC | 12:12 | |
*** nmagnezi_ has quit IRC | 12:13 | |
*** psanchez has quit IRC | 12:13 | |
*** pc_m has quit IRC | 12:14 | |
*** nmagnezi has joined #openstack-neutron | 12:14 | |
*** g3ek has quit IRC | 12:14 | |
*** psanchez has joined #openstack-neutron | 12:15 | |
*** pc_m has joined #openstack-neutron | 12:16 | |
ajo | ping yamamoto_ are you around/up ? | 12:17 |
ajo | about https://review.openstack.org/#/c/351858/3/neutron/plugins/ml2/qos/driver_manager.py@65 | 12:17 |
ajo | I was thinking how could we solve that, | 12:17 |
ajo | I'm working on https://review.openstack.org/#/c/396651/ as a different approach | 12:17 |
*** g3ek has joined #openstack-neutron | 12:17 | |
*** ygl has joined #openstack-neutron | 12:18 | |
ajo | slaweq, about QoS meeting, I've just realized that since last DST changes QoS meeting overlaps 1st 1/2 with a fixed meeting I had :S | 12:18 |
ygl | Hi all | 12:18 |
ajo | hmm | 12:18 |
ygl | I need some information on neutron | 12:18 |
ygl | can anyone help me please ? | 12:18 |
ajo | slaweq, ralonsoh , would any of you be able to take 1st half chair of the meeting? | 12:18 |
*** ekuris has joined #openstack-neutron | 12:20 | |
slaweq | ajo: hello, I don't know if I know how to do it :/ | 12:20 |
slaweq | njohnston will no be there? | 12:20 |
ajo | njohnston, told me yesterday he'd not be able | 12:21 |
ajo | slaweq: https://etherpad.openstack.org/p/qos-meeting | 12:21 |
ajo | if you want to shape the agenda, this is an old one, | 12:21 |
ajo | you even have the commands :) | 12:21 |
ajo | brb | 12:22 |
slaweq | ok, I can try | 12:22 |
slaweq | :) | 12:22 |
*** wu_ng has joined #openstack-neutron | 12:23 | |
*** catintheroof has joined #openstack-neutron | 12:23 | |
ygl | can anyone help me please | 12:23 |
ygl | in neutron does a port on a switch have an ip address ? | 12:23 |
*** yfried has quit IRC | 12:24 | |
openstackgerrit | Omer Anson proposed openstack/neutron: Install OVS from git if current version < 2.5.1 https://review.openstack.org/395125 | 12:24 |
jlibosva | jschwarz: what should I see there? | 12:26 |
*** garyk has joined #openstack-neutron | 12:26 | |
jschwarz | jlibosva, successful tests | 12:28 |
jschwarz | jlibosva, but there were a lot of "couldn't start VM" errors :< | 12:28 |
*** victorhe has joined #openstack-neutron | 12:30 | |
*** stanzgy has quit IRC | 12:31 | |
*** novafire99 has joined #openstack-neutron | 12:31 | |
reedip_ | slaweq: ping | 12:31 |
*** gouthamr has quit IRC | 12:32 | |
*** garyk has quit IRC | 12:32 | |
*** rtheis has joined #openstack-neutron | 12:34 | |
*** victorhe has quit IRC | 12:34 | |
openstackgerrit | edan david proposed openstack/neutron: Handle empty SR-IOV 'physical_device_mappings' config option https://review.openstack.org/395045 | 12:34 |
*** ekuris has quit IRC | 12:34 | |
*** zhhuabj has joined #openstack-neutron | 12:34 | |
*** talanar has quit IRC | 12:35 | |
*** dimak has quit IRC | 12:36 | |
*** lihi has quit IRC | 12:38 | |
*** gcb has quit IRC | 12:38 | |
*** reedip_ has quit IRC | 12:39 | |
ajo | slaweq thanks a lot | 12:39 |
*** irenab has joined #openstack-neutron | 12:39 | |
*** gcb has joined #openstack-neutron | 12:42 | |
mordred | kevinbenton: that patch looks great - I also love that it's mostly documentation :) | 12:42 |
*** irenab has quit IRC | 12:44 | |
slaweq | reedip: hello | 12:47 |
*** moshele has quit IRC | 12:49 | |
*** ekuris has joined #openstack-neutron | 12:50 | |
*** wu_ng has quit IRC | 12:52 | |
*** thorst_ has joined #openstack-neutron | 12:53 | |
*** thorst_ has quit IRC | 12:54 | |
*** thorst_ has joined #openstack-neutron | 12:54 | |
*** ratailor has quit IRC | 12:54 | |
*** reedip_ has joined #openstack-neutron | 12:55 | |
*** pradk has joined #openstack-neutron | 12:55 | |
*** korzen has quit IRC | 12:58 | |
*** zhipeng has joined #openstack-neutron | 13:01 | |
*** amuller has joined #openstack-neutron | 13:02 | |
*** mkolesni_ has joined #openstack-neutron | 13:03 | |
*** moshele has joined #openstack-neutron | 13:03 | |
*** mkolesni has quit IRC | 13:03 | |
*** yfried has joined #openstack-neutron | 13:06 | |
*** moshele has quit IRC | 13:06 | |
*** davidsha has quit IRC | 13:09 | |
*** moshele has joined #openstack-neutron | 13:09 | |
*** prateek has quit IRC | 13:10 | |
*** trown|outtypewww is now known as trown | 13:11 | |
*** pgadiya has quit IRC | 13:12 | |
*** hfu has quit IRC | 13:13 | |
*** asettle__ has joined #openstack-neutron | 13:15 | |
jlibosva | ihrachys: pls pls pls https://review.openstack.org/#/c/395125/ | 13:16 |
*** brault has quit IRC | 13:17 | |
*** brault has joined #openstack-neutron | 13:18 | |
*** asettle has quit IRC | 13:18 | |
*** reedip_ has quit IRC | 13:19 | |
*** lucas-hungry is now known as lucasagomes | 13:20 | |
*** ivasilevskaya has joined #openstack-neutron | 13:22 | |
*** jheroux has joined #openstack-neutron | 13:24 | |
*** jamielennox is now known as jamielennox|away | 13:25 | |
*** asettle__ is now known as asettle | 13:25 | |
*** dave-mccowan has joined #openstack-neutron | 13:26 | |
*** reedip_ has joined #openstack-neutron | 13:27 | |
*** talanar has joined #openstack-neutron | 13:28 | |
*** bkopilov_ is now known as bkopilov | 13:28 | |
openstackgerrit | edan david proposed openstack/neutron: Handle empty SR-IOV 'physical_device_mappings' config option https://review.openstack.org/395045 | 13:29 |
*** fzdarsky|lunch is now known as fzdarsky | 13:29 | |
*** brault has quit IRC | 13:30 | |
*** haleyb_ has joined #openstack-neutron | 13:31 | |
openstackgerrit | Merged openstack/neutron-lib: Move wait_until_true to neutron-lib https://review.openstack.org/398204 | 13:31 |
*** novafire99 has quit IRC | 13:31 | |
*** abregman is now known as abregman|mtg | 13:32 | |
*** zhhuabj has quit IRC | 13:32 | |
afazekas | amuller, I saw some tempest change from you about moving tests from tempest to neutron, this is for export: https://review.openstack.org/#/c/381035/1 , for foobar reason not delete was the accepted solution previously .. | 13:33 |
*** brault has joined #openstack-neutron | 13:35 | |
*** amotoki_ has quit IRC | 13:36 | |
*** mkolesni_ has quit IRC | 13:37 | |
*** zhhuabj has joined #openstack-neutron | 13:38 | |
jlibosva | kevinbenton: HenryG hi - is eventlet now allowed to be part of neutron-lib? https://review.openstack.org/#/c/398204 | 13:39 |
openstackgerrit | John Schwarz proposed openstack/neutron: L3 scheduler: add retry indicators for bind_router https://review.openstack.org/365326 | 13:40 |
openstackgerrit | Gyorgy Szombathelyi proposed openstack/neutron: Allow keystone v3 in the designate driver https://review.openstack.org/398359 | 13:40 |
jlibosva | or we just forgot about TODO here :) https://github.com/openstack/neutron-lib/blob/master/neutron_lib/hacking/checks.py#L234 | 13:40 |
*** korzen has joined #openstack-neutron | 13:40 | |
HenryG | jlibosva: oops | 13:41 |
*** rodrigods has quit IRC | 13:42 | |
*** rodrigods has joined #openstack-neutron | 13:42 | |
HenryG | I forgot about that, but I think it may be unavoidable | 13:42 |
*** edmondsw has joined #openstack-neutron | 13:43 | |
*** jpena is now known as jpena|lunch | 13:43 | |
*** mkolesni_ has joined #openstack-neutron | 13:44 | |
*** markvoelker has joined #openstack-neutron | 13:44 | |
*** zhipeng has quit IRC | 13:44 | |
*** zhipeng has joined #openstack-neutron | 13:45 | |
*** nmagnezi has quit IRC | 13:46 | |
boden | good thing we wrote that hacking check to flag eventlet imports in neutron-lib ;P | 13:46 |
*** nmagnezi has joined #openstack-neutron | 13:46 | |
jlibosva | indeed :) | 13:47 |
*** gouthamr has joined #openstack-neutron | 13:50 | |
*** ekuris has quit IRC | 13:50 | |
*** Administrator_ has quit IRC | 13:51 | |
*** victorhe has joined #openstack-neutron | 13:51 | |
*** Administrator_ has joined #openstack-neutron | 13:52 | |
*** liuyulong_ has joined #openstack-neutron | 13:52 | |
*** rtheis has quit IRC | 13:52 | |
*** amoralej is now known as amoralej|lunch | 13:52 | |
*** zhipeng has quit IRC | 13:53 | |
*** zhipeng has joined #openstack-neutron | 13:53 | |
*** tlian has joined #openstack-neutron | 13:54 | |
*** gouthamr has quit IRC | 13:54 | |
*** liuyulong__ has quit IRC | 13:55 | |
*** fpan_ has joined #openstack-neutron | 13:55 | |
mfranc213 | jlibosva ping | 13:55 |
*** rtheis has joined #openstack-neutron | 13:55 | |
jlibosva | mfranc213: hi | 13:56 |
*** eliqiao has quit IRC | 13:56 | |
*** abregman_ has joined #openstack-neutron | 13:56 | |
mfranc213 | jlibosva hello! i was recently looking at https://bugs.launchpad.net/neutron/+bug/1602006 and surrounding documentation | 13:56 |
openstack | Launchpad bug 1602006 in neutron "openvswitch firewall driver IPv6 drop" [Undecided,New] - Assigned to Margaret Frances (margaret-frances) | 13:56 |
*** victorhe has quit IRC | 13:56 | |
*** udesale has joined #openstack-neutron | 13:56 | |
*** dimak has joined #openstack-neutron | 13:56 | |
mfranc213 | jlibosva: i am very, very new to looking at it, and i am very, very new to this part of networking--i shouldn't have assigned this bug to myself. but i wonder if you have had a chance to test this with north-south traffic? | 13:57 |
*** fpan has quit IRC | 13:57 | |
*** eliqiao has joined #openstack-neutron | 13:57 | |
*** abregman|mtg has quit IRC | 13:59 | |
*** zhipeng has quit IRC | 13:59 | |
openstackgerrit | Umair Ahmad proposed openstack/python-neutronclient: Tenant_id is visible in neutron *.list commands https://review.openstack.org/396623 | 13:59 |
*** amotoki has joined #openstack-neutron | 13:59 | |
*** reedip_ has quit IRC | 14:01 | |
openstackgerrit | boden proposed openstack/neutron-lib: Update contributing doc https://review.openstack.org/331338 | 14:01 |
*** davidsha has joined #openstack-neutron | 14:02 | |
jlibosva | mfranc213: hmm :-/ I think I wasn't able to reproduce the issue when I tried | 14:02 |
jlibosva | mfranc213: I exchanged couple of messages with basilAB as he faced that issue. maybe he could have more info | 14:03 |
openstackgerrit | Merged openstack/neutron: Fix ML2, base db plugin update_subnet for transactions https://review.openstack.org/395972 | 14:03 |
*** dimak has quit IRC | 14:03 | |
*** korzen has quit IRC | 14:04 | |
*** abregman_ has quit IRC | 14:04 | |
*** abregman has joined #openstack-neutron | 14:05 | |
*** liuyulong_ has quit IRC | 14:05 | |
*** liuyulong_ has joined #openstack-neutron | 14:05 | |
mfranc213 | jlibosva thank you. yes, basilAB shared with me your conversations, which i have read through (quickly!). i see that on june 30 you couldn't reproduce this problem. | 14:06 |
*** yamamoto_ has quit IRC | 14:06 | |
*** ekuris has joined #openstack-neutron | 14:07 | |
*** mriedem has joined #openstack-neutron | 14:07 | |
*** yamamoto has joined #openstack-neutron | 14:07 | |
mfranc213 | jlibosva i'll touch base with basilAB again. thanks for letting me know your findings on that issue. (and thanks for writing https://review.openstack.org/#/c/249337 !!) | 14:08 |
*** ctayal has joined #openstack-neutron | 14:08 | |
*** tiswanso has joined #openstack-neutron | 14:09 | |
jlibosva | mfranc213: thanks for looking at that patch. I totally forgot about it :) | 14:09 |
mfranc213 | jlibosva: i have 3 million things to learn. wish me luck. | 14:11 |
*** rtheis_ has joined #openstack-neutron | 14:11 | |
*** gouthamr has joined #openstack-neutron | 14:11 | |
jlibosva | mfranc213: :) good luck | 14:11 |
*** victorhe has joined #openstack-neutron | 14:12 | |
*** rtheis has quit IRC | 14:12 | |
*** yamamoto has quit IRC | 14:12 | |
*** baoli has joined #openstack-neutron | 14:13 | |
*** fpan_ has quit IRC | 14:13 | |
*** Administrator_ has quit IRC | 14:13 | |
*** Administrator_ has joined #openstack-neutron | 14:14 | |
*** novafire has joined #openstack-neutron | 14:14 | |
*** tbachman has joined #openstack-neutron | 14:14 | |
*** baoli has quit IRC | 14:14 | |
openstackgerrit | Henry Gessau proposed openstack/neutron-lib: Revert "Move wait_until_true to neutron-lib" https://review.openstack.org/398372 | 14:15 |
*** reedip_ has joined #openstack-neutron | 14:15 | |
*** kriskend has joined #openstack-neutron | 14:15 | |
*** baoli has joined #openstack-neutron | 14:15 | |
*** lindycoder has joined #openstack-neutron | 14:16 | |
HenryG | jlibosva: boden: oanson: ^^ | 14:16 |
*** jperry has joined #openstack-neutron | 14:16 | |
*** talanar has quit IRC | 14:16 | |
oanson | HenryG, may I ask why? | 14:16 |
oanson | That patch only adds the code to neutron-lib. It doesn't remove it from neutron | 14:17 |
HenryG | oanson: See the comments on https://review.openstack.org/398204 | 14:17 |
*** dimak has joined #openstack-neutron | 14:17 | |
*** prateek has joined #openstack-neutron | 14:17 | |
*** baoli_ has joined #openstack-neutron | 14:18 | |
oanson | HenryG, I see. Sorry, I didn't know. | 14:19 |
oanson | Why is eventlet banned from neutron-lib? | 14:19 |
openstackgerrit | Jakub Libosvar proposed openstack/neutron-lib: hacking: enable checks for eventlet and translation https://review.openstack.org/398376 | 14:21 |
jlibosva | HenryG: ^^ I'll put on top of that :) | 14:21 |
*** baoli has quit IRC | 14:21 | |
jlibosva | oanson: IIRC the reasoning was the eventlet is root of all the evil | 14:21 |
*** tonytan4ever has joined #openstack-neutron | 14:21 | |
oanson | I see. | 14:22 |
HenryG | oanson: In the (very?) long term we want to stop using eventlet | 14:22 |
*** dimak has quit IRC | 14:22 | |
reedip_ | slaweq : hi ( I think you pinged in the oehter ID ) :) | 14:22 |
jlibosva | oanson: btw I know the feeling ;) https://review.openstack.org/#/c/331547/ | 14:22 |
*** zhhuabj has quit IRC | 14:22 | |
oanson | HenryG, in an effort to return to native python threading, or to use something else? | 14:22 |
HenryG | oanson: Meanwhile, we don't want neutron-lib to "infect" subprojects with the dependency | 14:23 |
jlibosva | we should create a counter in the code, every time someone tries to move wait_until_true to neutron-lib, we bump | 14:23 |
*** dimak has joined #openstack-neutron | 14:24 | |
oanson | jlibosva, +1 | 14:24 |
HenryG | oanson: Not sure about native python threads. Maybe asyncio or the latest in that topic. | 14:24 |
*** victorhe_ has joined #openstack-neutron | 14:25 | |
oanson | I see. | 14:25 |
oanson | Thanks | 14:25 |
*** fpan_ has joined #openstack-neutron | 14:26 | |
HenryG | oanson: Meanwhile, we have to decide what to do about subprojects using wait_until_true() | 14:27 |
boden | personally I think banning eventlet is a bit premature, but that’s just me | 14:27 |
HenryG | boden: It may be. But wait_until_true() is such a small thing, it may be OK to ask subprojects to make their own copy of it. | 14:28 |
oanson | What about a non-eventlet implementation for wait_until_true? If there is another implementation for Timeout, it could be done | 14:28 |
*** victorhe has quit IRC | 14:28 | |
boden | HenryG: fine w/me… I just think this is the first of many such cases, but I guess we’ll see | 14:28 |
HenryG | boden: When a bigger rehome requiring eventlet shows up then I will think again. | 14:29 |
*** victorhe_ has quit IRC | 14:29 | |
boden | sure.. let’s hope that doesn’t happen.. who the heck wants to think ;) | 14:29 |
*** dave-mccowan has quit IRC | 14:30 | |
*** oshvartz has quit IRC | 14:30 | |
HenryG | oanson: Since core neutron uses eventlet, wait_until_true() must use eventlet timeout, I believe. | 14:31 |
oanson | Or something eventlet-patched. | 14:31 |
*** amotoki_ has joined #openstack-neutron | 14:31 | |
HenryG | True | 14:31 |
oanson | So far I haven't found anything elegant anyway. Only things using signals. | 14:31 |
*** oshvartz has joined #openstack-neutron | 14:31 | |
*** amoralej|lunch is now known as amoralej | 14:32 | |
*** amotoki has quit IRC | 14:34 | |
*** ekuris has quit IRC | 14:37 | |
*** haleyb_ has quit IRC | 14:37 | |
openstackgerrit | Miguel Angel Ajo proposed openstack/neutron: [WIP] Transition qos notification driver into qos driver https://review.openstack.org/396651 | 14:38 |
*** yfried has quit IRC | 14:39 | |
*** haleyb_ has joined #openstack-neutron | 14:39 | |
*** gouthamr has quit IRC | 14:39 | |
*** amotoki_ has quit IRC | 14:41 | |
*** jaosorior has quit IRC | 14:41 | |
*** jaosorior has joined #openstack-neutron | 14:41 | |
*** zkassab has joined #openstack-neutron | 14:42 | |
*** anilvenkata has quit IRC | 14:42 | |
*** tongli has joined #openstack-neutron | 14:44 | |
*** jaosorior has quit IRC | 14:47 | |
*** cleong has joined #openstack-neutron | 14:47 | |
*** victorhe has joined #openstack-neutron | 14:48 | |
openstackgerrit | Henry Gessau proposed openstack/neutron: BreakingChange: Use ExtensionDescriptor from neutron-lib https://review.openstack.org/398113 | 14:48 |
*** donghao has quit IRC | 14:49 | |
openstackgerrit | Henry Gessau proposed openstack/neutron-fwaas: Use ExtensionDescriptor from neutron-lib https://review.openstack.org/392939 | 14:50 |
*** victorhe has quit IRC | 14:50 | |
amuller | afazekas: jlibosva: The plan was to get rid of the overlap of tests between the tempest and neutron repos | 14:51 |
*** victorhe has joined #openstack-neutron | 14:51 | |
amuller | so we deleted all overlap from the neutron side (we deleted like 300 api tests) | 14:51 |
amuller | and the plan was to remove overlap from the tempest side | 14:51 |
amuller | e.g. tests that are in both tempest and neutron that should be removed from tempest according to the criteria written in http://docs.openstack.org/developer/neutron/devref/development.environment.html#api-tests | 14:52 |
amuller | The plan was agreed upon by the then PTL of Tempest, Neutron and myself in my capacity as Neutron testing lieutenant | 14:52 |
amuller | Since then jlibosva took on the role | 14:52 |
amuller | and the Tempest PTL has changed | 14:52 |
amuller | The plan was agreed upon but just never executed | 14:53 |
jlibosva | amuller: what's the context? | 14:53 |
jlibosva | or you just want to talk about that now? | 14:54 |
amuller | jlibosva: afazekas was asking about https://review.openstack.org/#/c/316183/ | 14:54 |
*** abregman has quit IRC | 14:54 | |
*** jhershbe has quit IRC | 14:54 | |
*** nherciu has quit IRC | 14:54 | |
jlibosva | ok, I see | 14:54 |
amuller | jlibosva: I still think the tests removal from Tempest is a good idea | 14:55 |
*** andymaier has joined #openstack-neutron | 14:55 | |
amuller | jlibosva: Up to you now :) | 14:55 |
*** ygl has quit IRC | 14:55 | |
amuller | especially now that the neutron tempest plugin has been out there for a while and the different communities are starting to get used to the idea of tempest plugins | 14:55 |
amuller | we were just ahead of our time... | 14:56 |
*** garyk has joined #openstack-neutron | 14:56 | |
*** andymaier has quit IRC | 14:57 | |
*** rmart04 has joined #openstack-neutron | 14:58 | |
jlibosva | amuller: I have a feeling we'll end up moving the tests to completely different repo :) | 14:58 |
amuller | jlibosva: maybe | 14:58 |
electrocucaracha | ihrachys: are you around? | 14:58 |
amuller | jlibosva: That's orthogonal to the tests being removed from Tempest though, no? | 14:59 |
*** mkolesni_ has quit IRC | 14:59 | |
jlibosva | yep | 15:00 |
*** jpena|lunch is now known as jpena | 15:01 | |
jschwarz | jlibosva, found the problem | 15:01 |
*** oshvartz has quit IRC | 15:01 | |
jschwarz | jlibosva, (probably) the flavor used is too small, we need more HD space (the disk image is 2GB) | 15:02 |
ajo | thank you slaweq , great work with the meeting | 15:02 |
*** zhhuabj has joined #openstack-neutron | 15:04 | |
*** zhipeng has joined #openstack-neutron | 15:05 | |
jlibosva | jschwarz: 2GB??!! 1.21 gigawatts!! | 15:05 |
openstackgerrit | Omer Anson proposed openstack/neutron-lib: Reimplement wait_until_true in neutron-lib https://review.openstack.org/398405 | 15:05 |
oanson | HenryG, boden, jlibosva ^^^ an eventlet free version of wait_until_true. If you'd like to take a look | 15:07 |
oanson | (Or I can abandon the whole thing (: ) | 15:07 |
jlibosva | oanson: cooool | 15:07 |
jlibosva | I was just looking at it :) | 15:07 |
*** dimak has quit IRC | 15:07 | |
*** trevormc has joined #openstack-neutron | 15:14 | |
*** abregman has joined #openstack-neutron | 15:16 | |
*** pbandark has quit IRC | 15:17 | |
*** hieulq_ has joined #openstack-neutron | 15:17 | |
jschwarz | jlibosva++ | 15:17 |
jschwarz | jlibosva, anyway gonna see if I can manipulate the default flavor | 15:18 |
openstackgerrit | Sarath Chandra Mekala proposed openstack/neutron-fwaas: [WIP] Tempest Scenario tests for FWaaS V2 https://review.openstack.org/391392 | 15:18 |
*** prateek has quit IRC | 15:18 | |
D4RKS1D3 | Someone knows if odl support l3 pooling ip with nat? | 15:19 |
*** kriskend has quit IRC | 15:22 | |
*** victorhe has quit IRC | 15:23 | |
*** baoli_ has quit IRC | 15:24 | |
*** m-greene has joined #openstack-neutron | 15:24 | |
*** absubram has joined #openstack-neutron | 15:25 | |
*** mlavalle has joined #openstack-neutron | 15:26 | |
*** Leom has joined #openstack-neutron | 15:27 | |
openstackgerrit | Merged openstack/neutron: Install OVS from git if current version < 2.5.1 https://review.openstack.org/395125 | 15:28 |
*** kriskend has joined #openstack-neutron | 15:29 | |
*** rajinir has joined #openstack-neutron | 15:30 | |
*** hieulq_ has quit IRC | 15:30 | |
*** jprovazn has joined #openstack-neutron | 15:30 | |
openstackgerrit | Gyorgy Szombathelyi proposed openstack/neutron: Allow keystone v3 in the designate driver https://review.openstack.org/398359 | 15:33 |
*** udesale has quit IRC | 15:35 | |
haleyb_ | jschwarz: so i guess i've missed the dvr meeting again, as has everyone else :o | 15:38 |
jschwarz | haleyb, :o | 15:38 |
jschwarz | haleyb, oh well | 15:38 |
jschwarz | haleyb, probably there weren't any new bugs so... ;-) | 15:38 |
haleyb_ | i think there was one, but we're still in a backlog of changes. I know it's really early for swami as well | 15:39 |
bjolo | hi all, can i please ask someone to take a look at this bug? is this a known issue? https://bugs.launchpad.net/neutron/+bug/1642303 | 15:39 |
openstack | Launchpad bug 1642303 in neutron "neutron multiple external flat networks fails" [Undecided,New] | 15:39 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron: Updated from global requirements https://review.openstack.org/397913 | 15:39 |
bjolo | at least triage | 15:39 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron-lib: Updated from global requirements https://review.openstack.org/395188 | 15:39 |
*** akasatkin_ has quit IRC | 15:39 | |
sc68cal | bjolo: you reported it 2 mins ago dude | 15:40 |
*** akasatkin_ has joined #openstack-neutron | 15:40 | |
*** john-davidge has quit IRC | 15:42 | |
*** john-davidge has joined #openstack-neutron | 15:42 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/os-vif: Updated from global requirements https://review.openstack.org/395347 | 15:43 |
*** sleviim has quit IRC | 15:43 | |
*** iyamahat has joined #openstack-neutron | 15:44 | |
*** john-dav_ has joined #openstack-neutron | 15:44 | |
*** john-davidge has quit IRC | 15:44 | |
bjolo | sc68cal, sorry :) been troubleshooting for a couple of days | 15:45 |
*** itzikb has quit IRC | 15:47 | |
*** mhickey has joined #openstack-neutron | 15:48 | |
*** john-dav_ has quit IRC | 15:48 | |
*** armax has joined #openstack-neutron | 15:49 | |
*** zhhuabj has quit IRC | 15:49 | |
*** zhipeng has quit IRC | 15:49 | |
*** oanson has quit IRC | 15:51 | |
*** ociuhandu has joined #openstack-neutron | 15:51 | |
*** wwriverrat has joined #openstack-neutron | 15:52 | |
*** abregman has quit IRC | 15:55 | |
*** wwriverrat_ has joined #openstack-neutron | 15:56 | |
*** wwriverrat has quit IRC | 15:56 | |
*** wwriverrat_ is now known as wwriverrat | 15:56 | |
*** Sukhdev_ has joined #openstack-neutron | 15:58 | |
*** rkukura has joined #openstack-neutron | 15:58 | |
*** donghao has joined #openstack-neutron | 15:58 | |
*** gvrangan has joined #openstack-neutron | 16:01 | |
*** abregman has joined #openstack-neutron | 16:01 | |
bjolo | dont mean for you to jump on it, simply wondering if this is knows and other reported it (i cannot find a bug on it though) | 16:01 |
*** lbush has joined #openstack-neutron | 16:02 | |
jschwarz | mlavalle, heya man | 16:04 |
jschwarz | mlavalle, how you doing? | 16:04 |
*** dave-mccowan has joined #openstack-neutron | 16:04 | |
mlavalle | jschwarz: doing fine, how about you? | 16:04 |
jschwarz | mlavalle, good, good | 16:04 |
jschwarz | mlavalle, got a routed networks question for you | 16:04 |
jschwarz | mlavalle, http://logs.openstack.org/59/396659/1/experimental/gate-grenade-dsvm-neutron-linuxbridge-multinode-nv/97289d8/logs/new/screen-q-svc.txt.gz?#_2016-11-11_15_47_06_918 | 16:05 |
jschwarz | mlavalle, any ideas what's going on? I think it's just looking at the wrong hostname or something | 16:05 |
*** ababich has joined #openstack-neutron | 16:05 | |
* mlavalle looking | 16:05 | |
*** yamahata has joined #openstack-neutron | 16:07 | |
mlavalle | jschwarz: first, this is not really routed networks. it's plain old segments. The segment involved here is vxlan, which is not supported by routed networks | 16:07 |
sc68cal | bjolo: wait for the neutron bug deputy to triage | 16:07 |
jschwarz | mlavalle, ha :< | 16:08 |
*** gouthamr has joined #openstack-neutron | 16:09 | |
*** clenimar has joined #openstack-neutron | 16:11 | |
wznoinsk | hi armax , would you have a moment to respin https://review.openstack.org/#/c/394476/ ? | 16:12 |
armax | wznoinsk: looking | 16:13 |
mlavalle | jschwarz: going down the log file, I can see that it not finding either ovs agent or linux agent | 16:15 |
jschwarz | mlavalle, where do you see that? | 16:15 |
*** achadha has joined #openstack-neutron | 16:16 | |
jschwarz | mlavalle, ah, you mean the "Port %s on network %s not bound, no agent of type Linux bridge agent registered on host"? | 16:16 |
mlavalle | jschwarz: correct | 16:16 |
*** armax has quit IRC | 16:16 | |
jschwarz | mlavalle, yeah - so the hostname is indeed wrong (it should be ubuntu-trusty-2-node-rax-iad-5320650, not ubuntu-trusty-2-node-rax-iad-5320650-260575) | 16:17 |
mlavalle | jschwarz: it is going to attempt several times | 16:17 |
jschwarz | mlavalle, but it's there nontheless, and it's getting the hostname from the context | 16:17 |
*** kriskend has quit IRC | 16:17 | |
jschwarz | mlavalle, also, before the migration (it's a grenade job) the hostname was the same as after, so... | 16:17 |
*** rtheis_ is now known as rtheis | 16:17 | |
jschwarz | ihrachys, ^ | 16:18 |
*** ramishra has quit IRC | 16:19 | |
*** caboucha has joined #openstack-neutron | 16:19 | |
*** asettle has quit IRC | 16:20 | |
*** ramishra has joined #openstack-neutron | 16:20 | |
*** asettle has joined #openstack-neutron | 16:20 | |
*** donghao has quit IRC | 16:22 | |
*** achadha has quit IRC | 16:23 | |
*** armax has joined #openstack-neutron | 16:23 | |
*** achadha has joined #openstack-neutron | 16:23 | |
*** erhudy has joined #openstack-neutron | 16:24 | |
*** numans has quit IRC | 16:25 | |
*** kbringard has joined #openstack-neutron | 16:25 | |
*** moshele has quit IRC | 16:26 | |
*** roeyc1 has quit IRC | 16:26 | |
*** mickeys has joined #openstack-neutron | 16:29 | |
openstackgerrit | Miguel Angel Ajo proposed openstack/neutron: Transition qos notification driver into qos driver https://review.openstack.org/396651 | 16:33 |
*** mickeys has quit IRC | 16:34 | |
*** oreillyd has quit IRC | 16:35 | |
*** eezhova has quit IRC | 16:35 | |
*** rmart04 has quit IRC | 16:39 | |
*** abregman has quit IRC | 16:40 | |
openstackgerrit | Anindita Das proposed openstack/neutron: Pecan: Fix for the Pagination bug https://review.openstack.org/381279 | 16:41 |
*** phil_h has quit IRC | 16:45 | |
*** akamyshnikova_ has joined #openstack-neutron | 16:47 | |
*** reedip_ has quit IRC | 16:47 | |
*** jistr is now known as jistr|biab | 16:48 | |
*** slaweq_ has joined #openstack-neutron | 16:48 | |
ihrachys | jschwarz: I suspect the test assumes that both nodes run compute service | 16:49 |
ihrachys | jschwarz: so after upgrade, it attempts to land a port on each | 16:49 |
openstackgerrit | Henry Gessau proposed openstack/neutron: Remove REVERSED_PLURALS and get_resource_info() https://review.openstack.org/398488 | 16:52 |
openstackgerrit | Henry Gessau proposed openstack/neutron: BreakingChange: Remove PLURALS https://review.openstack.org/398489 | 16:52 |
*** gvrangan has quit IRC | 16:52 | |
*** absubram has quit IRC | 16:53 | |
*** bfernando has joined #openstack-neutron | 16:53 | |
*** _cerberus_ has joined #openstack-neutron | 16:54 | |
openstackgerrit | Merged openstack/neutron: Clean up agent status check debt https://review.openstack.org/398236 | 16:54 |
*** _cerberus_ has left #openstack-neutron | 16:55 | |
openstackgerrit | boden proposed openstack/neutron-lib: Update contributing doc https://review.openstack.org/331338 | 16:55 |
*** phil_h has joined #openstack-neutron | 16:58 | |
*** bfernando has quit IRC | 16:59 | |
*** absubram has joined #openstack-neutron | 17:00 | |
*** ctayal has quit IRC | 17:02 | |
*** ctayal has joined #openstack-neutron | 17:04 | |
wznoinsk | armax, fixed https://review.openstack.org/#/c/394476/ | 17:05 |
*** Sukhdev_ has quit IRC | 17:05 | |
jlibosva | ihrachys: re https://review.openstack.org/#/c/396224/1 - I realized we still need the check for functional tests, so I don't think we should limit it to l3_ha only by default | 17:10 |
*** andreas_s has quit IRC | 17:10 | |
ihrachys | jlibosva: I think sanity check is for production | 17:10 |
ihrachys | jlibosva: it's ok to fail functional tests if there is an actual issue. | 17:11 |
ihrachys | jlibosva: we should be able to remove those hacks from tests once we switch to xenial | 17:11 |
*** akamyshnikova_ has quit IRC | 17:11 | |
jlibosva | ihrachys: ah, ok. I thought it's generally for checking the node | 17:12 |
*** eezhova has joined #openstack-neutron | 17:13 | |
*** tmorin has quit IRC | 17:14 | |
*** rtheis_ has joined #openstack-neutron | 17:14 | |
*** ociuhandu has quit IRC | 17:14 | |
jlibosva | ihrachys: also can't admin create an HA router explicitly even when l3_ha is set to False | 17:14 |
ihrachys | jlibosva: maybe, I dunno. can it? | 17:15 |
*** eezhova_ has joined #openstack-neutron | 17:15 | |
*** rtheis has quit IRC | 17:15 | |
*** mmalik4 has joined #openstack-neutron | 17:16 | |
ihrachys | armax: have you seen https://review.openstack.org/#/c/397969/ ? I wonder if that's in line with your vision. the patch once landed will make elastic recheck to leave comments in gerrit for neutron patches if known queries match. | 17:17 |
*** rkukura has quit IRC | 17:18 | |
amuller | jlibosva: ihrachys: yes | 17:18 |
amuller | an admin can request an HA router even if l3_ha equals False | 17:18 |
ihrachys | ok then we should assume HA is always there? | 17:19 |
ihrachys | as long as router service plugin is ON | 17:19 |
*** eezhova has quit IRC | 17:19 | |
ihrachys | and that is not available from agent node, so we are left with just assuming always on | 17:19 |
amuller | there's other existing sanity checks that run on HA routers code | 17:20 |
amuller | you wouldn't be setting a precedent anyway | 17:20 |
jlibosva | oh right | 17:21 |
*** matrohon has quit IRC | 17:23 | |
*** rmart04 has joined #openstack-neutron | 17:24 | |
armax | ihrachys: looking | 17:26 |
*** jlibosva has quit IRC | 17:27 | |
armax | ihrachys: what vision are you referring to? I have many visions depending on what substance I use | 17:27 |
ihrachys | armax: sorry bad wording | 17:27 |
ihrachys | armax: more like - any concerns about e-r starting posting comments in gerrit? | 17:28 |
armax | ihrachys: ah | 17:28 |
ihrachys | because apparently it never did for neutron :-o | 17:28 |
armax | ihrachys: ok let me see, I have been wondering about the radio silence from e-r for some time | 17:28 |
* ihrachys too | 17:28 | |
ihrachys | and that's the fix ;) | 17:28 |
*** Swami has joined #openstack-neutron | 17:29 | |
ihrachys | we still can see categorized failures in status.openstack.org | 17:29 |
ihrachys | but that fix should help me to recheck without guilt and/or wasting time reading the same log failures | 17:29 |
*** korzen_ has quit IRC | 17:30 | |
openstackgerrit | Aradhana Singh proposed openstack/neutron: [WIP] Testcase use pecan layer https://review.openstack.org/398118 | 17:30 |
*** baoli has joined #openstack-neutron | 17:30 | |
*** mhickey_ has joined #openstack-neutron | 17:31 | |
*** mhickey has quit IRC | 17:32 | |
*** bzhao has quit IRC | 17:33 | |
*** gvrangan has joined #openstack-neutron | 17:34 | |
*** lennyb has quit IRC | 17:35 | |
*** jistr|biab is now known as jistr | 17:36 | |
*** bzhao has joined #openstack-neutron | 17:36 | |
*** absubram has quit IRC | 17:37 | |
*** fragatina has joined #openstack-neutron | 17:41 | |
*** sleviim has joined #openstack-neutron | 17:42 | |
*** korzen_ has joined #openstack-neutron | 17:42 | |
*** sleviim has quit IRC | 17:42 | |
*** fzdarsky is now known as fzdarsky|afk | 17:42 | |
*** fzdarsky|afk has quit IRC | 17:43 | |
*** iranzo has quit IRC | 17:44 | |
*** iyamahat has quit IRC | 17:45 | |
*** tidwellr has joined #openstack-neutron | 17:46 | |
*** lennyb has joined #openstack-neutron | 17:46 | |
*** lucasagomes is now known as lucas-afk | 17:47 | |
*** david-lyle has quit IRC | 17:48 | |
*** david-lyle has joined #openstack-neutron | 17:48 | |
*** davidsha has quit IRC | 17:48 | |
*** achadha has quit IRC | 17:50 | |
*** garyk has quit IRC | 17:50 | |
*** claudiub has quit IRC | 17:52 | |
*** trown is now known as trown|lunch | 17:52 | |
*** rkukura has joined #openstack-neutron | 17:53 | |
*** iyamahat has joined #openstack-neutron | 17:56 | |
*** ralonsoh has quit IRC | 17:58 | |
*** mvk has quit IRC | 17:58 | |
*** eezhova_ has quit IRC | 18:00 | |
*** yamahata has quit IRC | 18:01 | |
*** iyamahat has quit IRC | 18:02 | |
*** fragatin_ has joined #openstack-neutron | 18:04 | |
*** mmalik4_ has joined #openstack-neutron | 18:05 | |
*** moshele has joined #openstack-neutron | 18:05 | |
*** mmalik4 has quit IRC | 18:08 | |
*** fragatina has quit IRC | 18:08 | |
*** bobba is now known as BobBall_AWOL | 18:08 | |
*** jperry has quit IRC | 18:10 | |
*** m-greene has quit IRC | 18:12 | |
*** mickeys has joined #openstack-neutron | 18:13 | |
*** catinthe_ has joined #openstack-neutron | 18:13 | |
*** tflynn has joined #openstack-neutron | 18:13 | |
*** absubram has joined #openstack-neutron | 18:14 | |
*** harlowja has joined #openstack-neutron | 18:14 | |
*** mickeys_ has joined #openstack-neutron | 18:15 | |
*** mickeys has quit IRC | 18:15 | |
*** catintheroof has quit IRC | 18:15 | |
*** catintheroof has joined #openstack-neutron | 18:15 | |
*** sambetts is now known as sambetts|afk | 18:18 | |
*** catinthe_ has quit IRC | 18:18 | |
*** victorhe_ has joined #openstack-neutron | 18:18 | |
*** mickeys_ has quit IRC | 18:19 | |
*** achadha has joined #openstack-neutron | 18:19 | |
*** iyamahat has joined #openstack-neutron | 18:20 | |
*** achadha has quit IRC | 18:20 | |
*** achadha has joined #openstack-neutron | 18:21 | |
*** jperry has joined #openstack-neutron | 18:24 | |
*** john-dav_ has joined #openstack-neutron | 18:30 | |
*** Administrator_ has quit IRC | 18:32 | |
*** Administrator_ has joined #openstack-neutron | 18:32 | |
*** abhiraut has joined #openstack-neutron | 18:33 | |
*** tpsilva has quit IRC | 18:35 | |
openstackgerrit | boden proposed openstack/neutron-lib: Update contributing doc https://review.openstack.org/331338 | 18:35 |
*** abregman has joined #openstack-neutron | 18:37 | |
*** abregman is now known as abregman|afk | 18:37 | |
*** yamahata has joined #openstack-neutron | 18:39 | |
openstackgerrit | boden proposed openstack/neutron-lib: Update contributing doc https://review.openstack.org/331338 | 18:40 |
*** m-greene has joined #openstack-neutron | 18:40 | |
*** jpena is now known as jpena|off | 18:42 | |
*** yfried has joined #openstack-neutron | 18:42 | |
*** nmagnezi has quit IRC | 18:43 | |
*** ctayal has quit IRC | 18:45 | |
*** rmart04_ has joined #openstack-neutron | 18:48 | |
*** rmart04 has quit IRC | 18:49 | |
*** rmart04_ is now known as rmart04 | 18:49 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/neutron: OVO External Networks https://review.openstack.org/353088 | 18:49 |
*** jhershbe has joined #openstack-neutron | 18:51 | |
*** chlong has joined #openstack-neutron | 18:53 | |
*** john-davidge has joined #openstack-neutron | 18:57 | |
*** gouthamr has quit IRC | 18:57 | |
*** nmagnezi has joined #openstack-neutron | 18:58 | |
*** gouthamr has joined #openstack-neutron | 18:59 | |
*** tflynn_ has joined #openstack-neutron | 19:00 | |
*** nherciu has joined #openstack-neutron | 19:00 | |
*** john-dav_ has quit IRC | 19:00 | |
*** zkassab has quit IRC | 19:01 | |
*** zkassab has joined #openstack-neutron | 19:02 | |
*** tflynn has quit IRC | 19:04 | |
*** trown|lunch is now known as trown | 19:05 | |
*** Sukhdev has joined #openstack-neutron | 19:06 | |
*** ashok has joined #openstack-neutron | 19:07 | |
*** ihrachys has quit IRC | 19:10 | |
*** amoralej is now known as amoralej|off | 19:12 | |
*** rkukura has quit IRC | 19:13 | |
*** jamesdenton has joined #openstack-neutron | 19:19 | |
*** jhershbe has quit IRC | 19:20 | |
*** g3ek has quit IRC | 19:20 | |
*** haleyb_ has quit IRC | 19:20 | |
*** jamielennox|away is now known as jamielennox | 19:26 | |
*** nmagnezi has quit IRC | 19:26 | |
*** john-davidge has quit IRC | 19:26 | |
*** matrohon has joined #openstack-neutron | 19:26 | |
*** rkukura has joined #openstack-neutron | 19:27 | |
*** nmagnezi has joined #openstack-neutron | 19:27 | |
*** tflynn_ has quit IRC | 19:27 | |
*** tflynn has joined #openstack-neutron | 19:28 | |
*** caboucha has quit IRC | 19:28 | |
*** absubram has quit IRC | 19:30 | |
*** g3ek has joined #openstack-neutron | 19:30 | |
*** ijw has quit IRC | 19:35 | |
*** ashok has quit IRC | 19:39 | |
*** tongli has quit IRC | 19:40 | |
*** fragatin_ has quit IRC | 19:41 | |
*** fragatina has joined #openstack-neutron | 19:41 | |
*** absubram has joined #openstack-neutron | 19:42 | |
*** haleyb_ has joined #openstack-neutron | 19:49 | |
*** oanson has joined #openstack-neutron | 19:50 | |
*** pcaruana has quit IRC | 19:51 | |
*** yfried has quit IRC | 19:52 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron-vpnaas: Switch to using plugins directory in lieu of neutron manager https://review.openstack.org/397924 | 19:53 |
*** haleyb_ has quit IRC | 19:53 | |
*** tpsilva has joined #openstack-neutron | 19:54 | |
*** ivasilevskaya has quit IRC | 19:57 | |
*** achadha_ has joined #openstack-neutron | 19:59 | |
*** janzian has joined #openstack-neutron | 19:59 | |
*** achadha_ has quit IRC | 19:59 | |
*** achadha has quit IRC | 19:59 | |
*** achadha has joined #openstack-neutron | 20:00 | |
*** tonytan4ever has quit IRC | 20:00 | |
*** tonytan4ever has joined #openstack-neutron | 20:01 | |
*** rmart04 has left #openstack-neutron | 20:02 | |
*** ivasilevskaya has joined #openstack-neutron | 20:06 | |
*** fnaval has joined #openstack-neutron | 20:08 | |
*** ijw_ has joined #openstack-neutron | 20:13 | |
*** tbachman has quit IRC | 20:18 | |
*** ijw_ has quit IRC | 20:19 | |
*** Sukhdev has quit IRC | 20:23 | |
*** slaweq_ has quit IRC | 20:25 | |
*** slaweq_ has joined #openstack-neutron | 20:26 | |
*** rtheis_ has quit IRC | 20:26 | |
*** slaweq_ has quit IRC | 20:29 | |
*** slaweq_ has joined #openstack-neutron | 20:29 | |
*** tmorin has joined #openstack-neutron | 20:30 | |
*** ijw has joined #openstack-neutron | 20:31 | |
openstackgerrit | Henry Gessau proposed openstack/neutron: Stop using deprecated CORS.set_latent() https://review.openstack.org/398570 | 20:32 |
*** cj has joined #openstack-neutron | 20:36 | |
cj | whee! | 20:36 |
*** rtheis has joined #openstack-neutron | 20:36 | |
cj | Are you the homies we'll want to ask questions of when we start implementing OpenDaylight on OpenStack? | 20:37 |
*** m-greene_ has joined #openstack-neutron | 20:40 | |
*** m-greene has quit IRC | 20:41 | |
*** m-greene_ is now known as m-greene | 20:41 | |
*** locust_ has joined #openstack-neutron | 20:46 | |
*** matrohon has quit IRC | 20:47 | |
Sam-I-Am | cj: not particularly | 20:49 |
Sam-I-Am | this is more of the conventional neutron channel | 20:49 |
Sam-I-Am | there might be an odl channel | 20:49 |
*** haleyb_ has joined #openstack-neutron | 20:50 | |
*** rtheis has quit IRC | 20:53 | |
*** slaweq_ has quit IRC | 20:54 | |
tidwellr | cj: you might try opendaylight-neutron | 20:54 |
*** bobmel has quit IRC | 20:54 | |
*** haleyb_ has quit IRC | 20:55 | |
*** slaweq_ has joined #openstack-neutron | 20:56 | |
*** Swami has quit IRC | 20:56 | |
openstackgerrit | Omer Anson proposed openstack/neutron-lib: Reimplement wait_until_true in neutron-lib https://review.openstack.org/398405 | 20:56 |
*** yfried has joined #openstack-neutron | 20:57 | |
*** rcernin has joined #openstack-neutron | 20:58 | |
*** eezhova has joined #openstack-neutron | 20:58 | |
*** Swami has joined #openstack-neutron | 20:59 | |
*** hughsaunders has quit IRC | 21:03 | |
*** tmorin has quit IRC | 21:07 | |
*** hughsaunders has joined #openstack-neutron | 21:07 | |
*** mvk has joined #openstack-neutron | 21:11 | |
*** tbachman has joined #openstack-neutron | 21:13 | |
diltram | cj: there is networking-odl subproject in neutron | 21:14 |
diltram | cj: https://github.com/openstack/networking-odl | 21:14 |
*** mickeys has joined #openstack-neutron | 21:15 | |
manjeets | cj: https://github.com/openstack/networking-odl/blob/master/doc/source/installation.rst | 21:17 |
diltram | cj: you can try to ping yamahata about that - he suppose to be able to help you with that | 21:17 |
manjeets | cj: and there is channel on freenode #opendaylight-neutron | 21:17 |
*** mickeys has quit IRC | 21:20 | |
*** zkassab has quit IRC | 21:20 | |
*** yfried has quit IRC | 21:24 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: DVR: Add static routes to FIP namespace https://review.openstack.org/308068 | 21:24 |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: DVR: Add static routes to FIP namespace https://review.openstack.org/308068 | 21:26 |
*** nherciu has quit IRC | 21:28 | |
*** mickeys has joined #openstack-neutron | 21:28 | |
*** mhickey_ has quit IRC | 21:28 | |
*** catinthe_ has joined #openstack-neutron | 21:32 | |
*** Jeffrey4l has quit IRC | 21:33 | |
openstackgerrit | Mohit Malik proposed openstack/neutron: [Pecan]Add functional test for QuotasController https://review.openstack.org/398588 | 21:35 |
*** abregman|afk has quit IRC | 21:35 | |
*** tonytan4ever has quit IRC | 21:36 | |
*** catintheroof has quit IRC | 21:36 | |
*** nmagnezi has quit IRC | 21:36 | |
openstackgerrit | Amy Fong proposed openstack/neutron: Change dhcp agent scheduling mechanism https://review.openstack.org/398589 | 21:37 |
*** gouthamr has quit IRC | 21:37 | |
*** nmagnezi has joined #openstack-neutron | 21:45 | |
*** xinliang has quit IRC | 21:46 | |
*** wolverineav has quit IRC | 21:48 | |
*** wolverineav has joined #openstack-neutron | 21:49 | |
*** Sukhdev has joined #openstack-neutron | 21:49 | |
*** irenab has joined #openstack-neutron | 21:50 | |
*** catintheroof has joined #openstack-neutron | 21:51 | |
*** haleyb_ has joined #openstack-neutron | 21:51 | |
*** catinthe_ has quit IRC | 21:51 | |
HenryG | blogan: ping | 21:51 |
*** trown is now known as trown|outtypewww | 21:52 | |
blogan | HenryG: pong | 21:52 |
HenryG | blogan: I need some help from a pecan expert | 21:53 |
*** wolverineav has quit IRC | 21:53 | |
HenryG | blogan: I have been led to believe you are one | 21:54 |
blogan | HenryG: shoot! | 21:54 |
HenryG | blogan: This change: https://review.openstack.org/398488 | 21:54 |
blogan | HenryG: i know enough to be dangerous | 21:54 |
HenryG | blogan: fails many of the pecan functional tests | 21:54 |
*** irenab has quit IRC | 21:55 | |
HenryG | blogan: I think it's a test setup issue, but I'm having a hard time figuring it out | 21:55 |
blogan | HenryG: ah yeah i saw that review, the plurals and reversed_plurals have been a pain | 21:55 |
*** haleyb_ has quit IRC | 21:56 | |
blogan | HenryG: Ill dig into it and comment on the review | 21:56 |
HenryG | blogan: thanks! | 21:56 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron: Updated from global requirements https://review.openstack.org/397913 | 21:57 |
blogan | HenryG: np, thanks for the patch too | 21:57 |
*** trevormc has quit IRC | 21:58 | |
*** wolverineav has joined #openstack-neutron | 21:59 | |
*** xinliang has joined #openstack-neutron | 22:00 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: DVR: Create router to fip namespace connection based on gateway state https://review.openstack.org/283757 | 22:00 |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: DVR: Add forwarding routes based on address_scopes https://review.openstack.org/355062 | 22:01 |
*** wolverineav has quit IRC | 22:03 | |
*** lindycoder has quit IRC | 22:06 | |
*** slaweq_ has quit IRC | 22:06 | |
*** slaweq_ has joined #openstack-neutron | 22:08 | |
dasm | yamahata: hey, you there? i'd like to talk to you about networking-odl release | 22:10 |
yamahata | dasm: yes? | 22:10 |
*** lifeless has quit IRC | 22:11 | |
dasm | yamahata: we can release 3.0.0 as stable/newton, although there are some other changes, like odl-lbaas v2 implementation, and some updates to requirements | 22:11 |
dasm | yamahata: there is suggestion to tag these changes as 3.1.0 (or 3.0.1) and then cut stable branch | 22:11 |
dasm | yamahata: do you have anything against it? | 22:11 |
yamahata | I have no objection. | 22:11 |
yamahata | So what should I do? | 22:12 |
*** lifeless has joined #openstack-neutron | 22:12 | |
dasm | yamahata: cool. | 22:12 |
yamahata | Should I file new release patch with commit message that requests to cut branch? | 22:12 |
HenryG | blogan: I think I found it | 22:12 |
*** s3wong has joined #openstack-neutron | 22:12 | |
blogan | HenryG: oh yeah? what was it? | 22:13 |
HenryG | blogan: oh no I didn't :( | 22:13 |
dasm | yamahata: you can submit a patch for openstack/releases with new tag. i would suggest 3.1.0, because of mentioned changes. | 22:13 |
blogan | HenryG: haha, it gets me all the time too :) | 22:13 |
dasm | yamahata: then, you can jump into #openstack-releases channel and ask dhellmann to cut a stable branch | 22:13 |
dasm | yamahata: or i can do it for you | 22:13 |
dasm | yamahata: ofc, cut from new tag. | 22:14 |
yamahata | I see. I'll prepare the patch, and please cut branch. | 22:14 |
dasm | yamahata: ok, cool. | 22:14 |
yamahata | Once I upload the patch, I'll let you know on openstack-releases. | 22:14 |
dasm | yamahata: ping me, when it'll be ready | 22:14 |
yamahata | dasm: thanks | 22:14 |
dasm | yamahata: yw | 22:14 |
*** rkukura has quit IRC | 22:17 | |
*** jprovazn has quit IRC | 22:17 | |
*** eezhova has quit IRC | 22:18 | |
*** thorst_ has quit IRC | 22:18 | |
*** thorst_ has joined #openstack-neutron | 22:19 | |
*** wolverineav has joined #openstack-neutron | 22:19 | |
boden | dasanind: ping? | 22:20 |
*** tiswanso has quit IRC | 22:21 | |
*** wolverineav has quit IRC | 22:23 | |
*** thorst_ has quit IRC | 22:24 | |
*** gvrangan has quit IRC | 22:24 | |
*** tpsilva has quit IRC | 22:25 | |
*** slaweq_ has quit IRC | 22:25 | |
*** slaweq_ has joined #openstack-neutron | 22:25 | |
*** jamesdenton has quit IRC | 22:26 | |
*** absubram has quit IRC | 22:26 | |
openstackgerrit | Mohit Malik proposed openstack/neutron: [Pecan]Add functional test for QuotasController https://review.openstack.org/398588 | 22:27 |
blogan | HenryG: got a fix for it i think | 22:34 |
blogan | HenryG: mind if i push up another PS? | 22:35 |
*** gvrangan has joined #openstack-neutron | 22:36 | |
*** absubram has joined #openstack-neutron | 22:37 | |
*** wolverineav has joined #openstack-neutron | 22:40 | |
*** oanson has quit IRC | 22:41 | |
*** mriedem has quit IRC | 22:41 | |
*** jperry has quit IRC | 22:42 | |
*** amuller has quit IRC | 22:44 | |
*** wolverineav has quit IRC | 22:44 | |
*** pradk has quit IRC | 22:48 | |
*** tiswanso has joined #openstack-neutron | 22:51 | |
*** haleyb_ has joined #openstack-neutron | 22:52 | |
*** kbringard has quit IRC | 22:53 | |
*** catintheroof has quit IRC | 22:54 | |
*** wolverineav has joined #openstack-neutron | 22:55 | |
*** tiswanso has quit IRC | 22:55 | |
*** haleyb_ has quit IRC | 22:56 | |
*** nmagnezi has quit IRC | 22:57 | |
*** chlong has quit IRC | 22:59 | |
*** wolverineav has quit IRC | 22:59 | |
*** victorhe_ has quit IRC | 23:01 | |
*** jheroux has quit IRC | 23:04 | |
openstackgerrit | Darek Smigiel proposed openstack/neutron-lib: TrivialFix: Documentation improvement https://review.openstack.org/398640 | 23:05 |
*** dave-mccowan has quit IRC | 23:07 | |
*** wolverineav has joined #openstack-neutron | 23:07 | |
openstackgerrit | Brandon Logan proposed openstack/neutron: Remove REVERSED_PLURALS and get_resource_info() https://review.openstack.org/398488 | 23:07 |
openstackgerrit | Merged openstack/neutron-lib: Fix doc build if git is absent https://review.openstack.org/390134 | 23:11 |
*** wolverineav has quit IRC | 23:11 | |
blogan | HenryG: ^ | 23:13 |
blogan | above the merge one | 23:13 |
*** boden has quit IRC | 23:14 | |
*** rkukura has joined #openstack-neutron | 23:15 | |
*** chlong has joined #openstack-neutron | 23:17 | |
*** wolverineav has joined #openstack-neutron | 23:17 | |
*** edmondsw has quit IRC | 23:17 | |
*** dsneddon_ has joined #openstack-neutron | 23:19 | |
*** reedip_ has joined #openstack-neutron | 23:20 | |
*** cleong has quit IRC | 23:20 | |
*** wolverineav has quit IRC | 23:22 | |
*** asettle has quit IRC | 23:23 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Adopt neutron-lib plugin directory https://review.openstack.org/386845 | 23:24 |
*** chlong has quit IRC | 23:27 | |
*** wolverineav has joined #openstack-neutron | 23:27 | |
*** Leom has quit IRC | 23:30 | |
*** Jeffrey4l has joined #openstack-neutron | 23:31 | |
*** wolverineav has quit IRC | 23:32 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Adopt neutron-lib plugin directory https://review.openstack.org/386845 | 23:34 |
cj | thanks, manjeets, diltram, tidwellr, Sam-I-Am! | 23:37 |
*** wolverineav has joined #openstack-neutron | 23:37 | |
*** claudiub has joined #openstack-neutron | 23:38 | |
*** zhugaoxiao has joined #openstack-neutron | 23:38 | |
*** irenab has joined #openstack-neutron | 23:38 | |
*** khamtamtun has joined #openstack-neutron | 23:39 | |
*** rkukura has quit IRC | 23:40 | |
*** Administrator_ has quit IRC | 23:40 | |
*** mlavalle has quit IRC | 23:40 | |
*** wolverineav has quit IRC | 23:41 | |
*** khamtamtun has quit IRC | 23:42 | |
*** irenab has quit IRC | 23:43 | |
reedip_ | slaweq : ping | 23:43 |
reedip_ | slaweq_ : ping | 23:43 |
HenryG | blogan: great, thanks, I was out for a bit | 23:44 |
*** wolverineav has joined #openstack-neutron | 23:47 | |
blogan | HenryG: np, also if you ever get not busy, I've got a devref patch up for pecan info: https://review.openstack.org/#/c/390412/ | 23:48 |
*** tidwellr has left #openstack-neutron | 23:49 | |
openstackgerrit | Reedip proposed openstack/neutron-lib: Add is_bsd() to neutron-lib https://review.openstack.org/398092 | 23:49 |
openstackgerrit | Reedip proposed openstack/neutron-lib: Add is_bsd() to neutron-lib https://review.openstack.org/398092 | 23:49 |
*** david-lyle_ has joined #openstack-neutron | 23:50 | |
*** wolverineav has quit IRC | 23:51 | |
*** erhudy has quit IRC | 23:51 | |
*** david-lyle has quit IRC | 23:51 | |
*** rcernin has quit IRC | 23:52 | |
*** haleyb_ has joined #openstack-neutron | 23:53 | |
*** rkukura has joined #openstack-neutron | 23:54 | |
*** wolverineav has joined #openstack-neutron | 23:56 | |
*** Swami has quit IRC | 23:58 | |
*** reedip_ has quit IRC | 23:59 | |
*** haleyb_ has quit IRC | 23:59 | |
*** baoli has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!