*** BuSerD has joined #openstack-neutron | 00:00 | |
*** ChanServ changes topic to "Discussion of OpenStack Networking || for support join #openstack" | 00:02 | |
*** tchaypo has joined #openstack-neutron | 00:02 | |
*** thuc_ has quit IRC | 00:03 | |
*** thuc has joined #openstack-neutron | 00:04 | |
*** gdubreui has joined #openstack-neutron | 00:06 | |
Hitesh | kevinbenton: it didn't work though | 00:08 |
---|---|---|
*** thuc has quit IRC | 00:08 | |
kevinbenton | Hitesh: what is the error? | 00:08 |
Hitesh | kevinbenton: ./neutron/plugins/vmware/shell/commands.py:18:1: H302 import only modules.'from neutronclient.neutron.v2_0 as nc' does not import a module from neutronclient.neutron.v2_0 as nc | 00:09 |
kevinbenton | Hitesh: from neutronclient.neutron import v2_0 as nc | 00:10 |
Hitesh | kevinbenton: yes I did the same | 00:10 |
Hitesh | kevinbenton: let me try | 00:10 |
Hitesh | kevinbenton: once again | 00:10 |
Hitesh | kevinbenton: it was typo error from my side, it worked | 00:16 |
Hitesh | kevinbenton: but it introduce new warning | 00:16 |
Hitesh | kevinbenton: ./neutron/plugins/vmware/shell/commands.py:44:80: E501 line too long (82 > 79 characters) net_id = nc.find_resourceid_by_name_or_id(self.app.client, 'network', net) | 00:16 |
kevinbenton | Hitesh: yeah, that’s something you will have to fix as well in those cases… | 00:16 |
Hitesh | kevinbenton: in such case, we need to reduce the function name for find_resourceid_by_name_or_id | 00:17 |
kevinbenton | Hitesh: no, just wordwrap that long line | 00:17 |
kevinbenton | net_id = nc.find_resourceid_by_name_or_id(self.app.client, 'network', | 00:17 |
Hitesh | kevinbenton: I see | 00:17 |
*** padkrish has left #openstack-neutron | 00:17 | |
kevinbenton | net) | 00:18 |
kevinbenton | Hitesh: I missed, but “net)” would line up with one char after the open parens from above | 00:18 |
Hitesh | kevinbenton: however, on VM | 00:18 |
Hitesh | kevinbenton: sorry on vim | 00:18 |
*** SumitNaiksatam has quit IRC | 00:23 | |
Hitesh | kevinbenton: what's ur default vim tab space for our code? | 00:25 |
Hitesh | kevinbenton: is it 4? | 00:25 |
kevinbenton | Hitesh: yeah, 4 | 00:26 |
Hitesh | kevinbenton: I see | 00:26 |
*** _cjones_ has quit IRC | 00:29 | |
*** matsuhashi has joined #openstack-neutron | 00:30 | |
*** carl_baldwin has quit IRC | 00:31 | |
*** dvorkinista has quit IRC | 00:32 | |
openstackgerrit | A change was merged to openstack/neutron: Add support for multiple RPC workers under Metaplugin https://review.openstack.org/84914 | 00:36 |
*** yongli has joined #openstack-neutron | 00:36 | |
*** rms_13 has quit IRC | 00:38 | |
*** redondos has quit IRC | 00:40 | |
*** redondos has joined #openstack-neutron | 00:41 | |
*** tomoe has joined #openstack-neutron | 00:45 | |
*** tchaypo has left #openstack-neutron | 00:47 | |
*** zhipeng has joined #openstack-neutron | 00:53 | |
*** baoli has joined #openstack-neutron | 00:53 | |
*** gdubreui has quit IRC | 00:56 | |
*** thuc_ has joined #openstack-neutron | 01:05 | |
*** gdubreui has joined #openstack-neutron | 01:09 | |
*** BuSerD has quit IRC | 01:14 | |
*** nati_uen_ has quit IRC | 01:20 | |
*** BuSerD has joined #openstack-neutron | 01:25 | |
Hitesh | kevinbenton: ping | 01:26 |
Hitesh | kevinbenton: I changes the code in a couple of files for 302 | 01:26 |
Hitesh | kevinbenton: now I am creating review.. | 01:26 |
*** gdubreui has quit IRC | 01:28 | |
*** marun has quit IRC | 01:29 | |
*** thuc has joined #openstack-neutron | 01:29 | |
kevinbenton | Hitesh: ok | 01:29 |
kevinbenton | Hitesh: so have you created a bug or blueprint that says H302 should be enabled? | 01:30 |
Hitesh | kevinbenton: not yet | 01:30 |
kevinbenton | Hitesh: or does one exist? you need something to reference in the commit | 01:30 |
Hitesh | kevinbenton: yes | 01:30 |
Hitesh | kevinbenton: it exists | 01:30 |
Hitesh | kevinbenton: https://bugs.launchpad.net/neutron/+bug/1291032 | 01:30 |
Hitesh | kevinbenton: would you like to help me generate review code patch? | 01:31 |
Hitesh | kevinbenton: even though after reading gerrit review | 01:31 |
Hitesh | kevinbenton: still I am confused where to start | 01:31 |
*** thuc_ has quit IRC | 01:32 | |
kevinbenton | Hitesh: so you will want to run git commit -a | 01:33 |
kevinbenton | Hitesh: when the window pops up, you will fill in the message | 01:33 |
*** thuc has quit IRC | 01:33 | |
Hitesh | kevinbenton: let me try | 01:34 |
kevinbenton | Hitesh: follow the “for example” message on the workflow page to see how it should be formed | 01:34 |
kevinbenton | Hitesh: https://wiki.openstack.org/wiki/Gerrit_Workflow | 01:34 |
kevinbenton | Hitesh: you will leave out the “Implements:” line since you aren’t implementing a blueprint | 01:34 |
Hitesh | kevinbenton: Partial-Bug: #1291032 Into the commit message. | 01:38 |
Hitesh | kevinbenton: I am including this | 01:38 |
*** amcrn has quit IRC | 01:39 | |
*** zhipeng has quit IRC | 01:39 | |
kevinbenton | Hitesh: that looks good, make sure you don’t commit the updated tox.ini since it’s not done yet | 01:39 |
Hitesh | kevinbenton: I need to remove # and add those comments right? | 01:39 |
*** matsuhashi has quit IRC | 01:40 | |
kevinbenton | Hitesh: the # stuff at the bottom of the commit message is alreay commented out by default | 01:40 |
kevinbenton | Hitesh: like the stuff telling you what branch you’re on | 01:41 |
*** xuhanp has joined #openstack-neutron | 01:41 | |
Hitesh | kevinbenton: hitesh@ubuntu:~/REDHAT/neutron$ git commit -a [master 8b1e98a] Partial-Bug: #1291032 Into the commit message. 10 files changed, 38 insertions(+), 29 deletions(-) | 01:41 |
Hitesh | kevinbenton: I got this message | 01:41 |
*** zhipeng has joined #openstack-neutron | 01:41 | |
kevinbenton | run git log and paste the top commit into paste.openstack.org | 01:42 |
Hitesh | kevinbenton: where should I see the review page? | 01:42 |
kevinbenton | Hitesh: it won’t be uploaded to gerrit until you run git review | 01:42 |
Hitesh | kevinbenton: I see | 01:43 |
*** Longgeek has joined #openstack-neutron | 01:43 | |
*** matsuhas_ has joined #openstack-neutron | 01:43 | |
Hitesh | kevinbenton: Errors running git rebase -i remotes/gerrit/master Cannot rebase: You have unstaged changes. Please commit or stash them. | 01:43 |
kevinbenton | Hitesh: what does git status show? | 01:44 |
Hitesh | kevinbenton: when I run git review | 01:44 |
Hitesh | kevinbenton: it showned that message | 01:44 |
Hitesh | kevinbenton: do I need to run git rebase -i master | 01:45 |
kevinbenton | no | 01:47 |
kevinbenton | what does git status show | 01:47 |
kevinbenton | put the output in paste.openstack.org | 01:47 |
Hitesh | kevinbenton: # On branch master # Your branch is ahead of 'origin/master' by 1 commit. # (use "git push" to publish your local commits) # # Changes not staged for commit: # (use "git add <file>..." to update what will be committed) # (use "git checkout -- <file>..." to discard changes in working directory) # # modified: tox.ini # | 01:48 |
Hitesh | kevinbenton: this is after git status | 01:48 |
kevinbenton | run git checkout -- tox.ini | 01:51 |
Hitesh | ok | 01:52 |
*** carlp has quit IRC | 01:52 | |
*** gdubreui has joined #openstack-neutron | 01:53 | |
kevinbenton | to throw away your changes to it | 01:53 |
kevinbenton | then run git review | 01:53 |
kevinbenton | Hitesh: ^^ | 01:54 |
Hitesh | kevinbenton: yes | 01:54 |
Hitesh | kevinbenton: it seems it went ahead | 01:54 |
Hitesh | kevinbenton: asked a coule of time paraphrase | 01:54 |
Hitesh | kevinbenton: but my agreement was expired | 01:54 |
Hitesh | kevinbenton: :( | 01:54 |
kevinbenton | Hitesh: time to renew then! call up your lawyer. :-) | 01:55 |
*** suresh12 has quit IRC | 01:55 | |
Hitesh | kevinbenton: ha ha | 01:56 |
Hitesh | kevinbenton: right now I will do for individual | 01:56 |
*** rms_13 has joined #openstack-neutron | 01:57 | |
openstackgerrit | stephen-ma proposed a change to openstack/neutron: Delete DHCP port without DHCP server on a net node https://review.openstack.org/56740 | 01:58 |
*** tomoe_ has joined #openstack-neutron | 01:58 | |
*** dvorkinista has joined #openstack-neutron | 01:58 | |
rms_13 | mestery: ping | 01:58 |
mestery | rms_13: pong howdy! | 01:59 |
*** tomoe__ has joined #openstack-neutron | 01:59 | |
rms_13 | mestery: hellos. I think the patchset is ready for you. SumitNaiksatam has done +2. Can you please take a look? | 02:00 |
mestery | rms_13: Link? | 02:00 |
rms_13 | https://review.openstack.org/#/c/84304/ | 02:00 |
rms_13 | mestery: thanks | 02:01 |
mestery | rms_13: looking. | 02:01 |
*** tomoe__ has quit IRC | 02:01 | |
*** tomoe__ has joined #openstack-neutron | 02:01 | |
*** tomoe has quit IRC | 02:01 | |
openstackgerrit | hitesh-wadekar proposed a change to openstack/neutron: Partial-Bug: #1291032 Into the commit message. https://review.openstack.org/87824 | 02:02 |
mestery | rms_13: Looks good, just waiting on Jenkins now. | 02:02 |
*** tomoe_ has quit IRC | 02:02 | |
openstackgerrit | Xu Han Peng proposed a change to openstack/neutron: Validate IPv6 modes in API when IP version is 4 https://review.openstack.org/87435 | 02:02 |
Hitesh | kevinbenton: awesome Kevin | 02:02 |
Hitesh | kevinbenton: https://review.openstack.org/#/c/87824/ | 02:02 |
rms_13 | mestery: cool, thx | 02:03 |
Hitesh | kevinbenton: finally, its in | 02:03 |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron-specs: Add spec for neutron-baremetal-compute blueprint https://review.openstack.org/87825 | 02:03 |
kevinbenton | mestery: ^^ | 02:04 |
mestery | kevinbenton: Sweet! | 02:04 |
kevinbenton | mestery: is that what a commit should look like for a blueprint? | 02:04 |
* mestery looks. | 02:04 | |
kevinbenton | mestery: at a high-level at least | 02:04 |
Hitesh | kevinbenton: feel free to add comments | 02:05 |
Hitesh | kevinbenton: upon review comments I will start to change other files too | 02:05 |
mestery | kevinbenton: That's exactly right! I'll review that in detail tomorrow, but nice work! | 02:05 |
*** manishg has quit IRC | 02:06 | |
*** mlavalle has quit IRC | 02:06 | |
*** xianghui has joined #openstack-neutron | 02:06 | |
kevinbenton | mestery: ok, i wasn’t sure if i needed to reference anything in the commit. maybe we need to require a blueprint for the blueprint... :P | 02:06 |
mestery | kevinbenton: :P | 02:07 |
kevinbenton | mestery: typo on this page | 02:07 |
kevinbenton | mestery: https://wiki.openstack.org/wiki/Blueprints#Neutron | 02:07 |
kevinbenton | mestery: ctrl-F “corruptly" | 02:07 |
mestery | kevinbenton: I saw that too! Correcting it now in both places. :) | 02:07 |
kevinbenton | mestery: ok, thanks for looking | 02:08 |
kevinbenton | Hitesh: ok, so in the add review box on the gerrit page, type in kevin benton and add me | 02:09 |
kevinbenton | Hitesh: I will check it out later. I’m leaving the office now | 02:09 |
Hitesh | kevinbenton: sure, I really appreciate your help | 02:09 |
Hitesh | kevinbenton: I will work with you once I done this assigenemtn | 02:09 |
Hitesh | kevinbenton: probably I will head to fix some other bugs or implementing blue print | 02:10 |
HenryG | Is there some way to get gerrit to render .rst files in the browser like github does? | 02:10 |
kevinbenton | Hitesh: no prob | 02:12 |
Hitesh | kevinbenton: thanks kevin | 02:12 |
*** thuc has joined #openstack-neutron | 02:12 | |
Hitesh | kevinbenton: good night | 02:12 |
Hitesh | mestery: Hi | 02:12 |
kevinbenton | HenryG, mestery: I wonder if jenkins could at least autobuild the .rst file so it’s available in Jenkins | 02:12 |
*** alexpilotti has quit IRC | 02:13 | |
Hitesh | mestery: thanks for your comments :) | 02:16 |
*** GonZo2000 has quit IRC | 02:16 | |
Hitesh | mestery: could you please explain me in details so that I will proceed ahead to change those | 02:16 |
Hitesh | arosen1: Hi | 02:18 |
Hitesh | arosen1: https://review.openstack.org/#/c/87824/ | 02:18 |
Hitesh | aryan: could you please provide your review comment on it? | 02:18 |
Hitesh | arosen1: :) | 02:18 |
Hitesh | arosen1: in your free time :) | 02:18 |
*** sbalukoff has quit IRC | 02:19 | |
*** rms_13 has quit IRC | 02:19 | |
*** ale has quit IRC | 02:22 | |
*** ale has joined #openstack-neutron | 02:24 | |
*** ale has quit IRC | 02:25 | |
*** Hitesh has quit IRC | 02:33 | |
*** coolsvap|afk is now known as coolsvap | 02:35 | |
*** harlowja is now known as harlowja_away | 02:35 | |
*** Longgeek has quit IRC | 02:44 | |
*** Longgeek has joined #openstack-neutron | 02:44 | |
*** Longgeek has quit IRC | 02:45 | |
*** tomoe has joined #openstack-neutron | 02:46 | |
*** tomoe__ has quit IRC | 02:49 | |
*** matsuhas_ has quit IRC | 02:49 | |
*** rms_13 has joined #openstack-neutron | 02:49 | |
*** matsuhashi has joined #openstack-neutron | 02:49 | |
HenryG | kevinbenton: I have a quick-n-dirty idea for rendering the specs in html | 02:51 |
*** matsuhas_ has joined #openstack-neutron | 02:52 | |
*** matsuhashi has quit IRC | 02:52 | |
*** Longgeek has joined #openstack-neutron | 02:53 | |
openstackgerrit | Henry Gessau proposed a change to openstack/neutron-specs: Add tox option to generate HTML pages of specs https://review.openstack.org/87834 | 02:54 |
HenryG | kevinbenton: ^^^ | 02:54 |
kevinbenton | HenryG: oh, if you just run tox locally, it will already make the html for you | 02:55 |
kevinbenton | HenryG: I was suggesting that it be added to the gate check job so people can click on the logs and browse the html from there | 02:55 |
HenryG | kevinbenton: oh? how? | 02:55 |
*** blogan has quit IRC | 02:55 | |
HenryG | Or should I say, where? | 02:55 |
kevinbenton | HenryG: i think it lands in the doc folder | 02:56 |
kevinbenton | HenryG: on a different comp now | 02:56 |
HenryG | kevinbenton: ok, under doc/build/html | 02:57 |
*** matsuhas_ has quit IRC | 02:58 | |
*** tomoe has quit IRC | 03:00 | |
*** tomoe has joined #openstack-neutron | 03:01 | |
kevinbenton | HenryG: yeah, it would be nice to make that available to reviewers somehow | 03:02 |
HenryG | kevinbenton: so finally I understand some of what build_sphinx does, thanks | 03:02 |
*** ale has joined #openstack-neutron | 03:03 | |
HenryG | kevinbenton: It's not too bad. 'git review -d NNNNN' pulls down the review. Then run tox and open doc/build/html/index.html in the browser. | 03:04 |
HenryG | kevinbenton: but let me guess, you are lazy like me and want a one-click solution :) | 03:05 |
kevinbenton | HenryG: the ‘running tox’ part was a problem on OSX | 03:05 |
kevinbenton | HenryG: have to have a dev machine just to view the pretty format :-) | 03:05 |
*** suresh12 has joined #openstack-neutron | 03:06 | |
HenryG | kevinbenton: install virtualbox, create an ubuntu VM and do all you development there. No extra machine needed. | 03:07 |
*** carl_baldwin has joined #openstack-neutron | 03:07 | |
*** sweston is now known as sweston|away | 03:09 | |
*** sweston|away is now known as sweston | 03:09 | |
*** suresh12 has quit IRC | 03:11 | |
rms_13 | mestery: we are good to go on https://review.openstack.org/#/c/84304/ | 03:12 |
kevinbenton | HenryG: oh, i have that. just means i have to start it up if it’s not running and reclone the review there… :-) | 03:12 |
*** ale has quit IRC | 03:13 | |
*** thuc has quit IRC | 03:16 | |
*** thuc has joined #openstack-neutron | 03:17 | |
*** dvorkinista has quit IRC | 03:18 | |
*** carl_baldwin has quit IRC | 03:18 | |
*** thuc has quit IRC | 03:21 | |
*** ramishra has joined #openstack-neutron | 03:23 | |
*** ale has joined #openstack-neutron | 03:29 | |
*** Sukhdev has joined #openstack-neutron | 03:30 | |
*** jecarey has quit IRC | 03:32 | |
*** SumitNaiksatam has joined #openstack-neutron | 03:33 | |
*** zhipeng has quit IRC | 03:33 | |
*** yamamoto_ has joined #openstack-neutron | 03:35 | |
*** manishg has joined #openstack-neutron | 03:38 | |
*** manishg_ has joined #openstack-neutron | 03:43 | |
*** manishg has quit IRC | 03:43 | |
*** rms_13 has quit IRC | 03:44 | |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: Who's CI is lying! :) https://review.openstack.org/75304 | 03:45 |
*** YorikSar has quit IRC | 03:45 | |
*** BuSerD has quit IRC | 03:46 | |
*** rms_13 has joined #openstack-neutron | 03:48 | |
*** manishg_ has quit IRC | 03:49 | |
*** YorikSar has joined #openstack-neutron | 03:50 | |
openstackgerrit | shihanzhang proposed a change to openstack/neutron: Fix the problem of updating quoata https://review.openstack.org/87841 | 04:04 |
*** Longgeek has quit IRC | 04:06 | |
*** sweston is now known as sweston|away | 04:09 | |
*** thuc has joined #openstack-neutron | 04:12 | |
*** pradipta` is now known as pradipta | 04:19 | |
*** YorikSar has quit IRC | 04:21 | |
*** yfried__ has quit IRC | 04:21 | |
*** manishg has joined #openstack-neutron | 04:21 | |
*** sbfox has joined #openstack-neutron | 04:23 | |
*** YorikSar has joined #openstack-neutron | 04:25 | |
*** manishg has quit IRC | 04:26 | |
*** saju_m has joined #openstack-neutron | 04:27 | |
*** saju_m has quit IRC | 04:27 | |
*** Longgeek has joined #openstack-neutron | 04:28 | |
*** manishg has joined #openstack-neutron | 04:30 | |
*** manishg_ has joined #openstack-neutron | 04:30 | |
*** sweston|away is now known as sweston | 04:30 | |
*** manishg has quit IRC | 04:34 | |
*** manishg__ has joined #openstack-neutron | 04:34 | |
*** manishg has joined #openstack-neutron | 04:35 | |
*** coolsvap is now known as coolsvap|afk | 04:35 | |
*** manishg_ has quit IRC | 04:38 | |
*** YorikSar has quit IRC | 04:39 | |
*** sbfox has quit IRC | 04:41 | |
*** manishg has quit IRC | 04:41 | |
*** YorikSar has joined #openstack-neutron | 04:43 | |
*** Longgeek has quit IRC | 04:49 | |
*** coolsvap|afk is now known as coolsvap | 04:52 | |
*** changbl has quit IRC | 04:53 | |
*** yfried__ has joined #openstack-neutron | 04:54 | |
*** YorikSar has quit IRC | 04:55 | |
*** suresh12 has joined #openstack-neutron | 04:56 | |
*** Sukhdev has quit IRC | 04:57 | |
*** sunrenjie6 has joined #openstack-neutron | 04:57 | |
*** YorikSar has joined #openstack-neutron | 04:58 | |
*** manishg__ has quit IRC | 05:11 | |
*** changbl has joined #openstack-neutron | 05:12 | |
mmmucky | is it normal for instance DHCP requests to 'escape' leak into multiple VLANs? (Havana/Neutron/OpenvSwitch/VLAN) | 05:14 |
mmmucky | It seems odd that this request is seen on multiple VLANs: http://pastebin.com/jPEm4Gqp | 05:15 |
*** thuc has quit IRC | 05:15 | |
*** thuc has joined #openstack-neutron | 05:16 | |
openstackgerrit | Li Ma proposed a change to openstack/neutron: Race condition of L3-agent to add/remove routers https://review.openstack.org/73234 | 05:18 |
openstackgerrit | A change was merged to openstack/neutron: Nuage Plugin: Delete router requires precommit checks https://review.openstack.org/84304 | 05:20 |
openstackgerrit | A change was merged to openstack/neutron: Improved quota error message https://review.openstack.org/80375 | 05:20 |
*** thuc has quit IRC | 05:20 | |
*** morganfainberg is now known as morganfainberg_Z | 05:20 | |
*** YorikSar has quit IRC | 05:21 | |
*** tomoe has quit IRC | 05:21 | |
*** tomoe has joined #openstack-neutron | 05:22 | |
*** YorikSar has joined #openstack-neutron | 05:24 | |
*** tomoe has quit IRC | 05:26 | |
*** sweston has quit IRC | 05:28 | |
*** Longgeek has joined #openstack-neutron | 05:29 | |
*** chandan_kumar has joined #openstack-neutron | 05:31 | |
*** rms_13 has quit IRC | 05:33 | |
*** YorikSar has quit IRC | 05:37 | |
*** hrzbrg has joined #openstack-neutron | 05:37 | |
*** pradipta is now known as pradipta_away | 05:40 | |
*** YorikSar has joined #openstack-neutron | 05:46 | |
*** tomoe has joined #openstack-neutron | 05:49 | |
*** bashok has joined #openstack-neutron | 05:50 | |
*** HenryG_ has joined #openstack-neutron | 05:54 | |
*** hrzbrg has quit IRC | 05:55 | |
*** evgenyf has joined #openstack-neutron | 05:55 | |
*** sweston has joined #openstack-neutron | 05:56 | |
*** HenryG has quit IRC | 05:57 | |
*** sdague has quit IRC | 05:58 | |
*** Longgeek_ has joined #openstack-neutron | 06:00 | |
*** YorikSar has quit IRC | 06:01 | |
*** dvorkinista has joined #openstack-neutron | 06:01 | |
*** Longgeek_ has quit IRC | 06:01 | |
*** Longgeek has quit IRC | 06:02 | |
*** pradipta_away is now known as pradipta | 06:03 | |
*** YorikSar has joined #openstack-neutron | 06:04 | |
*** sdague has joined #openstack-neutron | 06:05 | |
*** ale has quit IRC | 06:05 | |
*** alagalah has quit IRC | 06:07 | |
*** ale has joined #openstack-neutron | 06:10 | |
*** YorikSar has quit IRC | 06:11 | |
*** ale has quit IRC | 06:14 | |
openstackgerrit | A change was merged to openstack/neutron: Fixes Hyper-V agent security groups disabling https://review.openstack.org/84227 | 06:15 |
*** safchain has joined #openstack-neutron | 06:15 | |
*** YorikSar has joined #openstack-neutron | 06:16 | |
*** dgollub has joined #openstack-neutron | 06:21 | |
*** Longgeek has joined #openstack-neutron | 06:23 | |
*** doude has joined #openstack-neutron | 06:25 | |
*** thuc has joined #openstack-neutron | 06:26 | |
*** ale has joined #openstack-neutron | 06:27 | |
*** ale___ has joined #openstack-neutron | 06:29 | |
*** ale has quit IRC | 06:29 | |
*** dgollub has quit IRC | 06:29 | |
*** hrzbrg has joined #openstack-neutron | 06:29 | |
*** thuc has quit IRC | 06:31 | |
*** YorikSar has quit IRC | 06:34 | |
*** rotbeard has joined #openstack-neutron | 06:35 | |
*** YorikSar has joined #openstack-neutron | 06:37 | |
*** pradipta is now known as pradipta_away | 06:38 | |
*** dgollub has joined #openstack-neutron | 06:38 | |
hrzbrg | arg slept thru the v6 meeting yesterday | 06:41 |
*** dvorkinista has quit IRC | 06:45 | |
*** Longgeek has quit IRC | 06:46 | |
*** hrzbrg has quit IRC | 06:53 | |
*** suresh12 has quit IRC | 06:53 | |
*** tomoe has quit IRC | 06:59 | |
*** tomoe has joined #openstack-neutron | 06:59 | |
*** chandan_kumar has quit IRC | 07:02 | |
*** oda-g has quit IRC | 07:03 | |
*** tomoe has quit IRC | 07:04 | |
*** Longgeek has joined #openstack-neutron | 07:04 | |
*** yfried__ has quit IRC | 07:06 | |
*** chandan_kumar has joined #openstack-neutron | 07:08 | |
*** tomoe has joined #openstack-neutron | 07:10 | |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Test https://review.openstack.org/87543 | 07:10 |
*** gdubreui has quit IRC | 07:11 | |
*** Longgeek has quit IRC | 07:12 | |
*** xianghui_ has joined #openstack-neutron | 07:13 | |
*** xianghui has quit IRC | 07:13 | |
openstackgerrit | shihanzhang proposed a change to openstack/neutron: Fix the problem of updating quoata https://review.openstack.org/87841 | 07:22 |
*** hrzbrg has joined #openstack-neutron | 07:26 | |
*** matrohon has joined #openstack-neutron | 07:36 | |
*** tchaypo has joined #openstack-neutron | 07:36 | |
*** leseb has joined #openstack-neutron | 07:42 | |
*** Longgeek has joined #openstack-neutron | 07:43 | |
*** Longgeek has quit IRC | 07:47 | |
*** ale___ has quit IRC | 07:48 | |
*** ygbo has joined #openstack-neutron | 07:49 | |
*** jistr has joined #openstack-neutron | 07:52 | |
*** circ-user-BJlFc has joined #openstack-neutron | 07:52 | |
*** circ-user-BJlFc has quit IRC | 07:58 | |
*** doude has quit IRC | 07:58 | |
*** doude has joined #openstack-neutron | 07:59 | |
*** doude has quit IRC | 08:00 | |
*** doude has joined #openstack-neutron | 08:01 | |
*** ale___ has joined #openstack-neutron | 08:01 | |
*** WingWu has joined #openstack-neutron | 08:02 | |
*** suresh12 has joined #openstack-neutron | 08:03 | |
*** jpich has joined #openstack-neutron | 08:04 | |
*** suresh12 has quit IRC | 08:08 | |
*** ihrachyshka has joined #openstack-neutron | 08:09 | |
*** ale___ has quit IRC | 08:13 | |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Remove migration that breaks Grenage jobs https://review.openstack.org/87543 | 08:15 |
*** jgallard has joined #openstack-neutron | 08:24 | |
*** jgallard has quit IRC | 08:28 | |
*** jgallard has joined #openstack-neutron | 08:28 | |
openstackgerrit | shihanzhang proposed a change to openstack/neutron: Fix the problem of updating quoata https://review.openstack.org/87841 | 08:32 |
*** pradipta_away is now known as pradipta | 08:35 | |
ajo | mmmucky, you're right, something wrong there | 08:43 |
*** Longgeek has joined #openstack-neutron | 08:44 | |
ajo | what's your environment?, where were you tapping? | 08:44 |
ajo | (talking about: http://pastebin.com/jPEm4Gqp ) | 08:44 |
*** sbfox has joined #openstack-neutron | 08:44 | |
*** Longgeek has quit IRC | 08:48 | |
openstackgerrit | Cedric Brandily proposed a change to openstack/neutron: Use patch ports to interconnect integration/physical bridges https://review.openstack.org/76685 | 08:49 |
*** sweston is now known as sweston|away | 08:58 | |
*** tomoe has quit IRC | 09:04 | |
openstackgerrit | A change was merged to openstack/neutron: Security Group rule validation for ICMP rules https://review.openstack.org/85026 | 09:04 |
*** tomoe has joined #openstack-neutron | 09:04 | |
*** chandan_kumar has quit IRC | 09:06 | |
*** ramishra has quit IRC | 09:06 | |
*** ramishra has joined #openstack-neutron | 09:07 | |
*** ramishra has quit IRC | 09:08 | |
*** tomoe has quit IRC | 09:09 | |
*** overlayer has joined #openstack-neutron | 09:13 | |
*** alexpilotti has joined #openstack-neutron | 09:16 | |
openstackgerrit | Koert van der Veer proposed a change to openstack/neutron: Fix uninitialized variable reference https://review.openstack.org/87880 | 09:19 |
*** chandan_kumar has joined #openstack-neutron | 09:19 | |
*** dgollub has quit IRC | 09:25 | |
*** chandan_kumar has quit IRC | 09:26 | |
*** chandan_kumar has joined #openstack-neutron | 09:26 | |
*** redondos has quit IRC | 09:41 | |
*** redondos has joined #openstack-neutron | 09:42 | |
*** Longgeek has joined #openstack-neutron | 09:51 | |
*** jgallard has quit IRC | 09:58 | |
*** evgenyf has quit IRC | 10:04 | |
*** pcm_ has joined #openstack-neutron | 10:08 | |
*** pcm__ has joined #openstack-neutron | 10:11 | |
*** pcm_ has quit IRC | 10:15 | |
openstackgerrit | shihanzhang proposed a change to openstack/neutron: Fix the problem of updating quoata https://review.openstack.org/87841 | 10:15 |
*** evgenyf has joined #openstack-neutron | 10:20 | |
*** Longgeek has quit IRC | 10:27 | |
*** Longgeek has joined #openstack-neutron | 10:28 | |
*** dgollub has joined #openstack-neutron | 10:31 | |
*** sbfox has quit IRC | 10:32 | |
*** xuhanp has quit IRC | 10:33 | |
*** sbfox has joined #openstack-neutron | 10:33 | |
*** mestery_ has joined #openstack-neutron | 10:33 | |
*** mestery has quit IRC | 10:36 | |
*** sunrenjie6 has quit IRC | 10:37 | |
*** Longgeek has quit IRC | 10:44 | |
*** overlayer has quit IRC | 10:46 | |
*** ihrachyshka has quit IRC | 10:46 | |
*** yamamoto_ has left #openstack-neutron | 10:51 | |
*** stefanb_ has joined #openstack-neutron | 11:07 | |
*** xianghui_ has quit IRC | 11:07 | |
*** stefanb has quit IRC | 11:09 | |
*** stefanb_ is now known as stefanb | 11:09 | |
*** WingWu has quit IRC | 11:10 | |
*** baoli has quit IRC | 11:12 | |
*** gdubreui has joined #openstack-neutron | 11:13 | |
*** Longgeek has joined #openstack-neutron | 11:15 | |
*** coolsvap is now known as coolsvap|afk | 11:15 | |
*** ihrachyshka has joined #openstack-neutron | 11:16 | |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Test https://review.openstack.org/87935 | 11:17 |
*** Longgeek has quit IRC | 11:19 | |
*** yamamoto has joined #openstack-neutron | 11:21 | |
*** yamamoto has left #openstack-neutron | 11:21 | |
openstackgerrit | Zang MingJie proposed a change to openstack/neutron: Ensure host_routes order in subnet https://review.openstack.org/78946 | 11:32 |
*** Longgeek has joined #openstack-neutron | 11:35 | |
*** ihrachyshka has quit IRC | 11:35 | |
openstackgerrit | Roman Podoliaka proposed a change to openstack/neutron: Fix issubclass() hook behavior in PluginInterface https://review.openstack.org/87943 | 11:45 |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Test https://review.openstack.org/87935 | 11:48 |
*** sbfox1 has joined #openstack-neutron | 11:48 | |
*** sbfox has quit IRC | 11:48 | |
*** baoli has joined #openstack-neutron | 11:54 | |
*** ihrachyshka has joined #openstack-neutron | 11:57 | |
*** ihrachyshka has quit IRC | 11:59 | |
*** ihrachyshka has joined #openstack-neutron | 11:59 | |
openstackgerrit | Paul Michali proposed a change to openstack/neutron: Support enhancements to Cisco CSR VPN REST APIs https://review.openstack.org/86129 | 12:08 |
*** pradipta is now known as pradipta_away | 12:14 | |
*** alexpilotti has quit IRC | 12:15 | |
*** gdubreui has quit IRC | 12:19 | |
*** gdubreui has joined #openstack-neutron | 12:19 | |
*** tomoe has joined #openstack-neutron | 12:20 | |
*** evgenyf has quit IRC | 12:23 | |
*** sbfox1 has quit IRC | 12:27 | |
*** foexle has joined #openstack-neutron | 12:31 | |
openstackgerrit | Zang MingJie proposed a change to openstack/neutron: Ensure host_routes order in subnet https://review.openstack.org/78946 | 12:32 |
*** jt-rook has joined #openstack-neutron | 12:32 | |
foexle | heyho guys, is there any possibility to add a ovs port with an interface to talk with a tenant ? I mean i've some vms in a tenant network and i'm trying to add bare metal host with a physical device to talk with them | 12:34 |
foexle | i'm search since days but without success ... i've tryied some options with an extra bridge and pathing tu the br-int (sry is all gre tunneling) | 12:35 |
foexle | could anyone give me a hint ? | 12:35 |
EmilienM | foexle: provider networks? | 12:35 |
EmilienM | foexle: http://docs.openstack.org/grizzly/openstack-network/admin/content/provider_networks.html | 12:36 |
EmilienM | the doc is for grizzly, but works for Havana & Icehouse | 12:36 |
*** overlayer has joined #openstack-neutron | 12:39 | |
foexle | EmilienM: so you mean i should create a complete new network for these hosts and add a route from my tenant (vm) network to them? | 12:40 |
*** evilstephen has joined #openstack-neutron | 12:42 | |
*** HenryG_ has quit IRC | 12:44 | |
*** lromagnoli has joined #openstack-neutron | 12:49 | |
*** thuc has joined #openstack-neutron | 12:51 | |
*** ihrachyshka has quit IRC | 12:51 | |
*** thuc_ has joined #openstack-neutron | 12:51 | |
*** thuc__ has joined #openstack-neutron | 12:53 | |
*** sbfox has joined #openstack-neutron | 12:53 | |
*** thuc has quit IRC | 12:55 | |
*** thuc_ has quit IRC | 12:56 | |
*** mflobo has joined #openstack-neutron | 12:57 | |
*** mflobo has quit IRC | 13:03 | |
*** erecio has quit IRC | 13:08 | |
*** HenryG has joined #openstack-neutron | 13:08 | |
HenryG | akamyshnikova: ping | 13:09 |
akamyshnikova | HenryG, I'm here | 13:09 |
HenryG | akamyshnikova: I notice from your reviews you are testing postgresql compatibility | 13:10 |
*** ihrachyshka has joined #openstack-neutron | 13:10 | |
HenryG | akamyshnikova: Can you check https://review.openstack.org/86494 ? | 13:10 |
*** sbfox has quit IRC | 13:11 | |
*** jgrimm has joined #openstack-neutron | 13:12 | |
akamyshnikova | HenryG, I'll take a look at it a bit later may be tomorrow, if this is ok? | 13:13 |
HenryG | akamyshnikova: sure, no rush at all, it is a very low priority change. Thanks! | 13:14 |
*** alexpilotti has joined #openstack-neutron | 13:14 | |
*** erecio has joined #openstack-neutron | 13:14 | |
*** ihrachyshka has quit IRC | 13:14 | |
akamyshnikova | HenryG, you are welcome :) | 13:15 |
HenryG | akamyshnikova: but I have another question, just a minute, I am looking for the bug ... | 13:15 |
*** evgenyf has joined #openstack-neutron | 13:21 | |
*** mestery_ is now known as mestery | 13:22 | |
HenryG | akamyshnikova: This one, https://bugs.launchpad.net/neutron/+bug/1307344 | 13:23 |
HenryG | akamyshnikova: Am I right that your solution with make https://review.openstack.org/84519 unnecessary? | 13:24 |
akamyshnikova | HenryG, I'm working on fixing it. What is the question? | 13:25 |
HenryG | akamyshnikova: should I abandon https://review.openstack.org/84519 ? | 13:26 |
*** ramishra has joined #openstack-neutron | 13:27 | |
akamyshnikova | HenryG, no, I don't think so. | 13:27 |
*** ihrachyshka has joined #openstack-neutron | 13:28 | |
akamyshnikova | HenryG, problem in https://bugs.launchpad.net/neutron/+bug/1307344 is with metering and with my migration that broke Grenage. | 13:28 |
*** sweston|away is now known as sweston | 13:29 | |
HenryG | akamyshnikova: OK. I was unsure if you were planning to fix the entire migration idempotency issue that salv-orlando mentioned in his email. | 13:30 |
*** amotoki has quit IRC | 13:32 | |
*** dims has quit IRC | 13:32 | |
akamyshnikova | HenryG, if I'll do some extra work it will affect only service plugin migrations. | 13:32 |
akamyshnikova | HenryG, so no problem with your patch at this moment, as I suppose. | 13:33 |
HenryG | akamyshnikova: thanks | 13:33 |
*** jecarey has joined #openstack-neutron | 13:35 | |
*** blogan has joined #openstack-neutron | 13:43 | |
*** ihrachyshka has quit IRC | 13:45 | |
*** WackoRobie has joined #openstack-neutron | 13:46 | |
*** blogan has quit IRC | 13:48 | |
*** jgallard has joined #openstack-neutron | 13:49 | |
*** thuc__ has quit IRC | 13:51 | |
*** prad has joined #openstack-neutron | 13:51 | |
*** xuhanp has joined #openstack-neutron | 13:51 | |
*** thuc has joined #openstack-neutron | 13:51 | |
*** jprovazn has joined #openstack-neutron | 13:53 | |
*** thuc_ has joined #openstack-neutron | 13:53 | |
*** sbfox has joined #openstack-neutron | 13:53 | |
*** thuc has quit IRC | 13:56 | |
*** blogan has joined #openstack-neutron | 14:00 | |
*** otherwiseguy has joined #openstack-neutron | 14:01 | |
*** hrzbrg has quit IRC | 14:01 | |
*** sbfox has quit IRC | 14:01 | |
*** thuc_ has quit IRC | 14:02 | |
*** ihrachyshka has joined #openstack-neutron | 14:04 | |
*** dvorkinista has joined #openstack-neutron | 14:04 | |
*** WackoRobie has quit IRC | 14:07 | |
*** rm_work|away is now known as rm_work | 14:09 | |
*** otherwiseguy has quit IRC | 14:11 | |
*** carlp has joined #openstack-neutron | 14:18 | |
*** dims has joined #openstack-neutron | 14:18 | |
*** mlavalle has joined #openstack-neutron | 14:21 | |
*** evilstephen has quit IRC | 14:23 | |
*** otherwiseguy has joined #openstack-neutron | 14:24 | |
*** armax has joined #openstack-neutron | 14:26 | |
*** overlayer has quit IRC | 14:29 | |
HenryG | akamyshnikova: in migrations and models, is there a difference between sa.Integer and sa.Integer() ? | 14:29 |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Fix migration that breaks Grenade jobs https://review.openstack.org/87935 | 14:32 |
*** dvorkinista has quit IRC | 14:33 | |
*** otherwiseguy has quit IRC | 14:33 | |
*** dims has quit IRC | 14:34 | |
*** evilstephen has joined #openstack-neutron | 14:35 | |
akamyshnikova | HenryG, it is better to use sa.Integer as Integer doesn't expect any parameters. | 14:36 |
HenryG | akamyshnikova: but sa.Integer is the class itself, while sa.Integer() is an instance of sa.Integer | 14:39 |
*** otherwiseguy has joined #openstack-neutron | 14:39 | |
*** otherwiseguy has quit IRC | 14:39 | |
*** rotbeard has quit IRC | 14:41 | |
HenryG | akamyshnikova: I am pretty sure we should be using instances, but it seems to somehow work with the class too | 14:43 |
*** samuelbercovici has joined #openstack-neutron | 14:43 | |
openstackgerrit | Henry Gessau proposed a change to openstack/neutron: Cisco APIC ML2 mechanism driver, part 1 https://review.openstack.org/73355 | 14:45 |
openstackgerrit | Arvind Somya proposed a change to openstack/neutron: Cisco APIC ML2 mechanism driver, part 2 https://review.openstack.org/73372 | 14:46 |
*** dims has joined #openstack-neutron | 14:47 | |
*** mwagner_lap has quit IRC | 14:47 | |
*** bashok has quit IRC | 14:48 | |
akamyshnikova | HenryG, Sorry, I'm a bit overwhelmed with my work today. Did this make some error somewhere? | 14:49 |
*** thedodd has joined #openstack-neutron | 14:50 | |
*** coolsvap|afk is now known as coolsvap | 14:51 | |
HenryG | akamyshnikova: No error (as long as you don't give an argument to the instance). So no worries, it's not an urgent question, we can look into it when you have more time. | 14:51 |
HenryG | akamyshnikova: I will stop pestering you with questions now. :) | 14:51 |
*** manishg has joined #openstack-neutron | 14:52 | |
*** rotbeard has joined #openstack-neutron | 14:53 | |
*** carl_baldwin has joined #openstack-neutron | 14:55 | |
akamyshnikova | HenryG, I think I need to look through docs and neutron code to say something more definite, because I never pay attention to it before :) | 14:55 |
*** vthapar has joined #openstack-neutron | 14:56 | |
*** samuelbercovici1 has joined #openstack-neutron | 14:58 | |
*** samuelbercovici has quit IRC | 15:01 | |
*** samuelbercovici1 is now known as samuelbercovici | 15:01 | |
*** thuc has joined #openstack-neutron | 15:09 | |
*** manishg has quit IRC | 15:10 | |
*** gdubreui has quit IRC | 15:11 | |
*** thuc_ has joined #openstack-neutron | 15:13 | |
*** thuc_ has quit IRC | 15:13 | |
*** jprovazn is now known as jprovazn_afk | 15:13 | |
*** thuc_ has joined #openstack-neutron | 15:14 | |
*** thuc has quit IRC | 15:14 | |
*** jobewan has joined #openstack-neutron | 15:15 | |
*** otherwiseguy has joined #openstack-neutron | 15:16 | |
*** sbfox has joined #openstack-neutron | 15:17 | |
*** otherwiseguy has quit IRC | 15:22 | |
*** evgenyf has quit IRC | 15:23 | |
*** clauded has joined #openstack-neutron | 15:26 | |
*** clauded has left #openstack-neutron | 15:27 | |
*** carlp has quit IRC | 15:28 | |
openstackgerrit | Roman Podoliaka proposed a change to openstack/neutron: Fix issubclass() hook behavior in PluginInterface https://review.openstack.org/87943 | 15:29 |
*** Zhou_Yu has joined #openstack-neutron | 15:31 | |
*** amotoki has joined #openstack-neutron | 15:32 | |
*** yamamoto has joined #openstack-neutron | 15:32 | |
*** otherwiseguy has joined #openstack-neutron | 15:32 | |
*** jgallard has quit IRC | 15:36 | |
*** pcm_ has joined #openstack-neutron | 15:37 | |
*** Sukhdev has joined #openstack-neutron | 15:39 | |
*** ramishra has quit IRC | 15:39 | |
*** thuc has joined #openstack-neutron | 15:39 | |
*** thuc_ has quit IRC | 15:39 | |
*** ihrachyshka has quit IRC | 15:41 | |
*** ihrachyshka has joined #openstack-neutron | 15:41 | |
*** samuelbercovici has quit IRC | 15:43 | |
*** networkstatic has joined #openstack-neutron | 15:44 | |
*** kbringard has quit IRC | 15:45 | |
*** chandan_kumar has quit IRC | 15:46 | |
*** crc32 has joined #openstack-neutron | 15:47 | |
*** TrevorV has joined #openstack-neutron | 15:47 | |
*** dgollub has quit IRC | 15:50 | |
*** mwagner_lap has joined #openstack-neutron | 15:51 | |
*** _cjones_ has joined #openstack-neutron | 15:53 | |
*** AndroUser2 has joined #openstack-neutron | 15:53 | |
*** rcurran has joined #openstack-neutron | 15:56 | |
*** thuc has quit IRC | 15:57 | |
*** geekinutah has joined #openstack-neutron | 15:58 | |
*** AndroUser2 has quit IRC | 15:58 | |
*** thuc has joined #openstack-neutron | 15:58 | |
*** pcm_ has quit IRC | 15:58 | |
geekinutah | salv-orlando: asciiflow.com is kinda life-changing | 15:59 |
geekinutah | I have needed this so many times :-) | 15:59 |
*** manishg has joined #openstack-neutron | 15:59 | |
*** banix has joined #openstack-neutron | 16:00 | |
*** marun has joined #openstack-neutron | 16:01 | |
*** Longgeek has quit IRC | 16:02 | |
*** thuc_ has joined #openstack-neutron | 16:02 | |
*** thuc has quit IRC | 16:02 | |
*** dvorkinista has joined #openstack-neutron | 16:03 | |
mestery | geekinutah: 100% agree, thanks to sc68cal for sharing with me earlier! I've already used it a few times. | 16:04 |
*** ramishra has joined #openstack-neutron | 16:06 | |
*** dvorkinista has quit IRC | 16:07 | |
*** suresh12 has joined #openstack-neutron | 16:08 | |
*** suresh12 has quit IRC | 16:10 | |
*** sparky43786 has joined #openstack-neutron | 16:10 | |
*** suresh12 has joined #openstack-neutron | 16:10 | |
sparky43786 | anybody around to help with some guidence on setting up vlans | 16:10 |
*** suresh12 has quit IRC | 16:11 | |
*** jgallard has joined #openstack-neutron | 16:11 | |
*** suresh12 has joined #openstack-neutron | 16:12 | |
sparky43786 | I just can't get the agents to setup the bridge_mappings and the vlan ports on the ovs bridge | 16:12 |
*** pcm_ has joined #openstack-neutron | 16:12 | |
*** ygbo has quit IRC | 16:13 | |
sparky43786 | The error I'm getting is net_uuid None not in local_vlan_map | 16:13 |
*** jlibosva has quit IRC | 16:15 | |
openstackgerrit | Marios Andreou proposed a change to openstack/neutron: Validate CIDR given as ip-prefix in security-group-rule-create https://review.openstack.org/59212 | 16:16 |
marios | carl_baldwin: enikanorov_ : thanks for your comments, please see update @ ^^^ | 16:16 |
*** ihrachyshka has quit IRC | 16:16 | |
*** xuhanp has quit IRC | 16:23 | |
carl_baldwin | marios: I'll have a look. Thanks. | 16:23 |
marios | carl_baldwin: cheers | 16:24 |
*** sparky43786 has left #openstack-neutron | 16:24 | |
* marios waves coffee cup | 16:24 | |
*** jpich has quit IRC | 16:28 | |
*** kincl has joined #openstack-neutron | 16:28 | |
kincl | Question, when using neutron with the OVS plugin and namespaces, where do security group rules get applied? To the router namespace? | 16:29 |
haleyb | kincl: using OVShybrid they are put on the compute node - there will be an extra linux bridge where the vm tap is plugged | 16:31 |
*** ramishra has quit IRC | 16:31 | |
*** hrzbrg has joined #openstack-neutron | 16:32 | |
*** sbfox has quit IRC | 16:32 | |
*** sbfox has joined #openstack-neutron | 16:32 | |
*** baoli has quit IRC | 16:35 | |
*** baoli has joined #openstack-neutron | 16:36 | |
openstackgerrit | Rossella Sblendido proposed a change to openstack/neutron: Check if bridge exists and make sure it's UP in ensure_bridge https://review.openstack.org/76309 | 16:36 |
*** suresh12 has quit IRC | 16:39 | |
*** suresh12 has joined #openstack-neutron | 16:42 | |
arosen1 | marios: i had two nits for you here: https://review.openstack.org/#/c/59212/ | 16:42 |
arosen1 | marios: i'd love to get this patch in asap. I think neutron might need another rc to include that sadly. x.x | 16:43 |
*** tomoe has quit IRC | 16:43 | |
marios | arosen1: thanks. not sure what you mean there though (its been a long day, brain is fried). "I think we should just use this method to validate that ethertype and ip are the same version" | 16:46 |
marios | arosen1: i've given up hope of this landing a long time ago, never mind for icehouse ;) | 16:47 |
arosen1 | marios: why aren't you adding the cidr in the convert method here instead: https://review.openstack.org/#/c/59212/16/neutron/extensions/securitygroup.py | 16:47 |
arosen1 | marios: sorry i hadn't noticed this patch and issue till now X.x | 16:47 |
marios | arosen1: see line 164 there, is that what you meant? | 16:47 |
arosen1 | marios: if you change line 168 to : return str(netaddr.IPNetwork(input_prefix)) ? | 16:47 |
arosen1 | return str(netaddr.IPNetwork(ip_prefix)) ? | 16:48 |
marios | right | 16:48 |
arosen1 | This way we do the convert the convert method in the api layer | 16:48 |
arosen1 | marios: then in your method just check that ethertype and ip_version match. It sucks that the api validation framework can't handle validation across multiple fields like that so we need to do it outside of the api logic | 16:49 |
*** leseb has quit IRC | 16:50 | |
*** harlowja_away is now known as harlowja | 16:51 | |
marios | arosen1: so, do you mean that since I am checking in https://review.openstack.org/#/c/59212/16/neutron/extensions/securitygroup.py #168 that this is a valid IP prefix (netaddr.IPNetwork(ip_prefix)), I should just remove this conversion entirely from https://review.openstack.org/#/c/59212/16/neutron/db/securitygroups_db.py | 16:52 |
arosen1 | marios: It seems like you can do the check and conversion in neutron/extensions/securitygroup.py ? | 16:53 |
*** pcm_ has quit IRC | 16:53 | |
arosen1 | This way we dont' neeed to do the conversion later in the db code | 16:53 |
marios | arosen1: but in neutron/extensions/securitygroup.py we validate _per attribute_ right? so i don't have the whole rule (to compare e.g. the ethertype etc) | 16:54 |
marios | arosen1: i mean, as invoked from RESOURCE_ATTRIBUTE_MAP | 16:55 |
arosen1 | marios: ah i see what you mean. Yea no worries that's fine. | 16:56 |
marios | :( | 16:56 |
arosen1 | marios: i was thinking you could just change like 168 to : return str(netaddr.IPNetwork(ip_prefix)) | 16:56 |
arosen1 | marios: but then in db/securitygroups_db.py you'd still need to do: netaddr.IPNetwork(input_prefex) to get the ethertype | 16:57 |
arosen1 | marios: +2 it's good no worries. | 16:57 |
*** amcrn has joined #openstack-neutron | 16:57 | |
*** foexle has quit IRC | 16:58 | |
marios | arosen1: thanks. its just getting really hard/frustrating to remember/justify/argue things that were done months ago. also, i'm new, so i have tended to take any review comments/-1 (especially from core) at face value so far | 16:58 |
marios | perhaps that's the lesson here ;) | 16:58 |
*** wendar has quit IRC | 16:59 | |
arosen1 | marios: no worries patch looks good to me. Nice work! | 16:59 |
*** ale has joined #openstack-neutron | 16:59 | |
*** rcurran has quit IRC | 17:01 | |
*** wendar has joined #openstack-neutron | 17:01 | |
*** vthapar has quit IRC | 17:02 | |
*** dvorkinista has joined #openstack-neutron | 17:02 | |
*** vthapar has joined #openstack-neutron | 17:05 | |
*** BillTheKat has joined #openstack-neutron | 17:07 | |
*** jgallard has quit IRC | 17:09 | |
*** safchain has quit IRC | 17:10 | |
*** amcrn has quit IRC | 17:10 | |
*** TrevorV has quit IRC | 17:14 | |
*** rotbeard has quit IRC | 17:17 | |
*** geekinutah is now known as zz_geekinutah | 17:17 | |
*** Sukhdev has quit IRC | 17:21 | |
*** amotoki has quit IRC | 17:23 | |
hrzbrg | baoli, thanks for pushing your v6 changes to devstack. | 17:25 |
baoli | hrzbrg, my pleasure. hopefully it works for you | 17:26 |
*** zz_geekinutah is now known as geekinutah | 17:27 | |
*** BillTheK_ has joined #openstack-neutron | 17:27 | |
*** BillTheKat has quit IRC | 17:27 | |
*** lromagnoli has quit IRC | 17:31 | |
*** lromagnoli has joined #openstack-neutron | 17:32 | |
*** blogan has quit IRC | 17:34 | |
*** blogan_ has joined #openstack-neutron | 17:34 | |
*** blogan_ has quit IRC | 17:34 | |
*** lromagnoli has quit IRC | 17:36 | |
*** Zhou_Yu has quit IRC | 17:40 | |
*** geekinutah has quit IRC | 17:41 | |
openstackgerrit | Kyle Mestery proposed a change to openstack/neutron-specs: Note the usage of asciiflow.com for diagrams https://review.openstack.org/88037 | 17:42 |
*** TrevorV has joined #openstack-neutron | 17:44 | |
*** amcrn has joined #openstack-neutron | 17:44 | |
*** TrevorV1 has joined #openstack-neutron | 17:45 | |
*** TrevorV1 has quit IRC | 17:45 | |
*** thedodd has quit IRC | 17:53 | |
*** markmcclain has joined #openstack-neutron | 17:54 | |
*** markmcclain1 has joined #openstack-neutron | 17:56 | |
*** baoli has quit IRC | 17:56 | |
*** otherwiseguy has quit IRC | 17:56 | |
*** baoli has joined #openstack-neutron | 17:57 | |
*** yamamoto has quit IRC | 17:58 | |
*** markmcclain has quit IRC | 17:59 | |
*** jprovazn_afk is now known as jprovazn | 18:00 | |
*** sbfox has quit IRC | 18:01 | |
*** sbfox has joined #openstack-neutron | 18:03 | |
*** vthapar_ has joined #openstack-neutron | 18:03 | |
*** carlp has joined #openstack-neutron | 18:04 | |
*** sbalukoff has joined #openstack-neutron | 18:05 | |
*** doude has quit IRC | 18:05 | |
*** vthapar has quit IRC | 18:06 | |
*** vthapar_ is now known as vthapar | 18:06 | |
*** ramishra has joined #openstack-neutron | 18:09 | |
*** BuSerD has joined #openstack-neutron | 18:09 | |
openstackgerrit | Sean M. Collins proposed a change to openstack/neutron-specs: Add a blueprint for ipv6-provider-nets-slaac https://review.openstack.org/88043 | 18:09 |
*** lromagnoli has joined #openstack-neutron | 18:09 | |
*** dgollub has joined #openstack-neutron | 18:10 | |
*** BuSerD has quit IRC | 18:11 | |
*** ramishra has quit IRC | 18:13 | |
*** BuSerD has joined #openstack-neutron | 18:13 | |
openstackgerrit | Sean M. Collins proposed a change to openstack/neutron-specs: Add ipv6-provider-nets-slaac https://review.openstack.org/88043 | 18:14 |
*** thedodd has joined #openstack-neutron | 18:15 | |
*** BuSerD has quit IRC | 18:18 | |
*** jprovazn has quit IRC | 18:18 | |
*** kbringard has joined #openstack-neutron | 18:18 | |
*** kbringard has quit IRC | 18:18 | |
*** BuSerD has joined #openstack-neutron | 18:21 | |
*** jsoares has joined #openstack-neutron | 18:21 | |
*** coolsvap is now known as coolsvap|afk | 18:26 | |
*** morganfainberg_Z is now known as morganfainberg | 18:27 | |
*** dgollub has quit IRC | 18:28 | |
*** alagalah has joined #openstack-neutron | 18:29 | |
*** leseb has joined #openstack-neutron | 18:31 | |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: netaddr<=0.7.10 raises ValueError instead of AddrFormatError https://review.openstack.org/88052 | 18:37 |
*** vthapar has quit IRC | 18:40 | |
*** vthapar has joined #openstack-neutron | 18:41 | |
*** marun has quit IRC | 18:42 | |
*** sweston has quit IRC | 18:43 | |
*** jprovazn has joined #openstack-neutron | 18:47 | |
*** ale has quit IRC | 18:48 | |
*** ale has joined #openstack-neutron | 18:48 | |
*** otherwiseguy has joined #openstack-neutron | 18:48 | |
*** chandan_kumar has joined #openstack-neutron | 18:49 | |
*** rand738 has quit IRC | 18:49 | |
*** rand738 has joined #openstack-neutron | 18:51 | |
*** jsoares has quit IRC | 18:51 | |
*** russellb has quit IRC | 18:53 | |
*** russellb has joined #openstack-neutron | 18:55 | |
*** ale has quit IRC | 18:58 | |
*** Hitesh has joined #openstack-neutron | 19:00 | |
*** dgollub has joined #openstack-neutron | 19:00 | |
*** ale has joined #openstack-neutron | 19:03 | |
Hitesh | kevinbenton: Hi Kevin | 19:06 |
*** ramishra has joined #openstack-neutron | 19:09 | |
*** jlibosva has joined #openstack-neutron | 19:09 | |
*** samuelbercovici has joined #openstack-neutron | 19:10 | |
*** nati_ueno has joined #openstack-neutron | 19:10 | |
*** martink2 has joined #openstack-neutron | 19:13 | |
*** ramishra has quit IRC | 19:14 | |
*** dvorkinista has quit IRC | 19:17 | |
martink2 | I am trying to get neutron set up with ml2-openvswitch and provider networks, all the bridges are created ok but traffic on the l3 agent external interface is not having a vlan tag on it, which it should. Is that combination even supposed to work or does the l3 agent external interface require an untagged network ?? | 19:17 |
*** dgollub has quit IRC | 19:20 | |
rkukura | martink2: Are you using an external network bridge or a provider external network? | 19:20 |
*** nati_ueno has quit IRC | 19:20 | |
*** yamahata_ has quit IRC | 19:21 | |
*** nati_ueno has joined #openstack-neutron | 19:21 | |
*** otherwiseguy has quit IRC | 19:22 | |
martink2 | provider external network | 19:24 |
rkukura | martink2: If you are using an external network bridge (‘br-ex’ by default), the provider details (like VLAN tag) of the external network are ignored. Try setting “external_network_bridge =“ in l3_agent.ini to overrride the default. | 19:25 |
martink2 | i set external_network_bridge = in l3agent | 19:26 |
*** otherwiseguy has joined #openstack-neutron | 19:27 | |
*** jecarey_ has joined #openstack-neutron | 19:28 | |
*** TrevorV has quit IRC | 19:28 | |
*** sbfox has quit IRC | 19:29 | |
*** otherwis_ has joined #openstack-neutron | 19:29 | |
rkukura | martink2: So you aren’t using br-ex, and you have a br-ethX for the physical network that your external VLAN is on, and have this setup in bridge_mappings in ovs_neutron_plugin.ini for the L2 agent, right? | 19:30 |
*** chandan_kumar has quit IRC | 19:30 | |
*** jlibosva has quit IRC | 19:31 | |
*** jecarey has quit IRC | 19:32 | |
*** nati_uen_ has joined #openstack-neutron | 19:32 | |
*** otherwiseguy has quit IRC | 19:32 | |
*** ihrachyshka has joined #openstack-neutron | 19:33 | |
*** nati_ueno has quit IRC | 19:33 | |
martink2 | rkukura: i have the bridge_mappings = physnet1:br-eth3 | 19:35 |
*** samuelbercovici has quit IRC | 19:35 | |
*** nati_uen_ has quit IRC | 19:35 | |
rkukura | martink2: What do you see when you run “neutron net-show <external-network-name>” as admin? | 19:36 |
*** TrevorV has joined #openstack-neutron | 19:36 | |
martink2 | rkukura: +---------------------------+--------------------------------------+ | Field | Value | +---------------------------+--------------------------------------+ | admin_state_up | True | | id | 4b920514-542d-4083-a45a-cdcf47d8694c | | name | ext_net | | | 19:38 |
rkukura | martink2: I don’t see the provider attributes - are you sure you ran this with admin credentials? | 19:39 |
*** sbfox has joined #openstack-neutron | 19:40 | |
*** jistr has quit IRC | 19:40 | |
*** ihrachyshka has quit IRC | 19:40 | |
martink2 | sorry for the formatting .. provider:network_type | vlan, provider:physical_network | physnet1, provider:segmentation_id | 790 | 19:40 |
*** leseb has quit IRC | 19:41 | |
*** dkehn_ has joined #openstack-neutron | 19:43 | |
*** sweston has joined #openstack-neutron | 19:43 | |
martink2 | i am trying to ping from the netns and i can see on a tcpdum that no vlan tag is on the packet on the eth3 interface, which is the right interface ... 19:43:19.064755 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 10.97.40.1 tell 10.97.40.2, length 28 | 19:44 |
rkukura | martink2: That sounds reasonable. The external network traffic should be on VLAN 790 on br-eth3. So are you seeing the traffic on br-eth3 or on eth3 itself, but with no VLAN tag? | 19:45 |
*** dkehn has quit IRC | 19:46 | |
*** dkehn_ has quit IRC | 19:46 | |
*** amcrn_ has joined #openstack-neutron | 19:46 | |
*** dkehnx has quit IRC | 19:46 | |
*** dkehn_ has joined #openstack-neutron | 19:46 | |
*** amcrn has quit IRC | 19:47 | |
*** dkehn has joined #openstack-neutron | 19:48 | |
*** amcrn_ is now known as amcrn | 19:48 | |
*** dvorkinista has joined #openstack-neutron | 19:48 | |
martink2 | rkukura: i can see tcp dumps on both eth3 and br-eth3 | 19:48 |
martink2 | and on both without vlan tag | 19:49 |
rkukura | martink2: Are your tenant networks also on eth3? If so, do they have the proper tags? | 19:49 |
martink2 | rkukura: no tenant networks yet i just have brought up the external network and one router yet | 19:51 |
martink2 | when i ping from the other side i can see traffic entering eth3 and br-eth3 with vlan tag 790: 19:50:40.113609 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 10.97.40.2 tell 10.97.40.1, length 46 | 19:52 |
rkukura | martink2: I’d recommend getting tenant networks to work between VMs on different nodes first if you can. | 19:54 |
*** ajo has quit IRC | 19:55 | |
*** chandan_kumar has joined #openstack-neutron | 19:56 | |
*** leseb has joined #openstack-neutron | 19:57 | |
*** otherwis_ has quit IRC | 19:58 | |
*** thedodd has quit IRC | 19:59 | |
*** jprovazn has quit IRC | 19:59 | |
*** dvorkinista has quit IRC | 20:02 | |
*** thedodd has joined #openstack-neutron | 20:05 | |
*** alexpilotti has quit IRC | 20:05 | |
martink2 | rkukura: thanks for the tip i just created an tenant provider network on another bridge br-eth4 and the packets are not tagged there either | 20:06 |
*** ajo has joined #openstack-neutron | 20:08 | |
*** Sukhdev has joined #openstack-neutron | 20:08 | |
*** BuSerD has quit IRC | 20:09 | |
martink2 | rkukura: strike my last the internal packets are tagged ok on eth4 | 20:09 |
*** ramishra has joined #openstack-neutron | 20:10 | |
rkukura | martink2: I think the next step would be to make sure the flow rules that move traffic between br-int and br-ethX are created correctly to modify the vlan tags. Its been a while since I’ve looked at these, so I may not be much help on that right now. | 20:10 |
*** ihrachyshka has joined #openstack-neutron | 20:12 | |
*** hrzbrg has quit IRC | 20:13 | |
openstackgerrit | A change was merged to openstack/neutron-specs: Note the usage of asciiflow.com for diagrams https://review.openstack.org/88037 | 20:14 |
*** ramishra has quit IRC | 20:14 | |
*** dvorkinista has joined #openstack-neutron | 20:15 | |
*** jistr has joined #openstack-neutron | 20:17 | |
martink2 | rkukura: thanks for the efford will try that next | 20:17 |
*** ihrachyshka_ has joined #openstack-neutron | 20:18 | |
*** ihrachyshka has quit IRC | 20:18 | |
*** baoli has quit IRC | 20:20 | |
*** alagalah has quit IRC | 20:21 | |
*** _sweston_ has joined #openstack-neutron | 20:21 | |
*** sweston has quit IRC | 20:21 | |
*** dvorkinista has quit IRC | 20:22 | |
*** vthapar has quit IRC | 20:22 | |
*** alagalah has joined #openstack-neutron | 20:22 | |
*** alagalah has quit IRC | 20:23 | |
*** alagalah has joined #openstack-neutron | 20:23 | |
*** otherwiseguy has joined #openstack-neutron | 20:23 | |
*** mlavalle has quit IRC | 20:25 | |
mmmucky | ajo: This is our multi-node havana dev env. OVSNeutronPluginV2 core plugin. LXC Containers for compute, network, api, etc. Instances are QEMU inside the compute LXC container. | 20:26 |
mmmucky | I was tcpdumping on the integration bridge (a linux bridge on the physical host) | 20:28 |
mmmucky | tcpdumping on the linux bridge inside the compute node that the instance vif is plugged into shows the expected result... a single broadcast frame without any .1Q | 20:29 |
*** pradipta_away has quit IRC | 20:29 | |
*** alagalah has quit IRC | 20:31 | |
*** alagalah has joined #openstack-neutron | 20:31 | |
*** sbfox has quit IRC | 20:32 | |
*** pradipta_away has joined #openstack-neutron | 20:34 | |
*** sbfox has joined #openstack-neutron | 20:38 | |
*** martink2 has quit IRC | 20:38 | |
*** TrevorV has quit IRC | 20:40 | |
*** sbfox has quit IRC | 20:45 | |
*** TrevorV has joined #openstack-neutron | 20:45 | |
*** BillTheK_ has quit IRC | 20:46 | |
*** sbfox has joined #openstack-neutron | 20:47 | |
*** singhs has joined #openstack-neutron | 20:49 | |
*** singhs_ has joined #openstack-neutron | 20:52 | |
*** alagalah has quit IRC | 20:54 | |
*** singhs has quit IRC | 20:54 | |
*** singhs_ is now known as singhs | 20:54 | |
*** baoli has joined #openstack-neutron | 21:00 | |
*** _sweston_ has quit IRC | 21:08 | |
*** WackoRobie has joined #openstack-neutron | 21:08 | |
*** sweston has joined #openstack-neutron | 21:10 | |
*** ale has quit IRC | 21:15 | |
*** singhs has quit IRC | 21:20 | |
*** networkstatic is now known as networkstatic_zZ | 21:20 | |
*** BuSerD has joined #openstack-neutron | 21:25 | |
*** salv-orlando has quit IRC | 21:29 | |
*** jistr has quit IRC | 21:33 | |
*** dvorkinista has joined #openstack-neutron | 21:34 | |
larsks | Can I bug someone to look at https://review.openstack.org/#/c/85432/? I don't want it to get too stale. | 21:34 |
*** pcm__ has quit IRC | 21:34 | |
*** _sweston_ has joined #openstack-neutron | 21:35 | |
*** sweston has quit IRC | 21:35 | |
*** ajo has quit IRC | 21:36 | |
*** mwagner_lap has quit IRC | 21:38 | |
*** TrevorV has quit IRC | 21:39 | |
*** crc32 has quit IRC | 21:40 | |
*** rm_work is now known as rm_work|away | 21:40 | |
*** ale has joined #openstack-neutron | 21:42 | |
*** manishg_ has joined #openstack-neutron | 21:42 | |
*** ale has quit IRC | 21:44 | |
*** rm_work|away is now known as rm_work | 21:45 | |
openstackgerrit | Terry Wilson proposed a change to openstack/neutron: Restore ability to run functional tests with run_tests.sh https://review.openstack.org/88093 | 21:51 |
*** dvorkinista has quit IRC | 21:51 | |
*** dims has quit IRC | 21:52 | |
*** rm_work is now known as rm_work|away | 21:56 | |
*** manishg__ has joined #openstack-neutron | 21:57 | |
*** carl_baldwin has quit IRC | 21:57 | |
*** manishg__ has quit IRC | 21:59 | |
*** manishg has quit IRC | 21:59 | |
*** manishg__ has joined #openstack-neutron | 21:59 | |
*** manishg has joined #openstack-neutron | 22:00 | |
*** rm_work|away is now known as rm_work | 22:01 | |
*** manishg_ has quit IRC | 22:01 | |
*** jecarey_ has quit IRC | 22:02 | |
*** dims has joined #openstack-neutron | 22:04 | |
openstackgerrit | Nachi Ueno proposed a change to openstack/neutron-specs: Added Sphinx diagram tools https://review.openstack.org/88095 | 22:05 |
*** oda-g has joined #openstack-neutron | 22:06 | |
*** Sukhdev has quit IRC | 22:08 | |
*** leseb has quit IRC | 22:09 | |
*** jobewan has quit IRC | 22:10 | |
*** sungju has joined #openstack-neutron | 22:10 | |
*** ihrachyshka_ has quit IRC | 22:10 | |
*** jecarey_ has joined #openstack-neutron | 22:14 | |
*** sungju has quit IRC | 22:14 | |
*** armax has left #openstack-neutron | 22:15 | |
openstackgerrit | Mohammad Banikazemi proposed a change to openstack/neutron-specs: Add spec for ML2 mechanism driver for SDN-VE https://review.openstack.org/88101 | 22:19 |
openstackgerrit | Nachi Ueno proposed a change to openstack/neutron-specs: Added Sphinx diagram tools https://review.openstack.org/88095 | 22:22 |
*** banix has quit IRC | 22:23 | |
*** gdubreui has joined #openstack-neutron | 22:24 | |
*** enikanorov has quit IRC | 22:27 | |
*** enikanorov has joined #openstack-neutron | 22:27 | |
*** obondarev has quit IRC | 22:27 | |
*** obondarev has joined #openstack-neutron | 22:27 | |
*** angryjesters has quit IRC | 22:29 | |
*** jgrimm has quit IRC | 22:32 | |
openstackgerrit | Terry Wilson proposed a change to openstack/neutron: Restore ability to run functional tests with run_tests.sh https://review.openstack.org/88093 | 22:34 |
*** prad has quit IRC | 22:39 | |
*** thedodd has quit IRC | 22:41 | |
*** sbfox has quit IRC | 22:45 | |
*** networkstatic_zZ is now known as networkstatic | 22:49 | |
*** lnxnut_ has joined #openstack-neutron | 22:51 | |
*** manishg has quit IRC | 22:51 | |
*** lnxnut has quit IRC | 22:51 | |
*** lnxnut_ has quit IRC | 22:51 | |
*** lnxnut has joined #openstack-neutron | 22:52 | |
*** manishg__ has quit IRC | 22:56 | |
*** thuc_ has quit IRC | 23:01 | |
*** thuc has joined #openstack-neutron | 23:02 | |
*** thuc has quit IRC | 23:06 | |
*** Dseven has quit IRC | 23:10 | |
*** tchaypo has left #openstack-neutron | 23:34 | |
*** chandan_kumar has quit IRC | 23:37 | |
*** mlavalle has joined #openstack-neutron | 23:41 | |
*** lyxus has quit IRC | 23:44 | |
*** thuc has joined #openstack-neutron | 23:45 | |
*** manishg has joined #openstack-neutron | 23:47 | |
*** manishg__ has joined #openstack-neutron | 23:47 | |
*** ale has joined #openstack-neutron | 23:48 | |
*** manishg_ has joined #openstack-neutron | 23:50 | |
*** manishg___ has joined #openstack-neutron | 23:50 | |
*** ramishra has joined #openstack-neutron | 23:52 | |
*** manishg has quit IRC | 23:52 | |
*** manishg___ is now known as manishg | 23:52 | |
*** manishg__ has quit IRC | 23:53 | |
*** ramishra has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!