Thursday, 2016-07-21

*** lujinluo has joined #openstack-neutron00:00
*** sdague has quit IRC00:02
*** david-lyle has joined #openstack-neutron00:02
*** claudiub has quit IRC00:02
*** Swami has quit IRC00:02
*** ijw has joined #openstack-neutron00:04
*** edmondsw has quit IRC00:06
*** shashank has joined #openstack-neutron00:07
*** shashank has left #openstack-neutron00:08
*** irenab has quit IRC00:13
*** sindhude has quit IRC00:15
*** jamielennox is now known as jamielennox|away00:16
*** david-lyle has quit IRC00:18
*** wolverineav has quit IRC00:21
openstackgerritTerry Wilson proposed openstack/neutron: WIP: Wait for vswitchd to add interfaces in native ovsdb  https://review.openstack.org/34485900:31
*** wolverineav has joined #openstack-neutron00:33
*** banix has joined #openstack-neutron00:36
*** jerrygb has joined #openstack-neutron00:36
*** sindhude has joined #openstack-neutron00:39
*** jerrygb has quit IRC00:41
*** shivrao has quit IRC00:41
*** hoangcx has joined #openstack-neutron00:42
*** svenkat has joined #openstack-neutron00:42
abhirautping armax00:43
*** wolverineav has quit IRC00:43
armaxabhiraut: pong00:43
abhirautwhat should the body for subport add req look like?00:43
abhirauthttp://specs.openstack.org/openstack/neutron-specs/specs/mitaka/vlan-aware-vms.html00:44
abhirautis this spec up to date wrt to the REST API impact00:44
armaxyes, but hang on00:44
armaxabhiraut: let me give you the authoritive and final guide00:44
abhirautok00:44
armaxhttps://github.com/openstack/neutron/blob/master/neutron/tests/tempest/api/test_trunk.py#L11800:45
armaxand the API tests in genreal00:45
abhirautwith a body like that .. i hit Invalid data format00:45
abhirauthttps://github.com/openstack/neutron/blob/master/neutron/extensions/trunk.py#L3500:45
armaxgenral00:45
abhirautlooking00:45
armaxwhat’s the body like?00:45
armaxanother frame of reference00:45
armaxhttps://github.com/openstack/neutron-lib/blob/master/neutron_lib/tests/unit/api/test_validators.py#L87100:46
abhirauti was sending {'subports': [{'segmentation_id': '100', 'port_id': u'd5433bac-e5e9-435d-ae6f-777bd52ee06b', 'segmentation_type': 'vlan'}]})00:46
*** wolverineav has joined #openstack-neutron00:46
* armax parses00:47
armaxabhiraut: it needs to be a plain [{"port_id": "4902522e-5dcc-4086-8493-dcfa982c9fde", "segmentation_type": "vlan", "segmentation_id": 2}]00:47
abhirautokay.. does neutronclient serialize list as a body param.. while making a PUT call?00:47
armaxabhiraut: hang on00:48
armaxlet me check something00:48
*** kevo has quit IRC00:49
*** beagles_l8r is now known as beagles00:49
armaxabhiraut: bear with me00:50
abhirautarmax: https://github.com/openstack/python-neutronclient/blob/master/neutronclient/v2_0/client.py#L30000:50
*** wolverineav has quit IRC00:51
openstackgerritDongcan Ye proposed openstack/neutron-vpnaas: Install Libreswan for CentOS7  https://review.openstack.org/34472300:52
abhirautso when i pass body as list, it fails in serialization and when i push it as a dict, it fails on neutron with invalid type.. making sense?00:52
armaxyou’re saying on add_subport, rather than create right?00:52
abhirautyes on add_subport00:52
armaxabhiraut: let me double check00:53
abhirautok00:53
armaxabhiraut: I have done this a few times with curl00:53
armaxI just need to find the history00:53
*** svenkat has quit IRC00:54
abhirautcurl will work if body is list.. neutronclient on the other hand making the request will fail  to serialize the list00:54
*** stanzgy has joined #openstack-neutron00:55
armaxabhiraut: ah00:55
armaxthat I haven’t tried00:55
armaxthat’s odd00:55
abhirauti tried00:56
abhirauthttps://github.com/openstack/python-neutronclient/blob/master/neutronclient/v2_0/client.py#L30000:56
abhiraut^^00:56
*** gongysh has joined #openstack-neutron00:56
armaxhow are you testing this with the neutronclient?00:56
abhirautwrote the subport.py file and trying out the commands00:56
*** shashank_hegde has quit IRC00:57
armaxusing the neutron CLI?00:57
abhirauthooked into osc plugin .. so osc cli00:57
*** ijw has quit IRC00:57
armaxwhat’s the CLI format you adopted?00:57
abhirautso i added a new command.. openstack network trunk subport add —subport <> <trunk>00:58
armaxsyntax00:58
armaxI mean00:58
*** gouthamr_ has joined #openstack-neutron00:58
*** ijw has joined #openstack-neutron00:58
abhirautopenstack network trunk subport add  --sub-port port=s-port,seg-type=vlan,seg-id=100  trunky00:58
*** zhhuabj has quit IRC00:59
*** eilert has quit IRC00:59
armaxthat’s what the port-create command adds fixed ips00:59
armaxso it looks okay to me00:59
openstackgerritqinchunhua proposed openstack/neutron: Recover one file permission  https://review.openstack.org/34511400:59
armaxit would be good to compare what the two bodies look like01:00
armaxbefore they get serialized01:00
abhirautlooking01:00
openstackgerritqinchunhua proposed openstack/neutron: Recover one file permission  https://review.openstack.org/34511401:00
*** gouthamr has quit IRC01:01
abhirautlooks like a dict to me.. i found something like this-> body['fixed_ips'] = [ips]01:02
*** mfuruta has joined #openstack-neutron01:03
*** ijw has quit IRC01:03
armaxabhiraut: so what’s the stuff before the serialization?01:05
abhirautarmax: for ports?01:05
armaxwhen you hit https://github.com/openstack/python-neutronclient/blob/master/neutronclient/v2_0/client.py#L29201:06
armaxwhat’s data like?01:06
*** trananhkma has joined #openstack-neutron01:06
abhirautfor ports its a list01:06
abhirautoops01:06
abhirauta dict01:06
abhirauthttps://github.com/openstack/python-neutronclient/blob/master/neutronclient/neutron/v2_0/port.py#L8901:07
*** mfuruta has quit IRC01:07
*** mfuruta has joined #openstack-neutron01:07
abhiraut^^ it forms the body which is fed into serialize01:07
armaxbut that shouldn’t be needed01:08
armaxthat’s perhaps it’s on create01:09
abhirautyes .. on create.. lemme check update01:09
armaxon PUT a body like a list of dicts would suffice01:09
armaxabhiraut: a good reference command would be router-interface-add01:10
armaxabhiraut: which is similar to what you need here01:10
abhirautok .. ill check on it and get back to you01:10
armaxwith the difference that you’re specifying the sub-port with UUID, segId and segType01:10
armaxok01:10
*** banix has quit IRC01:11
*** zhhuabj has joined #openstack-neutron01:11
*** zhhuabj_ has joined #openstack-neutron01:14
*** sindhude has quit IRC01:14
*** gongysh has quit IRC01:14
abhirautarmax: https://github.com/openstack/python-neutronclient/blob/master/neutronclient/tests/unit/test_cli20_router.py#L28801:15
abhirauttests are creating a dict01:15
armaxabhiraut: that’s because the command only accepts a single entry01:16
armaxie. either the port or the subnet01:16
armaxabhiraut: is it possible we found an inconsistency somewhere?01:16
abhirautnone the less.. wont all neutron commands go via def do_request01:17
armaxabhiraut: it’s possible that neutronclient always expects the format {‘key’: [{}]}01:18
abhirautarmax: in which case the body will be validated during serialize01:18
*** zhhuabj has quit IRC01:18
armaxis there a stacktrace you can share with me?01:18
abhirautarmax: yes that is my finding .. ill double check them though01:18
*** sindhude has joined #openstack-neutron01:19
abhirautnot really… i can put in some print commands for you to see :) or i can push this patch i have and you could download and try?01:19
armaxabhiraut: that’s another way to go01:20
abhirautlemme remove some useless prints and push it01:20
armaxabhiraut: ok01:22
*** yb has joined #openstack-neutron01:23
*** sindhude has quit IRC01:24
*** xagent has quit IRC01:27
*** Sukhdev has quit IRC01:30
*** fnaval has quit IRC01:30
*** sindhude has joined #openstack-neutron01:31
*** s3wong has quit IRC01:32
openstackgerritAbhishek Raut proposed openstack/python-neutronclient: Add trunk commands to neutronclient  https://review.openstack.org/34062401:35
*** abhiraut has quit IRC01:35
*** harlowja has joined #openstack-neutron01:35
*** harlowja has quit IRC01:35
*** abhiraut has joined #openstack-neutron01:35
abhirautarmax: pushed a patch01:36
*** harlowja has joined #openstack-neutron01:36
*** shivrao has joined #openstack-neutron01:37
*** jerrygb has joined #openstack-neutron01:37
*** fnaval has joined #openstack-neutron01:37
*** maishsk has joined #openstack-neutron01:38
armaxabhiraut: ack01:41
*** jerrygb has quit IRC01:42
openstackgerritAbhishek Raut proposed openstack/python-neutronclient: Add trunk commands to openstackclient  https://review.openstack.org/34062401:42
*** bochi has joined #openstack-neutron01:43
*** tbachman_ has joined #openstack-neutron01:44
*** abhiraut1 has joined #openstack-neutron01:44
*** abhiraut has quit IRC01:44
*** tbachman has quit IRC01:46
*** tbachman_ is now known as tbachman01:46
*** sindhude has quit IRC01:47
openstackgerritAbhishek Raut proposed openstack/python-neutronclient: Add trunk commands to openstackclient  https://review.openstack.org/34062401:47
*** abhiraut has joined #openstack-neutron01:48
*** abhiraut1 has quit IRC01:48
*** marun has joined #openstack-neutron01:51
*** abhiraut has quit IRC01:56
*** st8less has quit IRC01:56
*** namnh has joined #openstack-neutron01:59
*** maishsk_ has joined #openstack-neutron02:01
*** salv-orl_ has joined #openstack-neutron02:02
*** salv-orl_ has quit IRC02:02
*** salv-orl_ has joined #openstack-neutron02:03
*** maishsk has quit IRC02:03
*** maishsk_ is now known as maishsk02:03
openstackgerritLujin Luo proposed openstack/neutron: Add a unique key to port_id in routerports table  https://review.openstack.org/28504802:04
*** salv-orlando has quit IRC02:05
*** salv-orl_ has quit IRC02:11
*** jerrygb has joined #openstack-neutron02:21
*** shivrao has quit IRC02:22
*** david-lyle has joined #openstack-neutron02:24
*** ranjithd has joined #openstack-neutron02:24
*** EinstCra_ has joined #openstack-neutron02:25
*** marun has quit IRC02:29
*** EinstCrazy has quit IRC02:29
*** david-lyle has quit IRC02:29
*** gvrangan has quit IRC02:31
*** jhershbe__ has joined #openstack-neutron02:32
*** shashank_hegde has joined #openstack-neutron02:38
*** hoonetorg has quit IRC02:40
*** gouthamr has joined #openstack-neutron02:42
*** gouthamr_ has quit IRC02:42
*** yamahata has quit IRC02:44
*** iyamahat has quit IRC02:45
*** yamamoto_ has joined #openstack-neutron02:46
*** harlowja has quit IRC02:46
*** yuanying has quit IRC02:46
*** hoonetorg has joined #openstack-neutron02:53
*** gongysh has joined #openstack-neutron02:57
*** shashank_hegde has quit IRC03:06
*** maishsk_ has joined #openstack-neutron03:07
*** maishsk has quit IRC03:07
*** maishsk_ is now known as maishsk03:07
*** amotoki has quit IRC03:08
*** shashank_hegde has joined #openstack-neutron03:09
*** salv-orlando has joined #openstack-neutron03:09
*** zhhuabj_ has quit IRC03:14
*** maishsk has quit IRC03:14
*** shashank_hegde has quit IRC03:15
*** maishsk has joined #openstack-neutron03:16
*** shashank_hegde has joined #openstack-neutron03:16
*** EinstCra_ has quit IRC03:18
*** salv-orlando has quit IRC03:19
*** maishsk has quit IRC03:20
*** amotoki has joined #openstack-neutron03:22
*** itisha has joined #openstack-neutron03:24
*** EinstCrazy has joined #openstack-neutron03:24
*** lujinluo has quit IRC03:25
*** tflynn has joined #openstack-neutron03:25
*** tflynn_ has joined #openstack-neutron03:26
*** gabriel-bezerra has quit IRC03:27
*** dave-mccowan has quit IRC03:27
*** clenimar has quit IRC03:28
*** tflynn has quit IRC03:30
*** gabriel-bezerra has joined #openstack-neutron03:30
*** amotoki has quit IRC03:30
*** yamamoto_ has quit IRC03:31
*** zhhuabj_ has joined #openstack-neutron03:31
*** julim has quit IRC03:31
*** clenimar has joined #openstack-neutron03:32
*** gouthamr has quit IRC03:33
*** amotoki has joined #openstack-neutron03:35
*** wu_ng has joined #openstack-neutron03:36
*** gongysh has quit IRC03:37
*** ijw has joined #openstack-neutron03:37
*** wu_ng has quit IRC03:37
*** sindhude has joined #openstack-neutron03:39
*** maishsk has joined #openstack-neutron03:40
*** Alex_Stef has joined #openstack-neutron03:41
*** sterdnotshaken has joined #openstack-neutron03:41
*** ijw has quit IRC03:41
*** julim has joined #openstack-neutron03:44
*** sterdnotshaken has quit IRC03:46
openstackgerritHong Hui Xiao proposed openstack/neutron: Enable create and delete segments in ML2  https://review.openstack.org/31735803:46
*** ijw has joined #openstack-neutron03:46
*** tflynn_ has quit IRC03:47
*** yuanying has joined #openstack-neutron03:48
*** ijw_ has joined #openstack-neutron03:48
*** ijw has quit IRC03:52
*** djan has quit IRC03:57
*** lujinluo has joined #openstack-neutron03:58
*** mkolesni has joined #openstack-neutron03:58
*** mickeys has quit IRC04:00
*** mickeys has joined #openstack-neutron04:00
*** jamespage has quit IRC04:01
*** jamespage has joined #openstack-neutron04:01
*** garyk1 has joined #openstack-neutron04:03
*** yuanying_ has joined #openstack-neutron04:03
*** diga has joined #openstack-neutron04:04
*** gabriel-bezerra has quit IRC04:04
*** clenimar has quit IRC04:04
*** diga has quit IRC04:05
*** mickeys has quit IRC04:05
*** julim has quit IRC04:05
openstackgerritOpenStack Proposal Bot proposed openstack/neutron: Updated from global requirements  https://review.openstack.org/34337104:06
*** diga has joined #openstack-neutron04:06
*** yuanying has quit IRC04:06
*** gabriel-bezerra has joined #openstack-neutron04:09
*** clenimar has joined #openstack-neutron04:10
openstackgerritOpenStack Proposal Bot proposed openstack/python-neutronclient: Updated from global requirements  https://review.openstack.org/34005504:10
*** shashank_hegde has quit IRC04:11
*** sterdnotshaken has joined #openstack-neutron04:13
*** jhershbe__ has quit IRC04:13
*** sindhude has quit IRC04:13
*** shashank_hegde has joined #openstack-neutron04:14
*** sterdnotshaken has quit IRC04:17
*** sdague has joined #openstack-neutron04:17
*** salv-orlando has joined #openstack-neutron04:18
*** amotoki has quit IRC04:18
*** shashank_hegde has quit IRC04:18
*** yfried has joined #openstack-neutron04:20
*** wolverineav has joined #openstack-neutron04:24
*** wolverineav has quit IRC04:28
*** salv-orlando has quit IRC04:28
*** yamamoto_ has joined #openstack-neutron04:29
*** diga has quit IRC04:29
*** wolverineav has joined #openstack-neutron04:30
*** liusheng has quit IRC04:33
*** liusheng has joined #openstack-neutron04:34
*** wolverineav has quit IRC04:34
*** amotoki has joined #openstack-neutron04:35
*** amotoki_ has joined #openstack-neutron04:36
*** vishwanathj is now known as vishwanathj_zzz04:39
*** shashank_hegde has joined #openstack-neutron04:39
*** amotoki has quit IRC04:40
*** emagana has joined #openstack-neutron04:41
*** gvrangan has joined #openstack-neutron04:42
*** ranjithd has quit IRC04:46
*** thorst_ has joined #openstack-neutron04:47
*** Sukhdev has joined #openstack-neutron04:47
openstackgerrittonytan4ever proposed openstack/neutron: Add subresources support for PECAN  https://review.openstack.org/33618804:47
*** jhershbe__ has joined #openstack-neutron04:48
*** yfried has quit IRC04:50
*** sdague has quit IRC04:51
*** yfried has joined #openstack-neutron04:53
*** aranjan has joined #openstack-neutron04:53
*** pbandark has joined #openstack-neutron04:54
*** yamahata has joined #openstack-neutron04:57
*** salv-orlando has joined #openstack-neutron04:59
*** gvrangan has quit IRC05:03
*** yuanying has joined #openstack-neutron05:03
*** emagana has quit IRC05:05
*** sputnik13 has joined #openstack-neutron05:06
*** yuanying_ has quit IRC05:06
*** kfox1111 has quit IRC05:06
*** hynekm has joined #openstack-neutron05:07
*** thorst_ has quit IRC05:07
*** ekuris has joined #openstack-neutron05:07
*** thorst_ has joined #openstack-neutron05:08
*** shivrao has joined #openstack-neutron05:09
*** jerrygb has quit IRC05:09
*** shivrao_ has joined #openstack-neutron05:11
*** vikram has joined #openstack-neutron05:12
*** shivrao has quit IRC05:14
*** shivrao_ is now known as shivrao05:14
*** wolverineav has joined #openstack-neutron05:14
*** hynekm has quit IRC05:14
*** kfox1111 has joined #openstack-neutron05:15
*** pgadiya has joined #openstack-neutron05:16
*** yfried has quit IRC05:17
*** yb has quit IRC05:19
*** wolverineav has quit IRC05:19
*** buttercup has joined #openstack-neutron05:21
*** jprovazn has joined #openstack-neutron05:22
*** thorst_ has quit IRC05:25
*** prateek has joined #openstack-neutron05:26
*** ratailor has joined #openstack-neutron05:29
*** yfried has joined #openstack-neutron05:31
*** afazekas|dentist is now known as afazekas05:32
openstackgerrittonytan4ever proposed openstack/neutron: Refactoring Agent DB model  https://review.openstack.org/33087005:33
*** buttercup has quit IRC05:37
*** mohankumar has joined #openstack-neutron05:38
*** buttercup has joined #openstack-neutron05:38
*** harlowja has joined #openstack-neutron05:39
*** thorst_ has joined #openstack-neutron05:41
*** iyamahat has joined #openstack-neutron05:42
*** EinstCrazy has quit IRC05:43
*** bks has joined #openstack-neutron05:45
*** thorst_ has quit IRC05:46
*** oshvartz has joined #openstack-neutron05:51
*** Sukhdev has quit IRC05:52
openstackgerritArmando Migliaccio proposed openstack/neutron: Improve the segmentation ID validation logic  https://review.openstack.org/34517305:53
*** mosulica has joined #openstack-neutron05:53
*** sridharg has joined #openstack-neutron05:53
*** gvrangan has joined #openstack-neutron05:54
*** moshele has joined #openstack-neutron05:55
*** wolverineav has joined #openstack-neutron05:58
*** yb has joined #openstack-neutron06:02
*** ijw_ has quit IRC06:03
*** kobis has joined #openstack-neutron06:04
*** harlowja has quit IRC06:04
*** Murali_ has joined #openstack-neutron06:05
*** Murali has quit IRC06:05
*** Murali_ is now known as Murali06:05
*** honghuixiao_ has quit IRC06:07
*** javeriak has joined #openstack-neutron06:09
*** claudiub has joined #openstack-neutron06:09
*** yfried has quit IRC06:14
*** aranjan has quit IRC06:15
*** nherciu__ has joined #openstack-neutron06:15
*** Murali_ has joined #openstack-neutron06:18
*** anilvenkata has joined #openstack-neutron06:19
*** Murali has quit IRC06:19
*** Murali_ is now known as Murali06:20
*** namnh has quit IRC06:20
openstackgerritArmando Migliaccio proposed openstack/neutron: Revisit (add|remove)_subports request body  https://review.openstack.org/34518506:20
*** edand has joined #openstack-neutron06:23
*** kawa2014 has joined #openstack-neutron06:24
*** kobis has quit IRC06:26
*** iyamahat has quit IRC06:28
*** devvesa has joined #openstack-neutron06:30
*** Dinesh_Bhor has joined #openstack-neutron06:32
*** rubasov has joined #openstack-neutron06:34
*** eric_lopez has joined #openstack-neutron06:35
Dinesh_Bhorarmax, garyk1: Thanks, It was pending from last 4 months https://review.openstack.org/#/c/295651/06:36
armaxDinesh_Bhor: that’s because it’s a useless change06:36
armaxtypos are a way of life06:36
armaxcan’t fix them all06:36
*** fifieldt has joined #openstack-neutron06:37
*** elo has quit IRC06:39
*** andreas_s has joined #openstack-neutron06:39
*** tesseract- has joined #openstack-neutron06:39
garyk1Dinesh_Bhor: armax thinks that changes like this are awesome :)06:40
*** armax has quit IRC06:41
Dinesh_Bhorgaryk1:  :)06:42
*** ijw has joined #openstack-neutron06:44
*** iyamahat has joined #openstack-neutron06:45
*** ijw_ has joined #openstack-neutron06:45
*** hynekm has joined #openstack-neutron06:46
*** edand has quit IRC06:46
*** edand has joined #openstack-neutron06:47
*** namnh has joined #openstack-neutron06:48
*** ijw has quit IRC06:49
*** salv-orlando has quit IRC06:52
*** itzikb has joined #openstack-neutron06:53
*** iranzo has joined #openstack-neutron06:53
*** claudiub has quit IRC06:53
*** iranzo has quit IRC06:53
*** iranzo has joined #openstack-neutron06:53
*** shivrao has quit IRC06:54
*** Alex_Stef has quit IRC06:56
openstackgerrittonytan4ever proposed openstack/neutron: Refactoring Agent DB model  https://review.openstack.org/33087006:57
*** karthiks has quit IRC06:57
*** javeriak has quit IRC06:57
*** hoangcx_ has joined #openstack-neutron06:58
*** nyechiel has joined #openstack-neutron06:59
*** hoangcx has quit IRC06:59
*** marun_ has joined #openstack-neutron07:02
*** iranzo has quit IRC07:02
*** mickeys has joined #openstack-neutron07:03
*** pcaruana has joined #openstack-neutron07:03
*** iranzo has joined #openstack-neutron07:03
*** iranzo has joined #openstack-neutron07:03
*** javeriak has joined #openstack-neutron07:04
*** sleviim has joined #openstack-neutron07:06
*** namnh has quit IRC07:06
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack/neutron: [WIP] Testing latest u-c  https://review.openstack.org/30334607:06
*** nmagnezi has joined #openstack-neutron07:06
*** rcernin has joined #openstack-neutron07:07
*** mickeys has quit IRC07:08
*** obondarev has joined #openstack-neutron07:09
*** rcernin has quit IRC07:10
*** karthiks has joined #openstack-neutron07:10
*** rcernin has joined #openstack-neutron07:10
*** Alex_Stef has joined #openstack-neutron07:11
*** maishsk has quit IRC07:12
*** fzdarsky has joined #openstack-neutron07:12
*** maishsk has joined #openstack-neutron07:13
*** maishsk has joined #openstack-neutron07:14
*** emagana has joined #openstack-neutron07:17
*** nherciu_ has joined #openstack-neutron07:18
*** kobis has joined #openstack-neutron07:19
*** iyamahat has quit IRC07:20
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack/os-vif: Remove discover from test-requirements  https://review.openstack.org/34519907:22
*** nherciu__ has quit IRC07:22
*** emagana has quit IRC07:22
*** jhershbe__ has quit IRC07:22
*** fzdarsky has quit IRC07:22
*** jlanoux has joined #openstack-neutron07:24
*** rkukura_ has joined #openstack-neutron07:29
*** Alex_Stef has quit IRC07:29
*** rkukura has quit IRC07:29
*** rkukura_ is now known as rkukura07:29
openstackgerritMerged openstack/neutron: Updated from global requirements  https://review.openstack.org/34337107:30
openstackgerritHirofumi Ichihara proposed openstack/python-neutronclient: Don't load non json body  https://review.openstack.org/34520407:31
*** bailin has joined #openstack-neutron07:32
*** emagana has joined #openstack-neutron07:33
*** fzdarsky has joined #openstack-neutron07:36
*** emagana has quit IRC07:37
openstackgerritVasyl Saienko proposed openstack/neutron: WIP: Add Ironic notifications  https://review.openstack.org/34521107:38
openstackgerritHirofumi Ichihara proposed openstack/neutron: Fix serializer with None  https://review.openstack.org/29154507:39
*** Alex_Stef has joined #openstack-neutron07:40
*** p01nt3r75 has joined #openstack-neutron07:42
*** akamyshnikova__ has quit IRC07:45
*** wolverineav has quit IRC07:46
*** yfried has joined #openstack-neutron07:48
*** vsaienk0 has joined #openstack-neutron07:50
vsaienk0Morning Neutron team, could you please review https://review.openstack.org/#/c/339129/07:50
*** saggi has joined #openstack-neutron07:50
*** salv-orlando has joined #openstack-neutron07:53
*** sofie has quit IRC07:53
*** wolverineav has joined #openstack-neutron07:53
*** ygbo has joined #openstack-neutron07:53
*** moshele has quit IRC07:55
*** moshele has joined #openstack-neutron07:55
*** fzdarsky has quit IRC07:57
*** wolverineav has quit IRC07:57
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-neutron08:00
*** mvk has quit IRC08:02
*** karthiks has quit IRC08:04
*** salv-orlando has quit IRC08:05
openstackgerritReedip proposed openstack/neutron: Add name and desc to networksegments table  https://review.openstack.org/29330508:06
*** bfernando has joined #openstack-neutron08:08
*** ushkalim has joined #openstack-neutron08:09
openstackgerritDavanum Srinivas (dims) proposed openstack/neutron: [WIP] Testing latest u-c  https://review.openstack.org/30334608:10
openstackgerritDavanum Srinivas (dims) proposed openstack/neutron: [WIP] Testing latest u-c  https://review.openstack.org/30334608:10
*** shashank_hegde has quit IRC08:12
*** tyrola has joined #openstack-neutron08:12
*** ijw_ has quit IRC08:14
*** ijw has joined #openstack-neutron08:15
*** thorst_ has joined #openstack-neutron08:17
*** karthiks has joined #openstack-neutron08:17
*** buttercup has quit IRC08:19
*** sputnik13 has quit IRC08:19
*** ijw has quit IRC08:20
*** jlibosva has joined #openstack-neutron08:20
openstackgerritPablo Iranzo Gómez proposed openstack/neutron-lib: Add validator to test integers  https://review.openstack.org/33723708:20
*** rdo has quit IRC08:21
*** thorst_ has quit IRC08:21
*** mickeys has joined #openstack-neutron08:24
*** rdo has joined #openstack-neutron08:24
*** eezhova has joined #openstack-neutron08:26
openstackgerritMerged openstack/neutron: Release note: fix a typo in add-time-stamp-fields  https://review.openstack.org/33689708:26
*** mickeys has quit IRC08:27
*** zhhuabj_ has quit IRC08:27
*** tflynn has joined #openstack-neutron08:27
*** mickeys has joined #openstack-neutron08:27
*** rdo has quit IRC08:28
*** vikram has quit IRC08:29
openstackgerritedan david proposed openstack/neutron: Validate device to mac instead of port id to mac  https://review.openstack.org/34524708:29
openstackgerritMerged openstack/neutron: Add information about contract creation exceptions in devref  https://review.openstack.org/33819708:29
*** rdo has joined #openstack-neutron08:30
*** mhickey has joined #openstack-neutron08:30
*** buttercup has joined #openstack-neutron08:31
*** mickeys has quit IRC08:31
*** rdo has quit IRC08:34
*** rdo has joined #openstack-neutron08:35
*** zhhuabj_ has joined #openstack-neutron08:39
*** hoangcx_ has quit IRC08:39
*** davidsha has joined #openstack-neutron08:39
*** ociuhandu has joined #openstack-neutron08:39
*** namnh has joined #openstack-neutron08:40
*** trananhkma has quit IRC08:41
*** irenab has joined #openstack-neutron08:41
openstackgerritChangBo Guo(gcb) proposed openstack/neutron: Use is_valid_port from oslo.utils  https://review.openstack.org/32686308:42
*** buttercup has quit IRC08:42
*** hoangcx has joined #openstack-neutron08:43
openstackgerritChangBo Guo(gcb) proposed openstack/neutron: Deprecate method get_ipv6_addr_by_EUI64  https://review.openstack.org/32897608:43
*** wolverineav has joined #openstack-neutron08:44
lujinluoHi Neutron developers, anyone interested in reviewing two simple patches related to database? check here https://review.openstack.org/#/c/276018/ https://review.openstack.org/#/c/285048/ thanks in advance08:45
openstackgerritKevin Benton proposed openstack/neutron: Don't interrupt device loop for missing device  https://review.openstack.org/34525308:45
*** manikanta_tadi has joined #openstack-neutron08:47
*** amotoki has joined #openstack-neutron08:47
*** bvandewa has quit IRC08:48
*** wolverineav has quit IRC08:49
*** fzdarsky has joined #openstack-neutron08:51
namnhkevinbenton: Hello Mr.Kevin. Are you free? Could you give me 5 minutes to discuss my bug (overlap CIDR) with you, I would like to report a new information to you?08:51
kevinbentonnamnh: sure08:52
namnhkevinbenton: Thanks! First,  please open your patch: https://review.openstack.org/#/c/303966/ . If I add this line of code: revises_on_change = ('network_id', ) in Subnet class, like this: http://paste.openstack.org/show/538925/08:53
namnhThe result of this is that my bus can be fixed. Essentially, Two requests to create subnet are concurrent request. At the time neutron-server detect this case base on the value revision_number of network so one of two request have to retry request.08:53
*** wolverineav has joined #openstack-neutron08:53
namnhkevinbenton: How do you think about this idea?08:53
*** marun_ has quit IRC08:54
kevinbentonnamnh: right, that is a possible fix08:54
kevinbentonnamnh: the only issue is that it won't generate a network update notification (e.g. in ML2 or to the agents)08:54
kevinbentonnamnh: even though the revision has changed08:54
*** bvandewa has joined #openstack-neutron08:54
kevinbentonnamnh: backends that keep track of revisions may think there was a lost update somewhere08:55
*** xiaohhui has joined #openstack-neutron08:55
*** tflynn has quit IRC08:56
*** amotoki__ has joined #openstack-neutron08:56
namnhkevinbenton: Oh, I see. So we should not use this solution to fix my bug?08:56
namnhkevinbenton: right?08:56
kevinbentonnamnh: well we can consider it08:56
kevinbentonnamnh: is the stored procedure not working out?08:56
*** amotoki__ has quit IRC08:57
*** buttercup has joined #openstack-neutron08:58
*** jhershbe__ has joined #openstack-neutron08:58
*** amotoki_ has quit IRC08:59
namnhkevinbenton: No, I don't. Currently, I am working my patch: https://review.openstack.org/#/c/314054/ . I just found this solution so I would like to ask about that.08:59
kevinbentonnamnh: it does make things quite a bit simpler08:59
kevinbentonnamnh: the revises_on_change approach08:59
*** vikram has joined #openstack-neutron09:00
namnhkevinbenton: I think so too. should i push new patch set about this solution. How do you think?09:01
*** shangxdy has joined #openstack-neutron09:01
*** wolverineav has quit IRC09:02
*** tmorin has joined #openstack-neutron09:02
*** mvk has joined #openstack-neutron09:02
namnhkevinbenton: For stored procedure. i am still working hard on it. It got a lot of attention from core-reviews. If you have time, please help me to take a look on it too.09:02
openstackgerritNir Magnezi proposed openstack/neutron: Adds a custom reload command to ProcessManager  https://review.openstack.org/34526309:03
*** lixiaoy1_ has joined #openstack-neutron09:03
*** salv-orlando has joined #openstack-neutron09:03
*** thorst_ has joined #openstack-neutron09:04
kevinbentonnamnh: the other issue is that it will make subnet creation more contentious09:04
kevinbentonnamnh: any two concurrent updates would end up issuing retry requests09:04
kevinbentonnamnh: even if they don't overlap09:04
kevinbentonnamnh: i think we should plan for the stored procedure for now09:04
kevinbentonnamnh: if that doesn't look like it will make it in time for newton we can switch to revises_on_update09:05
*** clsacramento has quit IRC09:05
*** lujinluo has quit IRC09:06
*** wolverineav has joined #openstack-neutron09:06
*** isq has quit IRC09:07
namnhkevinbenton: Yes, I got it. I will continue with the stored procedure solution and report to you about this before end of newton.09:07
*** korzen_ has quit IRC09:08
*** isq has joined #openstack-neutron09:08
*** korzen_ has joined #openstack-neutron09:08
*** thorst_ has quit IRC09:08
namnhkevinbenton: Absolutely ping you about it again. :-)09:09
kevinbentonnamnh: sounds good09:10
namnhkevinbenton: Thanks for your support.09:11
kevinbentonnamnh: no prob09:12
*** jerrygb has joined #openstack-neutron09:13
*** salv-orlando has quit IRC09:13
*** wolverineav has quit IRC09:14
openstackgerritbin proposed openstack/neutron: Remove test case that exist in Tempest repo  https://review.openstack.org/34527109:16
*** xiaohhui has quit IRC09:16
*** xiaohhui has joined #openstack-neutron09:17
*** jerrygb has quit IRC09:18
*** buttercup has quit IRC09:18
*** ijw has joined #openstack-neutron09:19
*** shangxdy has quit IRC09:20
*** sean-k-m1 has joined #openstack-neutron09:20
*** xiaohhui has quit IRC09:21
*** xiaohhui has joined #openstack-neutron09:21
*** sean-k-mooney has quit IRC09:22
*** mfuruta has quit IRC09:24
*** wolverineav has joined #openstack-neutron09:27
*** emagana has joined #openstack-neutron09:27
*** buttercup has joined #openstack-neutron09:27
*** javeriak has quit IRC09:29
*** fzdarsky has quit IRC09:30
*** tyrola has quit IRC09:31
*** tyrola has joined #openstack-neutron09:31
*** emagana has quit IRC09:31
*** wolverineav has quit IRC09:31
*** xiaohhui has quit IRC09:32
*** xiaohhui has joined #openstack-neutron09:32
*** ygbo has quit IRC09:33
*** xiaohhui has quit IRC09:34
*** xiaohhui has joined #openstack-neutron09:35
*** yb has quit IRC09:36
*** bailin has quit IRC09:36
*** javeriak has joined #openstack-neutron09:38
*** daemontool has joined #openstack-neutron09:41
*** salv-orlando has joined #openstack-neutron09:43
*** fzdarsky has joined #openstack-neutron09:44
*** daemontool_ has joined #openstack-neutron09:44
*** daemontool has quit IRC09:47
*** ygbo has joined #openstack-neutron09:47
*** javeriak_ has joined #openstack-neutron09:48
*** javeriak has quit IRC09:48
*** sbalukoff has quit IRC09:49
*** pbandark has quit IRC09:50
*** pbandark has joined #openstack-neutron09:50
*** sbalukoff has joined #openstack-neutron09:51
*** edand has quit IRC09:52
*** namnh has quit IRC09:54
*** obondarev has quit IRC09:56
*** salv-orl_ has joined #openstack-neutron09:56
*** obondarev has joined #openstack-neutron09:56
openstackgerritArtur Korzeniewski proposed openstack/neutron: objects: Add update_fields method in base class.  https://review.openstack.org/33753909:58
*** lezbar has quit IRC09:59
openstackgerritSana Khan proposed openstack/neutron: OVSLibTestCase.test_db_find_column_type_list invalid match value for db_find  https://review.openstack.org/34529609:59
daemontool_hi Team, does anyone knows if SR-IOV is used for communications between 2 VMs in the same subnet, in the same compute node?09:59
*** salv-orlando has quit IRC10:00
*** john-davidge has joined #openstack-neutron10:00
*** iyamahat has joined #openstack-neutron10:01
*** john-dav_ has joined #openstack-neutron10:02
*** wolverineav has joined #openstack-neutron10:02
*** xiaohhui has quit IRC10:02
*** xiaohhui has joined #openstack-neutron10:03
*** john-dav_ is now known as john-davidge_10:03
*** ygbo has quit IRC10:04
*** salv-orlando has joined #openstack-neutron10:04
*** john-davidge has quit IRC10:05
*** gouthamr has joined #openstack-neutron10:06
*** lezbar has joined #openstack-neutron10:06
*** iyamahat has quit IRC10:06
*** yamahata has quit IRC10:06
*** amotoki has quit IRC10:07
*** salv-orl_ has quit IRC10:08
*** salv-orlando has quit IRC10:08
*** xiaohhui has quit IRC10:09
*** obondarev has quit IRC10:09
*** wolverineav has quit IRC10:09
*** tmorin has quit IRC10:10
*** obondarev has joined #openstack-neutron10:11
*** shangxdy has joined #openstack-neutron10:13
*** jerrygb has joined #openstack-neutron10:14
*** amotoki has joined #openstack-neutron10:15
*** wolverineav has joined #openstack-neutron10:15
*** ihrachys has joined #openstack-neutron10:15
*** amotoki has quit IRC10:16
openstackgerritNguyen Phuong An proposed openstack/neutron-specs: (Operator-only) Logging API for security groups  https://review.openstack.org/20350910:19
*** wolverineav has quit IRC10:19
*** obondarev has quit IRC10:20
*** jerrygb has quit IRC10:20
*** obondarev has joined #openstack-neutron10:20
*** hoangcx has quit IRC10:22
*** ygbo has joined #openstack-neutron10:22
*** xiaohhui has joined #openstack-neutron10:23
*** amotoki has joined #openstack-neutron10:24
*** shangxdy has quit IRC10:24
*** boden has joined #openstack-neutron10:27
*** xiaohhui has quit IRC10:28
*** xiaohhui has joined #openstack-neutron10:29
*** itisha has quit IRC10:30
*** shangxdy has joined #openstack-neutron10:32
*** irenab has quit IRC10:32
*** wolverineav has joined #openstack-neutron10:32
*** xiaohhui has quit IRC10:34
*** ihrachys has quit IRC10:36
*** jlibosva has quit IRC10:36
*** ihrachys has joined #openstack-neutron10:37
*** wolverineav has quit IRC10:37
*** jlibosva has joined #openstack-neutron10:38
*** xiaohhui has joined #openstack-neutron10:40
*** wolverineav has joined #openstack-neutron10:41
*** rodrigods has quit IRC10:43
*** rodrigods has joined #openstack-neutron10:44
*** bvandewa has quit IRC10:44
*** javeriak_ has quit IRC10:44
*** xiaohhui has quit IRC10:44
openstackgerritReedip proposed openstack/neutron: L2-Adjacency support  https://review.openstack.org/30464710:46
*** bvandewa has joined #openstack-neutron10:47
*** amotoki has quit IRC10:49
*** manikanta_tadi has quit IRC10:49
*** javeriak has joined #openstack-neutron10:50
openstackgerritboden proposed openstack/neutron-lib: devref for public API docstring  https://review.openstack.org/34058010:51
*** buttercup has quit IRC10:52
*** wolverineav has quit IRC10:53
*** manikanta_tadi has joined #openstack-neutron10:55
*** bvandewa has quit IRC10:55
*** irenab has joined #openstack-neutron10:57
*** irenab has quit IRC10:57
*** wolverineav has joined #openstack-neutron10:58
*** eezhova has quit IRC10:59
ihrachyskevinbenton: looks like grafana finally shows multinode grenade on par with dvr flavour of it and other multinode tempest jobs.11:00
kevinbentonihrachys: hooray!11:00
ihrachyskevinbenton: I guess now we should land your patch and try to disable PUBLIC_BRIDGE_MTU on devstack-gate.11:00
ihrachysthen MTU refragmentation path will be triggered.11:01
*** wolverineav has quit IRC11:02
kevinbentonihrachys: yeah11:03
kevinbentonihrachys: or if DF bit is set then ICMP responses11:03
ihrachyskevinbenton: also of interest, I don't see failures for grenade in mitaka. not sure what's going on there :)11:04
ihrachysbut somehow it passes11:04
*** obondarev has quit IRC11:04
openstackgerritVasyl Saienko proposed openstack/neutron: Add BaremetalMechanismDriver driver.  https://review.openstack.org/33912911:05
*** nirmoy has joined #openstack-neutron11:07
*** javeriak has quit IRC11:09
*** gvrangan has quit IRC11:09
*** wolverineav has joined #openstack-neutron11:11
daemontool_just re asking again in case more engineers are online: does anyone knows if SR-IOV is used for communications between 2 VMs in the same subnet, in the same compute node? both VMs are set with SRIOV11:12
*** nirmoy has quit IRC11:14
*** nirmoy has joined #openstack-neutron11:14
*** maishsk has quit IRC11:15
*** jerrygb has joined #openstack-neutron11:16
*** rtheis has joined #openstack-neutron11:16
openstackgerritHirofumi Ichihara proposed openstack/python-neutronclient: Don't decode empty response body  https://review.openstack.org/34520411:17
*** yamamoto_ has quit IRC11:17
*** abregman has joined #openstack-neutron11:19
*** maishsk has joined #openstack-neutron11:20
*** jerrygb has quit IRC11:21
*** abregman has quit IRC11:21
*** wolverineav has quit IRC11:22
*** dave-mccowan has joined #openstack-neutron11:23
*** maishsk_ has joined #openstack-neutron11:23
*** maishsk has quit IRC11:25
*** maishsk_ is now known as maishsk11:25
*** ranjithd has joined #openstack-neutron11:25
*** eezhova has joined #openstack-neutron11:29
*** thorst_ has joined #openstack-neutron11:32
*** xiaohhui has joined #openstack-neutron11:33
*** zhhuabj_ has quit IRC11:33
*** cbouch has joined #openstack-neutron11:33
*** gouthamr has quit IRC11:35
*** daemontool_ has quit IRC11:35
*** ranjithd has quit IRC11:36
*** thorst_ has quit IRC11:36
*** wolverineav has joined #openstack-neutron11:37
*** zhhuabj_ has joined #openstack-neutron11:37
*** daemontool_ has joined #openstack-neutron11:38
*** lucasagomes is now known as lucas-hungry11:42
*** wolverineav has quit IRC11:42
*** wolverineav has joined #openstack-neutron11:43
*** obondarev has joined #openstack-neutron11:45
*** tbachman_ has joined #openstack-neutron11:47
*** wolverineav has quit IRC11:48
*** obondarev has quit IRC11:48
*** gouthamr has joined #openstack-neutron11:48
*** tbachman has quit IRC11:50
*** tbachman_ is now known as tbachman11:50
*** xiaohhui has quit IRC11:50
*** tmorin has joined #openstack-neutron11:50
*** zhhuabj_ has quit IRC11:51
*** wolverineav has joined #openstack-neutron11:53
openstackgerritCarlos Goncalves proposed openstack/neutron: Fix module import path in RPC callback example  https://review.openstack.org/34489111:53
*** tmorin has quit IRC11:53
*** tmorin has joined #openstack-neutron11:54
*** yamamoto has joined #openstack-neutron11:54
*** ociuhandu has quit IRC11:55
*** javeriak has joined #openstack-neutron11:55
*** jckasper has quit IRC11:56
*** wolverineav has quit IRC11:57
*** amuller has joined #openstack-neutron12:02
*** yamamoto has quit IRC12:03
*** yamamoto has joined #openstack-neutron12:03
*** jckasper has joined #openstack-neutron12:03
*** sdague has joined #openstack-neutron12:03
*** john-davidge_ is now known as john-davidge12:04
*** zhhuabj_ has joined #openstack-neutron12:04
*** wolverineav has joined #openstack-neutron12:05
*** daemontool__ has joined #openstack-neutron12:06
*** yamamoto has quit IRC12:08
*** yamamoto has joined #openstack-neutron12:09
*** daemontool_ has quit IRC12:09
*** wolverineav has quit IRC12:10
openstackgerritHirofumi Ichihara proposed openstack/neutron: Fix serializer with None  https://review.openstack.org/29154512:12
openstackgerritboden proposed openstack/neutron-lib: Update contributing doc  https://review.openstack.org/33133812:14
*** jerrygb has joined #openstack-neutron12:17
*** garyk1 has quit IRC12:17
*** jckasper has quit IRC12:19
*** maishsk has quit IRC12:19
*** shangxdy has quit IRC12:20
*** jckasper has joined #openstack-neutron12:20
*** jerrygb has quit IRC12:21
*** mkolesni has quit IRC12:22
*** eric_lopez has quit IRC12:24
*** jckasper has quit IRC12:24
*** eric_lopez has joined #openstack-neutron12:24
*** edmondsw has joined #openstack-neutron12:28
*** banix has joined #openstack-neutron12:28
openstackgerritIhar Hrachyshka proposed openstack/neutron-lib: Deprecate N523 check that forbids oslo.* imports  https://review.openstack.org/34502612:31
*** Alex_Stef has quit IRC12:32
*** banix has quit IRC12:33
*** banix has joined #openstack-neutron12:34
*** techcet has joined #openstack-neutron12:34
*** banix has quit IRC12:37
*** stanzgy has quit IRC12:39
*** sdague has quit IRC12:39
*** maishsk has joined #openstack-neutron12:40
openstackgerritNir Magnezi proposed openstack/neutron: Adds a custom reload command to ProcessManager  https://review.openstack.org/34526312:41
*** javeriak has quit IRC12:43
openstackgerritNir Magnezi proposed openstack/neutron: Adds a custom reload callback to ProcessManager  https://review.openstack.org/34526312:44
*** edmondsw has quit IRC12:44
*** edmondsw has joined #openstack-neutron12:45
*** salv-orlando has joined #openstack-neutron12:45
*** trevormc has joined #openstack-neutron12:45
*** sindhude has joined #openstack-neutron12:46
*** kbringard has joined #openstack-neutron12:47
*** lucas-hungry is now known as lucasagomes12:49
*** nirmoy has quit IRC12:49
*** tpsilva has joined #openstack-neutron12:50
*** salv-orlando has quit IRC12:51
*** ratailor has quit IRC12:51
*** brad_behle has quit IRC12:51
*** nicolasbock has quit IRC12:52
openstackgerritArtur Korzeniewski proposed openstack/neutron: objects: loading synthetic fields from defined ORM relationships.  https://review.openstack.org/33438012:52
*** obondarev has joined #openstack-neutron12:52
*** nicolasbock has joined #openstack-neutron12:52
*** nirmoy has joined #openstack-neutron12:53
jlibosvanmagnezi: ouch, I'm slow :) left comments in PS212:53
* nmagnezi looks12:53
nmagnezijlibosva, you had a lot to say about the tests :D12:55
jlibosvanmagnezi: not really, the general comment would probably be sufficient. The inline comments are just reasoning12:55
jlibosva:)12:55
*** prateek has quit IRC12:56
*** nirmoy has quit IRC13:00
*** nirmoy has joined #openstack-neutron13:00
*** julim has joined #openstack-neutron13:01
*** manikanta_tadi has quit IRC13:02
*** zkassab has joined #openstack-neutron13:03
*** harbor has joined #openstack-neutron13:03
*** harbor is now known as portdirect13:03
*** jckasper has joined #openstack-neutron13:04
nmagnezijlibosva, all done aside from your comment about testing the relation between enable and reload_cfg. the purpose of this was to test that the custom callback is being passed to reload_cfg. say I remove this test, what should be tested instead? (the reload_cfg tests remain and changed as you commented)13:05
jlibosvanmagnezi: yeah, I don't think we should be testing that object was passed to some other method unless there is a benefit in it13:07
nmagnezijlibosva, , so I'll just remove test_enable_reload_cfg_and_custom_reload_command13:08
ihrachyskevinbenton: I think we need your patch to switch to flat for external network to fix linuxbridge grenade multinode13:08
jlibosvanmagnezi: such interaction is better to test on higher level - e.g. in functional test where you really use the custom_reload_callback13:08
ihrachyskevinbenton: see http://logs.openstack.org/03/341103/2/experimental/gate-grenade-dsvm-neutron-linuxbridge-multinode-nv/d653e08/logs/worlddump-2016-07-21-114526.txt.gz, we have qg of 1400 because the network is vxlan.13:08
*** tbachman_ has joined #openstack-neutron13:08
jlibosvanmagnezi: yep, that is what I was suggesting13:08
ihrachyskevinbenton: and since we set br-ex to 1450, and ssh from there, it does not get thru into the router13:08
*** tbachman has quit IRC13:09
*** tbachman_ is now known as tbachman13:09
jlibosvanmagnezi: otherwise you end up testing 'how is it implemented' instead of its functionality13:09
ihrachyskevinbenton: the job fails on 3 tests that trigger ssh into FIP13:09
kevinbentonihrachys: yeah, IIRC linux bridge jobs already use external_network_bridge=''13:09
ihrachyskevinbenton: indeed13:09
kevinbentonihrachys: well that wouldn't matter either way with linuxbridge :)13:10
kevinbentonihrachys: both plug into the external network bridge13:10
kevinbentonihrachys: but yeah, external network needs correct encap type13:10
*** claudiub has joined #openstack-neutron13:11
ihrachyskevinbenton: I could also just set Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE in devstack-gate right?13:11
ihrachyskevinbenton: /me thinks about the fact that devstack-gate is unbranched13:11
ihrachysbecause otherwise we need to backport your patch too13:12
openstackgerritNir Magnezi proposed openstack/neutron: Adds a custom reload callback to ProcessManager  https://review.openstack.org/34526313:12
*** thorst_ has joined #openstack-neutron13:12
nmagnezijlibosva, all done :)13:12
*** anilvenkata has quit IRC13:13
nmagnezijlibosva, oops o have a mistake.. sec13:13
nmagnezii13:13
kevinbentonihrachys: what's the order of operations for setting mtu on veth now?13:13
ihrachyskevinbenton: ? you mean in relation to moving into a namespace? it's after it's moved13:14
nmagnezijlibosva, nop. it's good. I looked at the wrong patchset13:14
*** cleong has joined #openstack-neutron13:14
*** eeiden has left #openstack-neutron13:15
*** stackempty has joined #openstack-neutron13:16
*** smatov has quit IRC13:16
*** thorst_ has quit IRC13:17
*** aqkhan has joined #openstack-neutron13:17
kevinbentonihrachys: i was thinking the tap plugging into the bridge when it had a smaller mtu should have made the bridge downgrade its MTU13:18
*** jerrygb has joined #openstack-neutron13:18
kevinbentonihrachys: but apparently the tap MTU just increased instead13:18
kevinbentonihrachys: http://logs.openstack.org/03/341103/2/experimental/gate-grenade-dsvm-neutron-linuxbridge-multinode-nv/d653e08/logs/old/screen-q-l3.txt.gz13:18
*** stackempty has quit IRC13:18
daemontool__Hi Team, does anyone knows if SR-IOV is used for communications between 2 VMs in the same subnet, in the same compute node? both VMs are set with SRIOV13:19
*** rmart04 has joined #openstack-neutron13:20
ihrachyskevinbenton: ovs bridges are known to forget about ports out of root ns13:20
kevinbentonihrachys: this is linuxbridge though13:20
*** akshai has joined #openstack-neutron13:20
kevinbentonihrachys: regular veth pair13:20
openstackgerritSana Khan proposed openstack/neutron: OVSLibTestCase.test_db_find_column_type_list invalid match value for db_find  https://review.openstack.org/34529613:21
kevinbentonihrachys: ooooh13:21
kevinbentonihrachys: the l2 agent went and undid our nice work :)13:21
*** ociuhandu has joined #openstack-neutron13:22
*** jerrygb has quit IRC13:22
kevinbentonihrachys: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py#L503-L50613:22
*** akshai_ has joined #openstack-neutron13:22
kevinbentonihrachys: right before it actually plugged it in13:23
kevinbentonihrachys: http://logs.openstack.org/03/341103/2/experimental/gate-grenade-dsvm-neutron-linuxbridge-multinode-nv/d653e08/logs/old/screen-q-agt.txt.gz#_2016-07-21_11_27_58_84913:23
kevinbentonihrachys: evil thing trying to be helpful!13:23
*** rawlin has quit IRC13:25
*** wolverineav has joined #openstack-neutron13:25
*** yamamoto has quit IRC13:25
*** akshai has quit IRC13:26
*** mohankumar has quit IRC13:27
jlibosvanmagnezi: I missed one thing13:27
ihrachyskevinbenton: not sure I follow. so lb agent sets tap device MTU to bridge MTU?13:27
kevinbentonihrachys: yeah13:27
kevinbentonihrachys: before plugging it in13:27
kevinbentonihrachys: i was wondering why the external bridge wasn't downgraded to 140013:28
kevinbentonihrachys: that explains why13:28
nmagnezijlibosva, me listens13:29
ihrachyskevinbenton: https://bugs.launchpad.net/neutron/+bug/144360713:29
openstackLaunchpad bug 1443607 in networking-cisco "Linux Bridge: can't change the VM's bridge and tap interface MTU at Compute node." [Undecided,New]13:29
*** aqkhan_ has joined #openstack-neutron13:30
ihrachysseems like a liberty time hack for jumbo?13:30
ihrachysin that way, they basically propagate mtu from physical devices that they manage externally into tap devices.13:30
*** techcet has quit IRC13:31
*** edmondsw has quit IRC13:31
kevinbentonihrachys: yeah, even back then i'm not sure this was the right fix13:31
kevinbentonihrachys: it sounds like they just forget to set network_device_mtu in nova?13:32
ihrachysnot at all. they just hacked it around, made neutron to mimic whatever is configured externally13:32
jlibosvanmagnezi: commented on review13:32
*** sdague has joined #openstack-neutron13:32
ihrachyskevinbenton: yeah, that should have given them the MTU13:32
*** wolverineav has quit IRC13:32
*** aqkhan__ has joined #openstack-neutron13:33
*** aqkhan_ has quit IRC13:33
kevinbentonihrachys: well either way, this is only an issue because we have an incorrect network type13:33
jschwarzliuyulong, ping13:33
*** aqkhan has quit IRC13:34
*** aqkhan__ is now known as aqkhan13:34
*** Dinesh_Bhor has left #openstack-neutron13:34
*** jerrygb has joined #openstack-neutron13:34
kevinbentonihrachys: how does a revert immediately go into merge conflict? :)13:34
ihrachyskevinbenton: I am surprised too. before, gerrit was just disallowing13:35
ihrachysnow it produces a revert from that HEAD you revert13:35
ihrachysso it's always successfull13:35
jschwarzakamyshnikova_, evening? :)13:35
jschwarzwhat time zone are you?13:35
kevinbentonihrachys: ah, successful but useless :)13:35
ihrachysright. probably still useful if you want to tag it a13:35
ihrachys*for later rebase13:35
ihrachysbut will probably be easier to clean up from scratch13:36
ihrachysthere are even no such files anymore ;)13:36
akamyshnikova_jschwarz, UTC + 3, still day :)13:37
jschwarzakamyshnikova_, ahh13:37
jschwarzakamyshnikova_, it'13:37
*** wolverineav has joined #openstack-neutron13:37
jschwarzit's rare to find someone in the same timezone as me13:37
jschwarzwhere are you from?13:37
*** john-davidge has quit IRC13:38
akamyshnikova_jschwarz, Russia13:38
kevinbentonihrachys: actually now i'm confused13:38
jschwarzakamyshnikova_, the west side I figure?13:38
*** john-davidge has joined #openstack-neutron13:38
kevinbentonihrachys: if linux bridge job isn't using external_network_bridge already, the encap type must be right13:38
akamyshnikova_jschwarz, center13:38
*** pgadiya has quit IRC13:39
jschwarzakamyshnikova_, huh13:39
akamyshnikova_jschwarz, it depends :D13:39
jschwarzakamyshnikova_, on what? :P13:39
ihrachyskevinbenton: checking13:39
akamyshnikova_jschwarz, how to look :D because to west from what?13:39
jschwarzakamyshnikova_, from the middle east :P13:40
jschwarzakamyshnikova_, Israel is also UTC+313:40
kevinbentonihrachys: is this because devstack went in and messed up the MTU on the bridge itself?13:40
jschwarzso sorry, the west side of Russia from the center side of Russia?13:40
jschwarzdoes that make sense? :P13:40
ihrachyskevinbenton: it does not explain why qg is LESS by 50 than br-ex13:40
jschwarzakamyshnikova_, anyway I'm starting to look into those races I mentioned the other day13:41
jschwarzakamyshnikova_, I'm trying to find the bug report that mentioned the traces for the problems that we fixed but I'm having a bit of a trouble13:41
jschwarzbecause there are so many :<13:41
ihrachyskevinbenton: seems like lib/neutron_plugins/linuxbridge_agent empties external_network_bridge irrelevant of other variables13:41
akamyshnikova_jschwarz, a lot are tracked by https://bugs.launchpad.net/neutron/+bug/149964713:42
openstackLaunchpad bug 1499647 in neutron "test_ha_router fails intermittently" [Medium,In progress] - Assigned to John Schwarz (jschwarz)13:42
akamyshnikova_jschwarz, and I now even don't know what is this bug is about13:42
jschwarzakamyshnikova_, so it's time we open a new bug, then13:43
jschwarzakamyshnikova_, I'll open a couple, hang on13:43
akamyshnikova_jschwarz, I guess all races that that affect this test13:43
akamyshnikova_jschwarz,  also there is bunch of bug that lui filed13:43
*** yamamoto has joined #openstack-neutron13:43
*** yamamoto has quit IRC13:43
kevinbentonihrachys: http://logs.openstack.org/03/341103/2/experimental/gate-grenade-dsvm-neutron-linuxbridge-multinode-nv/d653e08/logs/old/screen-q-svc.txt.gz#_2016-07-21_11_27_49_95713:44
*** sleviim has quit IRC13:44
kevinbentonihrachys: creating network without right type13:44
jschwarzakamyshnikova_, yeah those I saw, but I couldn't find the exact errors13:44
openstackgerritArtur Korzeniewski proposed openstack/neutron: devref: docs about how to use NeutronDbObject.  https://review.openstack.org/33651813:44
*** yamamoto has joined #openstack-neutron13:44
*** wolverineav has quit IRC13:45
kevinbentonihrachys: so that must mean that devstack is attaching directly to the bridge for that network13:45
kevinbentonihrachys: not relying on it wiring up a veth pair to an 'external' network like it would do for flat13:45
jschwarzakamyshnikova_, brb13:45
akamyshnikova_jschwarz, this one https://bugs.launchpad.net/neutron/+bug/1533441 is about the races we also saw last time during rally run13:45
openstackLaunchpad bug 1533441 in neutron "HA router can not be deleted in L3 agent after race between HA router creating and deleting" [Medium,In progress] - Assigned to LIU Yulong (dragon889)13:45
*** sindhude has quit IRC13:46
*** BigWillie has joined #openstack-neutron13:47
*** ametts has joined #openstack-neutron13:47
kevinbentonihrachys: yeah, so my patch should straighten that out i think13:48
kevinbentonihrachys: i just wonder if it actually being wired like a flat network will mess up linux bridge jobs13:48
*** dosaboy has quit IRC13:48
*** ranjithd has joined #openstack-neutron13:48
*** krotscheck_dcm is now known as krotscheck13:50
*** ranjithd1 has joined #openstack-neutron13:51
*** wolverineav has joined #openstack-neutron13:51
*** janzian has joined #openstack-neutron13:51
*** dosaboy has joined #openstack-neutron13:52
*** ranjithd has quit IRC13:53
*** ekuris has quit IRC13:55
ihrachyskevinbenton: another couple of years, and we will be done with silly mtu issues13:56
*** itisha has joined #openstack-neutron13:57
kevinbentonihrachys: we're getting close :)13:57
kevinbentonihrachys: i didn't realize linux bridge job only half-way made it to using the 'correct' setup13:57
ihrachyskevinbenton: right. anyway it's a corner case advanced feature for a networking project, right?13:57
*** haplo37_ has joined #openstack-neutron13:57
*** EinstCrazy has joined #openstack-neutron13:58
kevinbentonihrachys: does depends-on work with devstack?13:58
*** buttercup has joined #openstack-neutron13:58
ihrachyskevinbenton: it does. also for devstack-gate13:58
ihrachyskevinbenton: only -config is special I think13:58
ihrachysat least in my experience13:59
*** bks has quit IRC13:59
kevinbentonihrachys: ok. i'll put up a patch to test lb against my devstack patch13:59
*** sdague has quit IRC13:59
ihrachysack. you can check experimental to get grenade multinode too13:59
*** lintan_ has joined #openstack-neutron14:00
*** dasanind has joined #openstack-neutron14:01
jschwarzakamyshnikova_, erm14:01
*** salv-orlando has joined #openstack-neutron14:01
*** a_ta has joined #openstack-neutron14:02
jschwarzakamyshnikova_, I think it's better to open new bugs and treat them with a clean slate14:02
*** mlavalle has joined #openstack-neutron14:02
openstackgerritKevin Benton proposed openstack/neutron: Test linuxbridge patch  https://review.openstack.org/34544914:02
*** a_ta has quit IRC14:02
*** salv-orl_ has joined #openstack-neutron14:02
kevinbentonihrachys: ok. i'm going to bed now14:03
*** a_ta has joined #openstack-neutron14:03
kevinbentonihrachys: will sync up with you later14:03
openstackgerrittonytan4ever proposed openstack/neutron: Add subresources support for PECAN  https://review.openstack.org/33618814:03
openstackgerritNir Magnezi proposed openstack/neutron: Adds a custom reload callback to ProcessManager  https://review.openstack.org/34526314:04
ihrachyskevinbenton: enjoy14:04
*** sindhude has joined #openstack-neutron14:04
akamyshnikova_jschwarz, OK, I can file a new one, we need revisit all existed as it will be difficult to track progress14:04
nmagnezijlibosva, done14:04
*** emagana has joined #openstack-neutron14:04
*** gvrangan has joined #openstack-neutron14:04
jschwarzakamyshnikova_, agreed14:05
*** ishant|away has quit IRC14:05
*** lazy_prince has quit IRC14:05
jschwarzakamyshnikova_, so we need to do that anyway for the presentation so I'll do it early next week14:05
*** ushkalim has quit IRC14:05
jschwarzakamyshnikova_, also there's liuyulong's patches that're supposed to fix one of them14:05
jschwarzakamyshnikova_, I have traces of 2 recurring races I found so I'll open them soon (next hour)14:06
jlibosvanmagnezi++14:06
*** tbachman_ has joined #openstack-neutron14:06
*** salv-orlando has quit IRC14:07
*** a_ta has quit IRC14:07
akamyshnikova_jschwarz, by the way, I will be on vacation next 2 weeks, but I will be online from time to time and I will read email, may be even do something :D14:07
akamyshnikova_jschwarz, looking for that bugs :)14:08
jschwarzakamyshnikova_, have tons of fun! :)14:08
*** Leo_ has joined #openstack-neutron14:08
*** tbachman has quit IRC14:08
*** tbachman_ is now known as tbachman14:08
*** Leo_ has quit IRC14:08
jschwarzakamyshnikova_, I sent the tooz benchmark to the mailing list an hour ago or so, so you're welcome to look at it14:08
*** Leo_ has joined #openstack-neutron14:08
*** lazy_prince has joined #openstack-neutron14:09
jschwarzakamyshnikova_, and I'm also taking a few PTO days in the first week of August - I'm moving flats so...14:09
akamyshnikova_jschwarz, yep, this is very interesting I will read it carefully later14:09
*** a_ta has joined #openstack-neutron14:09
jschwarzakamyshnikova_, much appreciated14:09
*** ishant|away has joined #openstack-neutron14:09
*** salv-orlando has joined #openstack-neutron14:09
jschwarzakamyshnikova_, are you coming to the mid-cycle?14:09
*** ajmiller has joined #openstack-neutron14:10
akamyshnikova_jschwarz, I just have moved to a new flat last weekend, so you will have a lot fun :)14:10
akamyshnikova_jschwarz, nope, and you?14:10
*** Leom has joined #openstack-neutron14:10
jschwarzakamyshnikova_, that's the rumor :)14:10
jschwarzand yes14:11
*** pbandark has quit IRC14:11
*** tmorin has quit IRC14:11
*** jckasper has quit IRC14:11
*** jckasper has joined #openstack-neutron14:12
*** jckasper has quit IRC14:12
*** jckasper has joined #openstack-neutron14:12
*** salv-orl_ has quit IRC14:14
*** ishant|away has quit IRC14:14
*** Leo_ has quit IRC14:14
*** baoli has joined #openstack-neutron14:14
*** amotoki has joined #openstack-neutron14:15
*** techcet has joined #openstack-neutron14:16
*** gvrangan has quit IRC14:16
*** daemontool__ is now known as daemontool14:16
*** wolverineav has quit IRC14:16
*** ishant|away has joined #openstack-neutron14:17
*** baoli has quit IRC14:17
*** baoli has joined #openstack-neutron14:19
*** baoli has quit IRC14:19
*** vishwanathj_zzz is now known as vishwanathj14:19
*** techcet has quit IRC14:21
*** wolverineav has joined #openstack-neutron14:22
openstackgerritDongcan Ye proposed openstack/neutron-vpnaas: Add default Libreswan installation for CentOS7  https://review.openstack.org/34472314:23
*** claudiub has quit IRC14:23
*** techcet has joined #openstack-neutron14:24
*** numans has joined #openstack-neutron14:27
*** nherciu_ has quit IRC14:29
*** sputnik13 has joined #openstack-neutron14:29
*** jlibosva has quit IRC14:29
*** nmagnezi has quit IRC14:29
*** jlibosva has joined #openstack-neutron14:29
*** maishsk has quit IRC14:30
*** EinstCrazy has quit IRC14:31
*** maishsk has joined #openstack-neutron14:32
*** EinstCrazy has joined #openstack-neutron14:32
openstackgerritAnindita Das proposed openstack/neutron: [WIP]Refactoring config options for extension opts  https://review.openstack.org/34548614:32
*** moshele has quit IRC14:32
*** itzikb has quit IRC14:32
*** edmondsw has joined #openstack-neutron14:33
*** wolverineav has quit IRC14:33
*** eezhova has quit IRC14:33
*** thorst_ has joined #openstack-neutron14:36
openstackgerritIhar Hrachyshka proposed openstack/neutron: DNM: test linuxbridge multinode grenade fixes  https://review.openstack.org/34548814:36
*** dane_leblanc has joined #openstack-neutron14:38
*** fzdarsky is now known as fzdarsky|afk14:38
*** sindhude has quit IRC14:38
*** michchap has quit IRC14:40
*** wolverineav has joined #openstack-neutron14:42
*** fzdarsky|afk has quit IRC14:42
*** buttercup has quit IRC14:43
*** ishant|away has quit IRC14:43
*** lazy_prince has quit IRC14:43
*** michchap has joined #openstack-neutron14:45
*** ishant|away has joined #openstack-neutron14:46
*** wolverineav has quit IRC14:47
*** lazy_prince has joined #openstack-neutron14:47
*** nirmoy has quit IRC14:47
*** obondarev has quit IRC14:47
*** pavel_bondar has joined #openstack-neutron14:48
*** sindhude has joined #openstack-neutron14:48
*** marst has joined #openstack-neutron14:50
jschwarzakamyshnikova_, ah I just now remembered14:50
jschwarzakamyshnikova_, regardeing https://bugs.launchpad.net/neutron/+bug/1597461 - did you have any progress with this?14:51
openstackLaunchpad bug 1597461 in neutron "L3 HA: 2 masters after reboot of controller" [Undecided,Confirmed] - Assigned to Ann Taraday (akamyshnikova)14:51
*** trevormc has quit IRC14:51
jschwarzakamyshnikova_, if you're going on PTO I might have time to have a look at it next week if you want14:51
*** anilvenkata has joined #openstack-neutron14:51
*** nirmoy has joined #openstack-neutron14:52
*** amotoki has quit IRC14:52
jschwarzakamyshnikova_, and I opened: https://bugs.launchpad.net/neutron/+bug/1605285 and https://bugs.launchpad.net/neutron/+bug/160528214:53
openstackLaunchpad bug 1605285 in neutron "StaleDataError on ha_router_agent_port_bindings update" [Undecided,New]14:53
openstackLaunchpad bug 1605282 in neutron "Transaction rolled back while creating HA router" [Undecided,New]14:53
*** ishant|away has quit IRC14:53
*** amotoki has joined #openstack-neutron14:53
*** fnaval has quit IRC14:53
openstackgerritHenry Gessau proposed openstack/neutron-dynamic-routing: Rename DB columns: tenant -> project  https://review.openstack.org/34244414:55
*** obondarev has joined #openstack-neutron14:55
*** ishant|away has joined #openstack-neutron14:56
*** zhhuabj_ has quit IRC14:56
*** amotoki has quit IRC14:58
openstackgerritHenry Gessau proposed openstack/neutron-dynamic-routing: Rename DB columns: tenant -> project  https://review.openstack.org/34244414:58
*** tidwellr has joined #openstack-neutron14:58
openstackgerritHenry Gessau proposed openstack/neutron-vpnaas: Rename DB columns: tenant -> project  https://review.openstack.org/34233514:58
openstackgerritPavel Bondar proposed openstack/neutron: Fix updating allocation_pools on subnet update  https://review.openstack.org/34549814:59
*** nirmoy has quit IRC14:59
*** yfried has quit IRC14:59
*** nirmoy has joined #openstack-neutron14:59
*** wolverineav has joined #openstack-neutron15:00
*** pece has joined #openstack-neutron15:01
*** johnbelamaric has joined #openstack-neutron15:01
*** haplo37_ has quit IRC15:02
*** pcaruana has quit IRC15:02
*** crose has joined #openstack-neutron15:03
*** maishsk has quit IRC15:03
*** mickeys has joined #openstack-neutron15:03
*** garyk has quit IRC15:03
*** lintan_ has left #openstack-neutron15:04
*** iyamahat has joined #openstack-neutron15:04
*** david-lyle has joined #openstack-neutron15:04
*** fnaval has joined #openstack-neutron15:05
*** hynekm has quit IRC15:06
*** maishsk has joined #openstack-neutron15:06
*** saggi has quit IRC15:07
*** amotoki has joined #openstack-neutron15:07
*** thorst_ has quit IRC15:09
*** mohankumar has joined #openstack-neutron15:11
*** wolverineav has quit IRC15:12
mohankumarrtheis : ping15:13
*** kbringard has quit IRC15:13
*** kbringard has joined #openstack-neutron15:13
*** haplo37_ has joined #openstack-neutron15:14
*** kobis has quit IRC15:15
*** gcb has joined #openstack-neutron15:15
*** salv-orlando has quit IRC15:16
*** iyamahat has quit IRC15:16
gcbobondarev  can you  look at https://review.openstack.org/#/c/326863/ again when you'r free ?15:17
*** jlibosva1 has joined #openstack-neutron15:17
openstackgerritNate Johnston proposed openstack/neutron: Implement L3 Agent Extension Manager  https://review.openstack.org/33924615:17
*** jlibosva has quit IRC15:17
obondarevgcb: done15:18
*** thorst_ has joined #openstack-neutron15:18
gcbobondarev ,thanks15:19
*** EinstCrazy has quit IRC15:20
rtheismohankumar: hi15:22
*** davidsha has quit IRC15:22
openstackgerritPavel Bondar proposed openstack/neutron: Switch to pluggable IPAM implementation  https://review.openstack.org/18102315:22
*** thorst_ has quit IRC15:23
mohankumarrtheis: hi one qq15:23
mohankumarwe are using some functions from neutronclient :15:23
mohankumarhttps://github.com/openstack/python-neutronclient/blob/master/neutronclient/v2_0/client.py#L571-L58915:23
mohankumarwill the same code rewritten in openstackclient ? since we'll deprecate neutronclient in sometime .15:23
*** wolverineav has joined #openstack-neutron15:24
*** obondarev has quit IRC15:24
rtheismohankumar: only the CLI is being deprecated, not the python bindings15:24
*** kbringard has quit IRC15:24
*** kbringard has joined #openstack-neutron15:25
mohankumarrtheis: so these python bindings will exists in neutronclient , right ?15:25
*** baoli has joined #openstack-neutron15:25
rtheismohankumar: yes15:25
rtheishttps://github.com/openstack/python-neutronclient/blob/master/neutronclient/osc/plugin.py15:25
rtheisneutronclient.v2_0.client.Client is being used15:25
*** rawlin has joined #openstack-neutron15:26
mohankumarrtheis :  yes , got it thanks !15:26
rtheisyw15:26
*** trevormc has joined #openstack-neutron15:26
*** tbachman has quit IRC15:27
*** tbachman has joined #openstack-neutron15:28
*** wolverineav has quit IRC15:30
*** baoli has quit IRC15:31
*** wolverineav has joined #openstack-neutron15:32
*** andreas_s has quit IRC15:32
ihrachysI become happy when I see review comments to my tests.15:34
*** bks has joined #openstack-neutron15:35
*** mohankumar has quit IRC15:35
*** iyamahat has joined #openstack-neutron15:36
*** Leom has quit IRC15:40
openstackgerritArmando Migliaccio proposed openstack/neutron: Revisit (add|remove)_subports request body  https://review.openstack.org/34518515:41
*** wolverineav has quit IRC15:42
*** thorst_ has joined #openstack-neutron15:43
*** salv-orlando has joined #openstack-neutron15:43
*** slaweq has joined #openstack-neutron15:43
*** vikram has quit IRC15:44
*** claudiub has joined #openstack-neutron15:44
*** fnaval_ has joined #openstack-neutron15:45
*** marios has quit IRC15:45
*** psanchez has quit IRC15:46
*** wolverineav has joined #openstack-neutron15:47
*** psanchez has joined #openstack-neutron15:47
*** slaweq has quit IRC15:48
*** marios has joined #openstack-neutron15:48
*** armax has joined #openstack-neutron15:48
*** fnaval has quit IRC15:48
*** slaweq has joined #openstack-neutron15:48
*** rmart04 has quit IRC15:49
ihrachysarmax: howdy15:51
openstackgerritPablo Iranzo Gómez proposed openstack/neutron-lib: Add validator to test integers  https://review.openstack.org/33723715:51
armaxihrachys: hi15:51
ihrachysarmax: seems like we hit some limit in neutron grafana dashboards, grenade-dvr-multinode is not showing up in the dash for gate queue15:51
ihrachysarmax: it's in JSON though.15:51
ihrachysso probably some UI issue15:51
ihrachyswe may want to clean up the dash15:51
armaxihrachys: you sure it’s not a temporary glitch?15:52
ihrachysI checked it for several days15:52
ihrachysdepending what you mean by a glitch.15:52
armaxihrachys: I am sure there’s a simple explaination15:52
*** slaweq has quit IRC15:52
ihrachysarmax: I googled a bit, and some email threads were mentioning a limit, though higher than we currently use15:53
ihrachys(around 20)15:53
johnsomSam-I-Am dougwig It looks like the networking API guide is broken now for LBaaS.  It looks like it merged the LBaaSv1 and LBaaSv2 into the LBaaSv1 section.  Is this a known issue?15:53
*** crose has quit IRC15:53
armaxihrachys: but how can it be?15:53
johnsomhttp://developer.openstack.org/api-ref/networking/v2-ext/index.html#lbaas-1-0-deprecated-lb-vips-health-monitors-pools-members15:53
armaxthe check dashboard is crowded15:53
*** yamahata has joined #openstack-neutron15:53
armaxthe gate one is nowhere near being full15:53
armaxihrachys: you think in total?15:54
*** numans has quit IRC15:54
*** sridharg has quit IRC15:54
ihrachysarmax: in check for dvr, it's 8 (shown)15:54
ihrachysno dashs with higher number15:54
ihrachysno, I was thinking about per-dash limit. I doubt it's global.15:55
*** wolverineav has quit IRC15:55
*** yamamoto has quit IRC15:55
armaxihrachys: agreed15:56
openstackgerritMerged openstack/neutron-lib: Deprecate N523 check that forbids oslo.* imports  https://review.openstack.org/34502615:56
ihrachysarmax: to clarify, I talk about http://grafana.openstack.org/dashboard/db/neutron-failure-rate?panelId=5&fullscreen15:56
openstackgerritMerged openstack/neutron-lib: devref for public API docstring  https://review.openstack.org/34058015:56
*** tmorin has joined #openstack-neutron15:56
ihrachysarmax: in another news, mtu seems to be fixed for multinode grenade, we are back to normal failure rate15:57
*** hynekm has joined #openstack-neutron15:57
armaxihrachys: with your latest fix?15:57
ihrachysarmax: yes15:57
armaxihrachys: the one that set the global mtu?15:57
ihrachysarmax: kevinbenton and I also work on several patches to fix the job for linuxbridge. we found some hacks in the agent that breaks MTU efforts.15:57
armaxas for the dashboard it’s best to check with infra15:57
armaxbecause I can’t spot anything wrong with it15:58
ihrachysarmax: the one that switches from network_device_mtu to global_physnet_mtu and effectively enables MTU calculation in ml215:58
armaxihrachys: I bet you did15:58
ihrachysarmax: I checked with infra already, but maybe I should ping more folks15:58
*** wolverineav has joined #openstack-neutron15:58
*** akamyshnikova__ has joined #openstack-neutron15:58
*** nmagnezi has joined #openstack-neutron15:59
armaxihrachys: ok15:59
*** jamielennox|away is now known as jamielennox15:59
armaxihrachys: no answer?15:59
ihrachysarmax: the answer was, all looks fine, JSON is there, so probably some bug in grafana. not sure.15:59
ihrachysarmax: "pabelanger: if you look at the panel JSON you can see it is added correctly. Looks like grafana might have a limit of 9"15:59
armaxihrachys: ok16:00
*** marun_ has joined #openstack-neutron16:00
*** marun_ is now known as marun16:00
armaxihrachys: how on track are we to supplant mutlinode with multinode+dvr16:00
armaxin that case the limit is moot16:01
armaxbecause we’re gonna kill one job anyway16:01
armaxihrachys: otherwise we can split the dashboard16:01
ihrachysarmax: well, I think there are better candidates.16:01
*** gcb has quit IRC16:01
armaxand have gate multi vs gate non-multi16:01
ihrachysarmax: there are also concerns around dropping the legacy flavour, we should think it thru.16:01
armaxihrachys: I am not suggesting to drop the single node16:02
armaxihrachys: but either way perhaps the best short term course of action is to split the dashboard16:02
*** tmorin has quit IRC16:02
*** tmorin has joined #openstack-neutron16:03
*** cbouch has quit IRC16:03
*** dasanind has quit IRC16:03
*** liusheng has quit IRC16:04
*** liusheng has joined #openstack-neutron16:05
*** sdague has joined #openstack-neutron16:05
*** jlanoux has quit IRC16:05
*** shangxdy has joined #openstack-neutron16:06
*** wolverineav has quit IRC16:09
*** fzdarsky|afk has joined #openstack-neutron16:09
*** kevo has joined #openstack-neutron16:09
*** aranjan has joined #openstack-neutron16:09
*** sterdnotshaken has joined #openstack-neutron16:09
*** shangxdy has quit IRC16:11
*** dasanind has joined #openstack-neutron16:11
ihrachysarmax: let's look at each job on the board to see if it's really needed. if we can't drop anything, then split.16:11
*** sdague has quit IRC16:11
*** vikram has joined #openstack-neutron16:13
*** moshele has joined #openstack-neutron16:13
*** sterdnotshaken has quit IRC16:14
*** sdague has joined #openstack-neutron16:15
*** tesseract- has quit IRC16:15
*** shashank_hegde has joined #openstack-neutron16:15
*** wolverineav has joined #openstack-neutron16:16
*** tflynn has joined #openstack-neutron16:16
*** wolverineav has quit IRC16:18
*** mkolesni has joined #openstack-neutron16:18
*** gvrangan has joined #openstack-neutron16:18
*** wolverineav has joined #openstack-neutron16:18
*** rcernin has quit IRC16:19
vaidyhi all i am trying to setup neutron with vmware-nsx with dvs16:20
*** jhershbe__ has quit IRC16:20
vaidyeverything seems to be working fine just the dhcp offer doesnt seems to be reaching the vm16:20
vaidyvm is unable to get the ip address16:20
*** dasanind_ has joined #openstack-neutron16:21
*** dasanind has quit IRC16:21
vaidyany help?16:22
*** tmorin has quit IRC16:23
*** mkolesni has quit IRC16:24
openstackgerritJohn Perkins proposed openstack/neutron: Agent common config  https://review.openstack.org/34304516:24
openstackgerritIhar Hrachyshka proposed openstack/neutron: DNM: test linuxbridge multinode grenade fixes  https://review.openstack.org/34548816:25
*** emagana has quit IRC16:25
*** dasanind has joined #openstack-neutron16:27
*** tmorin has joined #openstack-neutron16:27
*** dasanind_ has quit IRC16:27
*** julim has quit IRC16:28
*** derekjhyang has joined #openstack-neutron16:29
*** emagana has joined #openstack-neutron16:29
*** aranjan has quit IRC16:29
*** Leo_ has joined #openstack-neutron16:30
*** kevo has quit IRC16:32
*** mvk has quit IRC16:32
*** dasanind has quit IRC16:33
*** emagana has quit IRC16:33
ihrachysarmax: https://review.openstack.org/#/c/345444/1 heat broken twice this week by lbaas patches16:35
*** lucasagomes is now known as lucas-afk16:35
*** emagana has joined #openstack-neutron16:35
ihrachysarmax: we should reconsider the gate structure for lbaas, it seems it has huge holes when it comes to haproxy.16:36
*** wolverineav has quit IRC16:36
*** shashank_hegde has quit IRC16:37
*** bvandewa has joined #openstack-neutron16:37
*** emagana has quit IRC16:41
*** wolverineav has joined #openstack-neutron16:41
*** zkassab_ has joined #openstack-neutron16:41
*** david-lyle has quit IRC16:41
*** zkassab has quit IRC16:41
armaxihrachys: you should say this in the lbaas channel16:42
*** moshele has quit IRC16:42
*** lezbar has quit IRC16:42
ihrachysarmax: I do16:42
armaxget some lbaas people to step up16:42
amullerihrachys: nmagnezi was going to look in to this16:42
*** amotoki has quit IRC16:42
amullerwe just need *any* job that runs tempest lbaas scenario tests with the old haproxy impl.16:42
ihrachysamuller: yes, I know he proposed a -nv job16:43
ihrachysthere are other considerations16:43
ihrachyslike whi existing scenarios are not voting16:43
nmagneziamuller, armax, https://review.openstack.org/#/c/344813/ that should prevent this from happening again16:43
openstackgerritTerry Wilson proposed openstack/neutron: WIP: Wait for vswitchd to add interfaces in native ovsdb  https://review.openstack.org/34485916:43
openstackgerritArmando Migliaccio proposed openstack/neutron: Improve the segmentation ID validation logic  https://review.openstack.org/34517316:44
*** bfernando has quit IRC16:44
armaxnmagnezi: thanks16:44
armaxdougwig should chime in on that16:45
*** shashank_hegde has joined #openstack-neutron16:46
*** vishwanathj has quit IRC16:47
*** kbringard has quit IRC16:48
*** mosulica has quit IRC16:49
openstackgerritTerry Wilson proposed openstack/neutron: Wait for vswitchd to add interfaces in native ovsdb  https://review.openstack.org/34485916:49
*** aranjan has joined #openstack-neutron16:52
*** garyk has joined #openstack-neutron16:53
*** p01nt3r75 has quit IRC16:54
*** corey_ has joined #openstack-neutron16:55
*** kawa2014 has quit IRC16:55
*** moshele has joined #openstack-neutron16:56
*** yamamoto has joined #openstack-neutron16:56
*** cleong has quit IRC16:57
*** yamahata has quit IRC16:58
*** yamahata has joined #openstack-neutron16:58
*** zkassab_ has quit IRC16:58
* dougwig stumbles in, bleary eyed.16:59
*** ygbo has quit IRC16:59
dougwigihrachys: it does have huge holes, as the haproxy driver was on the road to deletion. since we decided to support it, you're right, it needs more than an api job.  i don't think it ever had a scenario job before, either.17:00
dougwigarmax: ^17:00
ihrachysdougwig: cool we are in agreement.17:00
dougwigi wonder if we should just run the heat jobs in the lbaas gate, too.17:00
vaidykevinbenton, hi17:01
vaidykevinbenton, have a question regarding the dhcp with vmware17:01
*** yamamoto has quit IRC17:01
*** lnicolas has quit IRC17:02
*** tbachman has quit IRC17:03
openstackgerritAnindita Das proposed openstack/neutron: Refactoring config options for common config opts  https://review.openstack.org/34428117:04
*** tbachman has joined #openstack-neutron17:04
*** moshele has quit IRC17:04
*** regXboi has joined #openstack-neutron17:05
*** bks has quit IRC17:07
*** hynekm has quit IRC17:09
*** jlibosva1 has quit IRC17:09
*** eric_lopez has quit IRC17:10
*** aranjan has quit IRC17:13
*** kevo has joined #openstack-neutron17:13
*** shashank_hegde has quit IRC17:14
*** lnicolas has joined #openstack-neutron17:15
*** vikram has quit IRC17:16
*** baoli has joined #openstack-neutron17:16
*** s3wong has joined #openstack-neutron17:17
*** zkassab has joined #openstack-neutron17:17
*** amuller is now known as amuller_afk17:18
*** a_ta has quit IRC17:20
*** charliekang has joined #openstack-neutron17:20
*** a_ta has joined #openstack-neutron17:21
*** techcet has quit IRC17:21
*** baoli_ has joined #openstack-neutron17:22
*** techcet has joined #openstack-neutron17:22
*** lnicolas has quit IRC17:24
*** anilvenkata has quit IRC17:24
*** baoli has quit IRC17:25
*** numans has joined #openstack-neutron17:25
*** a_ta has quit IRC17:26
*** techcet has quit IRC17:26
*** vikram_ has joined #openstack-neutron17:28
*** akamyshnikova__ has quit IRC17:28
armaxHenryG: ping17:28
*** sindhude has quit IRC17:28
HenryGarmax: pong17:28
*** obondarev has joined #openstack-neutron17:28
*** wolverineav has quit IRC17:29
*** ihrachys has quit IRC17:30
*** wolverineav has joined #openstack-neutron17:32
*** javeriak has joined #openstack-neutron17:32
*** abhiraut has joined #openstack-neutron17:32
*** julim has joined #openstack-neutron17:34
*** oshvartz has quit IRC17:34
*** wolverineav has quit IRC17:36
*** lnicolas has joined #openstack-neutron17:38
*** abhiraut has quit IRC17:39
*** maishsk has quit IRC17:39
*** abhiraut has joined #openstack-neutron17:41
*** harlowja has joined #openstack-neutron17:44
*** tidwellr has quit IRC17:44
*** fzdarsky|afk has quit IRC17:44
*** shashank_hegde has joined #openstack-neutron17:44
*** mvk has joined #openstack-neutron17:45
*** clenimar has quit IRC17:45
*** eilert has joined #openstack-neutron17:48
*** padkrish has joined #openstack-neutron17:49
*** Leo_ has quit IRC17:50
*** elo has joined #openstack-neutron17:51
*** elo has quit IRC17:52
*** nyechiel has quit IRC17:52
*** javeriak_ has joined #openstack-neutron17:53
*** javeriak has quit IRC17:53
openstackgerritMerged openstack/neutron: Don't interrupt device loop for missing device  https://review.openstack.org/34525317:53
*** crinkle has left #openstack-neutron17:54
*** elo has joined #openstack-neutron17:54
*** tidwellr has joined #openstack-neutron17:54
*** obondarev has quit IRC17:55
*** maishsk has joined #openstack-neutron17:55
*** tmorin has quit IRC17:55
openstackgerritboden proposed openstack/neutron-lib: Update hacking check consumption  https://review.openstack.org/33350017:55
*** elo has quit IRC17:56
*** sterdnotshaken1 has joined #openstack-neutron17:57
sterdnotshaken1Is there a way to allow a tenant the ability to select a vlan id when they create a private network?17:58
*** SumitNaiksatam has joined #openstack-neutron18:00
*** julim_ has joined #openstack-neutron18:01
*** wolverineav has joined #openstack-neutron18:01
*** daemontool has quit IRC18:01
*** javeriak_ has quit IRC18:03
*** baoli_ has quit IRC18:03
*** david-lyle has joined #openstack-neutron18:04
*** julim has quit IRC18:04
*** david-lyle_ has joined #openstack-neutron18:05
*** david-lyle has quit IRC18:05
*** a_ta has joined #openstack-neutron18:06
*** techcet has joined #openstack-neutron18:08
openstackgerritAradhana Singh proposed openstack/neutron: Refactoring config options for ml2 plugin openvswitch driver  https://review.openstack.org/34559218:08
*** padkrish has quit IRC18:09
*** obondarev has joined #openstack-neutron18:09
*** sindhude has joined #openstack-neutron18:09
*** iyamahat has quit IRC18:10
*** wolverineav has quit IRC18:10
*** wolverineav has joined #openstack-neutron18:10
*** dasanind has joined #openstack-neutron18:10
*** wolverineav has quit IRC18:10
openstackgerritVladimir Eremin proposed openstack/neutron: [WIP] Update CIDR for subnet  https://review.openstack.org/34559418:10
*** wolverineav has joined #openstack-neutron18:11
*** rubasov has quit IRC18:11
*** yamahata has quit IRC18:11
*** clenimar has joined #openstack-neutron18:12
*** sterdnotshaken1 has quit IRC18:14
*** anilvenkata has joined #openstack-neutron18:15
*** mhickey has quit IRC18:15
*** regXboi has quit IRC18:15
*** padkrish has joined #openstack-neutron18:16
*** efoley has joined #openstack-neutron18:16
*** anilvenkata has quit IRC18:16
*** ajmiller has quit IRC18:18
*** ajmiller has joined #openstack-neutron18:18
*** johnbelamaric has left #openstack-neutron18:21
*** vikram_ has quit IRC18:21
*** efoley has quit IRC18:22
*** david-lyle_ has quit IRC18:22
*** regXboi has joined #openstack-neutron18:22
*** zzzeek is now known as zzzeek_afk_but_r18:22
*** Sukhdev has joined #openstack-neutron18:22
*** zzzeek_afk_but_r is now known as zzzeek_afk18:23
*** tmorin has joined #openstack-neutron18:24
*** numans has quit IRC18:25
*** amuller_afk is now known as amuller18:25
*** catintheroof has quit IRC18:25
*** regXboi has quit IRC18:26
*** gvrangan has quit IRC18:28
*** regXboi has joined #openstack-neutron18:28
*** salv-orlando has quit IRC18:28
openstackgerritAradhana Singh proposed openstack/neutron: Refactoring config options for l3 agent config  https://review.openstack.org/33859618:29
openstackgerritPavel Bondar proposed openstack/neutron: Fix updating allocation_pools on subnet update  https://review.openstack.org/34549818:30
*** salv-orlando has joined #openstack-neutron18:30
*** ihrachys has joined #openstack-neutron18:31
*** regXboi has quit IRC18:33
*** tmorin has quit IRC18:33
*** salv-orlando has quit IRC18:34
*** sterdnotshaken has joined #openstack-neutron18:35
*** sterdnotshaken has quit IRC18:35
*** harlowja has quit IRC18:35
*** regXboi has joined #openstack-neutron18:36
*** SumitNaiksatam has quit IRC18:37
*** harlowja has joined #openstack-neutron18:38
*** maishsk has quit IRC18:38
*** visbits has quit IRC18:40
*** devvesa has quit IRC18:40
*** maishsk has joined #openstack-neutron18:40
*** regXboi has quit IRC18:41
*** iyamahat has joined #openstack-neutron18:42
*** maishsk has quit IRC18:42
*** regXboi has joined #openstack-neutron18:43
*** maishsk has joined #openstack-neutron18:43
*** regXboi has quit IRC18:46
armaxboden: ping18:46
bodenarmax: pong18:47
armaxboden: I am looking at 34230418:47
armaxfinally :)18:47
armaxhowever, I am not sure how to provide feedback18:48
armaxbecause I would have taken a completely different route18:49
*** mickeys has quit IRC18:49
bodenarmax: I’d be interested in what your approach might be18:49
armaxboden: so I wonder if I shall post a patch to show you my thoughts18:49
armaxand than we can compare notes18:49
bodenarmax: if that’s the least time consuming route for you18:49
armaxboden: code works better than a 1000 words doesn’t it?18:50
bodenarmax: yes assuming it doesn’t have to be tip-top shape :)18:50
armaxboden: no18:50
armaxboden: I’ll whip something up by end of today18:50
armaxand post the link to 34230418:50
armaxand then we can talk tomorrow?18:50
bodenarmax: as you probably saw, I’m actually looking into OVO. I need to do more research, but I’ll wait to see your thoughts18:51
armaxand see if there’s a best of both worlds18:51
armaxboden: I saw18:51
armaxboden: OVO alone is not the answer18:51
bodenthanks; no real rush, lots to do18:51
*** ihrachys has quit IRC18:51
*** ihrachys has joined #openstack-neutron18:51
armaxboden: thanks for waiting patiently18:51
*** derekjhyang has quit IRC18:52
bodenarmax: you actually got back to me much faster than I expected : )  so thanks for being prompt18:52
armaxboden: a week is pretty good I must admit :)18:52
*** markvoelker has quit IRC18:53
armaxbut I did promise dougwig too18:53
armaxand I, differently from dougwig try to keep my promises :P18:53
armaxdougwig: https://bugs.launchpad.net/neutron/+bug/152491618:53
openstackLaunchpad bug 1524916 in neutron "neutron-ns-metadata-proxy uses ~25MB/router in production" [Medium,In progress] - Assigned to Doug Wiegley (dougwig)18:53
armaxdougwig: the morning is almost over18:54
*** harlowja has quit IRC18:59
*** r-daneel has joined #openstack-neutron18:59
*** yamahata has joined #openstack-neutron19:02
*** banix has joined #openstack-neutron19:04
openstackgerritMerged openstack/neutron-vpnaas: Rename DB columns: tenant -> project  https://review.openstack.org/34233519:05
openstackgerritNate Johnston proposed openstack/neutron: Implement L3 Agent Extension Manager  https://review.openstack.org/33924619:06
*** Leo_ has joined #openstack-neutron19:06
*** sdague_ has joined #openstack-neutron19:06
*** banix has quit IRC19:07
*** fifieldt has quit IRC19:07
*** sdague has quit IRC19:08
*** marst has quit IRC19:08
*** ajmiller has quit IRC19:11
*** ajmiller has joined #openstack-neutron19:11
*** claudiub has quit IRC19:12
openstackgerritNate Johnston proposed openstack/neutron: [WIP] L2 Agent Extension Fullstack Test  https://review.openstack.org/34563119:13
*** ihrachys has quit IRC19:14
openstackgerritNate Johnston proposed openstack/neutron: [WIP] L3 Agent Extension Fullstack Test  https://review.openstack.org/34563119:15
*** ihrachys has joined #openstack-neutron19:16
*** nmagnezi has quit IRC19:18
*** sterdnotshaken has joined #openstack-neutron19:18
*** fifieldt has joined #openstack-neutron19:18
*** baoli has joined #openstack-neutron19:20
*** baoli has quit IRC19:22
*** baoli has joined #openstack-neutron19:22
*** ajmiller has quit IRC19:22
*** ajmiller has joined #openstack-neutron19:23
*** nplanel has quit IRC19:25
*** ihrachys has quit IRC19:27
*** emagana has joined #openstack-neutron19:28
armaxsbelous: ping19:28
*** zhhuabj has joined #openstack-neutron19:29
armaxit looks like the gate-tempest-dsvm-neutron-identity-v3-only-full-nv is belly up19:29
armaxhttp://logs.openstack.org/85/345185/2/check/gate-tempest-dsvm-neutron-identity-v3-only-full-nv/0b88651/logs/screen-g-api.txt.gz?level=TRACE#_2016-07-21_18_16_57_17119:29
*** beagles is now known as beagles_biab19:30
*** zkassab has quit IRC19:31
*** jerrygb has quit IRC19:32
*** ihrachys has joined #openstack-neutron19:33
*** singhj has joined #openstack-neutron19:35
*** ramishra has quit IRC19:36
*** aranjan has joined #openstack-neutron19:37
*** ramishra has joined #openstack-neutron19:37
*** john-davidge has quit IRC19:37
*** vishwanathj has joined #openstack-neutron19:37
*** ByPasS has joined #openstack-neutron19:37
*** zkassab has joined #openstack-neutron19:37
*** a_ta has quit IRC19:40
*** a_ta has joined #openstack-neutron19:40
*** jerrygb has joined #openstack-neutron19:40
*** svenkat has joined #openstack-neutron19:42
*** a_ta has quit IRC19:45
*** aranjan has quit IRC19:45
*** aranjan_ has joined #openstack-neutron19:45
*** aranjan_ has quit IRC19:45
*** aranjan has joined #openstack-neutron19:46
*** marst has joined #openstack-neutron19:47
openstackgerritIhar Hrachyshka proposed openstack/neutron: DNM: test linuxbridge multinode grenade fixes  https://review.openstack.org/34548819:49
*** claudiub has joined #openstack-neutron19:49
*** ihrachys has quit IRC19:50
*** baoli has quit IRC19:50
*** gvrangan has joined #openstack-neutron19:52
*** a_ta has joined #openstack-neutron19:52
*** mickeys has joined #openstack-neutron19:53
*** a_ta has quit IRC19:54
*** a_ta has joined #openstack-neutron19:54
*** ociuhandu has quit IRC19:56
*** shashank_hegde has quit IRC19:57
*** singhj has quit IRC19:57
*** emagana has quit IRC19:58
openstackgerritAnn Taraday proposed openstack/neutron: [WIP] Refactor setting OSprofiler for db calls  https://review.openstack.org/34032419:59
*** ijw has quit IRC20:00
*** mickeys has quit IRC20:01
*** mickeys has joined #openstack-neutron20:02
*** shashank_hegde has joined #openstack-neutron20:02
*** ijw_ has joined #openstack-neutron20:03
*** jprovazn has quit IRC20:04
*** singhj has joined #openstack-neutron20:05
*** mickeys has quit IRC20:06
*** aranjan has quit IRC20:07
*** ijw_ has quit IRC20:07
*** emagana has joined #openstack-neutron20:07
*** zkassab has quit IRC20:07
*** aranjan has joined #openstack-neutron20:08
*** gvrangan has quit IRC20:08
*** SKipp has joined #openstack-neutron20:09
*** singhj has quit IRC20:10
*** emagana has quit IRC20:11
*** jckasper has quit IRC20:12
*** jckasper has joined #openstack-neutron20:12
*** jckasper has quit IRC20:13
*** iranzo has quit IRC20:13
*** jckasper has joined #openstack-neutron20:13
*** jckasper has quit IRC20:14
*** salv-orlando has joined #openstack-neutron20:14
*** sterdnotshaken has quit IRC20:14
*** DaveJ__ has joined #openstack-neutron20:17
*** singhj has joined #openstack-neutron20:19
*** gouthamr has quit IRC20:21
*** sterdnotshaken has joined #openstack-neutron20:21
*** singhj has quit IRC20:23
*** SamYaple has quit IRC20:23
*** tyrola has quit IRC20:24
*** akshai_ has quit IRC20:24
*** singhj has joined #openstack-neutron20:24
*** kbringard has joined #openstack-neutron20:25
*** corey_ has quit IRC20:26
openstackgerritboden proposed openstack/neutron: Add FIP status change notifications  https://review.openstack.org/34565420:27
*** agireud has quit IRC20:30
*** agireud has joined #openstack-neutron20:31
*** moshele has joined #openstack-neutron20:33
*** akshai has joined #openstack-neutron20:36
*** gvrangan has joined #openstack-neutron20:36
*** ijw has joined #openstack-neutron20:37
*** harlowja has joined #openstack-neutron20:39
*** ijw has quit IRC20:41
*** abregman has joined #openstack-neutron20:42
*** tyrola has joined #openstack-neutron20:45
*** jckasper has joined #openstack-neutron20:46
*** tyrola has quit IRC20:49
*** Leo_ has quit IRC20:50
*** moshele has quit IRC20:51
*** sindhude has quit IRC20:53
*** BigWillie has quit IRC20:55
*** salv-orlando has quit IRC20:56
*** ociuhandu has joined #openstack-neutron20:57
*** ametts has quit IRC20:59
*** jckasper has quit IRC21:00
*** haplo37_ has quit IRC21:00
*** jckasper has joined #openstack-neutron21:01
*** dasanind has quit IRC21:02
*** jckasper has quit IRC21:02
*** tyrola has joined #openstack-neutron21:03
*** shashank_hegde has quit IRC21:05
*** obondarev has quit IRC21:05
*** jckasper has joined #openstack-neutron21:06
*** tonytan4ever has quit IRC21:06
openstackgerritboden proposed openstack/neutron-lib: Generate API report tooling  https://review.openstack.org/33857121:07
*** tonytan4ever has joined #openstack-neutron21:08
*** gouthamr has joined #openstack-neutron21:08
*** portdirect has quit IRC21:11
*** elo has joined #openstack-neutron21:11
*** shashank_hegde has joined #openstack-neutron21:11
*** sindhude has joined #openstack-neutron21:11
*** janzian has quit IRC21:11
*** ranjithd1 has quit IRC21:14
*** julim_ has quit IRC21:14
*** gouthamr_ has joined #openstack-neutron21:16
*** aranjan has quit IRC21:18
*** gouthamr has quit IRC21:19
*** aranjan has joined #openstack-neutron21:19
*** banix has joined #openstack-neutron21:20
*** aranjan has quit IRC21:21
*** ajmiller has quit IRC21:22
*** ajmiller has joined #openstack-neutron21:22
*** njohnston is now known as njohnston|afk21:22
*** aranjan has joined #openstack-neutron21:23
*** aranjan has quit IRC21:23
*** aranjan has joined #openstack-neutron21:23
*** ajmiller has quit IRC21:23
openstackgerritManjeet Singh Bhatia proposed openstack/neutron: Add OVO for dns Objects  https://review.openstack.org/33469521:23
*** ajmiller has joined #openstack-neutron21:24
*** ihrachys has joined #openstack-neutron21:25
*** thorst_ has quit IRC21:26
*** aranjan has quit IRC21:29
*** ihrachys has quit IRC21:29
*** claudiub has quit IRC21:30
*** sdague_ has quit IRC21:30
*** janzian has joined #openstack-neutron21:31
*** charliekang has quit IRC21:31
*** janzian has quit IRC21:32
*** janzian has joined #openstack-neutron21:32
*** yeungp has joined #openstack-neutron21:32
*** tyrola has quit IRC21:33
*** tyrola has joined #openstack-neutron21:33
*** dave-mccowan has quit IRC21:37
*** yeungp has quit IRC21:39
*** thorst_ has joined #openstack-neutron21:40
*** ijw has joined #openstack-neutron21:40
*** harlowja has quit IRC21:41
*** pece has quit IRC21:45
*** thorst_ has quit IRC21:45
*** armax has quit IRC21:46
*** clenimar has quit IRC21:47
*** harlowja has joined #openstack-neutron21:48
*** harlowja has quit IRC21:48
*** thorst_ has joined #openstack-neutron21:49
*** akshai has quit IRC21:51
*** thorst_ has quit IRC21:53
*** svenkat has quit IRC21:54
*** emagana has joined #openstack-neutron21:54
*** amotoki has joined #openstack-neutron21:55
*** ajmiller has quit IRC21:55
*** ajmiller has joined #openstack-neutron21:56
openstackgerritAnindita Das proposed openstack/neutron: Refactoring config options for extension opts  https://review.openstack.org/34548621:56
*** sindhude has quit IRC21:56
*** armax has joined #openstack-neutron21:57
*** ihrachys has joined #openstack-neutron21:57
*** banix has quit IRC21:57
openstackgerritAnindita Das proposed openstack/neutron: Refactoring config options for extension opts  https://review.openstack.org/34548621:57
*** sindhude has joined #openstack-neutron21:58
amullerDrivers meeting starting in #openstack-meeting21:59
openstackgerritAnindita Das proposed openstack/neutron: Refactoring config options for extension opts  https://review.openstack.org/34548622:01
ihrachyskevinbenton: have we broken linuxbridge gate somehow? I see "sudo: ovs-vsctl: command not found"22:01
*** maishsk has quit IRC22:01
kevinbentonihrachys: yeah, just saw that22:01
kevinbentonihrachys: gonna dig in after drivers meeting22:01
ihrachyskevinbenton: cool. I won't be in shape after22:02
*** baoli has joined #openstack-neutron22:02
*** clenimar has joined #openstack-neutron22:02
*** sindhude has quit IRC22:03
openstackgerritAnindita Das proposed openstack/neutron: Refactoring config options for common config opts  https://review.openstack.org/34428122:04
*** sputnik1_ has joined #openstack-neutron22:05
*** kbringard has quit IRC22:05
*** trevormc has quit IRC22:05
kevinbentonihrachys: ack22:07
*** thorst_ has joined #openstack-neutron22:07
*** sputnik13 has quit IRC22:07
*** baoli has quit IRC22:07
*** thorst_ has quit IRC22:08
*** salv-orlando has joined #openstack-neutron22:08
openstackgerritAdolfo Duarte proposed openstack/neutron: RPC server side for trunk driver  https://review.openstack.org/33928322:08
*** tyrola has quit IRC22:09
*** salv-orl_ has joined #openstack-neutron22:14
*** salv-orlando has quit IRC22:17
*** emagana has quit IRC22:19
*** ijw has quit IRC22:22
*** rtheis has quit IRC22:22
*** aranjan has joined #openstack-neutron22:23
*** marst has quit IRC22:25
*** marst has joined #openstack-neutron22:25
*** tyrola has joined #openstack-neutron22:25
*** marst has quit IRC22:26
*** singhj has quit IRC22:26
*** aranjan has quit IRC22:27
*** tyrola has quit IRC22:27
*** emagana has joined #openstack-neutron22:27
openstackgerritMerged openstack/python-neutronclient: Updated from global requirements  https://review.openstack.org/34005522:29
*** singhj has joined #openstack-neutron22:32
*** tbachman_ has joined #openstack-neutron22:34
*** tbachman has quit IRC22:34
*** tbachman_ is now known as tbachman22:34
*** dane_leblanc has quit IRC22:35
*** singhj has quit IRC22:37
*** wolverin_ has joined #openstack-neutron22:37
*** wolverineav has quit IRC22:41
*** salv-orl_ has quit IRC22:41
*** salv-orlando has joined #openstack-neutron22:43
*** mickeys has joined #openstack-neutron22:44
*** techcet has quit IRC22:46
*** wolverin_ has quit IRC22:46
*** salv-orlando has quit IRC22:48
*** banix has joined #openstack-neutron22:52
*** boden has quit IRC22:54
*** jerrygb has quit IRC22:55
openstackgerritRawlin Peters proposed openstack/neutron: Add trunk create/delete notifications and standardize payload  https://review.openstack.org/34121222:56
*** akshai has joined #openstack-neutron22:57
kevinbentonamuller, ajo: so i downloaded a bunch of ovs-vswitchd logs files from logs.openstack .org23:00
ajohey kevinbenton how does it look23:00
*** ihrachys has quit IRC23:00
kevinbentonit looks like this is hit relatively frequently23:00
*** zzzeek_afk is now known as zzzeek23:00
ajobtw, kevinbenton did you see otherwiseguy's patch ?23:00
kevinbentonthe one for interface waiting?23:00
ajokevinbenton, yes23:00
ajoI suspect it could be somehow related23:01
ajokevinbenton, I'm trying to arrange our bash hammer with --no-wait23:01
ajo+ ovs-vsctl --if-exists del-port tap561cfc60-fb23:01
ajo+ ovs-vsctl --no-wait add-port br-int tap561cfc60-fb -- set Interface tap561cfc60-fb external-ids:iface-id=561cfc60-fb83-4956-a7bd-bc7bd75ea25d external-ids:iface-status=active external-ids:attached-mac=fa:16:3e:24:0f:b0 type=internal23:01
ajo+ ip link set tap561cfc60-fb address fa:16:3e:24:0f:b023:01
ajoCannot find device "tap561cfc60-fb"23:01
ajo[root@devstack hammer-ovs-ports]# ip link set tap561cfc60-fb address fa:16:3e:24:0f:b023:01
kevinbentonajo: yeah, that's why i suspected the switch to ovsdb may have brought this one23:01
ajoI was going to sleep, but if you want to take it from there...23:01
ajoI guess we need to retry on the link set until it works23:02
*** wolverineav has joined #openstack-neutron23:02
ajoand then next move into the ns23:02
kevinbentonajo: i won't be able to tonight i don't think23:02
kevinbentonajo: need to fix linux bridge job that i broke23:02
ajokevinbenton, ok, will sort it out tomorrow23:02
ajokevinbenton, I suspect that may be the ofport retry logic exits earlier in some cases23:02
ajomay be23:02
kevinbentonajo: yeah, perhaps the cause is moving into the namespace before port is assigned23:03
kevinbentonajo: so the --no-wait might trigger it23:03
ajokevinbenton, yeah, when looking at the ovs code (& gdbing ...)23:03
*** tmorin has joined #openstack-neutron23:04
ajoI found something else (well flavio leitner helped a bit)23:04
*** ijw has joined #openstack-neutron23:04
ajokevinbenton, ovs-vswitchd calls the kernel to get the kernel datapath of portid23:04
ajobut then...23:04
ajoit tries to access the device for more details23:04
ajoand allocates an userland ofport id23:04
ajoso...23:04
ajoI suspect23:04
ajoif you move the device between both steps23:04
ajoboom. chaos23:04
kevinbentonajo: that would be nice23:05
ajostill to be proven23:05
kevinbentonajo: because it means we can fix on neutron side23:05
amullerTerry's patch would fix that23:05
kevinbentonajo: with the interface wait23:05
ajoyes, exactly23:05
amullerTerry's patch also fixes the most common functional test failure (the rebuild_ns thing)23:05
ajoI have high hopes on his patch! ... and on getting a reproducer tomorrow23:05
ajoamuller, which test fails?23:05
kevinbentonajo: https://review.openstack.org/#/c/344850/23:05
kevinbentonajo: yeah, his should close those bugs23:05
*** edmondsw has quit IRC23:06
kevinbentonajo: tests that expect interfaces to exist after adding them :)23:06
kevinbentonajo: or for them to be deleted after deleting them23:06
*** wolverineav has quit IRC23:06
ajoohh23:06
ajothat reminds me of...23:06
kevinbentonyou know, crazy things ;)23:06
ajo+ ovs-vsctl --no-wait add-port br-int tap561cfc60-fb -- set Interface tap561cfc60-fb external-ids:iface-id=561cfc60-fb83-4956-a7bd-bc7bd75ea25d external-ids:iface-status=active external-ids:attached-mac=fa:16:3e:24:0f:b0 type=internal23:06
ajo+ ip link set tap561cfc60-fb address fa:16:3e:24:0f:b023:06
ajoCannot find device "tap561cfc60-fb"23:06
amullerajo: https://bugs.launchpad.net/neutron/+bug/160437023:06
openstackLaunchpad bug 1604370 in neutron "functional: test_legacy_router_ns_rebuild is unstable" [High,Confirmed]23:06
ajo--no-wait like23:06
ajobut when we add a device23:07
*** ajmiller has quit IRC23:07
ajowe're waiting for the ofport now23:07
*** ajmiller has joined #openstack-neutron23:07
ajomay be there's still some time between ofport is set, and device really available23:07
ajoor the ofport wait retry logic is broken23:07
ajoI wonder why debugging this kind of deep ***t is one of the things I enjoy the most...23:08
ajo***t = failures23:08
ajoO:)23:09
ajogn folks23:09
* ajo needs some sleep23:09
amullerajo: night23:09
kevinbentonajo: night23:10
*** liuyulong has quit IRC23:12
*** yuelongguang has quit IRC23:14
*** ajmiller has quit IRC23:15
*** ajmiller has joined #openstack-neutron23:15
*** jckasper has quit IRC23:17
*** jckasper has joined #openstack-neutron23:18
*** xinliang has quit IRC23:21
*** jckasper has quit IRC23:22
*** r-daneel has quit IRC23:23
openstackgerritDoug Wiegley proposed openstack/neutron-specs: LBaaS project spinout  https://review.openstack.org/31080523:23
*** aranjan has joined #openstack-neutron23:24
*** akshai has quit IRC23:26
*** yuelongguang has joined #openstack-neutron23:26
*** liuyulong has joined #openstack-neutron23:26
*** tbachman_ has joined #openstack-neutron23:27
*** harbor has joined #openstack-neutron23:28
*** harbor is now known as portdirect23:28
*** tbachman has quit IRC23:30
*** tbachman_ is now known as tbachman23:30
*** eilert has quit IRC23:30
*** aranjan has quit IRC23:30
*** wolverineav has joined #openstack-neutron23:33
*** tflynn_ has joined #openstack-neutron23:35
*** wolverineav has quit IRC23:38
*** wolverineav has joined #openstack-neutron23:38
*** tflynn has quit IRC23:38
*** djan has joined #openstack-neutron23:39
*** xinliang has joined #openstack-neutron23:39
*** tyrola has joined #openstack-neutron23:39
*** jamesdenton has joined #openstack-neutron23:39
*** sterdnotshaken1 has joined #openstack-neutron23:40
*** tflynn_ has quit IRC23:40
*** lujinluo has joined #openstack-neutron23:42
*** sterdnotshaken has quit IRC23:42
*** tyrola has quit IRC23:43
*** nplanel has joined #openstack-neutron23:50
*** danofsatx has joined #openstack-neutron23:51
*** tbachman_ has joined #openstack-neutron23:55
*** aranjan has joined #openstack-neutron23:57
*** tbachman has quit IRC23:58
*** tbachman_ is now known as tbachman23:58
*** ranjithd has joined #openstack-neutron23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!