*** WackoRobie has joined #openstack-neutron | 00:00 | |
*** chuckC has joined #openstack-neutron | 00:01 | |
*** jkary1 has quit IRC | 00:03 | |
*** jkary1 has joined #openstack-neutron | 00:04 | |
*** zzelle has quit IRC | 00:04 | |
*** WackoRobie has quit IRC | 00:05 | |
*** markmcclain has quit IRC | 00:05 | |
*** amcrn has joined #openstack-neutron | 00:13 | |
*** a_le_ is now known as a_le_AFK | 00:14 | |
*** chuckC has quit IRC | 00:14 | |
*** openstackgerrit has quit IRC | 00:19 | |
*** openstackgerrit has joined #openstack-neutron | 00:21 | |
openstackgerrit | Nachi Ueno proposed a change to openstack/neutron-specs: Action support for security group rule https://review.openstack.org/93112 | 00:23 |
---|---|---|
*** nplanel_ has joined #openstack-neutron | 00:24 | |
*** chuckC has joined #openstack-neutron | 00:28 | |
*** matsuhashi has joined #openstack-neutron | 00:29 | |
*** mlavalle has quit IRC | 00:30 | |
*** iwamoto has joined #openstack-neutron | 00:32 | |
*** openstackgerrit has quit IRC | 00:34 | |
*** openstackgerrit has joined #openstack-neutron | 00:36 | |
*** marun has quit IRC | 00:37 | |
*** nlahouti_ has quit IRC | 00:38 | |
*** a_le_AFK is now known as a_le | 00:41 | |
*** dave_tucker is now known as dave_tucker_zzz | 00:41 | |
*** singhs has quit IRC | 00:41 | |
*** openstackgerrit has quit IRC | 00:49 | |
*** nati_ueno has quit IRC | 00:50 | |
*** openstackgerrit has joined #openstack-neutron | 00:51 | |
*** zhhuabj has joined #openstack-neutron | 00:51 | |
*** _cjones_ has quit IRC | 00:51 | |
*** _cjones_ has joined #openstack-neutron | 00:52 | |
*** _cjones_ has quit IRC | 00:56 | |
*** csd has quit IRC | 00:58 | |
*** bpokorny has joined #openstack-neutron | 00:59 | |
*** nati_ueno has joined #openstack-neutron | 00:59 | |
*** nati_ueno has quit IRC | 01:01 | |
*** crc32 has quit IRC | 01:05 | |
*** trad511 has quit IRC | 01:06 | |
*** xianghui has quit IRC | 01:09 | |
*** alugovoi has quit IRC | 01:12 | |
*** jkary1 has quit IRC | 01:17 | |
*** mike-grima has left #openstack-neutron | 01:21 | |
*** chen has joined #openstack-neutron | 01:29 | |
chen | hello, anyone here??? | 01:29 |
*** jecarey has joined #openstack-neutron | 01:29 | |
chen | I'm new to neutron, I met issue when I try to install neutron | 01:30 |
chen | my OS is centos 6.4 | 01:30 |
chen | I downlowed neutron code using command "git clone https://git.openstack.org/openstack/neutron.git | 01:30 |
chen | " | 01:30 |
chen | Then I try to run unit test, by command "./run_tests.sh -f | 01:31 |
chen | " | 01:31 |
*** _cjones_ has joined #openstack-neutron | 01:31 | |
chen | I get output :http://paste.openstack.org/show/81111/ | 01:32 |
chen | anyone know how to solve this ??? | 01:32 |
*** marun has joined #openstack-neutron | 01:35 | |
*** _cjones_ has quit IRC | 01:35 | |
*** hipster has joined #openstack-neutron | 01:36 | |
*** armax has quit IRC | 01:43 | |
chen | if I run unit test without -f "./run_tests.sh" | 01:45 |
chen | I get error: tools/with_venv.sh: line 21: tools/../.venv/bin/activate: No such file or directory | 01:45 |
chen | where can I get tools/../.venv/bin/activat ??? Because I just download neutron code, and doesn't do any change at all. | 01:46 |
*** _cjones_ has joined #openstack-neutron | 01:53 | |
*** geekinutah has quit IRC | 01:55 | |
*** amcrn has quit IRC | 01:57 | |
*** banix has joined #openstack-neutron | 01:57 | |
*** _cjones_ has quit IRC | 02:01 | |
*** john3213 has joined #openstack-neutron | 02:02 | |
*** singhs has joined #openstack-neutron | 02:04 | |
*** mengxd has joined #openstack-neutron | 02:07 | |
*** john3213 has left #openstack-neutron | 02:07 | |
*** xuhanp has joined #openstack-neutron | 02:12 | |
openstackgerrit | Xu Han Peng proposed a change to openstack/python-neutronclient: Strip Auth Token in neutron client log https://review.openstack.org/93866 | 02:13 |
*** dkehn_ has joined #openstack-neutron | 02:24 | |
*** hipster has quit IRC | 02:25 | |
*** dkehnx has quit IRC | 02:27 | |
*** xianghui has joined #openstack-neutron | 02:27 | |
*** networkstatic has quit IRC | 02:28 | |
*** networkstatic_ is now known as networkstatic | 02:28 | |
*** baoli has joined #openstack-neutron | 02:29 | |
HenryG | chen: Are you still around? I may be able to help. | 02:30 |
chen | HenryG yes,I'm here | 02:30 |
HenryG | chen: Let me just check ... Are you a developer or user of Neutron? | 02:31 |
chen | HenryG I have using neutron for a while, but I used to install neutrn directly using command "yum install neutron-xxx" | 02:32 |
chen | HenryG Now I want to see if I can directly running neutron by source code | 02:32 |
chen | HenryG Not sure if I can do anything in neutron to help, but I wanna to be a controbute too. :) | 02:33 |
chen | HenryG So, at this stage, I'm a user of Neutron. I think. | 02:34 |
HenryG | chen: OK. Thanks for the clarification. | 02:34 |
*** xdmeng has joined #openstack-neutron | 02:35 | |
*** dkehn_ is now known as dkehnx | 02:35 | |
HenryG | chen: You have cloned the Neutron source code. That is a good start. | 02:35 |
HenryG | chen: Can you run this and tell me the output: "pip --version" | 02:36 |
*** mengxd has quit IRC | 02:36 | |
chen | HenryG pip 1.5.4 from /usr/lib/python2.6/site-packages (python 2.6) | 02:37 |
HenryG | chen: Please note I am using ubuntu with bash and python 2.7. This is the most common development environment. But yours should work too. | 02:38 |
HenryG | chen: Do you have sudo rights? | 02:39 |
chen | HenryG I'm under root user directly | 02:39 |
HenryG | chen: OK | 02:39 |
HenryG | chen: Please do "pip show tox" | 02:40 |
chen | --- | 02:40 |
chen | Name: tox | 02:40 |
chen | Version: 1.6.1 | 02:40 |
chen | Location: /usr/lib/python2.6/site-packages | 02:40 |
chen | Requires: virtualenv, py, argparse | 02:40 |
HenryG | chen: excellent | 02:40 |
HenryG | chen: Now try this: "tox --notest -r -e py26" | 02:41 |
*** networkstatic_ has joined #openstack-neutron | 02:42 | |
*** networkstatic_ has quit IRC | 02:42 | |
HenryG | chen: it may take a few minutes | 02:42 |
chen | HenryG get error: http://paste.openstack.org/show/81113/ | 02:42 |
*** networkstatic has quit IRC | 02:43 | |
*** morganfainberg is now known as morganfainberg_Z | 02:43 | |
banix | Would someone assign the “importance” and the “milestone” attributes of this bug if appropriate: https://bugs.launchpad.net/neutron/+bug/1320098 | 02:43 |
HenryG | chen: output of "pip show setuptools" ? | 02:44 |
chen | HenryG And in /home/neutron/neutron/.tox/py26/log/py26-0.log : http://paste.openstack.org/show/81114/ | 02:45 |
chen | pip show setuptools | 02:45 |
chen | --- | 02:45 |
chen | Name: setuptools | 02:45 |
chen | Version: 1.1.6 | 02:45 |
chen | Location: /usr/lib/python2.6/site-packages/setuptools-1.1.6-py2.6.egg | 02:45 |
chen | Requires: | 02:45 |
*** blogan has joined #openstack-neutron | 02:46 | |
HenryG | chen: That's a really old version of setuptools. I think you need to upgrade, or uninstall and reinstall it. But it might mess up your python environment, so I am not sure if it is safe for you. | 02:48 |
*** mengxd has joined #openstack-neutron | 02:48 | |
*** radez is now known as radez_g0n3 | 02:49 | |
*** xdmeng has quit IRC | 02:50 | |
chen | HenryG Package python-setuptools-0.6.10-3.el6.noarch already installed and latest version | 02:51 |
chen | HenryG This is the newest version for CentOS | 02:51 |
HenryG | chen: Mine is version 3.4.4 in /usr/local/lib/python2.7/dist-packages | 02:54 |
chen | HenryG :( That's because it is Ubuntu~ | 02:54 |
HenryG | chen: My memory is fuzzy now, but I think I removed the OS packaged 0.6.something version and replaced it with "pip install setuptools". | 02:55 |
*** matsuhas_ has joined #openstack-neutron | 02:55 | |
HenryG | chen: You might want to check with other centos users if that works. | 02:56 |
*** peopleme1ge has joined #openstack-neutron | 02:56 | |
chen | HenryG sure | 02:56 |
*** _mdbooth_ has joined #openstack-neutron | 02:57 | |
HenryG | chen: the end goal is to get tox working. It should set up a virtualenv for unit tests and run them. | 02:57 |
*** ilyashakhat_ has joined #openstack-neutron | 02:58 | |
*** ramishra has joined #openstack-neutron | 02:58 | |
*** christop1eraedo has joined #openstack-neutron | 02:58 | |
*** suresh12 has quit IRC | 02:59 | |
*** banix_ has joined #openstack-neutron | 03:00 | |
*** xmltok_ has joined #openstack-neutron | 03:01 | |
*** peoplemerge has quit IRC | 03:03 | |
*** xmltok has quit IRC | 03:03 | |
*** matsuhashi has quit IRC | 03:03 | |
*** xianghui has quit IRC | 03:03 | |
*** mdbooth has quit IRC | 03:03 | |
*** anteaya has quit IRC | 03:03 | |
*** annashen has quit IRC | 03:03 | |
*** nplanel has quit IRC | 03:03 | |
*** christopheraedo has quit IRC | 03:03 | |
*** edhall has quit IRC | 03:03 | |
*** dansmith has quit IRC | 03:03 | |
*** chalcedony has quit IRC | 03:03 | |
*** humbolt has quit IRC | 03:03 | |
*** ilyashakhat has quit IRC | 03:03 | |
*** dansmith has joined #openstack-neutron | 03:03 | |
*** edhall has joined #openstack-neutron | 03:03 | |
*** ajo_ has joined #openstack-neutron | 03:03 | |
*** annashen has joined #openstack-neutron | 03:04 | |
*** anteaya has joined #openstack-neutron | 03:04 | |
*** xianghui has joined #openstack-neutron | 03:05 | |
*** otherwiseguy has joined #openstack-neutron | 03:05 | |
*** yamamoto has quit IRC | 03:05 | |
*** yamahata__ has joined #openstack-neutron | 03:07 | |
*** nplanel__ has joined #openstack-neutron | 03:07 | |
*** yamahata_ has quit IRC | 03:07 | |
*** banix has quit IRC | 03:09 | |
*** zhhuabj has quit IRC | 03:09 | |
*** ajo has quit IRC | 03:09 | |
*** banix_ is now known as banix | 03:09 | |
*** zhhuabj has joined #openstack-neutron | 03:09 | |
*** hipster has joined #openstack-neutron | 03:10 | |
*** yamamoto has joined #openstack-neutron | 03:11 | |
*** SridharG has joined #openstack-neutron | 03:13 | |
*** sbfox has joined #openstack-neutron | 03:14 | |
*** Jianyong has quit IRC | 03:15 | |
*** rkukura has quit IRC | 03:15 | |
*** ramishra has quit IRC | 03:17 | |
*** mrsnivvel has joined #openstack-neutron | 03:23 | |
*** sbfox has quit IRC | 03:24 | |
*** banix has quit IRC | 03:27 | |
*** alugovoi has joined #openstack-neutron | 03:28 | |
*** armax has joined #openstack-neutron | 03:31 | |
*** armax has quit IRC | 03:32 | |
*** chalcedony has joined #openstack-neutron | 03:33 | |
*** dguitarbite has joined #openstack-neutron | 03:36 | |
*** marun has quit IRC | 03:39 | |
*** baoli has quit IRC | 03:45 | |
*** coolsvap|afk is now known as coolsvap | 03:49 | |
*** jecarey has quit IRC | 03:49 | |
*** prad_ has quit IRC | 03:50 | |
*** prad has joined #openstack-neutron | 03:52 | |
*** ramishra has joined #openstack-neutron | 03:53 | |
*** hipster has quit IRC | 03:55 | |
*** rkukura has joined #openstack-neutron | 03:57 | |
*** _cjones_ has joined #openstack-neutron | 03:57 | |
*** _cjones_ has quit IRC | 04:02 | |
*** yfauser has joined #openstack-neutron | 04:05 | |
*** yfauser has left #openstack-neutron | 04:05 | |
*** rms_13_ has joined #openstack-neutron | 04:05 | |
*** sbalukoff has quit IRC | 04:12 | |
*** jecarey has joined #openstack-neutron | 04:12 | |
*** blogan has quit IRC | 04:13 | |
*** rotbeard has joined #openstack-neutron | 04:18 | |
*** rms_13_ has quit IRC | 04:19 | |
*** alex_klimov has joined #openstack-neutron | 04:28 | |
*** yamamoto has quit IRC | 04:29 | |
*** gdubreui has quit IRC | 04:32 | |
*** tomoe_ has joined #openstack-neutron | 04:34 | |
*** sbalukoff has joined #openstack-neutron | 04:36 | |
*** carl_baldwin has joined #openstack-neutron | 04:36 | |
*** pasquier-s has quit IRC | 04:38 | |
*** pasquier-s has joined #openstack-neutron | 04:39 | |
*** sbalukoff has quit IRC | 04:41 | |
*** krtaylor has joined #openstack-neutron | 04:41 | |
*** garyk has quit IRC | 04:42 | |
*** zuhran has joined #openstack-neutron | 04:50 | |
*** sbalukoff has joined #openstack-neutron | 04:50 | |
*** zuhran has quit IRC | 04:50 | |
*** myname_ has joined #openstack-neutron | 04:51 | |
*** arnaud has joined #openstack-neutron | 04:52 | |
*** terryw has joined #openstack-neutron | 04:53 | |
*** otherwiseguy has quit IRC | 04:56 | |
*** _cjones_ has joined #openstack-neutron | 04:58 | |
*** gdubreui has joined #openstack-neutron | 04:58 | |
*** igor_ has joined #openstack-neutron | 04:59 | |
*** alugovoi has quit IRC | 05:00 | |
*** arnaud has quit IRC | 05:01 | |
*** igor__ has quit IRC | 05:02 | |
*** _cjones_ has quit IRC | 05:03 | |
*** rkukura has quit IRC | 05:05 | |
*** alugovoi has joined #openstack-neutron | 05:05 | |
*** marun has joined #openstack-neutron | 05:06 | |
*** marun has quit IRC | 05:07 | |
*** marun has joined #openstack-neutron | 05:08 | |
*** arnaud has joined #openstack-neutron | 05:10 | |
*** harlowja_ is now known as harlowja_away | 05:17 | |
*** Longgeek has joined #openstack-neutron | 05:22 | |
*** paraa has joined #openstack-neutron | 05:29 | |
*** yfauser has joined #openstack-neutron | 05:31 | |
*** yfauser has left #openstack-neutron | 05:31 | |
*** vkdrao has joined #openstack-neutron | 05:32 | |
*** Longgeek has quit IRC | 05:32 | |
*** Longgeek has joined #openstack-neutron | 05:33 | |
*** Longgeek has quit IRC | 05:33 | |
*** enikanorov has joined #openstack-neutron | 05:34 | |
*** yfried has joined #openstack-neutron | 05:34 | |
*** Longgeek has joined #openstack-neutron | 05:35 | |
*** enikanorov has quit IRC | 05:37 | |
*** carl_baldwin has quit IRC | 05:42 | |
*** myname_ has quit IRC | 05:45 | |
*** paraa has quit IRC | 05:50 | |
*** Longgeek has quit IRC | 05:51 | |
*** mname has joined #openstack-neutron | 05:52 | |
*** mname has quit IRC | 05:55 | |
*** vthapar has joined #openstack-neutron | 05:56 | |
*** mengxd has quit IRC | 05:57 | |
*** vthapar has quit IRC | 05:58 | |
*** _cjones_ has joined #openstack-neutron | 05:59 | |
*** vthapar has joined #openstack-neutron | 06:00 | |
*** gdubreui has quit IRC | 06:03 | |
*** _cjones_ has quit IRC | 06:03 | |
*** terryw has quit IRC | 06:06 | |
*** zhhuabj has quit IRC | 06:08 | |
*** arnaud has quit IRC | 06:08 | |
*** SridharG has quit IRC | 06:09 | |
*** networkstatic has joined #openstack-neutron | 06:11 | |
*** ramishra has quit IRC | 06:12 | |
*** garyk has joined #openstack-neutron | 06:15 | |
*** gdubreui has joined #openstack-neutron | 06:21 | |
*** Longgeek has joined #openstack-neutron | 06:21 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/neutron: Imported Translations from Transifex https://review.openstack.org/94538 | 06:22 |
*** oda-g has quit IRC | 06:23 | |
*** Longgeek has quit IRC | 06:26 | |
*** rkukura has joined #openstack-neutron | 06:28 | |
*** ramishra has joined #openstack-neutron | 06:30 | |
*** catohornet has quit IRC | 06:33 | |
*** jprovazn has joined #openstack-neutron | 06:35 | |
*** yamahata has joined #openstack-neutron | 06:36 | |
*** evgenyf has joined #openstack-neutron | 06:39 | |
*** dgollub has joined #openstack-neutron | 06:41 | |
*** sbalukoff has quit IRC | 06:42 | |
*** sbalukoff has joined #openstack-neutron | 06:44 | |
*** jecarey has quit IRC | 06:45 | |
*** bpokorny has quit IRC | 06:46 | |
*** jecarey has joined #openstack-neutron | 06:46 | |
*** yamahata has quit IRC | 06:48 | |
*** bpokorny has joined #openstack-neutron | 06:48 | |
*** bpokorny has quit IRC | 06:52 | |
*** bpokorny has joined #openstack-neutron | 06:52 | |
*** dgollub has quit IRC | 06:53 | |
*** jecarey has quit IRC | 06:59 | |
*** bpokorny has quit IRC | 06:59 | |
*** _cjones_ has joined #openstack-neutron | 07:00 | |
*** doude has joined #openstack-neutron | 07:01 | |
*** jecarey has joined #openstack-neutron | 07:01 | |
*** bpokorny has joined #openstack-neutron | 07:02 | |
*** bpokorny has quit IRC | 07:04 | |
*** _cjones_ has quit IRC | 07:04 | |
*** bpokorny has joined #openstack-neutron | 07:05 | |
*** yfried_ has joined #openstack-neutron | 07:05 | |
*** yfried has quit IRC | 07:06 | |
*** chen has quit IRC | 07:09 | |
openstackgerrit | Tomoe Sugihara proposed a change to openstack/neutron-specs: Add blueprint for MidoNet L3-ext-gw-modes support https://review.openstack.org/94785 | 07:15 |
*** alex_klimov1 has joined #openstack-neutron | 07:19 | |
*** alex_klimov has quit IRC | 07:20 | |
*** luqas has joined #openstack-neutron | 07:23 | |
*** vkdrao has quit IRC | 07:23 | |
*** luqas has quit IRC | 07:23 | |
*** luqas has joined #openstack-neutron | 07:23 | |
*** yfried_ has quit IRC | 07:24 | |
*** yfried_ has joined #openstack-neutron | 07:25 | |
openstackgerrit | Tomoe Sugihara proposed a change to openstack/neutron-specs: Add blueprint for MidoNet L3-ext-gw-modes support https://review.openstack.org/94785 | 07:27 |
*** alugovoi has quit IRC | 07:28 | |
*** dgollub has joined #openstack-neutron | 07:30 | |
*** catohornet has joined #openstack-neutron | 07:32 | |
*** gdubreui has quit IRC | 07:33 | |
*** jgallard has joined #openstack-neutron | 07:41 | |
*** amuller has joined #openstack-neutron | 07:44 | |
*** leseb has joined #openstack-neutron | 07:45 | |
*** devvesa has joined #openstack-neutron | 07:45 | |
*** jgallard has quit IRC | 07:45 | |
*** jgallard has joined #openstack-neutron | 07:46 | |
*** vkdrao has joined #openstack-neutron | 07:58 | |
*** jistr has joined #openstack-neutron | 07:59 | |
*** devvesa_ has joined #openstack-neutron | 07:59 | |
*** dave_tucker_zzz is now known as dave_tucker | 08:02 | |
*** humbolt has joined #openstack-neutron | 08:02 | |
*** vkdrao has quit IRC | 08:03 | |
*** vkdrao has joined #openstack-neutron | 08:04 | |
*** ihrachyshka has joined #openstack-neutron | 08:05 | |
openstackgerrit | berlin proposed a change to openstack/neutron: FWaaS plugin doesn't need to handle firewall rule del ops https://review.openstack.org/94793 | 08:06 |
*** amarao has joined #openstack-neutron | 08:07 | |
*** dgollub has quit IRC | 08:10 | |
*** ygbo has joined #openstack-neutron | 08:13 | |
*** ihrachyshka has quit IRC | 08:13 | |
*** ihrachyshka has joined #openstack-neutron | 08:13 | |
*** safchain has joined #openstack-neutron | 08:14 | |
*** singhs has quit IRC | 08:15 | |
*** jp_at_hp has joined #openstack-neutron | 08:17 | |
*** afazekas_wfp has joined #openstack-neutron | 08:22 | |
*** Longgeek has joined #openstack-neutron | 08:23 | |
*** a_le has quit IRC | 08:24 | |
rossella_s | kevinbenton: pong...sorry I was sleeping | 08:26 |
*** Longgeek has quit IRC | 08:28 | |
*** yfauser has joined #openstack-neutron | 08:28 | |
*** yfauser has left #openstack-neutron | 08:29 | |
*** ygbo has quit IRC | 08:31 | |
*** chen has joined #openstack-neutron | 08:32 | |
chen | hello~ | 08:32 |
chen | anyone around~ | 08:32 |
*** ramishra has quit IRC | 08:33 | |
chen | I want to do some controbute to neutron, but neutron is toooooo conplicated, I don't know where to start. | 08:34 |
chen | Can anyone help me on this ? | 08:34 |
iwamoto | chen: working with developer doc team might be a good idea. | 08:36 |
chen | iwamoto how can I do that ? | 08:36 |
*** devvesa_ has quit IRC | 08:37 | |
*** devvesa_ has joined #openstack-neutron | 08:37 | |
iwamoto | chen: I assume you plan to contribute codes. Pointing out what's missing in developer doc will help the doc team and you. | 08:40 |
*** devvesa_ has quit IRC | 08:41 | |
chen | iwamoto sure~ But, can you be more specific about how ? I should read docs here http://docs.openstack.org/developer/neutron/, and then ??? | 08:42 |
iwamoto | chen: only I know is there's some activity in developer doc improvement recently. how about asking on the mailing list for details. | 08:43 |
iwamoto | chen: it seems doc people might be sleeping:) | 08:43 |
chen | iwamoto ok! Understand! | 08:43 |
chen | iwamoto Let me send a email first! | 08:43 |
chen | iwamoto Thanks for your help ! | 08:44 |
*** networkstatic has quit IRC | 08:44 | |
chen | iwamoto I shoud send to openstack-dev@lists.openstack.org, right ? | 08:44 |
*** tomoe_ has quit IRC | 08:45 | |
iwamoto | chen: yes | 08:45 |
chen | iwamoto Got that ! | 08:45 |
*** ygbo has joined #openstack-neutron | 08:46 | |
*** jpich has joined #openstack-neutron | 08:48 | |
*** yfried__ has joined #openstack-neutron | 08:50 | |
*** jlibosva has joined #openstack-neutron | 08:53 | |
*** yfried_ has quit IRC | 08:54 | |
*** Longgeek has joined #openstack-neutron | 08:57 | |
*** YorikSar has quit IRC | 08:57 | |
*** devvesa_ has joined #openstack-neutron | 09:00 | |
*** ihrachyshka has quit IRC | 09:02 | |
*** YorikSar has joined #openstack-neutron | 09:03 | |
*** iwamoto has quit IRC | 09:04 | |
*** catohornet has quit IRC | 09:09 | |
*** afazekas_wfp is now known as afazekas | 09:11 | |
*** ramishra has joined #openstack-neutron | 09:11 | |
*** ygbo has quit IRC | 09:12 | |
*** Longgeek has quit IRC | 09:13 | |
*** Longgeek has joined #openstack-neutron | 09:13 | |
openstackgerrit | berlin proposed a change to openstack/neutron: Fix NVP FWaaS occurs error when deleting a shared rule https://review.openstack.org/94801 | 09:15 |
*** evgenyf has quit IRC | 09:22 | |
*** ygbo has joined #openstack-neutron | 09:24 | |
*** devvesa_ has quit IRC | 09:30 | |
*** devvesa_ has joined #openstack-neutron | 09:31 | |
*** devvesa_ has quit IRC | 09:31 | |
*** devvesa_ has joined #openstack-neutron | 09:31 | |
*** jckasper_ has joined #openstack-neutron | 09:32 | |
*** jckasper has quit IRC | 09:33 | |
*** evgenyf has joined #openstack-neutron | 09:33 | |
*** vkdrao has quit IRC | 09:39 | |
openstackgerrit | yangxurong proposed a change to openstack/neutron: Invalid vxlan id shouldn't be created successfully for ml2 https://review.openstack.org/89982 | 09:42 |
*** devvesa_ has quit IRC | 09:43 | |
*** devvesa_ has joined #openstack-neutron | 09:43 | |
*** akamyshnikova has quit IRC | 09:44 | |
*** devvesa_ has quit IRC | 09:45 | |
*** devvesa__ has joined #openstack-neutron | 09:45 | |
*** devvesa__ has quit IRC | 09:46 | |
*** irenab has joined #openstack-neutron | 09:55 | |
*** Longgeek has quit IRC | 09:56 | |
*** Longgeek has joined #openstack-neutron | 09:56 | |
*** Longgeek has quit IRC | 09:59 | |
*** jgallard has quit IRC | 10:00 | |
*** Longgeek has joined #openstack-neutron | 10:01 | |
*** xuhanp has quit IRC | 10:10 | |
*** ygbo has quit IRC | 10:10 | |
*** dgollub has joined #openstack-neutron | 10:15 | |
*** ygbo has joined #openstack-neutron | 10:24 | |
*** vthapar has quit IRC | 10:25 | |
*** amarao has quit IRC | 10:25 | |
*** ygbo has quit IRC | 10:31 | |
*** ygbo has joined #openstack-neutron | 10:31 | |
*** pcm_ has joined #openstack-neutron | 10:33 | |
*** SridharG has joined #openstack-neutron | 10:35 | |
*** pcm__ has joined #openstack-neutron | 10:35 | |
*** evgenyf has quit IRC | 10:37 | |
*** pcm_ has quit IRC | 10:38 | |
*** SridharG has quit IRC | 10:39 | |
*** SridharG has joined #openstack-neutron | 10:40 | |
*** bashok has joined #openstack-neutron | 10:49 | |
*** Rikkol has joined #openstack-neutron | 10:49 | |
*** coolsvap is now known as coolsvap|afk | 10:51 | |
*** Rikkol has left #openstack-neutron | 10:54 | |
*** dgollub has quit IRC | 10:54 | |
*** evgenyf has joined #openstack-neutron | 11:11 | |
*** amarao has joined #openstack-neutron | 11:13 | |
*** paraa has joined #openstack-neutron | 11:16 | |
openstackgerrit | Jakub Libosvar proposed a change to openstack/neutron: Common decorator for caching methods https://review.openstack.org/72680 | 11:20 |
openstackgerrit | Jakub Libosvar proposed a change to openstack/neutron: Metadata agent caches networks for routers https://review.openstack.org/70689 | 11:20 |
*** vkdrao has joined #openstack-neutron | 11:21 | |
*** amuller has quit IRC | 11:21 | |
*** xianghui has quit IRC | 11:21 | |
*** vkdrao has quit IRC | 11:21 | |
*** dgollub has joined #openstack-neutron | 11:22 | |
*** ihrachyshka has joined #openstack-neutron | 11:22 | |
*** SridharG has quit IRC | 11:25 | |
*** SridharG has joined #openstack-neutron | 11:25 | |
*** amarao has quit IRC | 11:26 | |
*** gdubreui has joined #openstack-neutron | 11:27 | |
*** matsuhas_ has quit IRC | 11:27 | |
*** prad has quit IRC | 11:28 | |
*** roeyc has joined #openstack-neutron | 11:32 | |
*** luqas has quit IRC | 11:34 | |
*** amuller has joined #openstack-neutron | 11:34 | |
*** bpokorny has quit IRC | 11:35 | |
*** ihrachyshka has quit IRC | 11:36 | |
*** ihrachyshka has joined #openstack-neutron | 11:36 | |
*** ygbo has quit IRC | 11:42 | |
*** radez_g0n3 is now known as radez | 11:44 | |
*** radez is now known as radez_g0n3 | 11:44 | |
*** radez_g0n3 is now known as radez | 11:44 | |
openstackgerrit | Cedric Brandily proposed a change to openstack/neutron: OVS flows apply concurrently https://review.openstack.org/77578 | 11:50 |
*** dims has joined #openstack-neutron | 11:53 | |
*** mwagner_lap has quit IRC | 11:54 | |
*** ygbo has joined #openstack-neutron | 11:54 | |
jlibosva | salv-orlando: hi, do you have any information on failing tempest on stable/icehouse? I can see that grenade job is failing a lot on tempest before upgrades are run | 11:55 |
*** erecio has joined #openstack-neutron | 11:58 | |
*** baoli has joined #openstack-neutron | 11:59 | |
*** rotbeard has quit IRC | 12:01 | |
openstackgerrit | Alexey I. Froloff proposed a change to openstack/neutron: Lookup instance by MAC addres rather by fixed IP https://review.openstack.org/94628 | 12:02 |
*** jgallard has joined #openstack-neutron | 12:03 | |
*** jecarey has quit IRC | 12:06 | |
salv-orlando | jlibosva: I've checked last time two days ago. I've been seeing sporadic ssh timeout failures on "old" workspace, but then tox failed 100% of times on "new" workspace at startup | 12:08 |
salv-orlando | what kind of failure are you referring to? | 12:08 |
openstackgerrit | Alexey I. Froloff proposed a change to openstack/neutron: Lookup instance by MAC addres rather by fixed IP https://review.openstack.org/94628 | 12:09 |
*** jecarey has joined #openstack-neutron | 12:09 | |
jlibosva | salv-orlando: e.g. http://paste.openstack.org/show/81143/ | 12:10 |
openstackgerrit | Assaf Muller proposed a change to openstack/neutron: Make sure that OVS test bridge is cleaned up https://review.openstack.org/94839 | 12:10 |
salv-orlando | jlibosva: I did not spot that one. | 12:10 |
jlibosva | salv-orlando: the tox failure in new workspace might be caused by failure in upgrade. I saw something similar, that's what I want to investigate but having tempest failing on old workspace makes investigation harder :) | 12:10 |
salv-orlando | jlibosva: definetely. At first glance it seems like some wild backport has been merged? | 12:11 |
jlibosva | salv-orlando: I'm not sure, but I think I saw similar failures during Juno development. So I was thinking if it was fixed in Juno then we could backport the fix | 12:12 |
jlibosva | salv-orlando: any chance stable branch tests are running on some weaker hardware? Or stable and trunk shares the same hw? | 12:13 |
salv-orlando | they use the same nodepool. I think in previous cases it has been observed tests on rax being slower than hp | 12:14 |
salv-orlando | but that should not affect stable jobs only | 12:14 |
salv-orlando | jlibosva: yes, it might be also some latent bug left in icehouse. Have you already looked at potential related nova bugs? | 12:15 |
jlibosva | salv-orlando: I haven't | 12:15 |
*** rotbeard has joined #openstack-neutron | 12:16 | |
jlibosva | salv-orlando: also there are some other failures related to testing connection... :( having the famous-ssh-connection-bug like message | 12:18 |
salv-orlando | example? | 12:19 |
jlibosva | http://logs.openstack.org/51/94351/3/check/check-grenade-dsvm-neutron/ec82824/console.html | 12:19 |
*** cgoncalv1s is now known as cgoncalves | 12:28 | |
*** cgoncalves has joined #openstack-neutron | 12:28 | |
*** irenab has quit IRC | 12:29 | |
*** markmcclain has joined #openstack-neutron | 12:32 | |
openstackgerrit | Assaf Muller proposed a change to openstack/neutron: Make sure that OVS test bridge is cleaned up https://review.openstack.org/94839 | 12:37 |
*** Jianyong has joined #openstack-neutron | 12:43 | |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: add a test for UnboundLocalError in linuxbridge plugin https://review.openstack.org/66567 | 12:45 |
*** jgrimm has joined #openstack-neutron | 12:46 | |
*** julim has joined #openstack-neutron | 12:54 | |
*** luqas has joined #openstack-neutron | 12:58 | |
*** _dguerri has quit IRC | 12:59 | |
*** afazekas is now known as afazekas_mtg | 12:59 | |
*** dguerri has joined #openstack-neutron | 13:01 | |
*** phil_h has joined #openstack-neutron | 13:02 | |
*** aveiga has quit IRC | 13:03 | |
*** afazekas_mtg has quit IRC | 13:04 | |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: NSX: get rid of the last Nicira/NVP bits https://review.openstack.org/94481 | 13:05 |
*** Zemeio has joined #openstack-neutron | 13:07 | |
*** catohornet has joined #openstack-neutron | 13:07 | |
*** jkary1 has joined #openstack-neutron | 13:10 | |
*** thedodd has joined #openstack-neutron | 13:10 | |
openstackgerrit | Cedric Brandily proposed a change to openstack/neutron: OVS flows apply concurrently https://review.openstack.org/77578 | 13:10 |
*** changbl has quit IRC | 13:11 | |
*** rotbeard has quit IRC | 13:12 | |
*** catohornet has quit IRC | 13:12 | |
*** dfarrell07 has joined #openstack-neutron | 13:13 | |
*** gdubreui has quit IRC | 13:15 | |
*** afazekas_mtg has joined #openstack-neutron | 13:19 | |
*** thedodd has quit IRC | 13:19 | |
*** jkary1 has quit IRC | 13:20 | |
*** kbringard has joined #openstack-neutron | 13:20 | |
*** uaberme has joined #openstack-neutron | 13:21 | |
markmcclain | rossella_s: can you look at https://review.openstack.org/#/c/93313/1 | 13:25 |
markmcclain | rossella_s: want to know if you concerns have been addressed | 13:25 |
*** b3nt_pin is now known as beagles | 13:26 | |
*** markmcclain1 has joined #openstack-neutron | 13:32 | |
*** markmcclain2 has joined #openstack-neutron | 13:33 | |
*** markmcclain2 has quit IRC | 13:33 | |
*** markmcclain has quit IRC | 13:33 | |
*** markmcclain has joined #openstack-neutron | 13:33 | |
*** tomoe_ has joined #openstack-neutron | 13:34 | |
*** jckasper has joined #openstack-neutron | 13:36 | |
*** matrohon has joined #openstack-neutron | 13:37 | |
*** jckasper_ has quit IRC | 13:37 | |
*** markmcclain1 has quit IRC | 13:38 | |
*** r-daneel has joined #openstack-neutron | 13:38 | |
*** banix has joined #openstack-neutron | 13:41 | |
*** xuhanp has joined #openstack-neutron | 13:41 | |
*** jkary1 has joined #openstack-neutron | 13:44 | |
openstackgerrit | Ionut Artarisi proposed a change to openstack/neutron: add a test for UnboundLocalError in linuxbridge plugin https://review.openstack.org/66567 | 13:53 |
*** garyk has quit IRC | 13:56 | |
*** prad has joined #openstack-neutron | 13:58 | |
*** otherwiseguy has joined #openstack-neutron | 13:58 | |
*** ramishra has quit IRC | 13:58 | |
*** Jianyong has quit IRC | 14:01 | |
*** Jianyong has joined #openstack-neutron | 14:03 | |
*** xgerman_ has joined #openstack-neutron | 14:03 | |
*** garyk has joined #openstack-neutron | 14:03 | |
*** geekinutah has joined #openstack-neutron | 14:04 | |
*** TrevorV has joined #openstack-neutron | 14:05 | |
*** blogan has joined #openstack-neutron | 14:05 | |
*** _cjones_ has joined #openstack-neutron | 14:05 | |
*** samuelbercovici has joined #openstack-neutron | 14:05 | |
*** armax has joined #openstack-neutron | 14:06 | |
*** _cjones_ has quit IRC | 14:09 | |
openstackgerrit | Tomoe Sugihara proposed a change to openstack/neutron-specs: Add blueprint for MidoNet L3-ext-gw-modes support https://review.openstack.org/94785 | 14:13 |
*** crc32 has joined #openstack-neutron | 14:13 | |
*** dguitarbite has quit IRC | 14:15 | |
*** rolledback has joined #openstack-neutron | 14:17 | |
*** otherwiseguy has quit IRC | 14:17 | |
*** garyk has quit IRC | 14:20 | |
*** xianghui has joined #openstack-neutron | 14:20 | |
*** tomoe_ has quit IRC | 14:21 | |
*** csd has joined #openstack-neutron | 14:21 | |
*** xianghui has quit IRC | 14:21 | |
*** trad511 has joined #openstack-neutron | 14:23 | |
*** afazekas_mtg has quit IRC | 14:24 | |
*** kbringard has quit IRC | 14:26 | |
*** matrohon_ has joined #openstack-neutron | 14:26 | |
*** yfried__ has quit IRC | 14:27 | |
*** afazekas has joined #openstack-neutron | 14:29 | |
*** uaberme has quit IRC | 14:29 | |
*** csd has quit IRC | 14:31 | |
*** rolledback has left #openstack-neutron | 14:35 | |
*** rolledback has joined #openstack-neutron | 14:37 | |
openstackgerrit | A change was merged to openstack/neutron: Do not defer IPTables apply in firewall path https://review.openstack.org/94516 | 14:39 |
*** ramishra has joined #openstack-neutron | 14:40 | |
*** jkary1 has quit IRC | 14:40 | |
*** ramishra_ has joined #openstack-neutron | 14:43 | |
ihrachyshka | markmcclain: hi | 14:44 |
markmcclain | ihrachyshka: hi | 14:45 |
ihrachyshka | markmcclain: recently I'm back to oslo.messaging port, and still the problem of missing stop_rpc_listener() or equivalent for plugin api shows up. any progress/updates on that? | 14:45 |
*** yamahata has joined #openstack-neutron | 14:46 | |
markmcclain | ihrachyshka: a little bit need to push spec based on discussions from last week | 14:47 |
*** ramishra has quit IRC | 14:47 | |
ihrachyshka | markmcclain: is there a spec in the wild? | 14:47 |
markmcclain | not yet… whittling down my post action list has taken some time | 14:48 |
ihrachyshka | :( | 14:48 |
*** carl_baldwin has joined #openstack-neutron | 14:52 | |
*** tnurlygayanov has joined #openstack-neutron | 14:52 | |
tnurlygayanov | Hi | 14:52 |
openstackgerrit | gordon chung proposed a change to openstack/neutron: remove token from notifier middleware https://review.openstack.org/94891 | 14:53 |
tnurlygayanov | a have a question about the strange error in my OpenStack cloud | 14:53 |
tnurlygayanov | in /va/log/heutron/neutron.log I can see the following error message: MultipleAgentFoundByTypeHost: Multiple agents with agent_type=Open vSwitch agent and host=node-16.domain.tld found | 14:53 |
tnurlygayanov | how can I fix this? | 14:54 |
ihrachyshka | markmcclain: I know previous ETAs didn't work as expected, but is possible to have some ETA for the spec? I'm afraid that the spec can take a lot of time to be approved, then coding will take even more time, and we'll come to Juno without oslo.messaging port done. :| | 14:54 |
*** crc32 has quit IRC | 14:54 | |
markmcclain | ihrachyshka: you are correct… we've scaled back the scope of work to make it easier to spec and implement for that reason | 14:55 |
*** otherwiseguy has joined #openstack-neutron | 14:55 | |
*** rudrarugge has joined #openstack-neutron | 14:56 | |
*** thedodd has joined #openstack-neutron | 14:56 | |
*** otherwiseguy has quit IRC | 14:58 | |
*** terryw has joined #openstack-neutron | 14:58 | |
*** baoli has quit IRC | 14:59 | |
ihrachyshka | markmcclain: ...so no new ETA? :) | 15:00 |
*** baoli has joined #openstack-neutron | 15:01 | |
ihrachyshka | (I know I'm pain in the ass) | 15:01 |
*** jprovazn is now known as jprovazn_afk | 15:02 | |
ihrachyshka | markmcclain: some background behind my concerns: we've expected that we'll be able to introduce Qpid Proton for Neutron in Juno, and this depends on oslo.messaging port | 15:03 |
*** rolledback has quit IRC | 15:03 | |
*** xuhanp has quit IRC | 15:04 | |
markmcclain | ihrachyshka: right.. we actually need oslo.messaging anyway | 15:04 |
*** jkary1 has joined #openstack-neutron | 15:05 | |
ihrachyshka | yeah, it's just that it's not just about reducing code, it's about features | 15:05 |
*** xuhanp has joined #openstack-neutron | 15:05 | |
markmcclain | because of its notifiers | 15:05 |
markmcclain | those will make some things easier for refactoring | 15:05 |
*** amuller has quit IRC | 15:06 | |
*** igor_ has quit IRC | 15:07 | |
*** igor has joined #openstack-neutron | 15:07 | |
*** rudrarugge has quit IRC | 15:07 | |
*** devvesa has quit IRC | 15:08 | |
*** zz_geekinutah has quit IRC | 15:11 | |
*** igor has quit IRC | 15:12 | |
*** rolledback has joined #openstack-neutron | 15:13 | |
*** kbringard has joined #openstack-neutron | 15:14 | |
*** mestery has quit IRC | 15:14 | |
*** nati_ueno has joined #openstack-neutron | 15:16 | |
*** ihrachyshka has quit IRC | 15:17 | |
*** tomoe_ has joined #openstack-neutron | 15:19 | |
*** paraa has quit IRC | 15:20 | |
*** jkary1 has quit IRC | 15:23 | |
*** a_le has joined #openstack-neutron | 15:24 | |
*** jkary1 has joined #openstack-neutron | 15:24 | |
openstackgerrit | A change was merged to openstack/neutron: NSX: get rid of the last Nicira/NVP bits https://review.openstack.org/94481 | 15:25 |
*** roeyc has quit IRC | 15:25 | |
*** nati_ueno has quit IRC | 15:25 | |
*** nplanel_ has quit IRC | 15:26 | |
*** mlavalle has joined #openstack-neutron | 15:26 | |
*** packet has joined #openstack-neutron | 15:27 | |
*** markmcclain has quit IRC | 15:27 | |
*** garyk has joined #openstack-neutron | 15:27 | |
*** igor_ has joined #openstack-neutron | 15:28 | |
*** yfauser has joined #openstack-neutron | 15:28 | |
*** yfauser has left #openstack-neutron | 15:28 | |
*** samuelbercovici has quit IRC | 15:31 | |
*** samuelbercovici has joined #openstack-neutron | 15:32 | |
*** igor_ has quit IRC | 15:32 | |
*** jecarey has quit IRC | 15:36 | |
*** igor_ has joined #openstack-neutron | 15:38 | |
*** yfauser has joined #openstack-neutron | 15:38 | |
*** yfauser has left #openstack-neutron | 15:39 | |
*** igor__ has joined #openstack-neutron | 15:40 | |
*** dkehn_ has joined #openstack-neutron | 15:42 | |
openstackgerrit | A change was merged to openstack/neutron: Metaclass Python 3.x Compatibility https://review.openstack.org/93313 | 15:43 |
*** igor_ has quit IRC | 15:43 | |
*** suresh12 has joined #openstack-neutron | 15:43 | |
*** igor__ has quit IRC | 15:44 | |
*** jecarey has joined #openstack-neutron | 15:45 | |
*** dkehnx has quit IRC | 15:46 | |
*** yfried__ has joined #openstack-neutron | 15:49 | |
*** jordandh has joined #openstack-neutron | 15:50 | |
*** alagalah has joined #openstack-neutron | 15:53 | |
*** mestery has joined #openstack-neutron | 15:55 | |
*** dkehn_ is now known as dkehnx | 15:55 | |
*** mestery has quit IRC | 15:56 | |
*** mestery has joined #openstack-neutron | 15:56 | |
*** ihrachyshka has joined #openstack-neutron | 15:56 | |
*** med_ has joined #openstack-neutron | 15:57 | |
*** med_ is now known as Guest40373 | 15:57 | |
*** xuhanp has quit IRC | 15:57 | |
*** doude has quit IRC | 15:57 | |
*** evgenyf has quit IRC | 16:00 | |
*** sbfox has joined #openstack-neutron | 16:02 | |
*** dfarrell07 has quit IRC | 16:02 | |
*** ihrachyshka has quit IRC | 16:03 | |
*** ihrachyshka has joined #openstack-neutron | 16:03 | |
*** _cjones_ has joined #openstack-neutron | 16:03 | |
*** alex_klimov1 has quit IRC | 16:05 | |
*** jecarey has quit IRC | 16:05 | |
*** baoli has quit IRC | 16:08 | |
*** yfauser has joined #openstack-neutron | 16:08 | |
*** ramishra_ has quit IRC | 16:08 | |
*** baoli has joined #openstack-neutron | 16:08 | |
*** yfried__ has quit IRC | 16:09 | |
*** yfauser has left #openstack-neutron | 16:10 | |
openstackgerrit | nlahouti proposed a change to openstack/neutron-specs: ML2 Mechanism Driver for Cisco DFA https://review.openstack.org/89740 | 16:10 |
*** ramishra has joined #openstack-neutron | 16:10 | |
*** jgallard has quit IRC | 16:10 | |
*** nlahouti has joined #openstack-neutron | 16:12 | |
*** dkehn_ has joined #openstack-neutron | 16:12 | |
*** _mdbooth_ has quit IRC | 16:13 | |
*** matrohon_ has quit IRC | 16:13 | |
*** alagalah_ has joined #openstack-neutron | 16:13 | |
*** amcrn has joined #openstack-neutron | 16:13 | |
*** nati_ueno has joined #openstack-neutron | 16:14 | |
*** Guest40373 is now known as medberry | 16:14 | |
*** medberry has joined #openstack-neutron | 16:14 | |
*** alagalah has quit IRC | 16:15 | |
*** jobewan has joined #openstack-neutron | 16:15 | |
*** jecarey has joined #openstack-neutron | 16:15 | |
*** dkehnx has quit IRC | 16:16 | |
*** jkary1 has quit IRC | 16:16 | |
*** dkehn_ is now known as dkehnx | 16:16 | |
*** mwagner_lap has joined #openstack-neutron | 16:19 | |
*** singhs has joined #openstack-neutron | 16:20 | |
*** afazekas has quit IRC | 16:22 | |
*** SridharG has quit IRC | 16:25 | |
*** mandeep has joined #openstack-neutron | 16:26 | |
*** mandeep has quit IRC | 16:26 | |
*** yfried__ has joined #openstack-neutron | 16:26 | |
*** paraa has joined #openstack-neutron | 16:26 | |
*** mandeep has joined #openstack-neutron | 16:27 | |
*** mestery has quit IRC | 16:27 | |
*** networkstatic has joined #openstack-neutron | 16:28 | |
*** a_le has quit IRC | 16:29 | |
*** a_le has joined #openstack-neutron | 16:29 | |
*** mestery has joined #openstack-neutron | 16:30 | |
*** arnaud has joined #openstack-neutron | 16:30 | |
*** sbfox has quit IRC | 16:30 | |
*** alugovoi has joined #openstack-neutron | 16:31 | |
*** leseb has quit IRC | 16:32 | |
*** dave_tucker is now known as dave_tucker_zzz | 16:40 | |
*** igor__ has joined #openstack-neutron | 16:40 | |
*** crc32 has joined #openstack-neutron | 16:41 | |
*** sbfox has joined #openstack-neutron | 16:43 | |
*** arnaud has quit IRC | 16:43 | |
*** arnaud has joined #openstack-neutron | 16:44 | |
*** rudrarugge has joined #openstack-neutron | 16:44 | |
*** mestery has quit IRC | 16:45 | |
rossella_s | salv-orlando: hi Salvatore. Do you have some minute to talk about the work needed to reduce DB-locking that you were mentioning in the ML | 16:45 |
*** coolsvap|afk is now known as coolsvap | 16:45 | |
*** igor__ has quit IRC | 16:45 | |
salv-orlando | rossella_s: can you ping me in 30 minutes? I was about to go out to buy some groceries... | 16:47 |
rossella_s | salv-orlando: no worries! We can talk later or tomorrow. Just ping me when you have time | 16:48 |
*** safchain has quit IRC | 16:48 | |
openstackgerrit | Andreas Jaeger proposed a change to openstack/neutron: Remove all mostly untranslated PO files https://review.openstack.org/94934 | 16:48 |
*** yfauser has joined #openstack-neutron | 16:48 | |
*** yfauser has left #openstack-neutron | 16:48 | |
*** dvorkinista has joined #openstack-neutron | 16:48 | |
*** dave_tucker_zzz is now known as dave_tucker | 16:48 | |
*** dvorkini_ has joined #openstack-neutron | 16:51 | |
*** jpich has quit IRC | 16:51 | |
*** luqas has quit IRC | 16:51 | |
*** markmcclain has joined #openstack-neutron | 16:52 | |
*** harlowja_away is now known as harlowja_ | 16:54 | |
*** markmcclain1 has joined #openstack-neutron | 16:54 | |
*** markmcclain1 has quit IRC | 16:54 | |
*** rolledback has quit IRC | 16:54 | |
*** dvorkinista has quit IRC | 16:54 | |
*** markmcclain1 has joined #openstack-neutron | 16:54 | |
*** alagalah has joined #openstack-neutron | 16:55 | |
*** Ajaeger1 has joined #openstack-neutron | 16:56 | |
*** rolledback has joined #openstack-neutron | 16:56 | |
*** markmcclain has quit IRC | 16:57 | |
*** leenheer has joined #openstack-neutron | 16:57 | |
*** alagalah_ has quit IRC | 16:58 | |
*** nati_ueno has quit IRC | 16:59 | |
*** rudrarug_ has joined #openstack-neutron | 16:59 | |
*** rudrarugge has quit IRC | 17:01 | |
*** nati_ueno has joined #openstack-neutron | 17:01 | |
*** nati_ueno has quit IRC | 17:04 | |
*** baoli has quit IRC | 17:04 | |
*** baoli has joined #openstack-neutron | 17:05 | |
*** jistr has quit IRC | 17:05 | |
*** nati_ueno has joined #openstack-neutron | 17:05 | |
*** baoli_ has joined #openstack-neutron | 17:05 | |
*** rudrarug_ has quit IRC | 17:06 | |
*** nati_ueno has quit IRC | 17:06 | |
*** nati_ueno has joined #openstack-neutron | 17:06 | |
*** jlibosva has quit IRC | 17:08 | |
*** baoli has quit IRC | 17:09 | |
*** jp_at_hp has quit IRC | 17:10 | |
*** ihrachyshka has quit IRC | 17:14 | |
*** Longgeek has quit IRC | 17:17 | |
*** bashok has quit IRC | 17:17 | |
*** a_le has quit IRC | 17:19 | |
*** dave_tucker is now known as dave_tucker_zzz | 17:22 | |
*** dfarrell07 has joined #openstack-neutron | 17:22 | |
*** yfried__ has quit IRC | 17:24 | |
*** yamahata has quit IRC | 17:24 | |
*** dims has quit IRC | 17:24 | |
*** yamahata has joined #openstack-neutron | 17:25 | |
*** SridharG has joined #openstack-neutron | 17:25 | |
*** dfarrell07 has quit IRC | 17:27 | |
openstackgerrit | Gary Duan proposed a change to openstack/neutron-specs: FWaaS integration with service type framewrok https://review.openstack.org/92874 | 17:27 |
*** arosen has joined #openstack-neutron | 17:27 | |
*** ygbo has quit IRC | 17:28 | |
*** alugovoi has quit IRC | 17:28 | |
*** ihrachyshka has joined #openstack-neutron | 17:28 | |
*** jkary1 has joined #openstack-neutron | 17:28 | |
*** dfarrell07 has joined #openstack-neutron | 17:28 | |
salv-orlando | rossella_s: still there? | 17:29 |
*** rolledback has quit IRC | 17:29 | |
*** crc32 has quit IRC | 17:29 | |
*** nati_ueno has quit IRC | 17:30 | |
*** nati_ueno has joined #openstack-neutron | 17:30 | |
*** chuckC has quit IRC | 17:31 | |
*** csd has joined #openstack-neutron | 17:33 | |
*** dguitarbite has joined #openstack-neutron | 17:36 | |
*** igordcard has joined #openstack-neutron | 17:38 | |
*** crc32 has joined #openstack-neutron | 17:39 | |
*** dave_tucker_zzz is now known as dave_tucker | 17:39 | |
*** SumitNaiksatam has quit IRC | 17:39 | |
*** ihrachyshka has quit IRC | 17:41 | |
*** igor_ has joined #openstack-neutron | 17:42 | |
*** dguitarbite has quit IRC | 17:42 | |
openstackgerrit | Arvind Somya proposed a change to openstack/neutron-specs: ML2 Type drivers refactor to allow extensiblity https://review.openstack.org/91811 | 17:43 |
openstackgerrit | Arvind Somya proposed a change to openstack/neutron: Cisco APIC ML2 mechanism driver, part 2 https://review.openstack.org/73372 | 17:44 |
*** changbl has joined #openstack-neutron | 17:46 | |
*** igor_ has quit IRC | 17:46 | |
*** yfried__ has joined #openstack-neutron | 17:47 | |
*** chuckC has joined #openstack-neutron | 17:48 | |
rossella_s | salv-orlando: yes | 17:49 |
mlavalle | armax: https://review.openstack.org/#/c/90427/ got its second +2 from a tempest core this morning. It failed the Jenkins check. You will take care of it, right? | 17:49 |
mlavalle | armax: and for https://review.openstack.org/#/c/92436 I just asked the cores to review it during the tempest irc meeting | 17:50 |
salv-orlando | rossella_s: I am here. Do you have any idea? | 17:50 |
rossella_s | salv-orlando: you are the expert | 17:51 |
*** manishg has joined #openstack-neutron | 17:51 | |
*** SumitNaiksatam has joined #openstack-neutron | 17:51 | |
salv-orlando | I am expert in procrastination, not databases | 17:51 |
salv-orlando | have you read the analysis posted by Peter Boros on the mailing list? | 17:52 |
Zemeio | Can someone help me understand how ml2 finds the drivers? I wanted to add one, but i am not sure what i have to do. I know that for it to be invoked i have to add it the /etc/neutron/plugins/ml2/ml2_conf.ini, but how do i map my own driver to (for instance) manufacturer_name:mechanism driver class | 17:52 |
armax | mlavalle: I'll give a look at it, but I am not sure this has anything to do with what the patch does | 17:53 |
rossella_s | salv-orlando: I must have missed that | 17:53 |
armax | mlavalle: thanks, much appreciated | 17:53 |
mlavalle | armax: oh, I agree…. I just want to make sure it gets rechecked | 17:53 |
salv-orlando | rossella_s: that was the analysis of mysql galera active replication with select for update, not specific to any neutron code | 17:53 |
*** rudrarugge has joined #openstack-neutron | 17:54 | |
*** beagles is now known as beagles_brb | 17:54 | |
rossella_s | salv-orlando: ah ok...yes I read that. I thought there would be another thread | 17:54 |
rossella_s | salv-orlando: I was contacting mostly to know who's working on it | 17:55 |
rossella_s | salv-orlando: I am not a DB expert either but the topic is interesting :) | 17:55 |
salv-orlando | I don't think we have an assignee at the moment; I can work on this, but at the same time I would be also happy if someone else does. From Peter's analysis it seems that with active replication select… for update should not be used. period. Which also makes sense - as otherwise we would be assuming that the DBMS also implements some form of distributed locking. It already implements 2PC, it's definetely | 17:57 |
salv-orlando | not required to do that. | 17:57 |
*** sbalukoff has quit IRC | 17:57 | |
*** peopleme1ge is now known as peoplemerge | 17:58 | |
*** alugovoi has joined #openstack-neutron | 17:58 | |
*** kbringard has quit IRC | 17:59 | |
rossella_s | salv-orlando: ok...I'd be happy to work on this too. If you agree I can start thinking of possible solutions and discuss with you later on and with the community | 17:59 |
*** sbfox has quit IRC | 18:00 | |
salv-orlando | rossella_s: so we need to do two thing, I guess. | 18:00 |
*** tomoe_ has quit IRC | 18:00 | |
rkukura | salv-orlando, rossella_s: Is the idea then to rely on the commit failing if any resources have changed, and loop to try the whole TX again? | 18:00 |
salv-orlando | rkukura: sorry bob, I have no idea about what you mean here ;) | 18:01 |
salv-orlando | can you explain? | 18:01 |
*** sbfox has joined #openstack-neutron | 18:01 | |
rkukura | salv-orlando: Right now we rely on pessimistic locking, where we block until we can lock the rows we are about to modify or depend on not changing under us. | 18:01 |
*** morganfainberg_Z is now known as morganfainberg | 18:02 | |
*** ramishra has quit IRC | 18:02 | |
rkukura | From the various discussions, it seems we need a more optimistic approach, where we assuming things don’t change under us. | 18:02 |
rkukura | My question is if we can count on the commit of the transaction failing when rows we read as part of that transaction have changed before the commit. | 18:03 |
*** erecio_1 has joined #openstack-neutron | 18:04 | |
rossella_s | rkukura: I think this is another topic. salv-orlando and I were discussing the idea is to avoid the select...for update lock which is not handled | 18:04 |
rossella_s | well by galera | 18:05 |
salv-orlando | rkukura, rossella_s: It is related. Bob is referring to how the behaviour of the application needs to change if one moves away from select for update | 18:05 |
salv-orlando | which is what he's referring to as "pessimistic locking" | 18:05 |
rossella_s | got it | 18:06 |
rkukura | salv-orlando: right | 18:06 |
salv-orlando | this is also consistent with what Peter Boros wrote in his post regarding transaction conflicts on a per-node basis triggering rollbacks | 18:06 |
*** erecio has quit IRC | 18:06 | |
salv-orlando | and therefore aborting the master transaction | 18:06 |
salv-orlando | I don't think that very different from 2PC as a concept | 18:07 |
*** doude has joined #openstack-neutron | 18:07 | |
salv-orlando | This is why I was suggesting that before acting we should inform ourselves. I agree with Peter that our first approach should be to avoid the lock. | 18:07 |
Zemeio | msg marun Can you help me on one thing? | 18:08 |
Zemeio | ops | 18:08 |
Zemeio | sry | 18:08 |
salv-orlando | rossella_s, rkukura: And that's why I'd love to make a census of select…for update usage; to see whether the transactions there can be reworked in a way that the locking is not necessary anymore. | 18:08 |
salv-orlando | For the remaning cases we need to consider whether error management or distributed locking at app level would be more suitable | 18:09 |
salv-orlando | and to achieve that we need to setup an active/active cluster (well at least I need to) | 18:09 |
rossella_s | salv-orlando: to get a census is easy...but I doubt we can find a rework for every case | 18:10 |
*** nati_ueno has quit IRC | 18:10 | |
rossella_s | salv-orlando: anyway a census as a first step seems fine | 18:10 |
salv-orlando | rossella_s: I doubt that too. | 18:11 |
rkukura | salv-orlando: Is there a reasonably general pattern of wrapping the entire transaction in a loop that retries if the commit fails that would eliminate the need to lock_for_update? | 18:11 |
*** a_le has joined #openstack-neutron | 18:12 | |
rossella_s | rkukura: so just retrying till it succeeds? | 18:12 |
salv-orlando | rkukura: it's not just failure. For instance in the case of IPAM, select for update is used to lock the availability ranges.removing that creates then a consistency problem, as concurrent transactions will all succeed but leave availablility ranges in an unconsistent state | 18:12 |
*** arnaud has quit IRC | 18:13 | |
salv-orlando | anyway, there is a retry_on_deadlock decorator available in oslo.db | 18:13 |
salv-orlando | We can't use it as it is, because of the way db operations are nested in business logic in neutron plugins | 18:13 |
rkukura | salv-orlando: shouldn’t DB constraints detect the consistency problem and cause the commit to fail? | 18:13 |
salv-orlando | but a few weeks ago I used it as a context manager, and things looked good | 18:13 |
salv-orlando | rkukura: if you look at how availability ranges are configured, there is not db constraint which enforces the consistency of those with actual ip allocations. | 18:14 |
rkukura | salv-orlando: That’s what I was thinking - a context manager that manages the transaction but retries on certain failures. | 18:14 |
*** HenryG_ has joined #openstack-neutron | 18:14 | |
rkukura | salv-orlando: I’m not that familiar with the IPAM code, but I see what you mean. | 18:15 |
Ajaeger1 | I'd like to have some review of https://review.openstack.org/94934, please - this will significantly cut down the size and frequency of the daily translation import since you then will only have files that are mostly translated. | 18:15 |
rkukura | salv-orlando: There are other cases, especially in ML2, where the DB should be able to enforce consistency. | 18:15 |
Ajaeger1 | It would be great if the patch goes in before the next run of "Imported Translations from Transifex" | 18:15 |
salv-orlando | anyway, the other aspect is validation… this is probably not just for neutron but we need to consider adding an active/active cluster backend in gating jobs. | 18:16 |
salv-orlando | Ajaeger1: I did not even know there was an italian localization for neutron ;) | 18:17 |
*** sbfox has quit IRC | 18:17 | |
rossella_s | rkukura, salv-orlando if we delegate consistency/validation to an agent instead of using the db lock? | 18:17 |
*** stefanb has quit IRC | 18:17 | |
*** terryw has quit IRC | 18:17 | |
Ajaeger1 | salv-orlando: it's not in a good state, perhaps you and rossella_s want to help? ;) | 18:17 |
Ajaeger1 | According to https://www.transifex.com/projects/p/neutron/resource/neutron-translations/ it is only 30 % translated. | 18:18 |
*** HenryG_ has left #openstack-neutron | 18:18 | |
Ajaeger1 | rossella_s: how good is your Italian? ;) | 18:18 |
rossella_s | Ajaeger1: it should be good enough :P | 18:18 |
salv-orlando | Ajaeger1: in the meanwhile I've +2 your patch | 18:19 |
salv-orlando | with over 1M lines this will make you #1 contributor for juno! | 18:19 |
Ajaeger1 | salv-orlando: ;) see https://review.openstack.org/94701 | 18:20 |
Ajaeger1 | I'll send another one once these are all in - stackalytics policy is to blacklist these... | 18:20 |
*** suresh12 has quit IRC | 18:21 | |
*** jkary1 has quit IRC | 18:21 | |
rossella_s | salv-orlando, rkukura: we can void looking the db to assure consistency...if we assure consistency using something else. Maybe zookeeper or even something more simple | 18:22 |
Ajaeger1 | salv-orlando: thanks for the +2. Any other cores around to get this in? We shouldn't have Jenkins proposing all these untranslated and paritally translated files every day... | 18:22 |
*** jkary1 has joined #openstack-neutron | 18:23 | |
salv-orlando | yes zookeeper is definetely the first option if we can't avoid locks | 18:23 |
rossella_s | ok...gotta go now otherwise I won't get any dinner. Thanks for the chat salv-orlando rkukura | 18:24 |
rossella_s | salv-orlando: I will do the census then we can think about next step | 18:24 |
*** rudrarugge has quit IRC | 18:24 | |
rossella_s | bye | 18:24 |
salv-orlando | rossella_s: ok, great | 18:24 |
rkukura | rossella_s: I’d be intererst in hearing more detail on how zookeeper addresses this and lets us remove the locking | 18:24 |
*** dims has joined #openstack-neutron | 18:24 | |
*** geekinutah has quit IRC | 18:24 | |
rkukura | salv-orlando, rossella_s: Glad to see this discussion get going! | 18:25 |
*** sbfox has joined #openstack-neutron | 18:25 | |
*** doude has quit IRC | 18:25 | |
salv-orlando | rkukura: you would acquire a distributed lock with zookeper or have zookeper achieve consensus about a transaction across the nodes before committing it. Reliable but slower. | 18:25 |
*** baoli_ has quit IRC | 18:26 | |
*** kbringard has joined #openstack-neutron | 18:26 | |
*** doude has joined #openstack-neutron | 18:27 | |
*** rolledback has joined #openstack-neutron | 18:27 | |
rkukura | salv-orlando: That might be needed in certain cases, but I think a lot of the cases I’m familiar with could be handled with retrying failed commits. | 18:27 |
salv-orlando | rkukura: zookeper to me is a last resort at the moment; my feeling is that it would be like trying to kill a mosquito with a bazooka | 18:27 |
rkukura | salv-orlando: +2 | 18:30 |
*** samuelbercovici has quit IRC | 18:30 | |
*** doude has quit IRC | 18:31 | |
*** geekinutah has joined #openstack-neutron | 18:31 | |
*** rudrarugge has joined #openstack-neutron | 18:32 | |
*** manishg has quit IRC | 18:34 | |
*** amcrn_ has joined #openstack-neutron | 18:34 | |
Ajaeger1 | rkukura: do you have a +2 for https://review.openstack.org/#/c/94934/ as well, please? ;) | 18:35 |
*** manishg has joined #openstack-neutron | 18:35 | |
*** amcrn has quit IRC | 18:35 | |
*** geekinutah has quit IRC | 18:36 | |
*** erecio_1 has quit IRC | 18:38 | |
haleyb | salv-orlando: can you take another look at this iptables review, https://review.openstack.org/#/c/77549 ? You had commented before and it's been collecting a lot of "dust" :) thanks | 18:38 |
*** erecio_1 has joined #openstack-neutron | 18:39 | |
*** blogan_ has joined #openstack-neutron | 18:40 | |
*** chuckC has quit IRC | 18:40 | |
*** erecio_1 has quit IRC | 18:40 | |
*** chuckC has joined #openstack-neutron | 18:40 | |
*** erecio_1 has joined #openstack-neutron | 18:41 | |
*** blogan_ has quit IRC | 18:41 | |
*** igor_ has joined #openstack-neutron | 18:42 | |
*** alexpilotti has joined #openstack-neutron | 18:42 | |
*** arnaud___ has joined #openstack-neutron | 18:43 | |
*** arnaud___ has quit IRC | 18:44 | |
rkukura | Ajaeger1: I’m in a meeting, so cannot review that immediately. | 18:44 |
Ajaeger1 | rkukura: understood, thanks | 18:45 |
*** chuckC has quit IRC | 18:45 | |
*** leenheer has quit IRC | 18:45 | |
*** dave_tucker is now known as dave_tucker_zzz | 18:45 | |
*** leenheer has joined #openstack-neutron | 18:46 | |
*** igor_ has quit IRC | 18:47 | |
*** dave_tucker_zzz is now known as dave_tucker | 18:48 | |
*** bpokorny has joined #openstack-neutron | 18:51 | |
*** jprovazn_afk is now known as jprovazn | 18:51 | |
*** suresh12 has joined #openstack-neutron | 18:51 | |
*** beagles_brb is now known as beagles | 18:57 | |
*** mestery has joined #openstack-neutron | 19:01 | |
*** suresh12 has quit IRC | 19:02 | |
*** yfauser has joined #openstack-neutron | 19:03 | |
*** yfauser has left #openstack-neutron | 19:03 | |
*** jkary1 has quit IRC | 19:05 | |
matrohon | nlahouti : hi | 19:05 |
*** jkary1 has joined #openstack-neutron | 19:05 | |
*** rolledback has quit IRC | 19:05 | |
*** leseb has joined #openstack-neutron | 19:06 | |
*** sbalukoff has joined #openstack-neutron | 19:07 | |
*** sneezew0rt has joined #openstack-neutron | 19:08 | |
mestery | pcm__: pong | 19:09 |
*** shakayumi has joined #openstack-neutron | 19:10 | |
pcm__ | Is this the time for State Management meeting in IRC? | 19:10 |
pcm__ | 19:00 Thur | 19:10 |
*** shakayumi has quit IRC | 19:10 | |
*** ryanpetrello has left #openstack-neutron | 19:10 | |
*** leenheer has quit IRC | 19:12 | |
pcm__ | mestery: Do you know if they are having a State Management meeting today? | 19:12 |
* pcm__ wondering if the meeting is only occasionally | 19:12 | |
sneezew0rt | Is there a way for the management node or an instance to access all other private networks without assigning a floating IP? | 19:13 |
mestery | pcm__: No idea to be honest :) | 19:14 |
pcm__ | mestery: Don't see any chatter. May try to ask the chair. | 19:14 |
mestery | pcm__: good idea | 19:14 |
kevinbenton | rossella_s: ping | 19:16 |
*** rdo has quit IRC | 19:17 | |
*** igordcard has quit IRC | 19:19 | |
*** rdo has joined #openstack-neutron | 19:20 | |
*** dvorkini_ has quit IRC | 19:20 | |
*** dvorkinista has joined #openstack-neutron | 19:21 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: Allow setting a tenant router's external IP https://review.openstack.org/83664 | 19:21 |
*** a_le_ has joined #openstack-neutron | 19:24 | |
*** suresh12 has joined #openstack-neutron | 19:26 | |
*** rdo has quit IRC | 19:27 | |
*** alexpilotti has quit IRC | 19:27 | |
matrohon | can someone help me to understand why python26 tests fail here : https://review.openstack.org/#/c/92387/ | 19:27 |
*** a_le has quit IRC | 19:27 | |
openstackgerrit | A change was merged to openstack/neutron: Common decorator for caching methods https://review.openstack.org/72680 | 19:27 |
matrohon | jenkins reports a failure, but linked logs report that everything is fine! | 19:27 |
*** rdo has joined #openstack-neutron | 19:28 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: Allow setting a tenant router's external IP https://review.openstack.org/83664 | 19:29 |
*** rolledback has joined #openstack-neutron | 19:30 | |
*** mandeep has quit IRC | 19:31 | |
busterswt | mestery: any luck with your patch for this bug? https://bugs.launchpad.net/neutron/+bug/1290486 | 19:33 |
mestery | busterswt: I have a potential fix, working through some UT failures after fixing it, and I need to test tunnel mode yet as well, but the fix works with VLAN mode which is what tripleo was using. | 19:33 |
*** dave_tucker is now known as dave_tucker_zzz | 19:33 | |
busterswt | great, thanks. is this something that would be backported to Havana, too? | 19:34 |
*** leenheer has joined #openstack-neutron | 19:37 | |
*** Ajaeger1 has quit IRC | 19:39 | |
*** dvorkinista has quit IRC | 19:40 | |
mestery | busterswt: It seems reasonable to attempt that, yes. Icehouse as well. | 19:41 |
busterswt | mestery: that would be much appreciated | 19:42 |
larsks | Does anyone know what part of neutron-openvswitch-agent would be resetting the MAC address on bridge interfaces? | 19:43 |
*** igor_ has joined #openstack-neutron | 19:43 | |
*** mlavalle has quit IRC | 19:43 | |
*** suresh12 has quit IRC | 19:45 | |
*** a_le_ has quit IRC | 19:45 | |
*** a_le has joined #openstack-neutron | 19:46 | |
*** igor_ has quit IRC | 19:47 | |
*** alagalah_ has joined #openstack-neutron | 19:48 | |
*** alagala__ has joined #openstack-neutron | 19:49 | |
*** jprovazn has quit IRC | 19:51 | |
openstackgerrit | A change was merged to openstack/neutron: NSX: allow net-migration only in combined mode https://review.openstack.org/90868 | 19:51 |
*** alagalah has quit IRC | 19:51 | |
*** alagalah_ has quit IRC | 19:53 | |
*** dvorkinista has joined #openstack-neutron | 19:53 | |
humbolt | I read in several docs, that there is an MTU issue with neutron openvswitch. | 19:54 |
*** a_le_ has joined #openstack-neutron | 19:55 | |
humbolt | So that you have to reduce the MTU in my clients. Is that right? | 19:56 |
markmcclain1 | sneezew0rt: depends if same tenant then the networks can share router if different tenants or mgt net then floating IP is currently required | 19:56 |
sneezew0rt | markmcclain1, OK thanks. | 19:57 |
*** a_le has quit IRC | 19:58 | |
*** dvorkinista has quit IRC | 19:58 | |
markmcclain1 | larsks: the mac is not set on the bridge by the agent explicitly | 19:58 |
*** dvorkini_ has joined #openstack-neutron | 19:58 | |
*** SridharG has quit IRC | 19:58 | |
*** nlahouti has quit IRC | 19:58 | |
*** suresh12 has joined #openstack-neutron | 19:58 | |
larsks | markmcclain1: If I set the MAC address explicitly on the bridge, then restart openvswithc-agent, the mac address changes. | 19:58 |
larsks | *Something* is resetting it... | 19:59 |
*** SridharG has joined #openstack-neutron | 20:00 | |
*** leseb has quit IRC | 20:03 | |
busterswt | humbolt: you may need to lower the MTU within the instance if you're using overlay networks. i've seen folks set it to 1400 or so | 20:04 |
humbolt | busterswt: what is an overlay network? GRE? | 20:05 |
busterswt | right | 20:05 |
humbolt | I am on VLAN type network. | 20:05 |
*** SumitNaiksatam has quit IRC | 20:06 | |
*** SumitNaiksatam has joined #openstack-neutron | 20:08 | |
busterswt | humbolt: and you're seeing packet fragmentation in packet captures? | 20:08 |
*** alagala__ has quit IRC | 20:10 | |
humbolt | I have not done any packet capturing yet. I am trying to understand the architectural basis of the problem, the packet flow through the system. | 20:10 |
humbolt | To understand in which scenarios, this is an issue and in which it is not. | 20:11 |
*** leenheer has quit IRC | 20:11 | |
humbolt | Will the L2 layer anyways just fragment the packet or will it drop stuff. | 20:12 |
markmcclain1 | larsks: the bridge is being deleted/added see http://git.openstack.org/cgit/openstack/neutron/tree/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py#n762 | 20:12 |
larsks | markmcclain1: Ah, thanks. | 20:12 |
*** a_le_ has quit IRC | 20:13 | |
larsks | markmcclain1: Hmm, wait, that appears to be deleting the integration bridge and tunnel bridge, but *not* removing other bridges. | 20:13 |
*** manishg has quit IRC | 20:13 | |
*** a_le has joined #openstack-neutron | 20:14 | |
markmcclain1 | sorry it's not the exact llne I linked but those methods around there update the bridges | 20:14 |
larsks | markmcclain1: Yeah, I've been poking around this part of the code without much luck. I can guess I can sprinkle it with code to print out the current MAC address and figure out when it changes. | 20:14 |
*** a_le has quit IRC | 20:15 | |
openstackgerrit | gustavo panizzo <gfa> proposed a change to openstack/neutron-specs: Create multiple flat on a single physical BP https://review.openstack.org/92704 | 20:15 |
*** dims has quit IRC | 20:16 | |
openstackgerrit | Arvind Somya proposed a change to openstack/neutron: Cisco APIC ML2 mechanism driver, part 2 https://review.openstack.org/73372 | 20:16 |
*** alagalah has joined #openstack-neutron | 20:16 | |
*** a_le has joined #openstack-neutron | 20:17 | |
*** catohornet has joined #openstack-neutron | 20:20 | |
*** singhs has quit IRC | 20:24 | |
*** igor_ has joined #openstack-neutron | 20:25 | |
*** igor__ has joined #openstack-neutron | 20:27 | |
*** paraa has quit IRC | 20:29 | |
rossella_s | kevinbenton: pong | 20:30 |
*** igor_ has quit IRC | 20:30 | |
kevinbenton | hi rossella_s, can you do me a favor and review the changes I made to the midonet_lib test | 20:30 |
kevinbenton | rossella_s: https://review.openstack.org/#/c/94141/4/neutron/tests/unit/midonet/test_midonet_lib.py | 20:30 |
*** SridharG has quit IRC | 20:31 | |
kevinbenton | rossella_s: it was broken before (assert_has_call is a non-existent method), so I fixed it to do what I guessed the intention was | 20:31 |
rossella_s | kevinbenton: I can do that but probably the best person for that is Tomoe Sugihara that is the maintainer of the midonet plugin | 20:32 |
*** igor__ has quit IRC | 20:32 | |
*** amcrn_ has quit IRC | 20:32 | |
rossella_s | kevinbenton: I will have a look anyway, thanks for pointing that out | 20:32 |
kevinbenton | rossella_s: is Tomoe on IRC | 20:32 |
*** baoli has joined #openstack-neutron | 20:33 | |
*** SridharG has joined #openstack-neutron | 20:33 | |
*** mwagner_lap has quit IRC | 20:33 | |
rossella_s | kevinbenton: he's offline,,,his nick is tomoe_ ...to early for Japan, maybe you can catch him in a couple of hours | 20:33 |
rossella_s | s/to/too | 20:33 |
kevinbenton | rossella_s: ok. I’ll check for him later. thankx | 20:35 |
kevinbenton | thanks* | 20:35 |
*** dfarrell07 has quit IRC | 20:35 | |
*** alex_klimov has joined #openstack-neutron | 20:41 | |
*** manishg has joined #openstack-neutron | 20:41 | |
markmcclain1 | sc68cal: is there a review that I need to remove a -2? | 20:43 |
*** baoli has quit IRC | 20:43 | |
*** baoli has joined #openstack-neutron | 20:44 | |
*** jecarey has quit IRC | 20:46 | |
*** zzelle has joined #openstack-neutron | 20:47 | |
*** alagalah has quit IRC | 20:48 | |
*** rolledback has quit IRC | 20:49 | |
*** dvorkini_ has quit IRC | 20:50 | |
*** catohornet has quit IRC | 20:59 | |
*** jecarey has joined #openstack-neutron | 20:59 | |
*** alexpilotti has joined #openstack-neutron | 20:59 | |
*** dave_tucker_zzz is now known as dave_tucker | 21:02 | |
*** yamahata has quit IRC | 21:02 | |
*** leseb has joined #openstack-neutron | 21:04 | |
*** baoli has quit IRC | 21:04 | |
*** baoli has joined #openstack-neutron | 21:05 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron-specs: Allow router external IPs to be set and read https://review.openstack.org/95016 | 21:05 |
*** rolledba_ has joined #openstack-neutron | 21:05 | |
*** Igrsrolqak has joined #openstack-neutron | 21:06 | |
*** alagalah has joined #openstack-neutron | 21:06 | |
*** dvorkinista has joined #openstack-neutron | 21:06 | |
*** dvorkinista has quit IRC | 21:06 | |
*** geekinutah has joined #openstack-neutron | 21:07 | |
*** coolsvap is now known as coolsvap|afk | 21:08 | |
*** dvorkinista has joined #openstack-neutron | 21:08 | |
*** dvorkinista has quit IRC | 21:08 | |
*** rolledba_ has quit IRC | 21:08 | |
*** rudrarugge has quit IRC | 21:10 | |
*** Igrsrolqak has left #openstack-neutron | 21:11 | |
*** SridharG has quit IRC | 21:11 | |
*** dgollub has quit IRC | 21:11 | |
*** brosenberg has joined #openstack-neutron | 21:18 | |
*** jkary1 has quit IRC | 21:20 | |
*** dvorkinista has joined #openstack-neutron | 21:21 | |
*** igor_ has joined #openstack-neutron | 21:28 | |
*** Sukhdev has joined #openstack-neutron | 21:32 | |
*** phil_h has quit IRC | 21:32 | |
*** igor_ has quit IRC | 21:32 | |
*** nlahouti has joined #openstack-neutron | 21:33 | |
*** armax has left #openstack-neutron | 21:38 | |
*** dvorkinista has quit IRC | 21:39 | |
*** nati_ueno has joined #openstack-neutron | 21:40 | |
*** networkstatic is now known as networkstatic_zZ | 21:46 | |
*** sbfox has quit IRC | 21:46 | |
*** dvorkinista has joined #openstack-neutron | 21:47 | |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: Set onlink routes for all subnets on an external network https://review.openstack.org/90250 | 21:47 |
*** leseb has quit IRC | 21:47 | |
*** erecio_1 has quit IRC | 21:51 | |
*** manishg has quit IRC | 21:52 | |
*** leseb has joined #openstack-neutron | 21:53 | |
*** mlavalle has joined #openstack-neutron | 21:57 | |
openstackgerrit | fumihiko kakuma proposed a change to openstack/neutron: OFAgent: Fixing lost vlan ids on interfaces https://review.openstack.org/88483 | 21:57 |
*** rolledback has joined #openstack-neutron | 21:58 | |
*** zzelle has quit IRC | 21:58 | |
*** bpokorny has quit IRC | 21:59 | |
*** chuckC has joined #openstack-neutron | 22:00 | |
*** manishg has joined #openstack-neutron | 22:02 | |
*** oda-g has joined #openstack-neutron | 22:03 | |
*** kbringard has quit IRC | 22:04 | |
*** alagalah has quit IRC | 22:06 | |
*** leseb has quit IRC | 22:08 | |
*** rolledback has quit IRC | 22:08 | |
*** jckasper has quit IRC | 22:12 | |
*** jobewan has quit IRC | 22:14 | |
*** alex_klimov has quit IRC | 22:17 | |
*** rolledback has joined #openstack-neutron | 22:19 | |
*** rolledback has quit IRC | 22:20 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron-specs: Allow router external IPs to be set and read https://review.openstack.org/95016 | 22:21 |
*** jckasper has joined #openstack-neutron | 22:21 | |
*** nati_ueno has quit IRC | 22:25 | |
*** nati_ueno has joined #openstack-neutron | 22:25 | |
*** geekinutah has quit IRC | 22:26 | |
*** chuckC has quit IRC | 22:27 | |
*** igor_ has joined #openstack-neutron | 22:28 | |
*** networkstatic_zZ is now known as networkstatic | 22:30 | |
*** changbl has quit IRC | 22:33 | |
*** igor_ has quit IRC | 22:33 | |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron-specs: Integrate DNS resolution with an external DNS service https://review.openstack.org/88624 | 22:35 |
*** manishg has quit IRC | 22:35 | |
*** thedodd has quit IRC | 22:36 | |
*** arborism has joined #openstack-neutron | 22:37 | |
*** dave_tucker is now known as dave_tucker_zzz | 22:37 | |
*** jordandh has quit IRC | 22:39 | |
*** jordandh has joined #openstack-neutron | 22:41 | |
*** sbfox has joined #openstack-neutron | 22:41 | |
*** mwagner_lap has joined #openstack-neutron | 22:42 | |
*** salv-orlando has quit IRC | 22:48 | |
*** ZBhatti_ has joined #openstack-neutron | 23:02 | |
*** SumitNaiksatam has quit IRC | 23:04 | |
*** chuckC has joined #openstack-neutron | 23:06 | |
*** sbfox has quit IRC | 23:06 | |
*** baoli has quit IRC | 23:07 | |
*** sneezew0rt has quit IRC | 23:08 | |
*** medberry has quit IRC | 23:10 | |
*** manishg has joined #openstack-neutron | 23:12 | |
*** alagalah has joined #openstack-neutron | 23:13 | |
*** manishg has quit IRC | 23:17 | |
*** manishg has joined #openstack-neutron | 23:18 | |
*** pcm__ has quit IRC | 23:18 | |
*** alagalah has quit IRC | 23:18 | |
*** arosen has quit IRC | 23:19 | |
*** nplanel_ has joined #openstack-neutron | 23:19 | |
*** openstackgerrit has quit IRC | 23:19 | |
*** SumitNaiksatam has joined #openstack-neutron | 23:20 | |
*** openstackgerrit has joined #openstack-neutron | 23:21 | |
*** banix has quit IRC | 23:21 | |
*** bpokorny1 has joined #openstack-neutron | 23:22 | |
*** manishg has quit IRC | 23:23 | |
*** nati_ueno has quit IRC | 23:23 | |
*** manishg_ has joined #openstack-neutron | 23:23 | |
*** bpokorny1 has left #openstack-neutron | 23:23 | |
*** dave_tucker_zzz is now known as dave_tucker | 23:26 | |
*** manishg has joined #openstack-neutron | 23:28 | |
*** manishg_ has quit IRC | 23:28 | |
*** markmcclain1 has quit IRC | 23:29 | |
*** markmcclain has joined #openstack-neutron | 23:29 | |
*** igor_ has joined #openstack-neutron | 23:29 | |
*** blogan has quit IRC | 23:31 | |
*** Sukhdev has quit IRC | 23:32 | |
*** manishg has quit IRC | 23:32 | |
*** manishg has joined #openstack-neutron | 23:33 | |
*** leenheer has joined #openstack-neutron | 23:33 | |
*** igor_ has quit IRC | 23:34 | |
*** sbfox has joined #openstack-neutron | 23:37 | |
*** manishg has quit IRC | 23:37 | |
*** manishg has joined #openstack-neutron | 23:38 | |
*** shakayumi has joined #openstack-neutron | 23:41 | |
*** Mio has joined #openstack-neutron | 23:41 | |
*** Mio is now known as Guest73003 | 23:41 | |
*** manishg has quit IRC | 23:43 | |
*** manishg has joined #openstack-neutron | 23:43 | |
*** jordandh has quit IRC | 23:43 | |
Guest73003 | Hi im new here. How do i identify? | 23:44 |
*** Guest73003 has quit IRC | 23:47 | |
*** manishg has quit IRC | 23:48 | |
*** manishg has joined #openstack-neutron | 23:49 | |
*** ianong has joined #openstack-neutron | 23:49 | |
*** shakayumi has quit IRC | 23:50 | |
*** r-daneel has quit IRC | 23:50 | |
*** mlavalle has quit IRC | 23:50 | |
*** ToM has quit IRC | 23:51 | |
*** yfauser has joined #openstack-neutron | 23:52 | |
*** yfauser has left #openstack-neutron | 23:52 | |
*** manishg has quit IRC | 23:53 | |
*** jgrimm has quit IRC | 23:56 | |
ianong | hello. can anyone help me with creating new mechanism driver for ml2 plugin. I cannot seem to locate the setup.cfg in my environment so that I can add the entry point. | 23:56 |
*** manishg has joined #openstack-neutron | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!