*** mfuruta has joined #openstack-neutron | 00:02 | |
*** trisq has joined #openstack-neutron | 00:03 | |
*** stanzgy has joined #openstack-neutron | 00:03 | |
armax | haleyb: ping | 00:04 |
---|---|---|
*** baoli has joined #openstack-neutron | 00:04 | |
*** baoli_ has joined #openstack-neutron | 00:05 | |
*** mlavalle has quit IRC | 00:06 | |
*** mtaylor22 has joined #openstack-neutron | 00:08 | |
*** baoli has quit IRC | 00:09 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Expose timestamp attributes on trunk API https://review.openstack.org/362636 | 00:10 |
*** vijaykc4 has quit IRC | 00:10 | |
*** ivar-laz_ has joined #openstack-neutron | 00:13 | |
*** yamahata has quit IRC | 00:14 | |
*** chlong has quit IRC | 00:16 | |
*** sdake has joined #openstack-neutron | 00:17 | |
*** ivar-lazzaro has quit IRC | 00:17 | |
*** ivar-laz_ has quit IRC | 00:18 | |
*** sputnik13 has quit IRC | 00:18 | |
*** zengine has quit IRC | 00:18 | |
*** manikanta_tadi has joined #openstack-neutron | 00:19 | |
*** wolverineav has quit IRC | 00:20 | |
*** gouthamr has joined #openstack-neutron | 00:20 | |
*** thorst has joined #openstack-neutron | 00:21 | |
*** sdake has quit IRC | 00:21 | |
*** ivc_ has quit IRC | 00:22 | |
*** Swami__ has joined #openstack-neutron | 00:24 | |
*** sdake has joined #openstack-neutron | 00:25 | |
*** wolverineav has joined #openstack-neutron | 00:27 | |
*** Swami has quit IRC | 00:28 | |
*** itisha has quit IRC | 00:30 | |
*** sdague has joined #openstack-neutron | 00:32 | |
*** tonytan4ever has quit IRC | 00:33 | |
*** wolverineav has quit IRC | 00:33 | |
*** sindhu has quit IRC | 00:34 | |
*** thorst_ has joined #openstack-neutron | 00:37 | |
*** hoangcx has joined #openstack-neutron | 00:37 | |
*** thorst has quit IRC | 00:39 | |
haleyb | armax: pong | 00:40 |
*** wolverineav has joined #openstack-neutron | 00:40 | |
armax | haleyb: hi | 00:41 |
haleyb | armax: i'll ears, or eyes | 00:42 |
armax | haleyb: should I pester you for potential DVR instability? | 00:42 |
haleyb | armax: i've been looking at the multinode job failures, i resurrected a patch to try and track things down more | 00:43 |
armax | haleyb: ack, I have noticed a couple of recent failures on the voting single node one | 00:43 |
haleyb | we know a VM isn't getting a DHCP ip, but not why, was hoping it was related to the dhcp agent failures we've been fixing, but don't think that's enough to fix it | 00:44 |
*** yamamoto_ has joined #openstack-neutron | 00:44 | |
armax | haleyb: didn’t see to yield the hoped effects by the looks of it | 00:44 |
haleyb | armax: if you want to send me a pointer, or add it to the bug, let me findd it | 00:44 |
armax | noticed this one | 00:45 |
armax | https://review.openstack.org/#/c/357228/ | 00:45 |
armax | I am tracking down why testr_results.html is no longer available | 00:45 |
armax | but that’s a separate issue | 00:45 |
armax | there was another failure | 00:45 |
*** wolverineav has quit IRC | 00:45 | |
armax | hang lon | 00:45 |
haleyb | https://bugs.launchpad.net/neutron/+bug/1599329 is one of the bugs | 00:45 |
openstack | Launchpad bug 1599329 in neutron "Potential regression on handing over DHCP addresses to VMs" [High,In progress] | 00:45 |
haleyb | they all blend into each other... | 00:46 |
armax | https://review.openstack.org/#/c/362774/ | 00:46 |
haleyb | yeah, no dhcp on that one | 00:47 |
*** trisq has quit IRC | 00:47 | |
armax | there was one failure in check queue that seemed unrelated but I can’t find it anymore | 00:47 |
armax | too many tabs :) | 00:47 |
*** yamahata has joined #openstack-neutron | 00:47 | |
armax | haleyb: might be a temporary glitch but I wonder if there’s something we tickled | 00:48 |
*** Valor has joined #openstack-neutron | 00:49 | |
haleyb | armax: https://bugs.launchpad.net/bugs/1583759 is the other bug | 00:51 |
openstack | Launchpad bug 1583759 in neutron "Invalid input for operation: IP allocation requires subnets for network" [High,New] - Assigned to Bharat Kumar (bharatkumar) | 00:51 |
*** banix has joined #openstack-neutron | 00:51 | |
armax | I think that was handled by kevinbenton’s https://review.openstack.org/#/c/362343/ | 00:52 |
haleyb | while the dhcp agent is starting, someone removes the network asynchronously | 00:52 |
armax | perhaps a duplicate there? | 00:52 |
haleyb | i think he fixed the message, don't know if it fixed the bug, for example, it could be something in the tempest test | 00:52 |
kevinbenton | InvalidInpute isn't a bug though | 00:53 |
kevinbenton | by itself | 00:53 |
haleyb | right | 00:54 |
kevinbenton | this one did fix a bug | 00:54 |
kevinbenton | https://review.openstack.org/#/c/362458/ | 00:54 |
kevinbenton | are we still seeing DHCP failures after that merged? | 00:54 |
haleyb | kevinbenton: http://logs.openstack.org/14/356714/4/check/gate-tempest-dsvm-neutron-multinode-full/40484eb/logs/screen-q-dhcp.txt.gz#_2016-08-30_22_10_35_621 is an example, that's from a test patch i made, unless i borked something. i need to go through other logs | 00:55 |
kevinbenton | haleyb: oh, that's something that should be caught server side and turned into a return None statement | 00:56 |
kevinbenton | haleyb: but in itself shouldn't cause any failures | 00:56 |
kevinbenton | haleyb: that just means that the network was being deleted at the same time | 00:56 |
kevinbenton | haleyb: well the subnet | 00:56 |
kevinbenton | haleyb: so the dhcp agent getting a failure setting up an interface on a network going away is no biggie | 00:57 |
*** trananhkma has joined #openstack-neutron | 00:57 | |
haleyb | kevinbenton: right, but it's strange a test is running, trying to use the subnet when it's being deleted. i just need to correlate a timestamp of a VM boot to the logs better | 00:57 |
kevinbenton | haleyb: the dhcp port is async created though. any test that creates a network and then deletes it quickly can cause this | 00:58 |
*** manikanta_tadi has quit IRC | 00:58 | |
kevinbenton | haleyb: unless i'm misunderstanding what you mean, the test itself isn't trying to use the network at this point | 00:58 |
haleyb | kevinbenton: the log (from what i'm remembering) showed the dhcp-agent creating a port, but at Ip allocation time the subnet went away | 01:00 |
*** gouthamr_ has joined #openstack-neutron | 01:01 | |
haleyb | in that paste above the server log shows dbdeadlock errors as well, but like i said, i need to make a map of the timeline to know if it's while the test fails | 01:01 |
*** salv-orlando has joined #openstack-neutron | 01:03 | |
*** wolverineav has joined #openstack-neutron | 01:03 | |
*** ivc_ has joined #openstack-neutron | 01:03 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Revert "Don't catch DBError in DHCP action handler" https://review.openstack.org/363332 | 01:04 |
*** gouthamr has quit IRC | 01:05 | |
*** gongysh has joined #openstack-neutron | 01:06 | |
*** wu_ng has joined #openstack-neutron | 01:06 | |
*** shashank_hegde has quit IRC | 01:06 | |
*** fnaval has quit IRC | 01:07 | |
*** gouthamr_ is now known as gouthamr | 01:09 | |
openstackgerrit | Merged openstack/python-neutronclient: quota-update to return an error msg for 0 args https://review.openstack.org/339104 | 01:10 |
*** wolverineav has quit IRC | 01:10 | |
*** salv-orlando has quit IRC | 01:11 | |
kevinbenton | haleyb: yes, the dhcp agent creating a port on a network being deleted will do that, but what i mean is that it doesn't matter because the network is being deleted | 01:11 |
*** chenyan has joined #openstack-neutron | 01:12 | |
*** salv-orlando has joined #openstack-neutron | 01:13 | |
haleyb | kevinbenton: yes, understood. but if the test is booting a VM to ping it and dhcp can't start because the network got deleted, that would be strange for the test to do that. I'm sure i'll be spending tomorrow looking into this more | 01:14 |
kevinbenton | haleyb: oh, this the network that has a VM on it? | 01:15 |
*** wolverineav has joined #openstack-neutron | 01:16 | |
haleyb | kevinbenton: i have to figure that out, but i think it is in my test patch | 01:16 |
*** donghao has joined #openstack-neutron | 01:17 | |
*** salv-orlando has quit IRC | 01:17 | |
openstackgerrit | Inessa Vasilevskaya proposed openstack/neutron: ovsfw: fix troublesome port_rule_masking https://review.openstack.org/353782 | 01:19 |
openstackgerrit | Roshan Harr proposed openstack/neutron-vpnaas: [WIP] Add external gateway port for VPN service https://review.openstack.org/341393 | 01:19 |
openstackgerrit | Roshan Harr proposed openstack/neutron-vpnaas: [WIP] service and device drivers for OVN VPNaaS https://review.openstack.org/351511 | 01:19 |
openstackgerrit | Roshan Harr proposed openstack/neutron-vpnaas: [WIP] Add scheduler support for VPN service https://review.openstack.org/363338 | 01:19 |
*** donghao has quit IRC | 01:20 | |
*** david-lyle_ has joined #openstack-neutron | 01:23 | |
*** wolverineav has quit IRC | 01:23 | |
*** donghao has joined #openstack-neutron | 01:24 | |
*** baoli_ has quit IRC | 01:24 | |
*** fzdarsky_ has joined #openstack-neutron | 01:25 | |
*** akshai has quit IRC | 01:26 | |
*** gvrangan has quit IRC | 01:26 | |
*** wolverineav has joined #openstack-neutron | 01:26 | |
*** fnaval has joined #openstack-neutron | 01:27 | |
*** jckasper has quit IRC | 01:27 | |
*** jckasper has joined #openstack-neutron | 01:28 | |
*** Swami has joined #openstack-neutron | 01:28 | |
*** fzdarsky|afk has quit IRC | 01:29 | |
*** vijaykc4 has joined #openstack-neutron | 01:29 | |
*** tangchen has quit IRC | 01:29 | |
*** yamamoto_ has quit IRC | 01:31 | |
*** wolverineav has quit IRC | 01:31 | |
*** Swami__ has quit IRC | 01:32 | |
*** jckasper has quit IRC | 01:32 | |
*** sdague has quit IRC | 01:32 | |
*** tonytan4ever has joined #openstack-neutron | 01:33 | |
*** EinstCrazy has joined #openstack-neutron | 01:33 | |
*** thorst_ has quit IRC | 01:38 | |
*** yamamoto_ has joined #openstack-neutron | 01:38 | |
*** thorst has joined #openstack-neutron | 01:38 | |
*** tonytan4ever has quit IRC | 01:38 | |
trananhkma | kevinbenton, hello, do you have time? could you please take a look at this patch https://review.openstack.org/#/c/341427/ | 01:40 |
*** chlong has joined #openstack-neutron | 01:41 | |
*** ivasilevskaya has quit IRC | 01:41 | |
*** tangchen has joined #openstack-neutron | 01:41 | |
*** changzhi has joined #openstack-neutron | 01:42 | |
*** kevo has quit IRC | 01:42 | |
*** trisq has joined #openstack-neutron | 01:44 | |
*** yuanying has quit IRC | 01:45 | |
*** yuanying has joined #openstack-neutron | 01:46 | |
*** thorst has quit IRC | 01:46 | |
*** puck has quit IRC | 01:48 | |
*** puck has joined #openstack-neutron | 01:48 | |
*** wolverineav has joined #openstack-neutron | 01:49 | |
haleyb | kevinbenton: so in one case i tracked down, the error is expected - subnets are created and quickly deleted, so dhcp agent is just slow, but should probably realize sooner and not create namespace and veth pair, etc before barfing | 01:53 |
*** gvrangan has joined #openstack-neutron | 01:55 | |
*** yulong|away is now known as liuyulong | 01:55 | |
*** annp has joined #openstack-neutron | 01:57 | |
*** ivar-lazzaro has joined #openstack-neutron | 01:59 | |
*** vishwanathj has quit IRC | 01:59 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Narrow down DBError to DBReferenceError in DHCP action handler https://review.openstack.org/363332 | 01:59 |
*** EinstCra_ has joined #openstack-neutron | 02:03 | |
*** mtaylor22 has quit IRC | 02:03 | |
*** ivc_ has quit IRC | 02:04 | |
*** hoangcx has quit IRC | 02:05 | |
*** bkopilov has quit IRC | 02:05 | |
*** EinstCrazy has quit IRC | 02:06 | |
openstackgerrit | lilintan proposed openstack/neutron: Modify the spelling mistake https://review.openstack.org/363353 | 02:07 |
*** s3wong has quit IRC | 02:08 | |
*** saggi has quit IRC | 02:10 | |
*** sdake has quit IRC | 02:16 | |
*** shashank_hegde has joined #openstack-neutron | 02:16 | |
*** sdake has joined #openstack-neutron | 02:17 | |
*** hoangcx has joined #openstack-neutron | 02:18 | |
*** saggi has joined #openstack-neutron | 02:20 | |
openstackgerrit | Kengo Hobo proposed openstack/neutron: Add string validation on security group's name https://review.openstack.org/352190 | 02:21 |
*** Sukhdev has joined #openstack-neutron | 02:23 | |
*** EinstCrazy has joined #openstack-neutron | 02:24 | |
*** Swami__ has joined #openstack-neutron | 02:25 | |
*** EinstCra_ has quit IRC | 02:27 | |
*** Swami has quit IRC | 02:28 | |
*** Swami_ has quit IRC | 02:29 | |
*** Swami has joined #openstack-neutron | 02:29 | |
*** ivar-lazzaro has quit IRC | 02:29 | |
*** david-lyle_ has quit IRC | 02:31 | |
*** baoli has joined #openstack-neutron | 02:34 | |
*** fnaval has quit IRC | 02:34 | |
*** tonytan4ever has joined #openstack-neutron | 02:34 | |
*** yamahata has quit IRC | 02:35 | |
*** iyamahat has quit IRC | 02:36 | |
*** fnaval has joined #openstack-neutron | 02:38 | |
*** tonytan4ever has quit IRC | 02:38 | |
*** tonytan4ever has joined #openstack-neutron | 02:38 | |
*** baoli has quit IRC | 02:40 | |
*** thorst has joined #openstack-neutron | 02:45 | |
*** wolverineav has quit IRC | 02:48 | |
*** yamamoto_ has quit IRC | 02:48 | |
*** wolverineav has joined #openstack-neutron | 02:50 | |
*** thorst has quit IRC | 02:52 | |
haleyb | kevinbenton: i need to take off, but i just opened this relate dhcp bug, https://bugs.launchpad.net/neutron/+bug/1618674 | 02:52 |
openstack | Launchpad bug 1618674 in neutron "dhcp agent throwing KeyError setting-up port" [High,New] | 02:52 |
*** wolverineav has quit IRC | 02:55 | |
*** banix has quit IRC | 02:57 | |
*** wolverineav has joined #openstack-neutron | 03:01 | |
*** yamamoto_ has joined #openstack-neutron | 03:02 | |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron-lib: api-ref: Fix api-ref for metering https://review.openstack.org/358395 | 03:03 |
*** kevo has joined #openstack-neutron | 03:05 | |
*** mtaylor22 has joined #openstack-neutron | 03:06 | |
*** wolverineav has quit IRC | 03:07 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-neutronclient: Updated from global requirements https://review.openstack.org/362594 | 03:09 |
*** vijaykc4 has quit IRC | 03:09 | |
*** donghao has quit IRC | 03:12 | |
*** vijaykc4 has joined #openstack-neutron | 03:12 | |
*** vijaykc4 has quit IRC | 03:12 | |
*** mickeys has quit IRC | 03:13 | |
*** vijaykc4 has joined #openstack-neutron | 03:14 | |
*** donghao has joined #openstack-neutron | 03:14 | |
*** jhershbe has joined #openstack-neutron | 03:14 | |
*** jhershbe__ has joined #openstack-neutron | 03:15 | |
*** salv-orlando has joined #openstack-neutron | 03:17 | |
*** ranjithd1 has quit IRC | 03:17 | |
*** anilvenkata has joined #openstack-neutron | 03:21 | |
*** bkopilov has joined #openstack-neutron | 03:22 | |
*** yamamoto_ has quit IRC | 03:22 | |
*** tflynn has joined #openstack-neutron | 03:22 | |
*** yamamoto_ has joined #openstack-neutron | 03:22 | |
*** yamamoto_ has quit IRC | 03:22 | |
*** tflynn_ has joined #openstack-neutron | 03:23 | |
*** changzhi has quit IRC | 03:24 | |
*** salv-orlando has quit IRC | 03:24 | |
*** yamamoto_ has joined #openstack-neutron | 03:25 | |
*** wolverineav has joined #openstack-neutron | 03:26 | |
*** wu_ng has quit IRC | 03:26 | |
*** tflynn has quit IRC | 03:27 | |
*** prateek_ has joined #openstack-neutron | 03:27 | |
*** yamamoto_ has quit IRC | 03:29 | |
*** prateek has joined #openstack-neutron | 03:30 | |
*** parora has quit IRC | 03:30 | |
*** prateek_ has quit IRC | 03:33 | |
*** shashank_hegde has quit IRC | 03:36 | |
*** adriant has quit IRC | 03:41 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Narrow down DBError to DBReferenceError in DHCP action handler https://review.openstack.org/363332 | 03:42 |
*** sindhu has joined #openstack-neutron | 03:42 | |
*** gvrangan has quit IRC | 03:43 | |
*** vijaykc4 has quit IRC | 03:44 | |
*** vijaykc4 has joined #openstack-neutron | 03:44 | |
*** changzhi has joined #openstack-neutron | 03:45 | |
*** shashank_hegde has joined #openstack-neutron | 03:45 | |
*** chandanc_ has joined #openstack-neutron | 03:47 | |
*** namnh has joined #openstack-neutron | 03:47 | |
*** vijaykc4 has quit IRC | 03:50 | |
*** thorst has joined #openstack-neutron | 03:50 | |
*** gouthamr has quit IRC | 03:51 | |
*** vijaykc4 has joined #openstack-neutron | 03:51 | |
*** slaweq_ has quit IRC | 03:52 | |
*** jckasper has joined #openstack-neutron | 03:52 | |
*** slaweq_ has joined #openstack-neutron | 03:53 | |
*** tflynn_ has quit IRC | 03:53 | |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron-lib: Config logABug feature for Neutron-lib api-ref https://review.openstack.org/363380 | 03:54 |
*** vthapar has joined #openstack-neutron | 03:55 | |
*** xinliang has joined #openstack-neutron | 03:56 | |
*** jckasper has quit IRC | 03:57 | |
*** thorst has quit IRC | 03:57 | |
*** donghao has quit IRC | 03:58 | |
*** fnaval_ has joined #openstack-neutron | 04:00 | |
*** padkrish has joined #openstack-neutron | 04:00 | |
*** tflynn has joined #openstack-neutron | 04:01 | |
*** prateek has quit IRC | 04:03 | |
*** fnaval has quit IRC | 04:03 | |
*** bkopilov_ has joined #openstack-neutron | 04:03 | |
*** bkopilov_ has quit IRC | 04:03 | |
*** prateek has joined #openstack-neutron | 04:04 | |
*** bkopilov_ has joined #openstack-neutron | 04:04 | |
*** ijw has quit IRC | 04:04 | |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron-lib: Config logABug feature for Neutron-lib api-ref https://review.openstack.org/363380 | 04:07 |
*** ijw has joined #openstack-neutron | 04:08 | |
*** vthapar has quit IRC | 04:11 | |
*** brad_behle has quit IRC | 04:16 | |
*** kriskend_ has quit IRC | 04:17 | |
*** ratailor has joined #openstack-neutron | 04:18 | |
*** mpsairam has quit IRC | 04:18 | |
*** ranjithd has joined #openstack-neutron | 04:22 | |
*** gvrangan has joined #openstack-neutron | 04:24 | |
*** pmannidi has joined #openstack-neutron | 04:26 | |
*** salv-orlando has joined #openstack-neutron | 04:27 | |
*** ijw has quit IRC | 04:27 | |
*** pgadiya has joined #openstack-neutron | 04:28 | |
*** ijw has joined #openstack-neutron | 04:28 | |
*** yamamoto_ has joined #openstack-neutron | 04:29 | |
*** salv-orlando has quit IRC | 04:32 | |
*** ijw has quit IRC | 04:33 | |
*** yuanying has quit IRC | 04:34 | |
*** yuanying has joined #openstack-neutron | 04:34 | |
*** gvrangan has quit IRC | 04:35 | |
*** fnaval has joined #openstack-neutron | 04:35 | |
*** hoangcx has quit IRC | 04:36 | |
*** links has joined #openstack-neutron | 04:36 | |
*** chlong has quit IRC | 04:38 | |
lujinluo | yamamoto_, hi so sorry to bother again. I revised the patch set based on your comment yesterday https://review.openstack.org/#/c/276018/ if you have time today, could you please take a look at it? thanks | 04:38 |
*** garyk1 has joined #openstack-neutron | 04:38 | |
*** fnaval_ has quit IRC | 04:39 | |
*** hoangcx has joined #openstack-neutron | 04:39 | |
yamamoto_ | lujinluo: i'll take a look later today | 04:39 |
yamamoto_ | or tomorrow | 04:39 |
*** chlong has joined #openstack-neutron | 04:39 | |
lujinluo | yamamoto_, sure, thanks in advance | 04:39 |
*** padkrish has quit IRC | 04:40 | |
*** hynekm has joined #openstack-neutron | 04:41 | |
*** padkrish has joined #openstack-neutron | 04:41 | |
*** padkrish has quit IRC | 04:41 | |
openstackgerrit | Anindita Das proposed openstack/neutron: [WIP] OVO for IPam(Allocation,pool,range,subnet) https://review.openstack.org/360799 | 04:43 |
openstackgerrit | venkata anil proposed openstack/neutron: l2pop fdb flows for HA router ports https://review.openstack.org/255237 | 04:43 |
*** chlong has quit IRC | 04:45 | |
*** prateek has quit IRC | 04:48 | |
*** pbandark has joined #openstack-neutron | 04:50 | |
*** rmcall has quit IRC | 04:51 | |
*** Shahid_ has joined #openstack-neutron | 04:53 | |
reedip | armax : ping | 04:53 |
reedip | armax : just wanted to know if we need to remove the DocImpact and Reno from https://review.openstack.org/#/c/293305/ ? Just want to be sure abt it | 04:54 |
*** thorst has joined #openstack-neutron | 04:54 | |
*** ijw has joined #openstack-neutron | 04:55 | |
*** chlong has joined #openstack-neutron | 04:57 | |
*** donghao has joined #openstack-neutron | 04:59 | |
*** Fdaisuke has quit IRC | 04:59 | |
*** ijw has quit IRC | 05:00 | |
*** anilvenkata has quit IRC | 05:01 | |
*** Fdaisuke has joined #openstack-neutron | 05:01 | |
*** claudiub has joined #openstack-neutron | 05:01 | |
*** thorst has quit IRC | 05:01 | |
*** gvrangan has joined #openstack-neutron | 05:02 | |
*** prateek has joined #openstack-neutron | 05:02 | |
*** yamahata has joined #openstack-neutron | 05:03 | |
*** donghao has quit IRC | 05:04 | |
*** mtaylor22 has quit IRC | 05:04 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Do not warn under normal network circumstances https://review.openstack.org/363397 | 05:04 |
*** yamahata has quit IRC | 05:06 | |
*** sdake has quit IRC | 05:10 | |
*** sdake_ has joined #openstack-neutron | 05:10 | |
openstackgerrit | Reedip proposed openstack/neutron: Add name and desc to networksegments table https://review.openstack.org/293305 | 05:12 |
*** salv-orlando has joined #openstack-neutron | 05:13 | |
*** vthapar has joined #openstack-neutron | 05:13 | |
*** ilyashakhat has joined #openstack-neutron | 05:16 | |
*** Leom has joined #openstack-neutron | 05:16 | |
*** changzhi has quit IRC | 05:18 | |
*** anilvenkata has joined #openstack-neutron | 05:18 | |
*** fragatina has quit IRC | 05:19 | |
openstackgerrit | Reedip proposed openstack/neutron: Add name and desc to networksegments table https://review.openstack.org/293305 | 05:21 |
*** ekuris has joined #openstack-neutron | 05:21 | |
*** fnaval_ has joined #openstack-neutron | 05:23 | |
*** hichihara has joined #openstack-neutron | 05:24 | |
*** hichihara has quit IRC | 05:24 | |
*** fnaval has quit IRC | 05:25 | |
*** wu_ng has joined #openstack-neutron | 05:25 | |
*** sdake_ has quit IRC | 05:26 | |
*** javeriak has joined #openstack-neutron | 05:26 | |
*** sindhu has quit IRC | 05:28 | |
*** iwamoto has joined #openstack-neutron | 05:28 | |
*** Leom has quit IRC | 05:29 | |
*** ilyashakhat has quit IRC | 05:30 | |
*** mtaylor22 has joined #openstack-neutron | 05:32 | |
*** sdake has joined #openstack-neutron | 05:33 | |
*** vijaykc4 has quit IRC | 05:36 | |
*** vijaykc4 has joined #openstack-neutron | 05:37 | |
*** sridharg has joined #openstack-neutron | 05:38 | |
*** vikram has joined #openstack-neutron | 05:41 | |
jschwarz | kevinbenton, ping | 05:43 |
*** kevo has quit IRC | 05:44 | |
openstackgerrit | Darek Smigiel proposed openstack/neutron: Cleanup of SecurityGroup classes https://review.openstack.org/363198 | 05:45 |
*** armax has quit IRC | 05:56 | |
*** donghao has joined #openstack-neutron | 05:56 | |
*** ilyashakhat has joined #openstack-neutron | 05:57 | |
*** markvoelker has joined #openstack-neutron | 05:58 | |
*** tflynn has quit IRC | 05:58 | |
*** thorst has joined #openstack-neutron | 06:00 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: DVR: Add forwarding routes based on address_scopes https://review.openstack.org/355062 | 06:01 |
*** oanson has joined #openstack-neutron | 06:02 | |
*** wolverineav has quit IRC | 06:02 | |
*** fragatina has joined #openstack-neutron | 06:02 | |
*** Swami has quit IRC | 06:04 | |
*** Swami__ has quit IRC | 06:04 | |
*** wolverineav has joined #openstack-neutron | 06:05 | |
*** donghao has quit IRC | 06:05 | |
*** thorst has quit IRC | 06:07 | |
*** salv-orl_ has joined #openstack-neutron | 06:07 | |
*** fragatina has quit IRC | 06:07 | |
*** salv-orlando has quit IRC | 06:10 | |
*** pcaruana has joined #openstack-neutron | 06:15 | |
*** claudiub has quit IRC | 06:17 | |
*** javeriak has quit IRC | 06:18 | |
*** ilyashakhat has quit IRC | 06:19 | |
*** hynekm has quit IRC | 06:20 | |
*** andreas_s has joined #openstack-neutron | 06:20 | |
*** rcernin has joined #openstack-neutron | 06:21 | |
*** yedongcan has joined #openstack-neutron | 06:22 | |
*** sdake has quit IRC | 06:22 | |
*** manjeets__ has joined #openstack-neutron | 06:23 | |
*** salv-orl_ has quit IRC | 06:24 | |
*** ijw has joined #openstack-neutron | 06:28 | |
*** azbiswas has joined #openstack-neutron | 06:28 | |
*** amotoki has joined #openstack-neutron | 06:29 | |
*** manjeets__ has quit IRC | 06:29 | |
*** vthapar has quit IRC | 06:30 | |
*** itzikb has joined #openstack-neutron | 06:31 | |
*** abregman has quit IRC | 06:31 | |
*** watanabe_isao has joined #openstack-neutron | 06:32 | |
*** markvoelker has quit IRC | 06:34 | |
*** iranzo has joined #openstack-neutron | 06:38 | |
*** iranzo has joined #openstack-neutron | 06:38 | |
*** anilvenkata has quit IRC | 06:38 | |
*** garyk1 has quit IRC | 06:38 | |
*** mosulica has joined #openstack-neutron | 06:42 | |
*** moshele has joined #openstack-neutron | 06:46 | |
*** devvesa has joined #openstack-neutron | 06:47 | |
*** javeriak has joined #openstack-neutron | 06:49 | |
*** ilyashakhat has joined #openstack-neutron | 06:49 | |
openstackgerrit | Merged openstack/neutron: Narrow down DBError to DBReferenceError in DHCP action handler https://review.openstack.org/363332 | 06:51 |
*** ijw has quit IRC | 06:53 | |
*** ilyashakhat has quit IRC | 06:54 | |
*** amotoki has quit IRC | 06:56 | |
yushiro | ping amotoki | 06:58 |
*** javeriak has quit IRC | 06:59 | |
*** bjolo has joined #openstack-neutron | 07:00 | |
openstackgerrit | IWAMOTO Toshihiro proposed openstack/neutron: Use conjunction for security group rules with remote_group_id https://review.openstack.org/333804 | 07:00 |
*** Alex_Stef has joined #openstack-neutron | 07:02 | |
*** javeriak has joined #openstack-neutron | 07:02 | |
HenryG | akamyshnikova: ping | 07:02 |
*** namnh has quit IRC | 07:03 | |
*** manikanta_tadi has joined #openstack-neutron | 07:05 | |
*** thorst has joined #openstack-neutron | 07:05 | |
*** kobis has joined #openstack-neutron | 07:05 | |
*** tmorin has joined #openstack-neutron | 07:05 | |
*** liuyulong has quit IRC | 07:06 | |
*** liuyulong has joined #openstack-neutron | 07:07 | |
*** mtaylor22 has quit IRC | 07:07 | |
openstackgerrit | Nguyen Hung Phuong proposed openstack/neutron: Update code to use Pike as the code name https://review.openstack.org/358546 | 07:07 |
*** rmart04 has joined #openstack-neutron | 07:08 | |
*** tesseract- has joined #openstack-neutron | 07:08 | |
HenryG | akamyshnikova: Please look at the test failures for https://review.openstack.org/362624 when you get a chance. | 07:09 |
*** karthiks has quit IRC | 07:09 | |
*** thorst has quit IRC | 07:12 | |
*** jpena|off is now known as jpena | 07:13 | |
*** ihrachys has joined #openstack-neutron | 07:14 | |
*** amotoki has joined #openstack-neutron | 07:16 | |
*** wolverineav has quit IRC | 07:17 | |
*** nmagnezi has joined #openstack-neutron | 07:18 | |
*** hichihara has joined #openstack-neutron | 07:22 | |
*** wolverineav has joined #openstack-neutron | 07:23 | |
*** hichihara has quit IRC | 07:24 | |
*** trananhkma has quit IRC | 07:26 | |
openstackgerrit | lilintan proposed openstack/neutron: TrivialFix:Modify the spelling mistake https://review.openstack.org/363353 | 07:27 |
*** slaweq_ has quit IRC | 07:27 | |
*** vthapar has joined #openstack-neutron | 07:28 | |
*** jlanoux has joined #openstack-neutron | 07:29 | |
*** slaweq_ has joined #openstack-neutron | 07:29 | |
*** markvoelker has joined #openstack-neutron | 07:30 | |
*** hynekm has joined #openstack-neutron | 07:30 | |
*** hichihara has joined #openstack-neutron | 07:30 | |
*** numans has joined #openstack-neutron | 07:31 | |
*** devvesa has quit IRC | 07:33 | |
*** markvoelker has quit IRC | 07:35 | |
*** abregman has joined #openstack-neutron | 07:36 | |
*** edand has joined #openstack-neutron | 07:37 | |
*** abregman has quit IRC | 07:37 | |
*** abregman has joined #openstack-neutron | 07:38 | |
*** ranjithd has quit IRC | 07:39 | |
*** salv-orlando has joined #openstack-neutron | 07:39 | |
*** bsv has joined #openstack-neutron | 07:43 | |
*** fzdarsky_ is now known as fzdarsky | 07:43 | |
*** wu_ng has quit IRC | 07:45 | |
*** jlanoux has quit IRC | 07:47 | |
*** eezhova has joined #openstack-neutron | 07:47 | |
*** wu_ng has joined #openstack-neutron | 07:47 | |
*** devvesa has joined #openstack-neutron | 07:49 | |
*** nyechiel has joined #openstack-neutron | 07:50 | |
*** hichihara has quit IRC | 07:51 | |
*** Sukhdev has quit IRC | 07:52 | |
*** kobis1 has joined #openstack-neutron | 07:54 | |
shihanzhang | hi all, who can help to review this patch: https://review.openstack.org/#/c/213047/ | 07:54 |
*** jckasper has joined #openstack-neutron | 07:54 | |
*** kobis1 has quit IRC | 07:54 | |
*** kobis1 has joined #openstack-neutron | 07:54 | |
*** kobis has quit IRC | 07:55 | |
*** bkopilov_ has quit IRC | 07:57 | |
*** bkopilov has quit IRC | 07:57 | |
*** roeyc has joined #openstack-neutron | 07:57 | |
*** shashank_hegde has quit IRC | 07:57 | |
*** ivasilevskaya has joined #openstack-neutron | 07:58 | |
*** jckasper has quit IRC | 07:59 | |
*** zzzeek has quit IRC | 08:00 | |
*** hichihara has joined #openstack-neutron | 08:00 | |
*** bkopilov has joined #openstack-neutron | 08:01 | |
*** markvoelker has joined #openstack-neutron | 08:01 | |
*** zzzeek has joined #openstack-neutron | 08:01 | |
*** azbiswas has quit IRC | 08:03 | |
*** hoangcx has quit IRC | 08:04 | |
*** hoangcx has joined #openstack-neutron | 08:05 | |
*** matrohon has joined #openstack-neutron | 08:05 | |
*** chlong has quit IRC | 08:06 | |
*** markvoelker has quit IRC | 08:07 | |
*** thorst has joined #openstack-neutron | 08:09 | |
*** claudiub has joined #openstack-neutron | 08:11 | |
*** chandanc_ has quit IRC | 08:15 | |
*** rossella_s has joined #openstack-neutron | 08:16 | |
*** ganeshnalawade has joined #openstack-neutron | 08:16 | |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: fullstack: Add security group tests https://review.openstack.org/341328 | 08:17 |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: WIP: Remove OVS compilation for functional/fullstack jobs https://review.openstack.org/363474 | 08:17 |
*** lbrune has joined #openstack-neutron | 08:17 | |
*** thorst has quit IRC | 08:17 | |
*** lucas-dinner is now known as lucasagomes | 08:20 | |
*** javeriak has quit IRC | 08:20 | |
*** mickeys has joined #openstack-neutron | 08:20 | |
*** ranjithd has joined #openstack-neutron | 08:22 | |
*** ganeshnalawade has quit IRC | 08:22 | |
*** javeriak has joined #openstack-neutron | 08:22 | |
*** mickeys has quit IRC | 08:25 | |
*** gongysh has quit IRC | 08:26 | |
*** oomichi has quit IRC | 08:27 | |
openstackgerrit | Merged openstack/neutron: Add QoS minimum bandwidth rule for instance egress traffic https://review.openstack.org/344145 | 08:27 |
*** stanzgy has quit IRC | 08:28 | |
*** javeriak has quit IRC | 08:28 | |
*** javeriak has joined #openstack-neutron | 08:29 | |
*** oomichi has joined #openstack-neutron | 08:29 | |
*** markvoelker has joined #openstack-neutron | 08:29 | |
openstackgerrit | Merged openstack/neutron: Add new configuration test in sanity check: vf_extended_management https://review.openstack.org/351833 | 08:29 |
*** sleviim has joined #openstack-neutron | 08:29 | |
*** diga has joined #openstack-neutron | 08:30 | |
*** lbrune1 has joined #openstack-neutron | 08:30 | |
*** rkrum has quit IRC | 08:30 | |
*** lbrune has quit IRC | 08:31 | |
*** wolverineav has quit IRC | 08:31 | |
*** eezhova has quit IRC | 08:31 | |
*** rossella_s has quit IRC | 08:31 | |
*** gongysh_ has quit IRC | 08:31 | |
*** markvoelker has quit IRC | 08:34 | |
*** edand has quit IRC | 08:34 | |
openstackgerrit | Merged openstack/neutron: SR-IOV: add agent QoS driver to support egress minimum bandwidth https://review.openstack.org/347302 | 08:34 |
*** stanzgy has joined #openstack-neutron | 08:34 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: [TEST]: debug timestamp drift issue https://review.openstack.org/363482 | 08:35 |
*** anilvenkata has joined #openstack-neutron | 08:36 | |
*** ihrachys has quit IRC | 08:37 | |
*** iwamoto has quit IRC | 08:37 | |
*** ganeshnalawade has joined #openstack-neutron | 08:37 | |
*** ushkalim has joined #openstack-neutron | 08:38 | |
*** wolverineav has joined #openstack-neutron | 08:39 | |
*** mhickey has joined #openstack-neutron | 08:39 | |
*** devvesa has quit IRC | 08:40 | |
*** yedongcan has quit IRC | 08:40 | |
*** javeriak has quit IRC | 08:40 | |
*** obondarev has joined #openstack-neutron | 08:41 | |
*** vijaykc4 has quit IRC | 08:41 | |
openstackgerrit | QunyingRan proposed openstack/neutron: Remove used ip which not in subnet pool from network used ip statistics https://review.openstack.org/322387 | 08:42 |
*** vijaykc4 has joined #openstack-neutron | 08:43 | |
*** gongysh_ has joined #openstack-neutron | 08:44 | |
*** chandanc_ has joined #openstack-neutron | 08:45 | |
*** ivc_ has joined #openstack-neutron | 08:46 | |
*** bzhao has quit IRC | 08:46 | |
*** bzhao has joined #openstack-neutron | 08:47 | |
openstackgerrit | Anh Tran proposed openstack/neutron: Rollback port after failed to add it to router https://review.openstack.org/341427 | 08:47 |
*** xinliang has quit IRC | 08:48 | |
*** xinliang has joined #openstack-neutron | 08:49 | |
*** ivc_ has quit IRC | 08:50 | |
jschwarz | anilvenkata, hey | 08:50 |
*** watanabe_isao has quit IRC | 08:51 | |
jschwarz | anilvenkata, so basically I've encountered an issue with your approach | 08:51 |
jschwarz | anilvenkata, where if you don't create the L3HARouterAgentPortBinding then the data sent to the agent doesn't include '_ha_interface' and this makes the initilization of the router on the agent side problematic | 08:52 |
jschwarz | anilvenkata, at minimum we need https://review.openstack.org/#/c/265672/ | 08:52 |
*** roeyc has quit IRC | 08:52 | |
*** lbrune has joined #openstack-neutron | 08:52 | |
*** ushkalim_ has joined #openstack-neutron | 08:54 | |
*** lbrune1 has quit IRC | 08:54 | |
*** numans has quit IRC | 08:55 | |
*** obondarev has quit IRC | 08:57 | |
openstackgerrit | Anh Tran proposed openstack/neutron: Rollback port after failed to add it to router https://review.openstack.org/341427 | 08:58 |
*** hichihara has quit IRC | 08:59 | |
*** markvoelker has joined #openstack-neutron | 08:59 | |
*** karthiks has joined #openstack-neutron | 09:00 | |
*** obondarev has joined #openstack-neutron | 09:01 | |
*** moshele has quit IRC | 09:01 | |
anilvenkata | jschwarz, but ha_interface should be created through sync_routers, right? | 09:01 |
jschwarz | anilvenkata, yes | 09:01 |
jschwarz | anilvenkata, but the router_updated doesn' | 09:01 |
jschwarz | doesn't provide it and for some reason my sync_routers doesn | 09:02 |
jschwarz | blah!! | 09:02 |
jschwarz | doesn't return it either | 09:02 |
*** moshele has joined #openstack-neutron | 09:02 | |
jschwarz | anilvenkata, anyway I'm looking into it | 09:02 |
anilvenkata | jschwarz, ok, please update me :) | 09:03 |
*** markvoelker has quit IRC | 09:04 | |
*** azbiswas has joined #openstack-neutron | 09:04 | |
*** jlibosva has joined #openstack-neutron | 09:05 | |
*** lujinluo has quit IRC | 09:05 | |
*** nijaba has quit IRC | 09:05 | |
*** namnh has joined #openstack-neutron | 09:06 | |
jschwarz | moshele, hey | 09:06 |
moshele | jschwarz: hi | 09:07 |
jschwarz | moshele, how are you? | 09:07 |
jschwarz | moshele, will we see you in Barcelona? | 09:07 |
moshele | jschwarz: good, and you | 09:07 |
moshele | jschwarz: yes I will be there | 09:07 |
*** nijaba has joined #openstack-neutron | 09:07 | |
*** nijaba has quit IRC | 09:07 | |
*** nijaba has joined #openstack-neutron | 09:07 | |
jschwarz | moshele, a bit under the weather | 09:07 |
jschwarz | yay! | 09:07 |
bsv | so, is it worth going to the Summit? | 09:08 |
jschwarz | bsv, sure it is! | 09:08 |
moshele | jschwarz: I assume you go too :) | 09:08 |
jschwarz | moshele, I'm giving a talk so I better go :P | 09:08 |
jschwarz | moshele, I had a question about Mellanox CI for the neutron repo | 09:08 |
jschwarz | moshele, specifically about Neutron-ML2-Sriov job | 09:08 |
moshele | jschwarz: so save me a seat :) | 09:08 |
bsv | I can see the price varies, but no reason listed. Is it the number of days or? | 09:08 |
moshele | jschwarz: yes | 09:08 |
jschwarz | moshele, is it running with actual SRIOV-support hardware? | 09:09 |
moshele | bsv: they increase it when it come close to the summit | 09:09 |
*** azbiswas has quit IRC | 09:09 | |
moshele | jschwarz: yes | 09:09 |
bsv | jschwarz: heh heh, I spend an insane amount of time on the SRIOV, it broke my setup. | 09:09 |
jschwarz | moshele, so I've been talking to our good friend Ofer Blaut | 09:09 |
jschwarz | moshele, and he said that SRIOV + QoS isn't tested | 09:10 |
jschwarz | moshele, ... if there's an SRIOV gate (that is voting, no less), and we have a QoS tempest test - why not run it there? | 09:10 |
bsv | SRIOV is broken on HPE Blade switches (VirtualConnect) unless you reach a certain firmware level. | 09:10 |
*** numans has joined #openstack-neutron | 09:10 | |
jschwarz | bsv, lol | 09:10 |
moshele | jschwarz: yes, I need to add them, but the failed for some reason I wanted to talk to itizkb | 09:10 |
jschwarz | bsv, that's sad :< | 09:10 |
jschwarz | itzikb, ^ | 09:10 |
bsv | yep, found out the hard way. | 09:10 |
jschwarz | moshele, interesting | 09:10 |
jschwarz | moshele, is there a time frame for that? | 09:11 |
bsv | But it seems fine on the latest release. | 09:11 |
moshele | jschwarz: I want to have it before the summit | 09:11 |
jschwarz | moshele, excellent | 09:12 |
jschwarz | moshele, :) | 09:12 |
*** mfuruta has quit IRC | 09:12 | |
*** bjornar_ has joined #openstack-neutron | 09:12 | |
itzikb | moshele: jschwarz: for QoS in Neutron we need to change it to support SR-IOV | 09:12 |
moshele | what need to be change? | 09:13 |
jschwarz | the test? | 09:13 |
itzikb | moshele: we need to add create port | 09:13 |
itzikb | jschwarz: yes | 09:13 |
moshele | it not working with create port ? | 09:13 |
moshele | so that explain the failure :) | 09:14 |
jschwarz | moshele, seems like an issue that is easy to fix for SRIOV | 09:14 |
*** trinaths has joined #openstack-neutron | 09:14 | |
*** ihrachys has joined #openstack-neutron | 09:14 | |
itzikb | moshele: no | 09:14 |
*** devvesa has joined #openstack-neutron | 09:14 | |
moshele | schwarz: ok, once you have a patch that fixes it I will try agian | 09:14 |
*** thorst has joined #openstack-neutron | 09:14 | |
*** abregman has quit IRC | 09:15 | |
itzikb | moshele: will ping you when it's there so you can run | 09:15 |
*** itzikb is now known as itzikb|afk | 09:15 | |
moshele | jschwarz: also who is expert on DB the Mellanox CI sometime failed with https://bugs.launchpad.net/neutron/+bug/1618382 | 09:15 |
openstack | Launchpad bug 1618382 in neutron "test_update_instance_port_admin_state Fails sumetime with DB Update error" [Undecided,New] | 09:15 |
jschwarz | moshele, I heard akamyshnikova was pretty good with DBs :P | 09:16 |
moshele | jschwarz: thanks | 09:17 |
moshele | akamyshnikova: hi, can you talk a look at this issue https://bugs.launchpad.net/neutron/+bug/1618382 | 09:17 |
openstack | Launchpad bug 1618382 in neutron "test_update_instance_port_admin_state Fails sumetime with DB Update error" [Undecided,New] | 09:17 |
*** jlanoux has joined #openstack-neutron | 09:20 | |
bsv | hmm 650$ + hotel and transport. Thats a tad... | 09:20 |
*** eezhova has joined #openstack-neutron | 09:21 | |
*** lbrune has quit IRC | 09:21 | |
*** thorst has quit IRC | 09:22 | |
*** bbzhao has joined #openstack-neutron | 09:26 | |
*** abregman has joined #openstack-neutron | 09:28 | |
*** markvoelker has joined #openstack-neutron | 09:29 | |
*** bzhao has quit IRC | 09:29 | |
*** john-davidge has joined #openstack-neutron | 09:30 | |
akamyshnikova | moshele, looking | 09:32 |
*** john-davidge has quit IRC | 09:33 | |
*** john-dav_ has joined #openstack-neutron | 09:33 | |
*** markvoelker has quit IRC | 09:33 | |
*** trananhkma has joined #openstack-neutron | 09:36 | |
*** john-dav_ is now known as john-davidge | 09:38 | |
openstackgerrit | chandanc proposed openstack/neutron-fwaas: FWaaS v2 utilize L3 Agent Extension framework https://review.openstack.org/355576 | 09:38 |
akamyshnikova | moshele, how often does this reproduced? | 09:40 |
*** ganeshnalawade has quit IRC | 09:43 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/python-neutronclient: Make trunk commands handle timestamps for trunk resources https://review.openstack.org/362629 | 09:44 |
*** salv-orlando has quit IRC | 09:45 | |
*** hoangcx has quit IRC | 09:47 | |
jschwarz | kevinbenton, ping | 09:47 |
jschwarz | kevinbenton, re: https://review.openstack.org/#/c/357965/ | 09:48 |
*** gongysh_ has quit IRC | 09:49 | |
*** pgadiya has quit IRC | 09:49 | |
*** davidsha has joined #openstack-neutron | 09:57 | |
*** ganeshnalawade has joined #openstack-neutron | 09:57 | |
*** markvoelker has joined #openstack-neutron | 09:57 | |
trananhkma | kevinbenton, would you mind explaining your meaning of your comment https://review.openstack.org/#/c/341427/16/neutron/db/l3_dvr_db.py@342 | 09:57 |
davidsha | ajo: ping | 09:57 |
trananhkma | kevinbenton, sorry I'm not understand yet | 09:57 |
*** wu_ng has quit IRC | 10:01 | |
*** yamamoto_ has quit IRC | 10:01 | |
*** markvoelker has quit IRC | 10:02 | |
*** salv-orlando has joined #openstack-neutron | 10:02 | |
moshele | akamyshnikova: it hard to say we see once in a couple days | 10:06 |
*** pgadiya has joined #openstack-neutron | 10:07 | |
*** roeyc has joined #openstack-neutron | 10:07 | |
*** javeriak has joined #openstack-neutron | 10:09 | |
akamyshnikova | moshele, last week something similar was fixed in lbaas https://bugs.launchpad.net/neutron/+bug/1613251 | 10:09 |
openstack | Launchpad bug 1613251 in neutron "HAproxy scenario tests cleanup fail with a StaleDataError (LBaaSv1 and LBaaSv2)" [High,Fix released] - Assigned to Nir Magnezi (nmagnezi) | 10:09 |
*** tbachman has quit IRC | 10:09 | |
akamyshnikova | moshele, the error is the same at least | 10:09 |
*** ganeshnalawade has quit IRC | 10:09 | |
*** ganeshnalawade has joined #openstack-neutron | 10:10 | |
namnh | ihrachys: Hi Ihar, I would like to add you to my patch set: https://review.openstack.org/#/c/350953/ Could you help me to review it. Thanks! | 10:13 |
openstackgerrit | Merged openstack/neutron: Generate new context for each DHCP RPC call https://review.openstack.org/362468 | 10:18 |
*** buttercup has joined #openstack-neutron | 10:18 | |
*** javeriak has quit IRC | 10:19 | |
*** thorst has joined #openstack-neutron | 10:20 | |
*** ivc_ has joined #openstack-neutron | 10:22 | |
*** ganeshnalawade has quit IRC | 10:24 | |
*** markvoelker has joined #openstack-neutron | 10:26 | |
*** thorst has quit IRC | 10:26 | |
trananhkma | kevinbenton, if I remove delmgr, delete_on_error will alway be True, then neutron will delete port even add_by_port. | 10:29 |
*** markvoelker has quit IRC | 10:30 | |
*** lihi has joined #openstack-neutron | 10:32 | |
*** chrichip has joined #openstack-neutron | 10:34 | |
*** chenyan has quit IRC | 10:34 | |
*** EinstCrazy has quit IRC | 10:35 | |
*** lihi has quit IRC | 10:35 | |
openstackgerrit | Merged openstack/neutron: debtcollector for globals https://review.openstack.org/352601 | 10:35 |
*** pbandark has quit IRC | 10:36 | |
*** tmorin has quit IRC | 10:36 | |
*** trisq has quit IRC | 10:37 | |
*** djan has quit IRC | 10:38 | |
*** pbandark has joined #openstack-neutron | 10:41 | |
*** vthapar has quit IRC | 10:41 | |
*** lihi has joined #openstack-neutron | 10:44 | |
*** mestery has quit IRC | 10:46 | |
*** itzikb|afk is now known as itzikb | 10:46 | |
*** sdague has joined #openstack-neutron | 10:46 | |
openstackgerrit | venkata anil proposed openstack/neutron: [WIP] HA: Avoid multiple port binding by agents https://review.openstack.org/285773 | 10:48 |
*** sdake has joined #openstack-neutron | 10:49 | |
*** chrichip has quit IRC | 10:50 | |
*** chrichip has joined #openstack-neutron | 10:51 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron-lib: Move valuable API info from neutron-specs repo https://review.openstack.org/362877 | 10:51 |
*** stanzgy has quit IRC | 10:52 | |
*** anilvenkata is now known as anilvenkata_afk | 10:55 | |
*** chrichip has quit IRC | 10:56 | |
*** markvoelker has joined #openstack-neutron | 10:56 | |
*** chrichip has joined #openstack-neutron | 10:57 | |
*** ganeshnalawade has joined #openstack-neutron | 10:57 | |
*** obondarev has quit IRC | 10:58 | |
yushiro | amotoki: Hi. I've commented your OSC plugin's patch.https://review.openstack.org/#/c/348097/3 | 10:59 |
*** markvoelker has quit IRC | 11:00 | |
yushiro | amotoki: Would you check my comments? | 11:00 |
*** chandanc_ has quit IRC | 11:02 | |
njohnston | ihrachys: Could you take another look at https://review.openstack.org/#/c/357503/ when you get a chance? Thanks! | 11:02 |
ihrachys | njohnston: mmm, you have +2. reviewing. | 11:03 |
*** iyamahat has joined #openstack-neutron | 11:03 | |
*** salv-orlando has quit IRC | 11:04 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: [wip]: add registry events for port dataplane wiring https://review.openstack.org/363582 | 11:08 |
*** amotoki has quit IRC | 11:09 | |
*** fzdarsky is now known as fzdarsky|lunch | 11:09 | |
*** chrichip has quit IRC | 11:10 | |
*** iyamahat has quit IRC | 11:11 | |
*** chrichip has joined #openstack-neutron | 11:11 | |
*** bkopilov has quit IRC | 11:11 | |
*** chandanc_ has joined #openstack-neutron | 11:12 | |
*** murphy_zhao has quit IRC | 11:12 | |
*** amotoki has joined #openstack-neutron | 11:14 | |
*** javeriak has joined #openstack-neutron | 11:15 | |
*** chrichip has quit IRC | 11:18 | |
*** garyk1 has joined #openstack-neutron | 11:18 | |
*** chrichip has joined #openstack-neutron | 11:19 | |
*** ramishra has quit IRC | 11:21 | |
garyk1 | kevinbenton: you around? | 11:23 |
*** ramishra has joined #openstack-neutron | 11:23 | |
*** namnh has quit IRC | 11:23 | |
*** markvoelker has joined #openstack-neutron | 11:25 | |
*** chrichip has quit IRC | 11:26 | |
*** salv-orlando has joined #openstack-neutron | 11:26 | |
*** chrichip has joined #openstack-neutron | 11:27 | |
*** rtheis has joined #openstack-neutron | 11:28 | |
*** markvoelker has quit IRC | 11:29 | |
*** vijaykc4 has joined #openstack-neutron | 11:30 | |
ihrachys | njohnston: -1, please check comments. | 11:31 |
*** ganeshnalawade has quit IRC | 11:32 | |
openstackgerrit | garyk proposed openstack/neutron: Revert "Add reno for deprecation of max_fixed_ips_per_port" https://review.openstack.org/363599 | 11:35 |
*** baoli has joined #openstack-neutron | 11:37 | |
*** obondarev has joined #openstack-neutron | 11:39 | |
*** trisq has joined #openstack-neutron | 11:39 | |
njohnston | Thanks, ihrachys! | 11:41 |
*** ganeshnalawade has joined #openstack-neutron | 11:43 | |
*** lucasagomes is now known as lucas-hungry | 11:43 | |
*** thorst has joined #openstack-neutron | 11:43 | |
*** chrichip has quit IRC | 11:44 | |
garyk1 | obondarev: can you please look at https://review.openstack.org/363599 | 11:44 |
*** vishwanathj has joined #openstack-neutron | 11:44 | |
*** lihi has quit IRC | 11:45 | |
*** chrichip has joined #openstack-neutron | 11:45 | |
*** lbrune has joined #openstack-neutron | 11:45 | |
*** baoli_ has joined #openstack-neutron | 11:46 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron-lib: api-ref: remove notion of supported xml format https://review.openstack.org/362969 | 11:47 |
*** lihi has joined #openstack-neutron | 11:48 | |
openstackgerrit | garyk proposed openstack/neutron: Removal depraction warning for max_fixed_ips_per_port https://review.openstack.org/363602 | 11:49 |
*** baoli has quit IRC | 11:49 | |
obondarev | garyk1: your suggestion is to not deprecate the option at all? | 11:49 |
obondarev | garyk1: the patch only removes release not which doesn’t make much sense without removing deprecation | 11:49 |
garyk1 | obondarev: i wrote a mail to the list. two options: 1 to no longer deprecate (patch above) or to add a callback and each plugin can add in their own logic | 11:50 |
garyk1 | i prefer the former using the configuration variable. its far cleaner if possible | 11:50 |
garyk1 | obondarev: i did that in https://review.openstack.org/363602 | 11:50 |
garyk1 | not sure what to do about the release note - that was in mitaka | 11:50 |
obondarev | garyk1: why not do it in a single patch? | 11:51 |
obondarev | garyk1: anyway let’s see where the email discussion ends | 11:51 |
garyk1 | obondarev: ok, thanks. i guess that I can delete the release note on that patch. | 11:52 |
garyk1 | i'll do that and see how people respond | 11:52 |
obondarev | garyk1: if there are indeed plugins which use this option than it’s probably not a right thing to remove it. Another question is why it took so long for them to realize the deprecation and raise a concern in the end of Newton | 11:53 |
ihrachys | davidsha: hi | 11:54 |
ihrachys | davidsha: I looked at client patch, and realized we allow the rule to not contain limit set at all | 11:54 |
ihrachys | davidsha: which does not make much sense, does it? | 11:55 |
amotoki | ihrachys: two questions on QoS min bw feature. | 11:55 |
garyk1 | obondarev: it is kind of fiunny - or actually sad. discovered it when trying to update a IP on a neutron port and used the wrong cli command (which created 2 insteda of 1) | 11:55 |
openstackgerrit | garyk proposed openstack/neutron: Removal depraction warning for max_fixed_ips_per_port https://review.openstack.org/363602 | 11:55 |
ihrachys | amotoki: shoo | 11:55 |
ihrachys | amotoki: shoot | 11:55 |
*** jckasper has joined #openstack-neutron | 11:55 | |
amotoki | ihrachys: we have only SR-IOV support for min BW. is it ready to release QoS min bw feature? | 11:55 |
ihrachys | amotoki: we will have sriov only in N | 11:56 |
ihrachys | other backends are not complete. | 11:56 |
*** oshvartz has joined #openstack-neutron | 11:56 | |
*** vijaykc4 has quit IRC | 11:56 | |
amotoki | ihrachys: i just visited the series of patches and wonder whether we can give a green signal to the client patch. | 11:56 |
*** markvoelker has joined #openstack-neutron | 11:56 | |
ihrachys | amotoki: generally I think yes, we landed API on server side yesterday. | 11:57 |
ihrachys | amotoki: but I have this issue with the new rule allowing no limit to be passed. we may need to revisit it on server side and hence will then need to update the current client patch. | 11:57 |
ihrachys | I want to run that with davidsha and maybe ajo if he is up for chat today before landing client piece. | 11:58 |
*** vijaykc4 has joined #openstack-neutron | 11:58 | |
*** trinaths has left #openstack-neutron | 11:58 | |
ihrachys | the way client patch is, it reflects server side, I am just not sure whether it's the intended behaviour. | 11:58 |
ihrachys | we could as well land it now and make a follow up if/when server is revisited, but since it will probably happen today, I don't see rush to land client now | 11:58 |
*** yamamoto has joined #openstack-neutron | 11:59 | |
ihrachys | amotoki: do you have any concerns about client piece except that one? | 11:59 |
*** yamamoto_ has joined #openstack-neutron | 11:59 | |
amotoki | ihrachys: none so far. I am looking thru the patch series. | 11:59 |
*** davidsha has quit IRC | 11:59 | |
*** mosulica has quit IRC | 12:00 | |
*** jckasper has quit IRC | 12:00 | |
*** chrichip has quit IRC | 12:00 | |
*** chrichip has joined #openstack-neutron | 12:00 | |
amotoki | ihrachys: one more question on QoS rule. this is about OVO. | 12:00 |
*** ganeshnalawade has quit IRC | 12:01 | |
*** markvoelker has quit IRC | 12:01 | |
*** mosulica has joined #openstack-neutron | 12:01 | |
amotoki | ihrachys: in https://review.openstack.org/#/c/344145/29/neutron/objects/qos/rule.py, we increment the object version of the base class (L.52) | 12:01 |
*** mosulica has quit IRC | 12:01 | |
amotoki | ihrachys: what does this mean? | 12:01 |
mordred | ls | 12:01 |
ihrachys | amotoki: right. because policy.rules field contains rules | 12:01 |
mordred | gah | 12:01 |
ihrachys | amotoki: so 1.1 version cannot represent any policy with a new rule, hence new version | 12:02 |
*** amuller has joined #openstack-neutron | 12:02 | |
ihrachys | amotoki: then for users of older version (old agents), we backport policy from 1.2 to 1.1 with the rule as in line 136. | 12:02 |
*** tongli has quit IRC | 12:03 | |
ihrachys | amotoki: if policy already has the new rule, then backport fails, and no update is sent to agents, because at this point we can't make consistent representation of the object in 1.1 version terms | 12:03 |
*** yamamoto has quit IRC | 12:03 | |
*** salv-orlando has quit IRC | 12:04 | |
ihrachys | amotoki: it makes me think if a better behaviour would be not to fail but to remove the rule, but that's a philosophical question | 12:04 |
*** ganeshnalawade has joined #openstack-neutron | 12:04 | |
ihrachys | amotoki: ideally, new features would be forbidden on API layer while you upgrade to new version, but we don't have anything for that atm | 12:04 |
*** jlibosva has quit IRC | 12:05 | |
amotoki | ihrachys: I see. QoSPolicy object contains 'rules' field and this patch changes the definition of available rules. | 12:05 |
ihrachys | yeah. new policy 1.2 may contain the new rule, old 1.1 should not | 12:05 |
*** anilvenkata_afk is now known as anilvenkata | 12:05 | |
ihrachys | so users of 1.1 know for sure which rule types they may see in the payload | 12:05 |
amotoki | my understanding is clear now. we need to be careful when touching an object referred to from other object. | 12:06 |
*** jlibosva has joined #openstack-neutron | 12:07 | |
*** roeyc has quit IRC | 12:07 | |
*** roeyc has joined #openstack-neutron | 12:09 | |
ihrachys | amotoki: yeah. ideally, all of them are co-structured in a way that makes it more clear what can go wrong | 12:09 |
*** rodrigods has quit IRC | 12:09 | |
*** rodrigods has joined #openstack-neutron | 12:09 | |
*** gouthamr has joined #openstack-neutron | 12:09 | |
*** ganeshnalawade has quit IRC | 12:09 | |
*** davidsha has joined #openstack-neutron | 12:11 | |
*** annp has quit IRC | 12:11 | |
*** salv-orlando has joined #openstack-neutron | 12:12 | |
*** jpena is now known as jpena|lunch | 12:12 | |
davidsha | ihrachys: Hey, that was a change I made this patch. I wasn't able to do a negative test while those were set to true, The parser args don't throw exceptions they just kill the process. | 12:13 |
BlackDex | hello there. Where can i find the router port created with neutron? | 12:16 |
*** chandanc_ has quit IRC | 12:16 | |
BlackDex | what i want to know is on which system that port is created | 12:16 |
BlackDex | since i have multiple neutron-gateways and compute nodes | 12:16 |
BlackDex | i'm probably looking at the wrong place, so some help would be cool :) | 12:17 |
*** ganeshnalawade has joined #openstack-neutron | 12:18 | |
*** pradk has joined #openstack-neutron | 12:20 | |
*** tmorin has joined #openstack-neutron | 12:22 | |
*** markvoelker has joined #openstack-neutron | 12:24 | |
mordred | sc68cal: whence you have awakened and onlined, I could use some help with the shade neutron functional test ... | 12:26 |
*** ygbo has joined #openstack-neutron | 12:27 | |
mordred | sc68cal: http://logs.openstack.org/01/362901/1/check/gate-shade-dsvm-functional-neutron/9698d83/console.html#_2016-08-30_18_56_58_838512 is the failure I get. I tried this: https://review.openstack.org/#/c/363157/ | 12:27 |
mordred | sc68cal: but that didn't work - so probably I should be setting some variables in the devstack config for that job? | 12:27 |
*** markvoelker has quit IRC | 12:29 | |
openstackgerrit | Merged openstack/neutron: Do not warn under normal network circumstances https://review.openstack.org/363397 | 12:29 |
*** vijaykc4 has quit IRC | 12:30 | |
openstackgerrit | Anh Tran proposed openstack/neutron: Rollback port after failed to add it to router https://review.openstack.org/341427 | 12:31 |
*** javeriak has quit IRC | 12:31 | |
*** rossella_s has joined #openstack-neutron | 12:32 | |
*** chandanc_ has joined #openstack-neutron | 12:32 | |
*** sindhu has joined #openstack-neutron | 12:32 | |
*** jlibosva has quit IRC | 12:33 | |
*** jlibosva has joined #openstack-neutron | 12:33 | |
*** openstackgerrit has quit IRC | 12:34 | |
*** openstackgerrit has joined #openstack-neutron | 12:35 | |
*** sindhu has quit IRC | 12:35 | |
*** crose has joined #openstack-neutron | 12:38 | |
*** trananhkma has quit IRC | 12:39 | |
openstackgerrit | ZhaoBo proposed openstack/neutron: Add timestamp fields for neutron ext resources https://review.openstack.org/312873 | 12:40 |
openstackgerrit | Sergey Belous proposed openstack/neutron-specs: Extend Quota API to report usage statistics https://review.openstack.org/348947 | 12:41 |
*** chandanc_ has quit IRC | 12:41 | |
*** chandanc_ has joined #openstack-neutron | 12:41 | |
*** jhershbe__ has quit IRC | 12:42 | |
*** jhershbe has quit IRC | 12:42 | |
*** lucas-hungry is now known as lucasagomes | 12:45 | |
*** bkopilov has joined #openstack-neutron | 12:46 | |
*** tongli has joined #openstack-neutron | 12:47 | |
openstackgerrit | Merged openstack/os-vif: Check for concurrent bridge creation in bridge add https://review.openstack.org/361516 | 12:47 |
ihrachys | davidsha: yeah, but does it make sense that we have it not enforced on server side? | 12:47 |
*** tongli has quit IRC | 12:48 | |
*** tongli has joined #openstack-neutron | 12:49 | |
*** vijaykc4 has joined #openstack-neutron | 12:50 | |
*** Fdaisuke has quit IRC | 12:51 | |
*** Fdaisuke has joined #openstack-neutron | 12:51 | |
*** ijw has joined #openstack-neutron | 12:52 | |
openstackgerrit | Lujin Luo proposed openstack/neutron: Add a composite unique key to floatingip table in Neutron database https://review.openstack.org/276018 | 12:52 |
*** mestery has joined #openstack-neutron | 12:52 | |
*** obondarev has quit IRC | 12:53 | |
*** markvoelker has joined #openstack-neutron | 12:54 | |
*** javeriak has joined #openstack-neutron | 12:55 | |
*** javeriak has quit IRC | 12:55 | |
*** gvrangan has quit IRC | 12:56 | |
*** wolverineav has quit IRC | 12:56 | |
*** ijw has quit IRC | 12:57 | |
davidsha | ihrachys: It is enforced though, it checks if it's greater than 0 right? | 12:58 |
*** markvoelker has quit IRC | 12:58 | |
*** ilyashakhat has joined #openstack-neutron | 12:59 | |
davidsha | ihrachys: it defaults to None so if it isn't provided it's outside the range of acceptable values, correct? | 12:59 |
*** fzdarsky|lunch is now known as fzdarsky | 12:59 | |
ihrachys | davidsha: hm, I guess you are right. | 13:00 |
ihrachys | davidsha: models and object still allow any value. | 13:00 |
ihrachys | davidsha: including null | 13:00 |
ihrachys | davidsha: but that's ok-ish if we catch it in api layer | 13:01 |
*** pradk has quit IRC | 13:01 | |
ihrachys | davidsha: also, what if I don't pass the parameter at all? I don't think any validation will be triggered. | 13:01 |
davidsha | ihrachys: In client or server? | 13:01 |
*** ratailor has quit IRC | 13:01 | |
ihrachys | davidsha: in server | 13:02 |
openstackgerrit | Adrien Cunin proposed openstack/neutron: Fixed sysctl call to disable IPv6 on an interface https://review.openstack.org/363634 | 13:02 |
*** wolverineav has joined #openstack-neutron | 13:02 | |
ihrachys | davidsha: https://github.com/openstack/neutron/blob/master/neutron/extensions/qos.py#L103 | 13:02 |
ihrachys | default None. wtf. | 13:02 |
ihrachys | does it mean that None will be set, then validation will trigger failure? | 13:03 |
*** EinstCrazy has joined #openstack-neutron | 13:03 | |
davidsha | ihrachys: Thats what I meant on the server, I believe so | 13:03 |
*** kriskend_ has joined #openstack-neutron | 13:04 | |
*** jckasper has joined #openstack-neutron | 13:04 | |
*** markvoelker has joined #openstack-neutron | 13:04 | |
ihrachys | davidsha: we need api tests to validate that behaviour | 13:05 |
ihrachys | lemme write some | 13:05 |
*** azbiswas has joined #openstack-neutron | 13:06 | |
*** wolverineav has quit IRC | 13:06 | |
davidsha | ihrachys: kk, is there anything I can help with? | 13:07 |
*** wolverineav has joined #openstack-neutron | 13:07 | |
sbelous | dasm, ping | 13:09 |
dasm | sbelous: pong | 13:09 |
sbelous | dasm, hi! thanks for review spec about extend api | 13:10 |
dasm | sbelous: hey, no problem. | 13:10 |
ihrachys | davidsha: I will ping you later when I understand what's going on therre. | 13:10 |
*** markvoelker has quit IRC | 13:10 | |
*** vijaykc4 has quit IRC | 13:11 | |
*** azbiswas has quit IRC | 13:11 | |
*** tbachman has joined #openstack-neutron | 13:11 | |
sbelous | dasm, so, I want to talk about OSC support. Actually, I don't know exactly, what should be done (or not). I think, support in OSC is very good idea, but I can't image what already done on OSC for neutron and how difficult would be implement new functional of quotas in it. What do you think about it? Can you suggest something? | 13:12 |
*** prateek has quit IRC | 13:12 | |
*** crose has quit IRC | 13:13 | |
*** diga has quit IRC | 13:13 | |
electrocucaracha | ihrachys: ping | 13:13 |
ihrachys | electrocucaracha: pong | 13:13 |
electrocucaracha | ihrachys: I was checking this https://review.openstack.org/#/c/352809/ but it seems like a decision has been make, I'm not sure what else can be added there | 13:13 |
dasm | sbelous: ok. let me find couple links. there is already some work done with transition from neutron cli to osc. | 13:13 |
electrocucaracha | ihrachys: or what do you have in mind | 13:14 |
dasm | sbelous: then, we'll be able to verify if it's achievable, or not. | 13:14 |
*** wolverineav has quit IRC | 13:14 | |
dasm | sbelous: but, in general. if you have any doubts about osc, ask amotoki or rtheis. they both are involved in osc transition. | 13:14 |
sbelous | dasm, and, may be, it makes no sense to add support of neutron-cli client? (if it will be deprecated) | 13:14 |
ihrachys | electrocucaracha: I think you expressed the desire to implement a quick patch to allow disabling validation for get_objects filters, and use it for where we pass filters from API | 13:15 |
ihrachys | electrocucaracha: didn't you? :) | 13:15 |
ihrachys | electrocucaracha: that will be the plan for N. | 13:15 |
dasm | sbelous: yes, probably it's not necessary. | 13:15 |
ihrachys | electrocucaracha: as for filtering on api layer, it will take a long path | 13:15 |
ihrachys | electrocucaracha: that's why we need that quick fix in N | 13:15 |
ihrachys | sbelous: I think the idea is to not require neutronclient anymore for new features | 13:16 |
*** sridharg has quit IRC | 13:16 | |
*** sdake_ has joined #openstack-neutron | 13:16 | |
ihrachys | sbelous: people can implement it too, but the end result may be a quick deprecation for the code. | 13:16 |
sbelous | ihrachys, aha, okey | 13:16 |
electrocucaracha | ihrachys: yes, my idea is to help somehow, but I'm just checking the how | 13:16 |
dasm | sbelous: http://docs.openstack.org/developer/python-neutronclient/devref/transition_to_osc.html | 13:17 |
ihrachys | sbelous: that said, seems like OSC folks are still doing some work that blocks them from merging new features, so it's probably wise to still support neutronclient where it makes sense | 13:17 |
ihrachys | electrocucaracha: I was thinking get_objects will receive a validate_filters=True argument | 13:17 |
sbelous | ihrachys, also, can I ask toy check this spec when you will have free time? :) https://review.openstack.org/#/c/348947 | 13:17 |
*** cleong has joined #openstack-neutron | 13:17 | |
sbelous | dask, thanks a lot! will check it | 13:17 |
electrocucaracha | ihrachys: and we're going to reuse the same patch right? | 13:18 |
sbelous | dasm* | 13:18 |
ihrachys | electrocucaracha: no | 13:18 |
sbelous | (sorry) | 13:18 |
ihrachys | electrocucaracha: a new patch please | 13:18 |
*** jpena|lunch is now known as jpena | 13:18 | |
*** wolverineav has joined #openstack-neutron | 13:18 | |
dasm | sbelous: np. i've also added amotoki and rtheis to this review, to look into OSC/Neutron CLI part. | 13:18 |
*** sdake has quit IRC | 13:19 | |
*** obondarev has joined #openstack-neutron | 13:19 | |
electrocucaracha | ihrachys: and if validate_filters is true, that means it's going to raise an exception in case that an unknown filter is passed, isn't it? | 13:19 |
ihrachys | electrocucaracha: yeah | 13:19 |
*** zengine has joined #openstack-neutron | 13:20 | |
ihrachys | electrocucaracha: then you will set it to False in a bunch of designated places, like https://github.com/openstack/neutron/blob/master/neutron/db/db_base_plugin_v2.py#L1065 | 13:20 |
*** sridharg has joined #openstack-neutron | 13:20 | |
*** yamamoto_ has quit IRC | 13:20 | |
rtheis | sure, I can take a look at the review. Hopefully the OSC auth issues should be resolved now and opened to new function today or tomorrow. | 13:20 |
*** ilyashakhat has quit IRC | 13:20 | |
sbelous | dasm, cool. Let's make the quotas great again :) | 13:21 |
dasm | sbelous: :D | 13:21 |
ihrachys | electrocucaracha: we will also need an api test that validates that 'ignoring' behaviour | 13:21 |
ihrachys | electrocucaracha: preferrably for other resources too | 13:21 |
*** buttercup has quit IRC | 13:21 | |
dasm | rtheis: thanks. | 13:21 |
*** bsv has quit IRC | 13:21 | |
*** yfried has joined #openstack-neutron | 13:21 | |
ihrachys | sbelous: quotas are too liberal, we just need to build a firewall. | 13:21 |
*** sdake_ is now known as sdake | 13:22 | |
*** wolverineav has quit IRC | 13:23 | |
sbelous | :D | 13:23 |
*** Randleman has joined #openstack-neutron | 13:23 | |
*** oshvartz has quit IRC | 13:24 | |
electrocucaracha | ihrachys: got it, and this has to be done today | 13:24 |
*** zengine has quit IRC | 13:25 | |
*** oshvartz has joined #openstack-neutron | 13:26 | |
ihrachys | electrocucaracha: as in, it's ETA, or you think it should have happened today but it won't? :) | 13:27 |
*** jckasper has quit IRC | 13:29 | |
*** zengine has joined #openstack-neutron | 13:29 | |
electrocucaracha | ihrachys: well, I was confirming... my understanding is that tomorrow is last day for N, so if we want to have it, this needs to be done today to do some reviews in the remaining time | 13:30 |
*** rossella_s has quit IRC | 13:31 | |
*** johnbelamaric has joined #openstack-neutron | 13:31 | |
*** wolverineav has joined #openstack-neutron | 13:31 | |
*** jamesdenton has joined #openstack-neutron | 13:32 | |
*** nplanel has quit IRC | 13:32 | |
*** ekuris has quit IRC | 13:33 | |
openstackgerrit | Inessa Vasilevskaya proposed openstack/neutron: ovsfw: fix troublesome port_rule_masking https://review.openstack.org/353782 | 13:33 |
*** prateek has joined #openstack-neutron | 13:33 | |
*** manikanta_tadi has quit IRC | 13:33 | |
*** wolverineav has quit IRC | 13:36 | |
ihrachys | electrocucaracha: tomorrow is milestone3, not final N | 13:36 |
ihrachys | electrocucaracha: we have 2 more weeks until RC to fix it | 13:37 |
ihrachys | electrocucaracha: which does not mean it should not happen today :) | 13:37 |
ihrachys | electrocucaracha: but I understand it's not realistic | 13:37 |
electrocucaracha | ihrachys: yeah, realistic is word that's going to be trendy those days | 13:38 |
*** chrichip has quit IRC | 13:40 | |
*** EinstCrazy has quit IRC | 13:40 | |
*** pbandark has quit IRC | 13:40 | |
*** chrichip has joined #openstack-neutron | 13:41 | |
*** janzian has joined #openstack-neutron | 13:41 | |
*** wolverineav has joined #openstack-neutron | 13:43 | |
*** openstakker has joined #openstack-neutron | 13:45 | |
*** amotoki has quit IRC | 13:46 | |
*** chrichip has quit IRC | 13:46 | |
*** banix has joined #openstack-neutron | 13:46 | |
*** chrichip has joined #openstack-neutron | 13:47 | |
*** jckasper has joined #openstack-neutron | 13:47 | |
*** buttercup has joined #openstack-neutron | 13:47 | |
*** wolverineav has quit IRC | 13:48 | |
*** wolverineav has joined #openstack-neutron | 13:51 | |
*** rossella_s has joined #openstack-neutron | 13:52 | |
*** kriskend_ has quit IRC | 13:53 | |
*** amotoki has joined #openstack-neutron | 13:53 | |
ihrachys | HenryG: https://review.openstack.org/#/c/362860/ ? you pushed the second patch but not the first one in the chain | 13:53 |
*** Shahid_ has quit IRC | 13:54 | |
HenryG | ihrachys: I blame the gerrit ui | 13:54 |
ihrachys | HenryG: blame Canada | 13:54 |
ihrachys | HenryG: https://www.youtube.com/watch?v=bOR38552MJA | 13:54 |
*** jamielennox|away is now known as jamielennox | 13:55 | |
*** wolverineav has quit IRC | 13:55 | |
*** f0o has quit IRC | 13:55 | |
*** c64cosmin_ has joined #openstack-neutron | 13:57 | |
*** pgadiya has quit IRC | 13:57 | |
*** tongli_ has joined #openstack-neutron | 13:58 | |
*** Swanson has quit IRC | 13:58 | |
*** wolverineav has joined #openstack-neutron | 13:59 | |
openstackgerrit | Merged openstack/neutron-lib: Move valuable API info from neutron-specs repo https://review.openstack.org/362877 | 14:00 |
*** links has quit IRC | 14:00 | |
*** tongli has quit IRC | 14:01 | |
*** jamielennox is now known as jamielennox|away | 14:01 | |
*** chrichip has quit IRC | 14:02 | |
*** kriskend_ has joined #openstack-neutron | 14:02 | |
openstakker | anyone experience a problem where neutron-l3-agent goes down after around 1 min consistently? | 14:02 |
openstakker | I'm running liberty release | 14:02 |
*** pbandark has joined #openstack-neutron | 14:02 | |
*** jamielennox|away is now known as jamielennox | 14:02 | |
*** pradk has joined #openstack-neutron | 14:02 | |
*** c64cosmin_ has quit IRC | 14:02 | |
*** chrichip has joined #openstack-neutron | 14:03 | |
*** wolverineav has quit IRC | 14:04 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: Introduce ovo objects for networks https://review.openstack.org/269658 | 14:04 |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: Introduce ovo objects for ports https://review.openstack.org/351368 | 14:04 |
*** buttercup has quit IRC | 14:04 | |
openstackgerrit | Henry Gessau proposed openstack/neutron: Switch to neutron-lib for model_base https://review.openstack.org/358281 | 14:04 |
*** gvrangan has joined #openstack-neutron | 14:05 | |
openstackgerrit | Adrien Cunin proposed openstack/neutron: Fixed method to disable IPv6 on an interface https://review.openstack.org/363634 | 14:05 |
openstackgerrit | Margaret Frances proposed openstack/neutron: Add L3 agent extension API object https://review.openstack.org/357503 | 14:05 |
*** baojg has joined #openstack-neutron | 14:05 | |
*** sdake_ has joined #openstack-neutron | 14:06 | |
*** akshai has joined #openstack-neutron | 14:07 | |
openstackgerrit | Inessa Vasilevskaya proposed openstack/neutron: ovsfw: fix troublesome port_rule_masking https://review.openstack.org/353782 | 14:07 |
*** yamamoto has joined #openstack-neutron | 14:07 | |
openstackgerrit | sahid proposed openstack/os-vif: Adds Windows support for OvsPlugin https://review.openstack.org/344433 | 14:07 |
openstackgerrit | sahid proposed openstack/os-vif: add standard constants for supported platforms https://review.openstack.org/363689 | 14:07 |
openstackgerrit | sahid proposed openstack/os-vif: rework ovs plugin in order to use platform module https://review.openstack.org/363690 | 14:07 |
*** sdake has quit IRC | 14:07 | |
*** f0o has joined #openstack-neutron | 14:08 | |
*** ganeshnalawade has quit IRC | 14:08 | |
*** tonytan4ever has quit IRC | 14:09 | |
*** wolverineav has joined #openstack-neutron | 14:09 | |
*** tonytan4ever has joined #openstack-neutron | 14:09 | |
openstackgerrit | Merged openstack/neutron: Remove vpn service plugin stevedore aliases https://review.openstack.org/362774 | 14:11 |
openstackgerrit | Henry Gessau proposed openstack/neutron: Switch to neutron-lib for model_base https://review.openstack.org/358281 | 14:12 |
*** marst has quit IRC | 14:13 | |
*** wolverineav has quit IRC | 14:15 | |
ihrachys | mfranc213: thanks for working on the patch for l3 api for router info. I commented with some more, nothing huge, I hope you can respin in due course so that we merge it quick. | 14:15 |
*** abregman has quit IRC | 14:16 | |
*** amotoki has quit IRC | 14:16 | |
*** pbandark has quit IRC | 14:16 | |
*** tpsilva has joined #openstack-neutron | 14:16 | |
*** xdcc has joined #openstack-neutron | 14:18 | |
*** mickeys has joined #openstack-neutron | 14:18 | |
*** tonytan4ever has quit IRC | 14:18 | |
nmagnezi | dougwig, ping (lbaas) | 14:19 |
*** wolverineav has joined #openstack-neutron | 14:19 | |
*** tonytan4ever has joined #openstack-neutron | 14:20 | |
*** chandanc_ is now known as chandanc_afk_30m | 14:20 | |
*** michauds has joined #openstack-neutron | 14:20 | |
*** mickeys has quit IRC | 14:20 | |
openstackgerrit | Victor Morales proposed openstack/neutron: Relocate Flavor and ServiceProfile DB models https://review.openstack.org/349071 | 14:20 |
openstackgerrit | Victor Morales proposed openstack/neutron: Relocate router route DB model https://review.openstack.org/354797 | 14:20 |
openstackgerrit | Victor Morales proposed openstack/neutron: Relocate Tag DB model https://review.openstack.org/355536 | 14:20 |
openstackgerrit | Victor Morales proposed openstack/neutron: Relocate dvr model https://review.openstack.org/353541 | 14:20 |
*** sindhu has joined #openstack-neutron | 14:21 | |
*** wolverineav has quit IRC | 14:23 | |
*** amotoki has joined #openstack-neutron | 14:26 | |
*** marst has joined #openstack-neutron | 14:26 | |
*** itzikb has quit IRC | 14:27 | |
*** chandanc_afk_30m has quit IRC | 14:28 | |
*** rajinir has joined #openstack-neutron | 14:28 | |
*** fnaval_ has quit IRC | 14:28 | |
*** donghao has joined #openstack-neutron | 14:29 | |
*** yamamoto has quit IRC | 14:29 | |
*** yamamoto has joined #openstack-neutron | 14:29 | |
*** oshvartz has quit IRC | 14:30 | |
*** tonytan4ever has quit IRC | 14:30 | |
*** abregman has joined #openstack-neutron | 14:31 | |
*** tonytan4ever has joined #openstack-neutron | 14:31 | |
*** johnbelamaric1 has joined #openstack-neutron | 14:32 | |
*** johnbelamaric has quit IRC | 14:32 | |
*** akshai has quit IRC | 14:32 | |
*** ZZelle has joined #openstack-neutron | 14:32 | |
ZZelle | kevinbenton, hi | 14:33 |
*** nmagnezi has quit IRC | 14:33 | |
*** akshai has joined #openstack-neutron | 14:33 | |
*** wolverineav has joined #openstack-neutron | 14:34 | |
*** mlavalle has joined #openstack-neutron | 14:34 | |
*** amotoki has quit IRC | 14:35 | |
*** oanson has quit IRC | 14:36 | |
*** rmcall has joined #openstack-neutron | 14:36 | |
*** david-lyle_ has joined #openstack-neutron | 14:37 | |
*** salv-orlando has quit IRC | 14:38 | |
*** wolverineav has quit IRC | 14:39 | |
*** fnaval has joined #openstack-neutron | 14:40 | |
openstackgerrit | tonytan4ever proposed openstack/neutron: Relocate Agent DB model https://review.openstack.org/330870 | 14:42 |
*** wolverineav has joined #openstack-neutron | 14:42 | |
*** tonytan4ever has quit IRC | 14:43 | |
*** tonytan4ever has joined #openstack-neutron | 14:43 | |
ZZelle | pc_m, hi | 14:46 |
*** sputnik13 has joined #openstack-neutron | 14:46 | |
*** johnbelamaric1 has quit IRC | 14:47 | |
*** wolverineav has quit IRC | 14:47 | |
*** amotoki has joined #openstack-neutron | 14:48 | |
*** tonytan_brb has joined #openstack-neutron | 14:49 | |
*** wolverineav has joined #openstack-neutron | 14:49 | |
*** jckasper has quit IRC | 14:49 | |
*** jckasper has joined #openstack-neutron | 14:50 | |
*** jckasper has quit IRC | 14:50 | |
openstackgerrit | Shashank Kumar Shankar proposed openstack/neutron: Relocate Provisioning Block DB Model https://review.openstack.org/355611 | 14:50 |
*** tonytan4ever has quit IRC | 14:50 | |
*** jckasper has joined #openstack-neutron | 14:51 | |
*** Swami has joined #openstack-neutron | 14:52 | |
*** wolverineav has quit IRC | 14:52 | |
*** markvoelker has joined #openstack-neutron | 14:52 | |
*** chandanc_afk_30m has joined #openstack-neutron | 14:52 | |
*** chandanc_afk_30m is now known as chandanc_ | 14:53 | |
*** fragatina has joined #openstack-neutron | 14:53 | |
*** fragatina has quit IRC | 14:53 | |
*** fragatina has joined #openstack-neutron | 14:54 | |
*** garyk has quit IRC | 14:55 | |
ihrachys | HenryG: hm. I see unit test failure for the patch that migrates to lib's model_base | 14:55 |
ihrachys | HenryG: http://logs.openstack.org/81/358281/9/check/gate-neutron-python27-ubuntu-xenial/68cd551/testr_results.html.gz | 14:55 |
openstackgerrit | Aradhana Singh proposed openstack/neutron: Relocate SegmentHostMapping DB model https://review.openstack.org/361471 | 14:55 |
ihrachys | HenryG: looks like there is some breakage in deprecations? | 14:56 |
HenryG | ihrachys: looking ... | 14:56 |
*** Qiming has left #openstack-neutron | 14:56 | |
*** fragatin_ has joined #openstack-neutron | 14:58 | |
*** john-davidge has quit IRC | 14:58 | |
*** john-davidge has joined #openstack-neutron | 14:59 | |
*** david-lyle_ has quit IRC | 14:59 | |
*** wolverineav has joined #openstack-neutron | 14:59 | |
ihrachys | HenryG: got it. it's new rule we landed yesterday: QosMinimumBandwidthRule | 14:59 |
ihrachys | HenryG: but I would expect that it does not break the model if you stick to the old reference? | 14:59 |
HenryG | ihrachys: debtcollector.moves.moved_class has a problem with classes that have no __init__ | 15:00 |
*** ijw has joined #openstack-neutron | 15:00 | |
*** tongli_ has quit IRC | 15:01 | |
garyk1 | ihrachys: dumb object question - should one be doinga object update under a dn transation? | 15:02 |
HenryG | ihrachys: so anyone using model_vs.Has* will break | 15:02 |
garyk1 | dn => db | 15:02 |
*** tongli has joined #openstack-neutron | 15:02 | |
*** fragatina has quit IRC | 15:02 | |
*** steve_ruan has joined #openstack-neutron | 15:02 | |
ihrachys | HenryG: right, it's not unit test thing. it's everyone | 15:02 |
HenryG | ihrachys: let me use doug's diabolical deprecator for models_v2 also | 15:03 |
ihrachys | garyk1: objects are required to open a transaction, and use a single one for all operations. | 15:03 |
ihrachys | garyk1: if you need cross consistency with some other code, then open one | 15:03 |
ihrachys | garyk1: otherwise objects will handle it for everything encapsulated into the object itself | 15:03 |
garyk1 | ihrachys: ok, thanks | 15:03 |
ihrachys | HenryG: please check that it works for the failing test | 15:04 |
HenryG | ihrachys: ack | 15:04 |
ihrachys | HenryG: before switching the remaining model triggering it to the new one | 15:04 |
ihrachys | HenryG: maybe a test would be of use for such a drastic change? | 15:04 |
*** lihi has quit IRC | 15:04 | |
ihrachys | that would specifically target the deprecated symbols | 15:04 |
ihrachys | I dunno | 15:04 |
*** dmellado is now known as dmellado|mtg | 15:04 | |
openstackgerrit | Nate Johnston proposed openstack/neutron-fwaas: FWaaS v2 utilize L3 Agent Extension framework https://review.openstack.org/355576 | 15:05 |
*** jamielennox is now known as jamielennox|away | 15:05 | |
*** tongli has quit IRC | 15:07 | |
*** wolverineav has quit IRC | 15:07 | |
tmorin | hi steve_ruan | 15:08 |
*** azbiswas has joined #openstack-neutron | 15:08 | |
steve_ruan | hi | 15:08 |
steve_ruan | what is topic for this irc meeting? | 15:08 |
*** ijw has quit IRC | 15:09 | |
*** armax has joined #openstack-neutron | 15:09 | |
tmorin | DR EVPN and BGPVPN I guess | 15:09 |
steve_ruan | o | 15:10 |
steve_ruan | I want to you to help review a spec | 15:10 |
*** yamahata has joined #openstack-neutron | 15:10 | |
steve_ruan | https://review.openstack.org/360620 | 15:10 |
*** iyamahat has joined #openstack-neutron | 15:10 | |
steve_ruan | for bug https://bugs.launchpad.net/neutron/+bug/1509431 | 15:11 |
openstack | Launchpad bug 1509431 in neutron "[RFE] Enhance BGP Dynamic Routing with L2VPN/L3VPN support" [Wishlist,In progress] - Assigned to Henry Dong (henry-dong) | 15:11 |
*** rmart04 has quit IRC | 15:11 | |
steve_ruan | in this bug, we want to add vpn in neutron-dynamic-routing | 15:11 |
steve_ruan | in the old spec https://review.openstack.org/322654 | 15:11 |
steve_ruan | it try to leverage the vpn in netwrokin-bgpvpn project | 15:12 |
tmorin | yes, I have in mind the difference between the two specs | 15:12 |
openstackgerrit | Henry Gessau proposed openstack/neutron: Switch to neutron-lib for model_base https://review.openstack.org/358281 | 15:12 |
*** sputnik13 has quit IRC | 15:12 | |
*** Leom has joined #openstack-neutron | 15:12 | |
*** azbiswas has quit IRC | 15:12 | |
*** trisq has quit IRC | 15:13 | |
openstackgerrit | Anindita Das proposed openstack/neutron: Relocate VlanAllocation DB model https://review.openstack.org/356144 | 15:13 |
*** trisq has joined #openstack-neutron | 15:13 | |
steve_ruan | let me check the submit | 15:14 |
*** Leom_ has joined #openstack-neutron | 15:14 | |
*** tongli has joined #openstack-neutron | 15:14 | |
*** vhosakot has joined #openstack-neutron | 15:15 | |
*** wolverineav has joined #openstack-neutron | 15:15 | |
openstackgerrit | Anindita Das proposed openstack/neutron: OVO for VlanAllocation https://review.openstack.org/356660 | 15:15 |
openstackgerrit | Anindita Das proposed openstack/neutron: Relocate VlanAllocation DB model https://review.openstack.org/356144 | 15:15 |
openstackgerrit | Sindhu Devale proposed openstack/neutron: Relocate RouterL3AgentBinding DB model https://review.openstack.org/355719 | 15:15 |
*** dmartls1 has joined #openstack-neutron | 15:15 | |
*** tonytan4ever has joined #openstack-neutron | 15:15 | |
jschwarz | akamyshnikova, ping, re: https://www.openstack.org/summit/barcelona-2016/summit-schedule/events/15920/the-race-conditions-of-neutron-l3-has-scheduler-under-scale-performace | 15:15 |
openstackgerrit | Margaret Frances proposed openstack/neutron: Add L3 agent extension API object https://review.openstack.org/357503 | 15:16 |
jschwarz | akamyshnikova, amuller claims this is currently in the "operators" track and not the "development" track, which means the audience of the talk is quite different and more high-level than planned | 15:16 |
jschwarz | akamyshnikova, do we want to change it to the development track? I wouldn't object. | 15:16 |
openstackgerrit | Shashank Kumar Shankar proposed openstack/neutron: Relocate Router Extra Attributes DB Model https://review.openstack.org/356108 | 15:16 |
*** ndahiwade has joined #openstack-neutron | 15:16 | |
tmorin | steve_ruan: where/how would you like/expect me to help ? | 15:17 |
*** Leom has quit IRC | 15:17 | |
openstackgerrit | Nate Johnston proposed openstack/neutron-fwaas: FWaaS v2 utilize L3 Agent Extension framework https://review.openstack.org/355576 | 15:17 |
steve_ruan | <tmorin>, if db move to neutron_lib | 15:17 |
steve_ruan | so 2 subproject can share same db, do you mean that? | 15:18 |
*** tongli has quit IRC | 15:18 | |
tmorin | hi mestery -- we have a dependency to fix in net-bgpvpn stable/liberty, the fix is already blessed by ihrachys, would you have a look ? (https://review.openstack.org/#/c/362741/) | 15:18 |
*** tonytan_brb has quit IRC | 15:18 | |
*** obondarev has quit IRC | 15:18 | |
mestery | tmorin: I'm afraid you'll need dougwig or armax to look at that, I'm no longer core on neutron | 15:19 |
*** jamesdenton has quit IRC | 15:20 | |
tmorin | mestery: wops, I hadn't noticed ! sorry | 15:20 |
tmorin | armax:, dougwig: ^^? | 15:20 |
mestery | tmorin: No worries, happens to the best of us ;) | 15:20 |
tmorin | mestery: ;) | 15:20 |
*** jamesdenton has joined #openstack-neutron | 15:20 | |
tmorin | steve_ruan: you are suggesting that we may move the BGPVPN db model and migration scripts to neutron_lib, to allow net-bgpvpn and neutron-dynamic-routing to use it ? | 15:21 |
*** hockeynut has joined #openstack-neutron | 15:21 | |
*** pcaruana has quit IRC | 15:22 | |
steve_ruan | no, I think that's is not reasonable | 15:22 |
*** rcernin has quit IRC | 15:22 | |
*** marun has quit IRC | 15:22 | |
tmorin | steve_ruan: ok... I'm not sure what your question was, then | 15:22 |
steve_ruan | <tmorin>, in the spec, it will define a vpn db and rest api in neutron-dynamic-routing, which are same to networking-bgpvpn | 15:23 |
steve_ruan | do you think it's reasonable? | 15:23 |
tmorin | steve_ruan: it's certainly not ideal, it sounds like a last resort soluton, it means that users will use very similar but distinct APIs for two things which are very close | 15:24 |
steve_ruan | yes, but 2 project have different use cases, I think user will not install 2 project at same time | 15:25 |
tmorin | steve_ruan: if there was a divergence of what we need in the APIs, that would be logical, but here it seems that you are looking at this options just because no way has been found in terms of packaging/testing etc. | 15:25 |
steve_ruan | so the rest api can be re-useable. :) | 15:25 |
*** kobis1 has quit IRC | 15:26 | |
*** garyk1 has quit IRC | 15:26 | |
tmorin | steve_ruan: well, I think it's hard to anticipate what people will end up using -- deciding now that they won't use the two may be premature | 15:26 |
*** yamamoto has quit IRC | 15:26 | |
*** andreas_s has quit IRC | 15:27 | |
*** moshele has quit IRC | 15:27 | |
tmorin | steve_ruan: and having two existing APIs, even if not enabled at the same time, may create confusion (people looking for doc for one API, finding the doc of the other similar API, etc...) | 15:27 |
tmorin | steve_ruan: it's also an approach that will cause some code to be duplicated | 15:28 |
openstackgerrit | Anindita Das proposed openstack/neutron: Relocate VlanAllocation DB model https://review.openstack.org/356144 | 15:28 |
tmorin | steve_ruan: back to the option where the db model would be move to neutron_lib to be shared ; has this option already been explored ? | 15:28 |
tmorin | HenryG: you may want to comment on that ^^ ? | 15:29 |
steve_ruan | tmorin: I think duplicated code is not a big issue, in old spec, it also introduce a lot of unnecessaray event | 15:29 |
steve_ruan | between 2 project | 15:29 |
*** wolverineav has quit IRC | 15:29 | |
tmorin | steve_ruan: (I don't get why there would be unnecessary events) | 15:30 |
steve_ruan | tmorin: for example, when bgpvpn is changed, networking-bgpvpn will drop a event so neutron-dynamic-routing will knwo the change | 15:30 |
steve_ruan | dependency between 2 project will make the code looks ugly | 15:31 |
tmorin | steve_ruan: it's one way to do it, the other way could be to have the dr driver in networking_bgpvpn directly call the dr service plugin -- why is an event needed ? | 15:31 |
tmorin | steve_ruan: ugly where/why ? | 15:32 |
*** davidsha_ has joined #openstack-neutron | 15:33 | |
*** davidsha has quit IRC | 15:33 | |
*** dmellado|mtg is now known as dmellado | 15:33 | |
HenryG | tmorin: steve_ruan: We don't want to put db models in neutron-lib | 15:33 |
*** bjornar_ has quit IRC | 15:33 | |
steve_ruan | https://review.openstack.org/#/c/340800/ is adding a driver for neutron-dyanmic-routing | 15:34 |
openstackgerrit | Merged openstack/neutron: Expose description attribute on trunk API https://review.openstack.org/362612 | 15:34 |
*** jlanoux has quit IRC | 15:34 | |
*** yfried has quit IRC | 15:35 | |
tmorin | steve_ruan: yes, this dr driver code could be inside the neutron-dynamic-routing as well, right ? | 15:35 |
steve_ruan | inside networking-bgpvpn | 15:35 |
tmorin | HenryG: yes, steve_ruan told me, I'm interested to know why | 15:35 |
steve_ruan | it like odl driver in network-bgpvpn | 15:35 |
*** tonytan_brb has joined #openstack-neutron | 15:36 | |
tmorin | steve_ruan: my point is that you don't have to put it in networking-bgpvpn, nothing forces that | 15:36 |
*** tesseract- has quit IRC | 15:36 | |
tmorin | steve_ruan: for ODL, the choice was made to put it in networking_bgpvpn, because in terms of releases and packaging it seemed easier for ODL folks, but nothing forces that | 15:37 |
*** wolverineav has joined #openstack-neutron | 15:37 | |
HenryG | tmorin: The business logic for a DB table should be in the repo that owns it. | 15:37 |
*** yfried has joined #openstack-neutron | 15:37 | |
tmorin | HenryG: ok, understood | 15:37 |
steve_ruan | tmorin: you suggest to put this driver in neutron-dynamic-routing? | 15:38 |
*** tonytan4ever has quit IRC | 15:38 | |
steve_ruan | tmorin: but it can not break the dependency | 15:38 |
tmorin | steve_ruan: if the code in the driver interacts tightly with other things done in neutron-dr then yes, it would be better | 15:38 |
tmorin | steve_ruan: no, it does not remove the dependency, but many things become much simpler | 15:39 |
*** jlibosva has quit IRC | 15:40 | |
*** salv-orlando has joined #openstack-neutron | 15:40 | |
steve_ruan | tmorin: when discuss this approach, we want to total remove the depenency | 15:40 |
*** jlibosva has joined #openstack-neutron | 15:40 | |
*** sdake_ is now known as sdake | 15:40 | |
tmorin | steve_ruan: it would be a pity if a stadium project could not depend on another | 15:41 |
*** eezhova has quit IRC | 15:41 | |
*** wolverineav has quit IRC | 15:41 | |
*** roeyc has quit IRC | 15:41 | |
steve_ruan | <tmorin> :) | 15:42 |
tmorin | steve_ruan: what are the exact reasons to not want such a dependency ? can't the difficulties be addressed ? | 15:42 |
*** tbachman has quit IRC | 15:42 | |
openstackgerrit | Shashank Kumar Shankar proposed openstack/neutron: Integration of OVO Provisioning Block https://review.openstack.org/361303 | 15:42 |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: Add standard attributes to qospolicy https://review.openstack.org/357228 | 15:43 |
steve_ruan | tmorin: for example, bgpspeakerVPNbinding will have FK with bgpvpn_id | 15:43 |
HenryG | ihrachys: The test results for https://review.openstack.org/358281 are looking better. I left the use of models_v2.HasId in QosMinimumBandwidthRule as a 'test'. | 15:44 |
*** banix has quit IRC | 15:44 | |
tmorin | yes, but why is it a problem, some of the other resources will have FK to other Neutron's objects as well, right ? | 15:44 |
ihrachys | HenryG: cool. we can clean it up as a follow up to make sure we gate on it working | 15:44 |
steve_ruan | when db migration, it must include networking-bgpvpn as dependency | 15:44 |
*** armax has quit IRC | 15:45 | |
steve_ruan | it means user must install 2 project at same | 15:45 |
tmorin | steve_ruan: yes, because you have a dependency, but why is this a problem ? | 15:45 |
steve_ruan | for users who don't want vpn function, they must install a project, they don't needed | 15:45 |
*** salv-orlando has quit IRC | 15:46 | |
*** EinstCrazy has joined #openstack-neutron | 15:46 | |
steve_ruan | so I want to break the dependency | 15:47 |
jlibosva | ihrachys: Have you seen this error lately? "InvalidRequestError: Table 'standardattributes' is already defined for this MetaData instance." | 15:47 |
*** armax has joined #openstack-neutron | 15:47 | |
ihrachys | jlibosva: nope | 15:47 |
*** abregman has quit IRC | 15:47 | |
*** EinstCrazy has quit IRC | 15:48 | |
*** matrohon has quit IRC | 15:48 | |
*** markvoelker has quit IRC | 15:48 | |
steve_ruan | <tmorin> how about I define a similar but not same db and APIs? so it will not confuse the user | 15:48 |
openstackgerrit | Sergey Nechaev proposed openstack/neutron: Adding support of releasing DHCPv6 leases https://review.openstack.org/301747 | 15:48 |
tmorin | steve_ruan: if we consider it a win to not do two very similar APIs, then I would think that it should be acceptabelt to require deployers to use the two modules, | 15:49 |
*** wolverineav has joined #openstack-neutron | 15:50 | |
tmorin | steve_ruan: it will still be very similar... I fear we would not avoid confusion... | 15:50 |
steve_ruan | <tmorin> but we need think about the user who want only basic neutron-dynamic-routing without vpn | 15:50 |
*** cbouch has joined #openstack-neutron | 15:50 | |
*** michauds has quit IRC | 15:51 | |
tmorin | even if the DR EVPN functionality requires net-bgpvpn, what would prevent a user not needing DR EVPN from installing neutron-dr alone without net-bgpvpn | 15:52 |
tmorin | if he does not enable the BGPVPN service_plugin, the base DR functionality will not break | 15:52 |
steve_ruan | <tmorin> yes, it will make db migration failed | 15:52 |
tmorin | no, I'm saying that the user would install net-bgpvpn, but not enable the BGPVPN service plugin | 15:53 |
tmorin | since net-bgpvpn would be installed, the migration would not fail | 15:53 |
tmorin | steve_ruan: neutron-dr could perhaps actually have two migration hooks declared: one for the base functionality, and another for DR EVPN , and only that one would require having installed net-bgpvpn first | 15:54 |
*** rcernin has joined #openstack-neutron | 15:54 | |
jlibosva | amuller: do you know if anyone ever though about adopting openstack client into fullstack? :) | 15:54 |
*** banix has joined #openstack-neutron | 15:55 | |
*** andreas_s_ has joined #openstack-neutron | 15:55 | |
tmorin | HenryG: is the above feasible ^^ ? | 15:55 |
*** wolverineav has quit IRC | 15:56 | |
steve_ruan | tmorin, I am not sure it will work | 15:57 |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Refactor _ipam_get_subnets https://review.openstack.org/360858 | 15:57 |
HenryG | tmorin: I don't want to have conditional migrations. We got rid of those for a reason. | 15:58 |
tmorin | steve_ruan: having two migration hooks I'm not sure, but even if you don't have that, the dependency for a user of base DR functionality does not seem to me as a very big issue | 15:58 |
tmorin | HenryG: conditional I don't know, what I have in mind is two setup.cfg hooks, calling two alembic_migration trees, one for base DR functionality tables, and another for what relates to the functionality that depends on net-bgpvpn tables | 15:59 |
tmorin | steve_ruan: not a big issue because not impacting runtime, and only adding the db_migration hook from bgpvpn | 15:59 |
jschwarz | haleyb, Swami, sorry for being a bit unprepared for this meeting today :) | 15:59 |
jschwarz | haleyb, Swami, I'll be sure to be ready for the next ones :) | 16:00 |
amuller | jlibosva: I don't think so | 16:00 |
openstackgerrit | garyk proposed openstack/neutron: Removal deprecation warning for max_fixed_ips_per_port https://review.openstack.org/363602 | 16:00 |
haleyb | Swami: are you talking about the route flush patches? | 16:00 |
Swami | haleyb: yes | 16:00 |
HenryG | tmorin: Maybe, but it sounds dangerously close to conditional to me. :P | 16:00 |
*** abregman has joined #openstack-neutron | 16:00 | |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Mark unaddressed ports with none in ip_allocation field https://review.openstack.org/361455 | 16:00 |
haleyb | jschwarz: i'll try and ping you next week to update the wiki, it does probably need a little housekeeping done on the bugs | 16:00 |
tmorin | HenryG: you certainly know this better than I do... willing to know more... | 16:01 |
*** sleviim has quit IRC | 16:01 | |
haleyb | Swami: ok, i think the mitaka one was happy, haven't checked the liberty one | 16:01 |
openstackgerrit | Claudiu Belu proposed openstack/os-vif: Adds NoopPlugin https://review.openstack.org/362876 | 16:01 |
*** sindhu has quit IRC | 16:01 | |
*** ushkalim has quit IRC | 16:01 | |
*** ushkalim_ has quit IRC | 16:02 | |
*** johnbelamaric has joined #openstack-neutron | 16:02 | |
Swami | haleyb: ok thanks | 16:03 |
*** apuimedo is now known as apuimedo|away | 16:03 | |
haleyb | Swami: so let me remove the -A on it | 16:03 |
*** johnbelamaric has quit IRC | 16:03 | |
HenryG | tmorin: Some extra alembic migration is a negligable overhead. There will be some unused tables. It should have no run time impact. | 16:03 |
jschwarz | haleyb, agreed | 16:03 |
*** johnbelamaric has joined #openstack-neutron | 16:04 | |
steve_ruan | <tmorin> another issue: if 2 project will have conflict views about some vpn field | 16:04 |
*** michauds has joined #openstack-neutron | 16:04 | |
tmorin | HenryG: yes, I agree | 16:04 |
*** saggi has quit IRC | 16:04 | |
*** ddaskal has joined #openstack-neutron | 16:05 | |
tmorin | steve_ruan: in a such case, its likely to be something worth discussing, one of the two project may end up revising its views... which is better than a situation where one of the projects takes a wrong approach... right ? | 16:06 |
*** ildikov has quit IRC | 16:06 | |
tmorin | steve_ruan: and if the discussion does not converge, there remains the technical solution of letting the driver decide (rather | 16:06 |
tmorin | steve_ruan: sorry, this was cut | 16:06 |
*** zengine has quit IRC | 16:07 | |
tmorin | steve_ruan: I mean let each driver/project decide what is good for him | 16:07 |
carl_baldwin | amuller: ping | 16:07 |
*** ankur-gupta-f1 has joined #openstack-neutron | 16:07 | |
carl_baldwin | amuller: following up on our conversation from the other day, I saw this error yesterday: | 16:08 |
carl_baldwin | http://logs.openstack.org/58/360858/4/check/gate-neutron-dsvm-functional/3fb0ba3/console.html#_2016-08-30_23_25_18_854125 | 16:08 |
carl_baldwin | It is the same functional test, similar failure, but it happened during setup instead of during the test. Coincidence? | 16:08 |
openstackgerrit | venkata anil proposed openstack/neutron: [WIP] Use DATAPLANE events to notify l2pop https://review.openstack.org/363777 | 16:09 |
amuller | carl_baldwin: that is even weirder | 16:09 |
steve_ruan | <tmorin> on the other side, you don't perfer define a smilar db and APIs, just wondering whether it will confuse the user | 16:09 |
steve_ruan | right? | 16:09 |
*** jprovazn has joined #openstack-neutron | 16:09 | |
amuller | carl_baldwin: eating lunch ttyl | 16:09 |
amuller | carl_baldwin: might be an ovsdb async issue with the native interface | 16:09 |
*** ygbo has quit IRC | 16:10 | |
carl_baldwin | amuller: I'm headed out for a run too. We can chat later. | 16:10 |
tmorin | steve_ruan: yes, but not only, I generally think code duplication is a sign that we failed somewhere | 16:10 |
*** links has joined #openstack-neutron | 16:11 | |
*** Sukhdev has joined #openstack-neutron | 16:11 | |
*** trevormc has joined #openstack-neutron | 16:11 | |
steve_ruan | <tmorin> I have different opinon, as I just said, the depenedency will introdce more unnecessary code | 16:11 |
*** azbiswas has joined #openstack-neutron | 16:12 | |
steve_ruan | both in runtime code and unit test code | 16:12 |
*** wolverineav has joined #openstack-neutron | 16:12 | |
tmorin | steve_ruan: I'm not sure about the unnecessary code you are talking about, the dr bgpvpn driver would be a very short driver | 16:12 |
*** javeriak has joined #openstack-neutron | 16:13 | |
*** chandanc_ is now known as chandanc_afk | 16:13 | |
*** tongli has joined #openstack-neutron | 16:13 | |
*** ianw has quit IRC | 16:13 | |
*** abregman has quit IRC | 16:13 | |
tmorin | steve_ruan: compared to duplicating the API description, CLI, DB and their test code, plus maybe Heat, Horizon ... | 16:13 |
*** sindhu has joined #openstack-neutron | 16:13 | |
*** vhoward has joined #openstack-neutron | 16:13 | |
tmorin | steve_ruan: ultimately you (the dr team) will decide what you prefer, but I'm telling you since you asked :) | 16:14 |
*** singhj has joined #openstack-neutron | 16:14 | |
*** fragatin_ has quit IRC | 16:14 | |
steve_ruan | <tmorin>, Thanks. I want to know your comments | 16:15 |
tmorin | steve_ruan: you're welcome ! | 16:15 |
Swami | haleyb: thanks | 16:16 |
tmorin | steve_ruan: I gotta go... bye! | 16:16 |
*** chrichip has quit IRC | 16:16 | |
steve_ruan | <tmorin>, I am planing to write code for the new approch, then we can comare the 2 approaches | 16:16 |
steve_ruan | <tmorin>: thanks bye | 16:16 |
*** Sukhdev has quit IRC | 16:17 | |
*** yamamoto has joined #openstack-neutron | 16:17 | |
tmorin | steve_ruan: ok ! bye... | 16:17 |
*** javeriak has quit IRC | 16:17 | |
*** chrichip has joined #openstack-neutron | 16:17 | |
*** javeriak has joined #openstack-neutron | 16:18 | |
*** fragatina has joined #openstack-neutron | 16:18 | |
*** sindhu has quit IRC | 16:18 | |
*** akshai has quit IRC | 16:18 | |
*** obondarev has joined #openstack-neutron | 16:18 | |
*** sindhu has joined #openstack-neutron | 16:18 | |
*** kobis has joined #openstack-neutron | 16:18 | |
*** devvesa has quit IRC | 16:19 | |
openstackgerrit | Claudiu Belu proposed openstack/os-vif: Adds NoopPlugin https://review.openstack.org/362876 | 16:19 |
*** ijw has joined #openstack-neutron | 16:20 | |
*** steve_ruan has quit IRC | 16:22 | |
*** fragatina has quit IRC | 16:22 | |
*** moshele has joined #openstack-neutron | 16:22 | |
*** fragatina has joined #openstack-neutron | 16:22 | |
*** obondarev has quit IRC | 16:22 | |
*** Swami has quit IRC | 16:23 | |
*** ijw has quit IRC | 16:24 | |
*** sridharg has quit IRC | 16:25 | |
*** shashank_hegde has joined #openstack-neutron | 16:25 | |
*** eandersson has quit IRC | 16:25 | |
*** moshele has quit IRC | 16:26 | |
*** tongli_ has joined #openstack-neutron | 16:26 | |
*** donghao has quit IRC | 16:27 | |
*** tongli has quit IRC | 16:29 | |
*** mickeys has joined #openstack-neutron | 16:29 | |
*** wolverineav has quit IRC | 16:29 | |
*** wolverineav has joined #openstack-neutron | 16:29 | |
*** zengine has joined #openstack-neutron | 16:30 | |
*** tongli_ has quit IRC | 16:30 | |
*** obondarev has joined #openstack-neutron | 16:30 | |
*** yamamoto has quit IRC | 16:30 | |
*** tongli has joined #openstack-neutron | 16:32 | |
*** tmorin has quit IRC | 16:32 | |
*** sindhu has quit IRC | 16:32 | |
*** davidsha_ has quit IRC | 16:32 | |
openstackgerrit | Shashank Kumar Shankar proposed openstack/neutron: Integration of OVO Provisioning Block https://review.openstack.org/361303 | 16:33 |
*** trisq has quit IRC | 16:34 | |
*** nyechiel has quit IRC | 16:34 | |
*** tongli has quit IRC | 16:36 | |
*** shashank_hegde has quit IRC | 16:37 | |
*** sindhu has joined #openstack-neutron | 16:37 | |
*** tongli has joined #openstack-neutron | 16:38 | |
*** aswadr_ has joined #openstack-neutron | 16:39 | |
*** wolverineav has quit IRC | 16:40 | |
*** wolverineav has joined #openstack-neutron | 16:41 | |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: trunk: Handle subports notification in ovs agent side https://review.openstack.org/363798 | 16:41 |
*** lbrune has quit IRC | 16:41 | |
*** tongli has quit IRC | 16:43 | |
openstackgerrit | Merged openstack/neutron: Remove non-pluggable IPAM implementation https://review.openstack.org/362288 | 16:43 |
*** ianw has joined #openstack-neutron | 16:43 | |
*** tongli has joined #openstack-neutron | 16:44 | |
*** ganeshnalawade has joined #openstack-neutron | 16:44 | |
*** lucasagomes has quit IRC | 16:44 | |
openstackgerrit | Merged openstack/neutron: Implement state management for trunks https://review.openstack.org/356134 | 16:45 |
*** lucasagomes has joined #openstack-neutron | 16:46 | |
*** wolverineav has quit IRC | 16:46 | |
openstackgerrit | Merged openstack/neutron: Expose timestamp attributes on trunk API https://review.openstack.org/362636 | 16:46 |
openstackgerrit | Merged openstack/neutron: Reduce DB hit when checking for trunk-able ports https://review.openstack.org/355080 | 16:46 |
openstackgerrit | Hynek Mlnarik proposed openstack/neutron: Check MTU sanity of trunk port subports https://review.openstack.org/362917 | 16:47 |
*** wolverineav has joined #openstack-neutron | 16:47 | |
*** yamamoto has joined #openstack-neutron | 16:47 | |
*** bjornar_ has joined #openstack-neutron | 16:48 | |
*** tongli has quit IRC | 16:48 | |
*** andreas_s_ has quit IRC | 16:49 | |
*** kobis has quit IRC | 16:49 | |
*** tidwellr has joined #openstack-neutron | 16:49 | |
*** chandanc_afk has quit IRC | 16:49 | |
*** akshai has joined #openstack-neutron | 16:50 | |
*** numans has quit IRC | 16:50 | |
*** obondarev has quit IRC | 16:51 | |
*** hynekm has quit IRC | 16:52 | |
*** wolverineav has quit IRC | 16:52 | |
*** lbrune has joined #openstack-neutron | 16:54 | |
amuller | carl_baldwin: https://review.openstack.org/#/c/344859/ was supposed to fix what we're seeing here | 16:54 |
amuller | (we're talking about http://logs.openstack.org/58/360858/4/check/gate-neutron-dsvm-functional/3fb0ba3/console.html#_2016-08-30_23_25_18_854125) | 16:55 |
amuller | kevinbenton: ^ | 16:55 |
*** salv-orlando has joined #openstack-neutron | 16:57 | |
*** tongli has joined #openstack-neutron | 16:57 | |
*** ivar-lazzaro has joined #openstack-neutron | 16:58 | |
anilvenkata | kevinbenton, please check my comments in https://review.openstack.org/#/c/363777/ and https://review.openstack.org/#/c/363582/ | 16:59 |
*** anilvenkata has quit IRC | 17:00 | |
openstackgerrit | Anindita Das proposed openstack/neutron: [WIP]OVO for VxlanAllocation and VxlanEndpoints https://review.openstack.org/362508 | 17:00 |
*** tongli has quit IRC | 17:02 | |
*** wolverineav has joined #openstack-neutron | 17:02 | |
*** iyamahat has quit IRC | 17:03 | |
openstackgerrit | Anindita Das proposed openstack/neutron: OVO for VlanAllocation https://review.openstack.org/356660 | 17:05 |
*** yamahata has quit IRC | 17:05 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/neutron: Relocate Metering DB models https://review.openstack.org/348757 | 17:05 |
*** ivar-laz_ has joined #openstack-neutron | 17:05 | |
*** john-davidge has quit IRC | 17:06 | |
*** john-dav_ has joined #openstack-neutron | 17:06 | |
*** john-dav_ is now known as john-davidge | 17:06 | |
*** akshai has quit IRC | 17:07 | |
*** ivar-lazzaro has quit IRC | 17:08 | |
openstackgerrit | Mohit Malik proposed openstack/neutron: Change IPAM DB API to use context instead of session object. This change is required for implementing IPAM OVO. https://review.openstack.org/363206 | 17:08 |
*** mmalik4 has joined #openstack-neutron | 17:09 | |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: trunk: Handle subports notification in ovs agent side https://review.openstack.org/363798 | 17:09 |
*** jlibosva has quit IRC | 17:10 | |
*** baojg has quit IRC | 17:10 | |
openstackgerrit | Anindita Das proposed openstack/neutron: OVO for RouterL3AgentBinding https://review.openstack.org/360908 | 17:12 |
*** akshai has joined #openstack-neutron | 17:12 | |
amuller | carl_baldwin: https://bugs.launchpad.net/neutron/+bug/1618987 | 17:12 |
openstack | Launchpad bug 1618987 in neutron "test_connection_from_diff_address_scope intermittent "Cannot find device" errors" [Low,Confirmed] | 17:12 |
*** tongli has joined #openstack-neutron | 17:12 | |
*** kevo has joined #openstack-neutron | 17:14 | |
*** akshai has quit IRC | 17:14 | |
*** johnbelamaric has quit IRC | 17:14 | |
*** markvoelker has joined #openstack-neutron | 17:15 | |
*** tongli has quit IRC | 17:17 | |
openstackgerrit | Victor Morales proposed openstack/neutron: Relocate PortBindingPort DB Model https://review.openstack.org/355662 | 17:17 |
openstackgerrit | Sindhu Devale proposed openstack/neutron: Relocate Geneve DB models https://review.openstack.org/355594 | 17:17 |
*** bjornar_ has quit IRC | 17:17 | |
*** singhj has quit IRC | 17:17 | |
*** jpena is now known as jpena|off | 17:17 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/neutron: Relocate external network db models https://review.openstack.org/351955 | 17:17 |
*** akshai has joined #openstack-neutron | 17:18 | |
*** rossella_s has quit IRC | 17:18 | |
*** rossella_s has joined #openstack-neutron | 17:19 | |
*** lucasagomes is now known as lucas-dinner | 17:19 | |
*** mhickey has quit IRC | 17:19 | |
*** kevo has quit IRC | 17:19 | |
*** itisha has joined #openstack-neutron | 17:22 | |
carl_baldwin | amuller: thanks for the bug | 17:23 |
amuller | carl_baldwin: I asked otherwiseguy to look in to it | 17:23 |
*** eezhova has joined #openstack-neutron | 17:23 | |
*** chandanc_afk has joined #openstack-neutron | 17:23 | |
*** iyamahat has joined #openstack-neutron | 17:23 | |
*** ganeshnalawade has quit IRC | 17:23 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/neutron: Relocate Metering DB models https://review.openstack.org/348757 | 17:23 |
carl_baldwin | amuller: ack | 17:23 |
*** akshai has quit IRC | 17:23 | |
*** tongli has joined #openstack-neutron | 17:24 | |
*** bjornar_ has joined #openstack-neutron | 17:25 | |
*** akshai has joined #openstack-neutron | 17:25 | |
*** akshai has quit IRC | 17:26 | |
*** namnh has joined #openstack-neutron | 17:27 | |
dougwig | HenryG: i think boden said he was out today. do you have any lib topics for the meeting? | 17:27 |
*** akshai has joined #openstack-neutron | 17:28 | |
*** tongli has quit IRC | 17:28 | |
*** wolverineav has quit IRC | 17:28 | |
*** wolverineav has joined #openstack-neutron | 17:28 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/neutron: Relocate external network db models https://review.openstack.org/351955 | 17:29 |
*** tongli has joined #openstack-neutron | 17:30 | |
*** tongli_ has joined #openstack-neutron | 17:31 | |
HenryG | dougwig: nope | 17:31 |
*** cbouch has quit IRC | 17:32 | |
*** chandanc_afk is now known as chandanc_ | 17:32 | |
*** trinaths has joined #openstack-neutron | 17:33 | |
*** manjeets_ has quit IRC | 17:34 | |
*** tongli_ has quit IRC | 17:34 | |
*** yamamoto has quit IRC | 17:34 | |
*** tongli has quit IRC | 17:35 | |
*** tongli_ has joined #openstack-neutron | 17:35 | |
namnh | carl_baldwin, kevinbenton: Hi Carl and Kevin: I have got +2 from Ihar on my patch set, could you please take a look at it. https://review.openstack.org/#/c/350953/3 Thank all of you. :) | 17:35 |
*** namnh has quit IRC | 17:36 | |
openstackgerrit | Sindhu Devale proposed openstack/neutron: Relocate L3HARouter DB model https://review.openstack.org/355059 | 17:36 |
*** abregman has joined #openstack-neutron | 17:37 | |
njohnston | ihrachys carl_baldwin: mfranc213 updated https://review.openstack.org/#/c/357503/ to respond to ihrachys's comments, could you take a look? | 17:37 |
*** bradjones has quit IRC | 17:38 | |
*** ivar-laz_ has quit IRC | 17:38 | |
*** bradjones has joined #openstack-neutron | 17:38 | |
*** ivar-lazzaro has joined #openstack-neutron | 17:38 | |
*** tonytan_brb has quit IRC | 17:38 | |
*** pcaruana has joined #openstack-neutron | 17:39 | |
*** tongli_ has quit IRC | 17:39 | |
*** bradjones is now known as Guest30374 | 17:39 | |
*** tongli has joined #openstack-neutron | 17:40 | |
ihrachys | njohnston: thanks for ping, I had it reviewed, but somehow missed the vote part :) | 17:41 |
ihrachys | njohnston: mfranc213 +2 thanks | 17:41 |
ihrachys | carl_baldwin: would you mind reviewing https://review.openstack.org/#/c/357503/18 again? | 17:41 |
*** Leom_ has quit IRC | 17:41 | |
mfranc213 | thank you ihrachys | 17:41 |
*** yamahata has joined #openstack-neutron | 17:42 | |
*** sindhu has quit IRC | 17:42 | |
*** sambetts is now known as sambetts|afk | 17:43 | |
*** tongli has quit IRC | 17:43 | |
*** markvoelker has quit IRC | 17:43 | |
*** nyechiel has joined #openstack-neutron | 17:44 | |
*** tongli has joined #openstack-neutron | 17:44 | |
openstackgerrit | Nate Johnston proposed openstack/neutron-fwaas: FWaaS v2 utilize L3 Agent Extension framework https://review.openstack.org/355576 | 17:44 |
njohnston | Thanks very much ihrachys! | 17:45 |
*** tongli has quit IRC | 17:46 | |
*** tongli has joined #openstack-neutron | 17:46 | |
*** shashank_hegde has joined #openstack-neutron | 17:48 | |
*** tongli has quit IRC | 17:50 | |
*** tongli has joined #openstack-neutron | 17:50 | |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Add name and desc to networksegments table https://review.openstack.org/293305 | 17:51 |
dasm | carl_baldwin: you duplicated description in commit message ^ | 17:52 |
*** nyechiel has quit IRC | 17:53 | |
carl_baldwin | dasm: It was already duplicated but I didn't notice. I can update it again. | 17:53 |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Add name and desc to networksegments table https://review.openstack.org/293305 | 17:53 |
dasm | carl_baldwin: didn't want to comment on patch... | 17:54 |
dasm | carl_baldwin: thanks | 17:54 |
carl_baldwin | dasm: thanks | 17:54 |
*** s3wong has joined #openstack-neutron | 17:54 | |
*** johnbelamaric has joined #openstack-neutron | 17:54 | |
*** ihrachys has quit IRC | 17:54 | |
carl_baldwin | Actually, I should've waited. It looks like there is a strange (but persistent) error in py34. | 17:54 |
*** regXboi has joined #openstack-neutron | 17:55 | |
*** regXboi has quit IRC | 17:55 | |
*** mmalik4 has quit IRC | 17:56 | |
*** akshai has quit IRC | 17:57 | |
*** tongli has quit IRC | 17:58 | |
*** nyechiel has joined #openstack-neutron | 17:58 | |
*** tongli has joined #openstack-neutron | 17:58 | |
*** tbachman has joined #openstack-neutron | 17:58 | |
*** dkehn has quit IRC | 18:00 | |
*** tongli_ has joined #openstack-neutron | 18:00 | |
*** dkehn_ has quit IRC | 18:00 | |
*** tongli has quit IRC | 18:03 | |
*** rmcall_ has joined #openstack-neutron | 18:03 | |
*** eezhova has quit IRC | 18:04 | |
*** singhj has joined #openstack-neutron | 18:04 | |
*** kriskend__ has joined #openstack-neutron | 18:04 | |
*** anilvenkata has joined #openstack-neutron | 18:05 | |
*** rmcall has quit IRC | 18:05 | |
*** rmcall_ is now known as rmcall | 18:05 | |
*** thumpba has joined #openstack-neutron | 18:05 | |
*** akshai has joined #openstack-neutron | 18:06 | |
*** tflynn has joined #openstack-neutron | 18:06 | |
*** dkehn has joined #openstack-neutron | 18:07 | |
*** tflynn has quit IRC | 18:07 | |
*** kriskend_ has quit IRC | 18:08 | |
*** salv-orl_ has joined #openstack-neutron | 18:08 | |
*** tflynn has joined #openstack-neutron | 18:08 | |
openstackgerrit | Henry Gessau proposed openstack/neutron-fwaas: Use model_base from neutron-lib https://review.openstack.org/363845 | 18:08 |
*** salv-orlando has quit IRC | 18:10 | |
*** slaweq_ has quit IRC | 18:11 | |
openstackgerrit | Henry Gessau proposed openstack/neutron-vpnaas: Use model_base from neutron-lib https://review.openstack.org/363847 | 18:11 |
*** tongli has joined #openstack-neutron | 18:11 | |
*** dkehn_ has joined #openstack-neutron | 18:12 | |
*** xenogear has joined #openstack-neutron | 18:12 | |
*** zgleason has quit IRC | 18:13 | |
openstackgerrit | Isaku Yamahata proposed openstack/neutron: split out l3-ha specific test from TestMl2PortsV2 https://review.openstack.org/363175 | 18:13 |
*** jinli has quit IRC | 18:13 | |
*** tongli_ has quit IRC | 18:14 | |
*** nmagnezi has joined #openstack-neutron | 18:15 | |
*** john-davidge has quit IRC | 18:15 | |
*** john-davidge has joined #openstack-neutron | 18:15 | |
*** xenogear has quit IRC | 18:17 | |
*** eezhova has joined #openstack-neutron | 18:18 | |
*** tonytan4ever has joined #openstack-neutron | 18:18 | |
*** prateek has quit IRC | 18:20 | |
*** tflynn has quit IRC | 18:24 | |
*** mattt has joined #openstack-neutron | 18:26 | |
*** Sukhdev has joined #openstack-neutron | 18:27 | |
mattt | hi all, in the neutron upgrade nodes for mitaka it says: Operators using the ML2 plug-in with existing data may need to perform a database migration to update the MTU for existing networks | 18:27 |
mattt | is there an existing tool that will update this or is it something that needs to be figured out manually and then updated in the db? | 18:27 |
*** sindhu has joined #openstack-neutron | 18:29 | |
*** prateek has joined #openstack-neutron | 18:29 | |
*** bjornar_ has quit IRC | 18:29 | |
*** ivar-lazzaro has quit IRC | 18:30 | |
openstackgerrit | Assaf Muller proposed openstack/neutron: split out l3-ha specific test from TestMl2PortsV2 https://review.openstack.org/363175 | 18:31 |
*** ivar-lazzaro has joined #openstack-neutron | 18:31 | |
*** amotoki has quit IRC | 18:31 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Set trunk status to DOWN when parent port is unbound https://review.openstack.org/361481 | 18:31 |
*** nirmoy has quit IRC | 18:32 | |
*** chandanc_ has quit IRC | 18:32 | |
sc68cal | mattt: figured out manually and updated in db | 18:33 |
mattt | sc68cal: ugh, that's gross :( but thanks :) | 18:33 |
*** vhosakot has quit IRC | 18:34 | |
*** Leo_ has joined #openstack-neutron | 18:34 | |
*** nirmoy has joined #openstack-neutron | 18:35 | |
*** yamamoto has joined #openstack-neutron | 18:35 | |
*** vhosakot has joined #openstack-neutron | 18:35 | |
*** marun has joined #openstack-neutron | 18:36 | |
*** nirmoy has quit IRC | 18:36 | |
*** ivar-lazzaro has quit IRC | 18:36 | |
*** jlibosva has joined #openstack-neutron | 18:37 | |
*** ivar-lazzaro has joined #openstack-neutron | 18:38 | |
*** puck has quit IRC | 18:38 | |
Sam-I-Am | i think there's a patch in newton that does this | 18:38 |
*** johnbelamaric has quit IRC | 18:39 | |
*** mickeys has quit IRC | 18:39 | |
openstackgerrit | Sindhu Devale proposed openstack/neutron: Relocate Geneve DB models https://review.openstack.org/355594 | 18:40 |
*** moshele has joined #openstack-neutron | 18:40 | |
*** xenogear has joined #openstack-neutron | 18:40 | |
mattt | Sam-I-Am: you mean something in flight at the moment ? | 18:40 |
*** xdcc has quit IRC | 18:40 | |
*** lbrune has quit IRC | 18:40 | |
*** yamamoto has quit IRC | 18:42 | |
*** nmagnezi has quit IRC | 18:42 | |
Sam-I-Am | mattt: https://review.openstack.org/#/q/Iee4f5037bf10b73ba98464143b183aacb59c22f2,n,z | 18:42 |
Sam-I-Am | might be relevant | 18:42 |
*** tongli has quit IRC | 18:43 | |
mattt | Sam-I-Am: i think so, but not being backported to stable/mitaka :( | 18:43 |
*** Sukhdev has quit IRC | 18:43 | |
*** jinli has joined #openstack-neutron | 18:43 | |
*** tongli has joined #openstack-neutron | 18:44 | |
*** zgleason has joined #openstack-neutron | 18:44 | |
openstackgerrit | Sindhu Devale proposed openstack/neutron: Refactoring agent linux&ovsdb config https://review.openstack.org/347867 | 18:44 |
Sam-I-Am | mattt: just skip mitaka :) | 18:45 |
*** eezhova has quit IRC | 18:45 | |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Add name and desc to networksegments table https://review.openstack.org/293305 | 18:45 |
*** nmagnezi has joined #openstack-neutron | 18:46 | |
*** tongli_ has joined #openstack-neutron | 18:46 | |
*** nmagnezi has quit IRC | 18:47 | |
*** tongli has quit IRC | 18:48 | |
*** thumpba has quit IRC | 18:49 | |
*** thumpba has joined #openstack-neutron | 18:49 | |
*** johnbelamaric has joined #openstack-neutron | 18:49 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/neutron: Add api test for create update network with dns https://review.openstack.org/354447 | 18:51 |
*** david-lyle_ has joined #openstack-neutron | 18:52 | |
*** david-lyle_ has quit IRC | 18:52 | |
*** rmcall has quit IRC | 18:54 | |
openstackgerrit | Yushiro FURUKAWA proposed openstack/python-neutronclient: Add FWaaS V2 commands for OSC plugin https://review.openstack.org/351582 | 18:54 |
openstackgerrit | Yushiro FURUKAWA proposed openstack/python-neutronclient: Add common utilities for OSC plugin implementation https://review.openstack.org/348097 | 18:54 |
*** akshai has quit IRC | 18:55 | |
*** akshai has joined #openstack-neutron | 18:55 | |
anilvenkata | amuller, carl_baldwin kevinbenton can u please review https://review.openstack.org/#/c/255237/ again | 18:55 |
*** trinaths1 has joined #openstack-neutron | 18:56 | |
*** trinaths has quit IRC | 18:57 | |
*** ijw has joined #openstack-neutron | 18:57 | |
openstackgerrit | Sergey Nechaev proposed openstack/neutron: Adding support of releasing DHCPv6 leases https://review.openstack.org/301747 | 18:58 |
*** moshele has quit IRC | 18:59 | |
*** ivar-lazzaro has quit IRC | 19:00 | |
*** ildikov has joined #openstack-neutron | 19:01 | |
*** sindhu has quit IRC | 19:02 | |
*** rvasilets__ has quit IRC | 19:03 | |
*** puck has joined #openstack-neutron | 19:04 | |
*** ilyashakhat has joined #openstack-neutron | 19:05 | |
*** ivar-lazzaro has joined #openstack-neutron | 19:06 | |
*** kriskend_ has joined #openstack-neutron | 19:09 | |
*** kobis has joined #openstack-neutron | 19:09 | |
*** anilvenkata has quit IRC | 19:10 | |
njohnston | thanks carl_baldwin! | 19:10 |
carl_baldwin | njohnston: glad to help | 19:10 |
*** kriskend__ has quit IRC | 19:11 | |
*** lbrune has joined #openstack-neutron | 19:12 | |
openstackgerrit | Merged openstack/neutron-specs: Removed networking_general_api_information.rst https://review.openstack.org/362945 | 19:13 |
*** lbrune has joined #openstack-neutron | 19:13 | |
*** links has quit IRC | 19:13 | |
*** eezhova has joined #openstack-neutron | 19:15 | |
*** wolverineav has quit IRC | 19:16 | |
*** lbrune has joined #openstack-neutron | 19:16 | |
*** kevo has joined #openstack-neutron | 19:16 | |
*** trinaths1 has quit IRC | 19:17 | |
*** fragatin_ has joined #openstack-neutron | 19:18 | |
openstackgerrit | Isaku Yamahata proposed openstack/neutron: split out l3-ha specific test from TestMl2PortsV2 https://review.openstack.org/363175 | 19:19 |
*** salv-orl_ has quit IRC | 19:19 | |
*** wolverineav has joined #openstack-neutron | 19:19 | |
*** trinaths1 has joined #openstack-neutron | 19:20 | |
*** marun has quit IRC | 19:20 | |
*** vhoward has quit IRC | 19:20 | |
*** trinaths1 has left #openstack-neutron | 19:21 | |
*** ivar-lazzaro has quit IRC | 19:22 | |
*** fragatina has quit IRC | 19:22 | |
*** ivar-lazzaro has joined #openstack-neutron | 19:22 | |
*** anilvenkata has joined #openstack-neutron | 19:22 | |
*** akshai has quit IRC | 19:25 | |
*** lbrune has left #openstack-neutron | 19:27 | |
*** wolverineav has quit IRC | 19:27 | |
*** wolverineav has joined #openstack-neutron | 19:27 | |
*** akshai has joined #openstack-neutron | 19:28 | |
*** claudiub has quit IRC | 19:29 | |
*** wolverineav has quit IRC | 19:29 | |
*** Swami has joined #openstack-neutron | 19:30 | |
*** kobis has quit IRC | 19:30 | |
*** akshai has quit IRC | 19:31 | |
*** aswadr_ has quit IRC | 19:31 | |
*** akshai has joined #openstack-neutron | 19:32 | |
*** sdake_ has joined #openstack-neutron | 19:32 | |
*** nyechiel has quit IRC | 19:32 | |
*** sdake has quit IRC | 19:33 | |
*** wolverineav has joined #openstack-neutron | 19:34 | |
*** sdake has joined #openstack-neutron | 19:35 | |
*** sdake_ has quit IRC | 19:36 | |
*** nmagnezi has joined #openstack-neutron | 19:38 | |
*** yushiro has quit IRC | 19:38 | |
*** nmagnezi has quit IRC | 19:38 | |
*** nmagnezi has joined #openstack-neutron | 19:38 | |
*** gjohns has joined #openstack-neutron | 19:39 | |
*** mickeys has joined #openstack-neutron | 19:40 | |
*** wolverineav has quit IRC | 19:41 | |
gjohns | Question/Problem with Liberty and SNAT router creation: Single node deployment w/ compute + networking. If we bring l3 agent down or reboot the host, the snat namespace disappears and does not get recreated, even after agent is back online | 19:41 |
*** moshele has joined #openstack-neutron | 19:42 | |
gjohns | as such lose all external connectivity and it remains stuck in this state | 19:42 |
gjohns | In the neutron debug logs, I see following: "No snat is bound to router ab917bf3-12a2-4858-a40b-b27e06184720 _build_routers_list" | 19:42 |
gjohns | Looks like the gw_port_host is not sent to the agent, and so snat namespace and sg interfaces are never created | 19:42 |
*** slaweq_ has joined #openstack-neutron | 19:43 | |
gjohns | our CentralizedSnatL3AgentBinding entry in the DB remains empty (not a single row). yet agent is up. | 19:43 |
gjohns | is there a fix for this or any workaround? | 19:43 |
*** anilvenkata has quit IRC | 19:44 | |
*** mickeys has quit IRC | 19:45 | |
*** fragatin_ has quit IRC | 19:45 | |
*** fragatina has joined #openstack-neutron | 19:45 | |
gjohns | carl_baldwin: i see you implemented https://blueprints.launchpad.net/neutron/+spec/improve-dvr-l3-agent-binding into mitaka/master | 19:46 |
gjohns | is that whats effecting us? any workaround or fix for liberty? | 19:46 |
openstackgerrit | John Perkins proposed openstack/neutron: Agent common config https://review.openstack.org/343045 | 19:46 |
*** akshai has quit IRC | 19:49 | |
*** wolverineav has joined #openstack-neutron | 19:50 | |
*** jlibosva has quit IRC | 19:50 | |
*** javeriak_ has joined #openstack-neutron | 19:52 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: DVR: Create separate routing table for routers in fip namespace https://review.openstack.org/361535 | 19:52 |
openstackgerrit | Corey Wright proposed openstack/neutron: Mock call to sysctl for test_get_free_namespace_port https://review.openstack.org/363917 | 19:53 |
*** javeriak has quit IRC | 19:55 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: DVR: Create separate routing table for routers in fip namespace https://review.openstack.org/361535 | 19:55 |
*** mmalik4 has joined #openstack-neutron | 19:57 | |
*** wolverineav has quit IRC | 19:59 | |
*** moshele has quit IRC | 20:00 | |
*** amuller has quit IRC | 20:00 | |
*** javeriak has joined #openstack-neutron | 20:03 | |
*** javeriak_ has quit IRC | 20:03 | |
roaet | Hello! would it be possible to get eyes on this strange failing test case: https://review.openstack.org/#/c/363917/1 | 20:03 |
*** gjohns has quit IRC | 20:03 | |
*** tonytan4ever has quit IRC | 20:03 | |
*** gvrangan has quit IRC | 20:03 | |
*** jamesdenton has quit IRC | 20:04 | |
*** gjohns has joined #openstack-neutron | 20:05 | |
*** wolverineav has joined #openstack-neutron | 20:07 | |
*** sindhu has joined #openstack-neutron | 20:08 | |
*** ivar-lazzaro has quit IRC | 20:09 | |
*** jprovazn has quit IRC | 20:10 | |
*** moshele has joined #openstack-neutron | 20:11 | |
*** trinaths has joined #openstack-neutron | 20:11 | |
njohnston | I'm not sure who the best core is to ask to review a policy.json change, but https://review.openstack.org/355755 looks like it is ready to go, it just needs reviews. | 20:12 |
*** gjohns has quit IRC | 20:13 | |
*** ilyashakhat_mobi has joined #openstack-neutron | 20:13 | |
*** sindhu has quit IRC | 20:13 | |
*** ivar-lazzaro has joined #openstack-neutron | 20:13 | |
*** wolverineav has quit IRC | 20:14 | |
*** ilyashakhat has quit IRC | 20:14 | |
*** tongli_ has quit IRC | 20:16 | |
openstackgerrit | Merged openstack/neutron: Add L3 agent extension API object https://review.openstack.org/357503 | 20:17 |
*** apuimedo|away is now known as apuimedo | 20:18 | |
*** banix has quit IRC | 20:19 | |
*** wolverineav has joined #openstack-neutron | 20:20 | |
kevinbenton | zzzeek: hey, are you aware of any rounding behavior for a datetime field in mysql? | 20:23 |
*** sindhu has joined #openstack-neutron | 20:23 | |
*** hockeynut has quit IRC | 20:26 | |
zzzeek | kevinbenton: i wouldnt be surprised if there is some | 20:26 |
*** akshai has joined #openstack-neutron | 20:27 | |
*** nyechiel has joined #openstack-neutron | 20:27 | |
kevinbenton | zzzeek: http://paste.openstack.org/show/565116/ | 20:27 |
*** john-davidge has joined #openstack-neutron | 20:27 | |
kevinbenton | zzzeek: if you ctrl-f 'datetime' you can see it comes out a second ahead :) | 20:27 |
kevinbenton | zzzeek: i suppose the safest thing to do is for us to truncate it ahead of time ourself so it's not backend dependant | 20:28 |
zzzeek | kevinbenton: Id need to see where that date got INSERTed to understand completely | 20:28 |
zzzeek | kevinbenton: if its a server side default, DB time might be ahead of client time | 20:29 |
kevinbenton | zzzeek: first line is the INSERT | 20:29 |
*** vhosakot has quit IRC | 20:29 | |
zzzeek | kevinbenton: this paste seems to have INSERT for "standardattributes" and "securitygrouprules" | 20:29 |
zzzeek | kevinbenton: oh there's another SELECT for it below, OK | 20:30 |
kevinbenton | zzzeek: yeah, the standardattributes record is the one that contains the timestamp | 20:30 |
*** vhosakot has joined #openstack-neutron | 20:30 | |
zzzeek | kevinbenton: there's another one for "reservations" that is also ahead | 20:30 |
zzzeek | kevinbenton: oh. the microseconds, yes sure | 20:30 |
zzzeek | datetime.datetime(2016, 8, 31, 9, 16, 20, 650708) | 20:31 |
zzzeek | yeah | 20:31 |
*** moshele has quit IRC | 20:31 | |
*** ilyashakhat_mobi has quit IRC | 20:31 | |
kevinbenton | zzzeek: yeah, i was under the impression that mysql chopped them off | 20:31 |
zzzeek | becomes datetime.datetime(2016, 8, 31, 9, 16, 21) | 20:31 |
zzzeek | welp, looks like rounding | 20:31 |
zzzeek | kevinbenton: could be the driver doing it too | 20:31 |
zzzeek | kevinbenton: in fact it likely is the driver | 20:31 |
* zzzeek looks at pymysql | 20:31 | |
kevinbenton | zzzeek: ah, when pymsql renders the datetime | 20:31 |
kevinbenton | that would make sense | 20:31 |
kevinbenton | because i can't repro in mysql console | 20:31 |
*** john-davidge has quit IRC | 20:32 | |
zzzeek | kevinbenton: if you're doing things w/ datetimes that you're trying to compare later, you definitely should chop microseconds off | 20:32 |
kevinbenton | zzzeek: ack | 20:32 |
*** claudiub has joined #openstack-neutron | 20:32 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Set trunk status to DOWN when parent port is unbound https://review.openstack.org/361481 | 20:35 |
*** nyechiel has quit IRC | 20:39 | |
zzzeek | kevinbenton: nope, mysql would be doing it according to this https://github.com/PyMySQL/PyMySQL/blob/master/pymysql/converters.py#L135 | 20:39 |
*** wolverineav has quit IRC | 20:40 | |
zzzeek | kevinbenton: did you try raw INSERT with a microseconds > 500000 ? it truncates ? | 20:40 |
kevinbenton | zzzeek: yeah | 20:40 |
kevinbenton | zzzeek: hang on, let me look at this job run and ensure it's actually mysql. it came from a gate neutron tempest test | 20:40 |
*** mickeys has joined #openstack-neutron | 20:41 | |
*** gvrangan has joined #openstack-neutron | 20:41 | |
kevinbenton | zzzeek: yeah, it's def mysql | 20:42 |
*** mickeys has quit IRC | 20:42 | |
*** mickeys_ has joined #openstack-neutron | 20:42 | |
*** wolverineav has joined #openstack-neutron | 20:43 | |
zzzeek | kevinbenton: answer is the same, chop it :) you can even use an augmented sqlalchemy type to ensure it chops (e.g. TypeDecorator) | 20:43 |
kevinbenton | zzzeek: http://paste.openstack.org/show/565317/ | 20:44 |
kevinbenton | zzzeek: i wonder if behavior changed in mysql | 20:44 |
kevinbenton | zzzeek: unfortunately the type doesn't belong to us, it's in oslo db :) | 20:44 |
*** tflynn has joined #openstack-neutron | 20:45 | |
kevinbenton | zzzeek: https://github.com/openstack/oslo.db/blob/master/oslo_db/sqlalchemy/models.py#L135-L137 | 20:45 |
zzzeek | kevinbenton: that's dumb. if you need a fix now make your own TimestampMixin :) | 20:46 |
*** tflynn has quit IRC | 20:47 | |
kevinbenton | zzzeek: sure. do you have a pointer to how to make this type? I was thinking it might be easier to just call replace(microsecond=0) on the datetime object | 20:47 |
kevinbenton | zzzeek: since we have hooks to set these fields already based on datetime values | 20:47 |
zzzeek | kevinbenton: yes you'd do that but if you make a TypeDecorator it will be automatic / non-skippable, moment | 20:47 |
zzzeek | kevinbenton: its this API http://docs.sqlalchemy.org/en/latest/core/custom_types.html#rounding-numerics | 20:49 |
*** wolverineav has quit IRC | 20:50 | |
kevinbenton | zzzeek: stupid question, if this is a typedecorator, what do i decorate? | 20:52 |
*** chenli has joined #openstack-neutron | 20:52 | |
zzzeek | kevinbenton: it's using the term "decorator" in the classical GOF tradition, e.g. a class that proxies to an embedded object :) | 20:52 |
zzzeek | kevinbenton: so "impl = DateTime", means "use a DateTime inside" | 20:52 |
chenli | hello, anyone can help review https://review.openstack.org/#/c/347715/ | 20:52 |
zzzeek | kevinbenton: TypeDecorator predates Python decorators :) | 20:53 |
kevinbenton | zzzeek: ah, so i just use this as the type then once i define it | 20:53 |
zzzeek | yep | 20:53 |
kevinbenton | zzzeek: ack. thanks for the pointers | 20:53 |
openstackgerrit | Armando Migliaccio proposed openstack/python-neutronclient: Add common utilities for OSC plugin implementation https://review.openstack.org/348097 | 20:54 |
*** tflynn has joined #openstack-neutron | 20:55 | |
*** wolverineav has joined #openstack-neutron | 20:55 | |
*** rtheis has quit IRC | 20:56 | |
*** ddaskal_ has joined #openstack-neutron | 20:56 | |
*** jamesdenton has joined #openstack-neutron | 20:56 | |
*** ddaskal__ has joined #openstack-neutron | 20:57 | |
*** ddaskal has quit IRC | 20:59 | |
*** dmartls1 has quit IRC | 21:00 | |
openstackgerrit | Nate Johnston proposed openstack/neutron-fwaas: FWaaS v2 utilize L3 Agent Extension framework https://review.openstack.org/355576 | 21:00 |
*** ddaskal_ has quit IRC | 21:01 | |
*** gvrangan has quit IRC | 21:02 | |
*** baoli_ has quit IRC | 21:02 | |
*** baoli has joined #openstack-neutron | 21:03 | |
*** jamesdenton has quit IRC | 21:03 | |
*** jamesdenton has joined #openstack-neutron | 21:03 | |
*** salv-orlando has joined #openstack-neutron | 21:03 | |
*** tonytan4ever has joined #openstack-neutron | 21:04 | |
*** marun has joined #openstack-neutron | 21:04 | |
openstackgerrit | Sergey Nechaev proposed openstack/neutron: Adding support of releasing DHCPv6 leases https://review.openstack.org/301747 | 21:04 |
*** wolverineav has quit IRC | 21:04 | |
trevormc | Hello neutron team, I'm looking for a developer to help develop a mechanism for configuring parameters for a SRIOV direct-physical VF which is using the DPDK vfio driver. | 21:05 |
*** chenli has quit IRC | 21:06 | |
*** tonytan4ever has quit IRC | 21:09 | |
*** trinaths has quit IRC | 21:10 | |
*** mickeys_ has quit IRC | 21:13 | |
*** mickeys has joined #openstack-neutron | 21:14 | |
*** eezhova has quit IRC | 21:15 | |
*** wolverineav has joined #openstack-neutron | 21:15 | |
*** shashank_hegde has quit IRC | 21:17 | |
*** shashank_hegde has joined #openstack-neutron | 21:17 | |
*** gvrangan has joined #openstack-neutron | 21:17 | |
*** rossella_s has quit IRC | 21:18 | |
*** rossella_s has joined #openstack-neutron | 21:18 | |
*** gouthamr has quit IRC | 21:18 | |
*** johnbelamaric has quit IRC | 21:22 | |
*** banix has joined #openstack-neutron | 21:26 | |
*** ddaskal has joined #openstack-neutron | 21:27 | |
*** itzikb has joined #openstack-neutron | 21:27 | |
*** tflynn has quit IRC | 21:27 | |
*** banix has quit IRC | 21:28 | |
*** sdague has quit IRC | 21:28 | |
*** itzikb has quit IRC | 21:28 | |
*** wolverineav has quit IRC | 21:28 | |
*** banix has joined #openstack-neutron | 21:28 | |
*** itzikb has joined #openstack-neutron | 21:29 | |
*** fzdarsky has quit IRC | 21:29 | |
*** itzikb has quit IRC | 21:30 | |
*** ddaskal__ has quit IRC | 21:30 | |
*** itzikb has joined #openstack-neutron | 21:30 | |
*** eezhova has joined #openstack-neutron | 21:31 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Add timestamp fields for neutron ext resources https://review.openstack.org/312873 | 21:31 |
openstackgerrit | Kevin Benton proposed openstack/neutron: Truncate microseconds before DB insertion https://review.openstack.org/363951 | 21:31 |
*** itzikb has quit IRC | 21:31 | |
kevinbenton | zzzeek: https://review.openstack.org/#/c/363951/ | 21:31 |
*** itzikb has joined #openstack-neutron | 21:32 | |
openstackgerrit | Merged openstack/neutron: DVR: SNAT redirect rules should be removed only on Gateway clear https://review.openstack.org/353788 | 21:32 |
*** itzikb has quit IRC | 21:32 | |
*** itzikb has joined #openstack-neutron | 21:33 | |
*** wolverineav has joined #openstack-neutron | 21:33 | |
*** itzikb has quit IRC | 21:34 | |
*** sterdnotshaken has joined #openstack-neutron | 21:34 | |
*** itzikb has joined #openstack-neutron | 21:34 | |
*** zengine has quit IRC | 21:35 | |
*** itzikb has quit IRC | 21:35 | |
*** itzikb has joined #openstack-neutron | 21:36 | |
*** gjohns has joined #openstack-neutron | 21:36 | |
openstackgerrit | Brian Haley proposed openstack/neutron: Adding support of releasing DHCPv6 leases https://review.openstack.org/301747 | 21:36 |
*** itzikb has quit IRC | 21:37 | |
*** sindhu has quit IRC | 21:37 | |
*** itzikb has joined #openstack-neutron | 21:37 | |
*** ranjithd has quit IRC | 21:37 | |
gjohns | Hi, trying again: I have a DVR setup with 1 controller and 1 DVR node running Liberty. If I reboot the host, or shut down and restart L3 agent, the SNAT namespace is not recreated | 21:37 |
gjohns | is this known? | 21:38 |
gjohns | or any workaround? | 21:38 |
*** thorst has quit IRC | 21:38 | |
*** itzikb has quit IRC | 21:38 | |
gjohns | the gw_port_host never gets set for the router, and so keep seeing "No snat is bound to router ab917bf3-12a2-4858-a40b-b27e06184720 _build_routers_list" errors in neutron logs | 21:38 |
*** itzikb has joined #openstack-neutron | 21:38 | |
*** tflynn has joined #openstack-neutron | 21:39 | |
gjohns | and our CentralizedSnatL3AgentBinding DB remains empty, but even after agent is back alive and healthy | 21:39 |
*** itzikb has quit IRC | 21:39 | |
*** itzikb has joined #openstack-neutron | 21:40 | |
*** nmagnezi has quit IRC | 21:40 | |
*** itzikb has quit IRC | 21:41 | |
*** itzikb has joined #openstack-neutron | 21:41 | |
*** thumpba has quit IRC | 21:41 | |
*** itzikb has quit IRC | 21:42 | |
*** itzikb has joined #openstack-neutron | 21:42 | |
*** itzikb has quit IRC | 21:43 | |
*** itzikb has joined #openstack-neutron | 21:43 | |
*** itzikb has quit IRC | 21:44 | |
*** puck has quit IRC | 21:44 | |
*** itzikb has joined #openstack-neutron | 21:45 | |
Swami | gjohns: gw_port_host should be set for the routers with gateway, we should figure out why it is not providing the binding. | 21:45 |
Swami | gjohns: the agent is behaving right, since it does not have the host_binding it is cleaning up the stale namespace. | 21:46 |
*** itzikb has quit IRC | 21:46 | |
*** itzikb has joined #openstack-neutron | 21:46 | |
Swami | gjohns: was this seen recently based on update or is it a old code. | 21:47 |
*** liuyulong_ has joined #openstack-neutron | 21:47 | |
Swami | Did you try to move the router from one node to another node. In the case of the DVR it assumes that you are moving the DVR SNAT functionality and will remove the router agent binding in the node. | 21:48 |
gjohns | its on liberty... so old now I guess | 21:48 |
*** itzikb has quit IRC | 21:48 | |
*** cleong has quit IRC | 21:48 | |
Swami | gjohns: is you liberty up to date with all fixes, is it is running an old dated version. | 21:48 |
*** itzikb has joined #openstack-neutron | 21:48 | |
gjohns | I only have one hypervisor/host | 21:48 |
*** puck has joined #openstack-neutron | 21:49 | |
gjohns | although i do remember trying it with 2 hosts, and I did not see SNAT failover when I shutdown one of them | 21:49 |
gjohns | now I am trying with just 1, and when i reboot it, snat not recreated | 21:49 |
*** itzikb has quit IRC | 21:49 | |
Swami | gjohns: it would not automatically failover. It would only failover if you have SNAT HA. | 21:49 |
*** itzikb has joined #openstack-neutron | 21:50 | |
gjohns | I traced problem to the build_routers_list function: | 21:50 |
gjohns | 366 snat_binding = l3_dvrsched_db.CentralizedSnatL3AgentBinding 367 query = (context.session.query(snat_binding). 368 filter(snat_binding.router_id.in_(router_ids))).all() 369 bindings = dict((b.router_id, b) for b in query) | 21:50 |
Swami | gjohns: did you see any error log on the server side for not providing the binding port. | 21:51 |
gjohns | when i poke around in mysql DB, that table is empty | 21:51 |
*** itzikb has quit IRC | 21:51 | |
gjohns | around time of reboot, i see it deletes binding: "Deleted binding of the SNAT router ab917bf3-12a2-4858-a40b-b27e06184720 unbind_snat" | 21:51 |
*** wolverineav has quit IRC | 21:51 | |
*** itzikb has joined #openstack-neutron | 21:51 | |
Swami | gjohns: So somehow the binding has been removed and that's the reason I asked if there was any router-move command issued. | 21:52 |
gjohns | Is this an error? " One or more ports exist on the snat enabled l3_agent host 922fe9a3-708b-4af6-8c4b-a78fc5dda70a and router_id ab917bf3-12a2-4858-a40b-b27e06184720 unbind_router_servicenode" | 21:52 |
gjohns | That happens shortly after the Deleted binding | 21:52 |
gjohns | from looks of it, it removes SNAT from the SNAT Agent l3 binding | 21:52 |
*** itzikb has quit IRC | 21:52 | |
gjohns | but did not remove the Router from L3 agent binding, presumably because I still had attached ports (VMs and dhcp ports) on host i reboot | 21:52 |
*** itzikb has joined #openstack-neutron | 21:53 | |
gjohns | router-move? | 21:53 |
*** itzikb has quit IRC | 21:54 | |
*** chrichip has quit IRC | 21:54 | |
Swami | gjohns: I should probably take a look at the logs and see what has happened. If possible go ahead and file a bug with the log details and I will look into it. | 21:54 |
Swami | gjohns: normally unless there is a router manual move, the snat_binding should not be removed from the table. So something else is going wrong. | 21:54 |
*** itzikb has joined #openstack-neutron | 21:55 | |
gjohns | so are you saying I shouldn't even be seeing the ""Deleted binding of the SNAT router ab917bf3-12a2-4858-a40b-b27e06184720 unbind_snat"" | 21:55 |
*** chrichip has joined #openstack-neutron | 21:55 | |
Swami | Only in two cases you should see, one is when the gateway is cleared and the other one is when the agent binding changes through router manual move. | 21:55 |
gjohns | what I did was increase the agent_down_time from default of 75, to something much larger. At this point, reboot doesnt delete SNAT. presumably because Neutron still thinks agent is UP | 21:55 |
*** itzikb has quit IRC | 21:55 | |
gjohns | that seemed to be a temporary workaround... but not sure i want to keep agent_down_time at 5 min | 21:56 |
*** itzikb has joined #openstack-neutron | 21:56 | |
gjohns | Oh, if I update the router. By something as trivial as change it's name - that triggers the snatl3agent binding entry to be populated, and snat to be created | 21:56 |
*** wolverineav has joined #openstack-neutron | 21:57 | |
*** itzikb has quit IRC | 21:57 | |
*** itzikb has joined #openstack-neutron | 21:57 | |
Swami | gjohns: so what you are saying is the router_update message triggers it to re-create the SNAT. | 21:57 |
*** jamesdenton has quit IRC | 21:57 | |
Swami | gjohns: So I think the router_update message provides the snat_host information to the agent and then agent is able to recreate the namespace. | 21:58 |
gjohns | yea. that is how i was able to restore external connectivity | 21:58 |
*** itzikb has quit IRC | 21:58 | |
Swami | gjohns: but when the agent restarts and asks for the router_list from the server, it is not able to provide all the information and so it cleans up the snat. | 21:58 |
*** itzikb has joined #openstack-neutron | 21:58 | |
Swami | gjohns: thanks for the information. | 21:59 |
*** marun has quit IRC | 21:59 | |
*** javeriak has quit IRC | 21:59 | |
*** itzikb has quit IRC | 21:59 | |
gjohns | In the 2 node case, how to enable SNAT HA? | 22:00 |
*** itzikb has joined #openstack-neutron | 22:00 | |
gjohns | i have both l3 agents set to agent_mode = dvr_snat | 22:00 |
Swami | gjohns: When you create router you should also pass in the 'ha' attribute to 'True' and that would create the DVR+SNAT+L3 HA. | 22:01 |
*** itzikb has quit IRC | 22:01 | |
Swami | gjohns: There should be documentation in openstack on how to create the HA. | 22:01 |
*** itzikb has joined #openstack-neutron | 22:01 | |
*** tflynn has quit IRC | 22:01 | |
*** wolverineav has quit IRC | 22:02 | |
Swami | gjohns: http://docs.openstack.org/mitaka/networking-guide/config-dvr-ha-snat.html | 22:02 |
gjohns | I assumed it was the "allow_automatic_l3agent_failover" setting | 22:02 |
gjohns | i had that set to True | 22:02 |
*** itzikb has quit IRC | 22:02 | |
*** shashank_hegde has quit IRC | 22:02 | |
*** itzikb has joined #openstack-neutron | 22:03 | |
Swami | gjohns: But we don't support DVR+SNAT HA in liberty. | 22:03 |
gjohns | I assumed it would still failover withour VRRP HA...? | 22:03 |
gjohns | what does "allow_automatic_l3agent_failover" do then? | 22:03 |
*** itzikb has quit IRC | 22:04 | |
*** itzikb has joined #openstack-neutron | 22:04 | |
Swami | gjohns: I am not sure about that config option. | 22:05 |
*** itzikb has quit IRC | 22:05 | |
*** itzikb has joined #openstack-neutron | 22:05 | |
*** singhj has quit IRC | 22:05 | |
*** itzikb has quit IRC | 22:06 | |
*** marst has quit IRC | 22:07 | |
*** itzikb has joined #openstack-neutron | 22:08 | |
gjohns | https://github.com/openstack/neutron/blob/stable/liberty/neutron/db/l3_agentschedulers_db.py | 22:08 |
Sam-I-Am | gjohns: if an l3 agent fails, it can reschedule the router on another agent | 22:08 |
*** janzian has quit IRC | 22:08 | |
gjohns | def reschedule_routers_from_down_agents(self): """Reschedule routers from down l3 agents if admin state is up.""" | 22:08 |
gjohns | yea | 22:08 |
Sam-I-Am | however, it interrupts connectivity to the vms on that router | 22:08 |
Sam-I-Am | thus, it is not ha | 22:08 |
*** wolverineav has joined #openstack-neutron | 22:08 | |
Sam-I-Am | plus the timeouts for agents is pretty high | 22:08 |
gjohns | That is what would happen if i reboot, or shut down l3 agent on one host, right? | 22:08 |
*** itzikb has quit IRC | 22:09 | |
gjohns | on DVR setup, I would shut down one hypervisor. yes, those VMs lose connectivity | 22:09 |
gjohns | but if it was hosting SNAT namespace | 22:09 |
gjohns | SNAT should get reschd'd to another hypervisor, right? | 22:09 |
*** itzikb has joined #openstack-neutron | 22:09 | |
Sam-I-Am | well, the snat bits usually live on a network node of sorts | 22:10 |
gjohns | hypervisors are network nodes | 22:10 |
Swami | gjohns: SNAT reschedule to another agent will only happen if you have DVR+SNAT ha. | 22:10 |
gjohns | well im testing with just 2 hypervisors | 22:10 |
gjohns | which also run l3 agent and are SNAT capable | 22:10 |
*** itzikb has quit IRC | 22:10 | |
*** singhj has joined #openstack-neutron | 22:10 | |
gjohns | do not have a dedicated network just yet | 22:10 |
gjohns | dedicated network host* | 22:10 |
*** itzikb has joined #openstack-neutron | 22:11 | |
*** adriant has joined #openstack-neutron | 22:11 | |
*** kriskend_ has quit IRC | 22:11 | |
*** sindhu has joined #openstack-neutron | 22:11 | |
*** itzikb has quit IRC | 22:12 | |
*** itzikb has joined #openstack-neutron | 22:12 | |
*** itzikb has quit IRC | 22:12 | |
*** trevormc has quit IRC | 22:12 | |
*** akshai has quit IRC | 22:12 | |
*** itzikb has joined #openstack-neutron | 22:13 | |
*** itzikb has quit IRC | 22:14 | |
*** itzikb has joined #openstack-neutron | 22:14 | |
*** itzikb has quit IRC | 22:15 | |
*** singhj has quit IRC | 22:15 | |
*** iranzo has quit IRC | 22:16 | |
openstackgerrit | Sindhu Devale proposed openstack/neutron: Refactoring agent linux&ovsdb config https://review.openstack.org/347867 | 22:16 |
*** itzikb has joined #openstack-neutron | 22:16 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Revisit support for trunk segmentation types https://review.openstack.org/356127 | 22:17 |
*** itzikb has quit IRC | 22:17 | |
*** puck has quit IRC | 22:18 | |
*** itzikb has joined #openstack-neutron | 22:18 | |
gjohns | Swami - I found the function trace for why the binding for SNAT was deleted | 22:18 |
gjohns | 1 sec | 22:18 |
*** itzikb has quit IRC | 22:19 | |
*** itzikb has joined #openstack-neutron | 22:19 | |
*** wolverineav has quit IRC | 22:20 | |
*** itzikb has quit IRC | 22:20 | |
*** itzikb has joined #openstack-neutron | 22:21 | |
gjohns | start_periodic_l3_agent_status_check --> reschedule_routers_from_down_agents --> reschedule_router --> _unschedule_router --> unbind_snat_servicenode | 22:21 |
gjohns | Starting at beginning, I see "Rescheduling router ab917bf3-12a2-4858-a40b-b27e06184720 from agent 1fb28c6f-2d4f-4714-970e-fa4a7c8b826c because the agent did not report to the server in the last 150 seconds." | 22:21 |
*** itzikb has quit IRC | 22:21 | |
gjohns | which happens in reschedule_routers_from_down_agents | 22:22 |
gjohns | the next debug log I see (having enabled debug = True in neutron.conf on controller node): | 22:22 |
gjohns | "Deleted binding of the SNAT router ab917bf3-12a2-4858-a40b-b27e06184720 unbind_snat" | 22:22 |
*** itzikb has joined #openstack-neutron | 22:22 | |
gjohns | That is in unbind_snat_servicenode | 22:22 |
*** banix has quit IRC | 22:22 | |
*** itzikb has quit IRC | 22:23 | |
*** ivc_ has quit IRC | 22:23 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Add release note for blueprint vlan-aware-vms https://review.openstack.org/360089 | 22:23 |
*** eezhova has quit IRC | 22:23 | |
*** itzikb has joined #openstack-neutron | 22:23 | |
*** wolverineav has joined #openstack-neutron | 22:24 | |
*** itzikb has quit IRC | 22:24 | |
*** itzikb has joined #openstack-neutron | 22:25 | |
*** itzikb has quit IRC | 22:26 | |
*** itzikb has joined #openstack-neutron | 22:27 | |
*** itzikb has quit IRC | 22:28 | |
*** itzikb has joined #openstack-neutron | 22:28 | |
*** Sukhdev has joined #openstack-neutron | 22:28 | |
*** Leo_ has quit IRC | 22:29 | |
*** itzikb has quit IRC | 22:29 | |
*** itzikb has joined #openstack-neutron | 22:29 | |
*** banix has joined #openstack-neutron | 22:30 | |
*** itzikb has quit IRC | 22:30 | |
*** itzikb has joined #openstack-neutron | 22:31 | |
*** itzikb has quit IRC | 22:31 | |
openstackgerrit | Shashank Kumar Shankar proposed openstack/neutron-lib: [WIP] api-ref: Fix api-red for fwaas https://review.openstack.org/363967 | 22:31 |
*** puck has joined #openstack-neutron | 22:32 | |
*** akshai has joined #openstack-neutron | 22:32 | |
*** itzikb has joined #openstack-neutron | 22:32 | |
*** wolverineav has quit IRC | 22:33 | |
*** itzikb has quit IRC | 22:33 | |
Swami | gjohns: thanks for the input. | 22:33 |
*** wolverineav has joined #openstack-neutron | 22:34 | |
*** Sukhdev has quit IRC | 22:34 | |
*** akshai has quit IRC | 22:34 | |
gjohns | Looks like this codepath/behavior has completey chaged in mitaka: https://github.com/openstack/neutron/commit/0496f95a13232d38d6f02d9d1a88df0fa4c3f053 | 22:34 |
Swami | gjohns: yes too many changes. | 22:35 |
*** sbezverk_ has left #openstack-neutron | 22:36 | |
*** sindhu has quit IRC | 22:36 | |
*** shashank_hegde has joined #openstack-neutron | 22:37 | |
*** vhosakot has quit IRC | 22:41 | |
*** boden has joined #openstack-neutron | 22:41 | |
*** akshai has joined #openstack-neutron | 22:42 | |
*** nyechiel has joined #openstack-neutron | 22:43 | |
*** boden has quit IRC | 22:44 | |
*** Sukhdev has joined #openstack-neutron | 22:45 | |
*** wolverineav has quit IRC | 22:50 | |
*** nyechiel has quit IRC | 22:53 | |
*** Sukhdev has quit IRC | 22:55 | |
manjeets- | sc68cal, ping (regarding enabling a extension driver in devstack/lib/neutron by default ) | 22:58 |
*** njohnsto_ has joined #openstack-neutron | 23:02 | |
*** gouthamr has joined #openstack-neutron | 23:02 | |
*** pradk has quit IRC | 23:03 | |
*** ddaskal has quit IRC | 23:05 | |
*** ddaskal has joined #openstack-neutron | 23:06 | |
njohnsto_ | Quick question: does anyone know exactly when N-3 is getting cut? | 23:07 |
*** kriskend_ has joined #openstack-neutron | 23:08 | |
*** puck has quit IRC | 23:09 | |
*** ddaskal has quit IRC | 23:10 | |
*** michauds has quit IRC | 23:11 | |
*** viniciusarcanjo_ has joined #openstack-neutron | 23:11 | |
*** puck has joined #openstack-neutron | 23:12 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Truncate microseconds before DB insertion https://review.openstack.org/363951 | 23:12 |
*** tpsilva has quit IRC | 23:14 | |
*** jamielennox|away is now known as jamielennox | 23:14 | |
*** akshai_ has joined #openstack-neutron | 23:15 | |
*** mmalik4 has quit IRC | 23:15 | |
*** viniciusarcanjo_ has quit IRC | 23:16 | |
*** wolverineav has joined #openstack-neutron | 23:17 | |
*** akshai has quit IRC | 23:19 | |
*** sindhu has joined #openstack-neutron | 23:19 | |
*** njohnsto_ has quit IRC | 23:20 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Add timestamp fields for neutron ext resources https://review.openstack.org/312873 | 23:21 |
*** krtaylor has quit IRC | 23:22 | |
*** jamielennox is now known as jamielennox|away | 23:22 | |
*** gjohns has quit IRC | 23:22 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/neutron: Add api test for create update network with dns https://review.openstack.org/354447 | 23:24 |
*** salv-orlando has quit IRC | 23:25 | |
*** wolverineav has quit IRC | 23:26 | |
*** hockeynut has joined #openstack-neutron | 23:26 | |
*** jamielennox|away is now known as jamielennox | 23:28 | |
*** gvrangan has quit IRC | 23:31 | |
*** krtaylor has joined #openstack-neutron | 23:34 | |
*** njohnsto_ has joined #openstack-neutron | 23:35 | |
*** chrichip has quit IRC | 23:36 | |
openstackgerrit | Margaret Frances proposed openstack/neutron-fwaas: FWaaS v2 utilize L3 Agent Extension framework https://review.openstack.org/355576 | 23:36 |
*** jamielennox is now known as jamielennox|away | 23:36 | |
*** gongysh has joined #openstack-neutron | 23:37 | |
*** chrichip has joined #openstack-neutron | 23:37 | |
*** Swami has quit IRC | 23:37 | |
*** oomichi has quit IRC | 23:39 | |
*** yushiro has joined #openstack-neutron | 23:39 | |
*** oomichi has joined #openstack-neutron | 23:39 | |
*** oomichi has quit IRC | 23:40 | |
*** lujinluo has joined #openstack-neutron | 23:41 | |
*** Sukhdev has joined #openstack-neutron | 23:41 | |
*** chrichip has quit IRC | 23:42 | |
*** wolverineav has joined #openstack-neutron | 23:42 | |
*** claudiub has quit IRC | 23:42 | |
*** Sukhdev has quit IRC | 23:43 | |
*** yuanying has quit IRC | 23:43 | |
*** chrichip has joined #openstack-neutron | 23:43 | |
*** yuanying has joined #openstack-neutron | 23:44 | |
*** oomichi has joined #openstack-neutron | 23:44 | |
*** gvrangan has joined #openstack-neutron | 23:46 | |
*** cathy_ has joined #openstack-neutron | 23:47 | |
*** wolverineav has quit IRC | 23:48 | |
cathy_ | I need to submit a request for a neutron sub-project release. I did this by submitting a bug request in launchpad before. Now the Neutron stadium link http://docs.openstack.org/developer/neutron/stadium/sub_project_guidelines.html#sub-project-release-process states that A sub-project owner proposes a patch to openstack/releases repository with the intended git hash. The Neutron release liaison should be added in Gerrit to | 23:49 |
cathy_ | Which way should I go? | 23:49 |
cathy_ | Any guidance will be appreciated | 23:50 |
*** wolverineav has joined #openstack-neutron | 23:50 | |
*** akamyshnikova has quit IRC | 23:52 | |
*** akamyshnikova has joined #openstack-neutron | 23:52 | |
*** fnaval has quit IRC | 23:53 | |
*** donghao has joined #openstack-neutron | 23:54 | |
*** wolverineav has quit IRC | 23:55 | |
*** hieulq has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!