*** flwang_ has quit IRC | 00:00 | |
*** jaypipes has quit IRC | 00:01 | |
*** lordd has quit IRC | 00:01 | |
*** otherwiseguy has quit IRC | 00:01 | |
*** dims_ has quit IRC | 00:03 | |
aleksandr_null | ohhh... latest neutron-dvr branch: | 00:03 |
---|---|---|
aleksandr_null | http://paste.openstack.org/show/88801/ | 00:03 |
aleksandr_null | root@node-140:~# neutron router-create --distributed=True lalala | 00:04 |
aleksandr_null | got created router with: | distributed | False | 00:04 |
aleksandr_null | =( | 00:04 |
*** dvorkinista has quit IRC | 00:04 | |
*** dvorkinista has joined #openstack-neutron | 00:05 | |
*** _cjones_ has quit IRC | 00:06 | |
armax | aleksandr_null: hang on…let me triage that | 00:06 |
*** xuhanp has joined #openstack-neutron | 00:06 | |
*** _cjones_ has joined #openstack-neutron | 00:06 | |
armax | not sure how that would be possible | 00:07 |
armax | this is a today’s run: | 00:07 |
armax | http://logs.openstack.org/35/98235/4/check/check-tempest-dsvm-neutron/1eb9298/logs/testr_results.html.gz | 00:07 |
armax | of this patch: https://review.openstack.org/#/c/98235/ | 00:07 |
armax | that adds DVR tests | 00:07 |
aleksandr_null | Yep. I'm here! Thanks Armando! | 00:07 |
aleksandr_null | Well I've took the latest one | 00:08 |
*** lordd has joined #openstack-neutron | 00:08 | |
aleksandr_null | ( about 10-20 minutes ago) | 00:08 |
openstackgerrit | Itsuro Oda proposed a change to openstack/neutron: Do not schedule network when creating reserved DHCP port https://review.openstack.org/98278 | 00:09 |
armax | and what’s your router_distributed value in neutron.conf? | 00:09 |
*** akshya has quit IRC | 00:09 | |
*** xuhanp has quit IRC | 00:10 | |
aleksandr_null | i didn't set it up and specifying distributed=true during router creation process | 00:11 |
aleksandr_null | Or you're deprecated this way ? | 00:12 |
armax | no | 00:12 |
armax | so you have router_distributed=False in your neutron.conf | 00:12 |
aleksandr_null | So I assume that is correct way ? | 00:12 |
aleksandr_null | I didn't specified it at all | 00:12 |
*** Sukhdev has joined #openstack-neutron | 00:12 | |
*** lordd has quit IRC | 00:12 | |
armax | and you tried neutron router-create —distributed=True and that failed for you? | 00:12 |
aleksandr_null | it's not failing it just creating router with distributed=false | 00:13 |
armax | that’s exactly what tempest does | 00:13 |
armax | right, failed to create a distributed router | 00:13 |
aleksandr_null | I'm using this version: HEAD is now at 4740a0b Merge DVR patches together | 00:13 |
armax | hang on, let me check | 00:13 |
aleksandr_null | Ok. Sitting here :) | 00:13 |
armax | taht would be a minute | 00:14 |
aleksandr_null | Not touching anything and just wag the tail =) | 00:14 |
armax | ok | 00:14 |
armax | it works for me | 00:14 |
armax | phew | 00:14 |
aleksandr_null | =) | 00:15 |
armax | now | 00:15 |
armax | let’s figure out why it wasn’t work for you! | 00:15 |
armax | http://paste.openstack.org/show/88803/ | 00:15 |
aleksandr_null | I could try to update it | 00:15 |
armax | that won’t be the same | 00:16 |
aleksandr_null | hm,but got the same results :( | 00:16 |
aleksandr_null | http://paste.openstack.org/show/88804/ | 00:16 |
*** tomoe_ has quit IRC | 00:17 | |
aleksandr_null | maybe I somehow use an old version ? What code was changed since that ? I could go and check sources. | 00:17 |
*** tomoe_ has joined #openstack-neutron | 00:17 | |
armax | I am using master | 00:17 |
armax | top of trunk | 00:17 |
aleksandr_null | so am I. | 00:17 |
aleksandr_null | you using neutron-dvr branch / | 00:18 |
aleksandr_null | ? | 00:18 |
armax | no | 00:18 |
aleksandr_null | oh | 00:18 |
armax | I mean | 00:18 |
aleksandr_null | https://github.com/ecbaldwin/neutron-dvr | 00:18 |
armax | just for this api test I am using plan trunk | 00:18 |
aleksandr_null | I'm using Carl's one | 00:18 |
armax | that should be fine | 00:18 |
aleksandr_null | Hm | 00:19 |
aleksandr_null | Something was changed in branch since friday because before that router worked fine. | 00:20 |
armax | let me try carl’s branch | 00:20 |
armax | one sec | 00:20 |
*** gangil has quit IRC | 00:20 | |
aleksandr_null | Ok | 00:20 |
*** tomoe_ has quit IRC | 00:21 | |
armax | I can’t really see how the outcome of the operation would differ from one branch to the other | 00:21 |
armax | I mean, it either explodes or it works ;) | 00:22 |
armax | aleksandr_null: bear with me, one more sec | 00:24 |
aleksandr_null | Yep :) | 00:24 |
aleksandr_null | I'm here :) | 00:24 |
armax | aleksandr_null: what’s your timezone? | 00:24 |
aleksandr_null | If you would success I just will go and destroy git folder and clone it from scratch :) | 00:24 |
aleksandr_null | Mine is UTC-7 | 00:25 |
aleksandr_null | So I will be pretty long :) | 00:25 |
armax | ok | 00:25 |
aleksandr_null | Even if I went home i still will be here :) Bouncer will keep the history :) | 00:25 |
*** yamamoto_ has joined #openstack-neutron | 00:26 | |
armax | I need 2 more minutes | 00:26 |
aleksandr_null | Take your time! | 00:26 |
armax | nope | 00:26 |
armax | it works for me | 00:26 |
armax | ...sadly | 00:26 |
armax | http://paste.openstack.org/show/88805/ | 00:27 |
aleksandr_null | =( Thanks a lot. At least I will go and remove directory and try to build neutron from scratch and redeploy it. It will take about 20 minutes to do on my ha/multinode + tests. | 00:27 |
*** xgerman has quit IRC | 00:27 | |
armax | see the paste | 00:27 |
armax | I am using carl’s mster branch | 00:28 |
armax | you scared me there for a minute | 00:28 |
*** yamamoto has quit IRC | 00:28 | |
aleksandr_null | http://paste.openstack.org/show/88807/ | 00:29 |
aleksandr_null | Sorry for that. That's strange. | 00:29 |
aleksandr_null | I'm wondering what I'm doing wrong with this packaging staff. | 00:29 |
armax | when you pull the new code | 00:29 |
armax | do you destroy and recreate the schema? | 00:30 |
armax | not that it would be necessary | 00:30 |
*** manishg has quit IRC | 00:30 | |
armax | but if there are changes to the migration files | 00:30 |
armax | because of other merges etc | 00:30 |
armax | schema may get messy | 00:31 |
aleksandr_null | armax: I destroy and recreate db for neutron from scratch each and every time | 00:32 |
aleksandr_null | give me 2 minutes | 00:32 |
*** dvorkini_ has joined #openstack-neutron | 00:33 | |
*** _cjones_ has quit IRC | 00:33 | |
aleksandr_null | may be my patch damaging things ... | 00:33 |
armax | you run the commands as admin? | 00:33 |
armax | correct? | 00:33 |
*** _cjones_ has joined #openstack-neutron | 00:34 | |
aleksandr_null | of course ;) | 00:34 |
*** dconde has quit IRC | 00:34 | |
aleksandr_null | I disabled alembic patch for now and will take a look what will happens | 00:34 |
armax | I would suggest you run the commands with —debug | 00:34 |
armax | just to see what gets exchanged on the wire | 00:34 |
aleksandr_null | hm without alembic db-manage not works | 00:35 |
aleksandr_null | utils.py", line 27, in import_class | 00:35 |
aleksandr_null | __import__(mod_str) | 00:35 |
aleksandr_null | ValueError: Empty module name | 00:35 |
armax | also I’d check what the data stored in the db in the router_extra_attributes table | 00:35 |
armax | after the operation | 00:35 |
aleksandr_null | ok. will do that | 00:35 |
*** hemanthravi has joined #openstack-neutron | 00:35 | |
armax | if one thing can be said about dvr | 00:35 |
aleksandr_null | enabled the patch and started deployment | 00:35 |
*** hemanthravi has left #openstack-neutron | 00:35 | |
armax | is that the flag handling is probably the most robust of all the dvr-related changes :) | 00:36 |
*** dvorkinista has quit IRC | 00:36 | |
aleksandr_null | give it about one minute to distribute/deploy and configure across the nodes. | 00:36 |
armax | aleksandr_null: k, standing by | 00:37 |
aleksandr_null | the same thing. checking db | 00:37 |
*** nlahouti has quit IRC | 00:37 | |
*** _cjones_ has quit IRC | 00:38 | |
aleksandr_null | http://paste.openstack.org/show/88808/ | 00:38 |
*** julim has joined #openstack-neutron | 00:38 | |
*** julim has quit IRC | 00:38 | |
aleksandr_null | Checked twice: I'm on latest commit from neutron-dvr repo | 00:39 |
aleksandr_null | origin/master | 00:39 |
armax | ok | 00:39 |
armax | that’s good to some extent | 00:39 |
armax | it means you’re not crazy | 00:40 |
*** julim has joined #openstack-neutron | 00:40 | |
aleksandr_null | Hm | 00:40 |
aleksandr_null | mysql> select * from router_extra_attributes | 00:40 |
aleksandr_null | -> ; | 00:40 |
aleksandr_null | +--------------------------------------+-------------+ | 00:40 |
aleksandr_null | | router_id | distributed | | 00:40 |
aleksandr_null | +--------------------------------------+-------------+ | 00:40 |
aleksandr_null | | a4f43f6f-c775-4582-9129-92a9cc7d055e | 1 | | 00:40 |
aleksandr_null | +--------------------------------------+-------------+ | 00:40 |
armax | paste is better | 00:40 |
aleksandr_null | 1 row in set (0.00 sec) | 00:40 |
aleksandr_null | Oh, sorry for flooding here | 00:40 |
*** lordd has joined #openstack-neutron | 00:40 | |
aleksandr_null | I mean that in DB it's distributed! | 00:41 |
armax | ok | 00:41 |
armax | two things | 00:41 |
armax | what’s your neutron.conf? | 00:41 |
armax | what’s router_distributed value? | 00:41 |
aleksandr_null | one sec | 00:41 |
aleksandr_null | nothing | 00:42 |
aleksandr_null | I don't have it | 00:42 |
aleksandr_null | https://gist.github.com/anonymous/e367c2b52164fdced2ec | 00:42 |
armax | that’s odd | 00:43 |
aleksandr_null | Yep :( | 00:43 |
*** wolsen has quit IRC | 00:43 | |
*** AbsinthMind has joined #openstack-neutron | 00:43 | |
armax | I guess your deployment scripts wipe out and regenerate the conf file? | 00:43 |
aleksandr_null | they not touching it at all for that moment. | 00:44 |
armax | but that’s not right | 00:44 |
*** lordd has quit IRC | 00:45 | |
aleksandr_null | Why ? | 00:45 |
armax | the neutron.conf I mean | 00:45 |
aleksandr_null | Yes, I understand but why I should change it ? | 00:46 |
armax | if that doesn’t match what carl’s repo contain | 00:46 |
armax | that you’re running the right codeabase? | 00:46 |
armax | what aobut the policy.json file? | 00:46 |
armax | anyhow | 00:47 |
aleksandr_null | Well I've checked that neutron.conf didn't had a significant changes beside setting up distributed router behavior by default. | 00:47 |
armax | we’ve established taht the data is correct | 00:47 |
armax | so it’s a presentation problem | 00:47 |
aleksandr_null | Yep. | 00:47 |
armax | you do have this fix: https://review.openstack.org/#/c/109504/ | 00:47 |
armax | because carl’s repo has it too | 00:48 |
armax | but it’s worth double-checking | 00:48 |
aleksandr_null | One sec | 00:48 |
armax | however, now that I think more closely | 00:48 |
armax | sorry look at it more closely | 00:49 |
armax | I wonder adding the option in the neutron.conf would help us rule out any potential error in handling the configs | 00:50 |
armax | just temporarely | 00:50 |
*** sbfox has joined #openstack-neutron | 00:51 | |
*** achanda has quit IRC | 00:52 | |
aleksandr_null | Ok! I've checked and confirm that I have this patch. | 00:52 |
armax | yeah that’s fine | 00:53 |
aleksandr_null | So you could go to sleep and I'll inform you about my findings | 00:53 |
armax | I am fine | 00:53 |
armax | it’s 6pm over here | 00:53 |
armax | I think I have a few more hours to go ;) | 00:53 |
aleksandr_null | Ok ;) So give me half an hour to get to home and I'll continue to find what is the issue | 00:53 |
aleksandr_null | Will it work for you ? | 00:53 |
armax | I’d add the router_distributed flag to the neutron.conf just to rule out the fact t | 00:53 |
aleksandr_null | yep. will do that | 00:54 |
armax | but that really should cause any difference | 00:54 |
armax | I’m gonna be online in the next hour or so | 00:54 |
armax | I’ll keep on looking, but really I can’t figure this one out | 00:55 |
armax | aleksandr_null: I think that’s it though | 00:56 |
armax | I’ll keep you posted | 00:56 |
*** nati_uen_ has quit IRC | 00:58 | |
*** nati_ueno has joined #openstack-neutron | 00:58 | |
armax | aleksandr_null: did try without the flag | 01:02 |
armax | aleksandr_null: in neutron.conf | 01:02 |
armax | same result :)( | 01:02 |
armax | aleksandr_null: really no surprises there | 01:02 |
*** nati_ueno has quit IRC | 01:03 | |
*** ranger81_ has quit IRC | 01:04 | |
*** dsneddon is now known as dsneddon_gone | 01:04 | |
*** ranger81 has joined #openstack-neutron | 01:05 | |
*** yamamoto_ has quit IRC | 01:06 | |
openstackgerrit | A change was merged to openstack/neutron: ML2 additions to support DVR https://review.openstack.org/102398 | 01:12 |
*** banix has joined #openstack-neutron | 01:15 | |
*** rudrarugge has quit IRC | 01:22 | |
*** rudrarugge has joined #openstack-neutron | 01:22 | |
*** JayJ__ has joined #openstack-neutron | 01:24 | |
*** nplanel_ has joined #openstack-neutron | 01:25 | |
*** tomoe_ has joined #openstack-neutron | 01:25 | |
*** ijw_ has joined #openstack-neutron | 01:26 | |
aleksandr_null | armax: Maybe I need to update neutron-client also ? | 01:27 |
aleksandr_null | But it's strange previously it's worked fine for me | 01:27 |
*** rudrarugge has quit IRC | 01:27 | |
aleksandr_null | what we could try beside neutron.conf ? | 01:28 |
aleksandr_null | My bad. I found that problem was in policy.json. | 01:30 |
*** ijw_ has quit IRC | 01:30 | |
aleksandr_null | It's interesting because previously it worked ;( | 01:30 |
*** Sukhdev has quit IRC | 01:33 | |
aleksandr_null | Updated policy.json and will check what will happens next | 01:33 |
*** stanzgy has joined #openstack-neutron | 01:34 | |
*** ijw has quit IRC | 01:35 | |
*** JayJ__ has quit IRC | 01:36 | |
*** JayJ__ has joined #openstack-neutron | 01:36 | |
*** nlahouti has joined #openstack-neutron | 01:36 | |
*** xianghui has joined #openstack-neutron | 01:36 | |
*** nlahouti has quit IRC | 01:37 | |
aleksandr_null | Nothing happens :( | 01:37 |
*** nlahouti has joined #openstack-neutron | 01:38 | |
*** JayJ__ has quit IRC | 01:41 | |
aleksandr_null | armax: it looks like issue with neutron client | 01:41 |
aleksandr_null | https://github.com/openstack/python-neutronclient/commit/c46bf95f4cac768184dacc494671d58e21562d56 | 01:41 |
*** xuhanp has joined #openstack-neutron | 01:42 | |
aleksandr_null | I mean I have to update it | 01:42 |
*** rwsu has quit IRC | 01:42 | |
*** AbsinthMind has quit IRC | 01:42 | |
openstackgerrit | Sitaram Dontu proposed a change to openstack/neutron: Replaced the strings with respective constants https://review.openstack.org/109783 | 01:44 |
*** baohua has joined #openstack-neutron | 01:46 | |
*** yamamoto_ has joined #openstack-neutron | 01:47 | |
*** gangil has joined #openstack-neutron | 01:47 | |
*** amotoki has joined #openstack-neutron | 01:49 | |
*** otherwiseguy has joined #openstack-neutron | 01:49 | |
*** diegows has quit IRC | 01:50 | |
*** vivek-ebay has joined #openstack-neutron | 01:50 | |
*** amotoki has quit IRC | 01:51 | |
*** dvorkini_ has quit IRC | 01:52 | |
*** arosen has joined #openstack-neutron | 01:55 | |
armax | aleksandr_null: that has nothing do to with it | 01:55 |
armax | afaik | 01:55 |
aleksandr_null | Hm, will see. Just added some scripting to update neutronclient also | 01:56 |
*** flwang_ has joined #openstack-neutron | 01:57 | |
*** shashankhegde has joined #openstack-neutron | 01:58 | |
openstackgerrit | Joe Mills proposed a change to openstack/neutron: Implement Midonet Juno Network Api calls https://review.openstack.org/103820 | 02:00 |
aleksandr_null | armax: yes, you're right ;( | 02:01 |
aleksandr_null | Nothing was changed :( | 02:01 |
*** padkrish has quit IRC | 02:01 | |
*** otherwiseguy has quit IRC | 02:01 | |
*** flwang_ has quit IRC | 02:01 | |
aleksandr_null | Added router_distributed = True in neutron.conf | 02:03 |
aleksandr_null | will see what will happens next | 02:03 |
*** JayJ__ has joined #openstack-neutron | 02:03 | |
*** sbalukoff has quit IRC | 02:04 | |
armax | ok | 02:04 |
*** topshare has joined #openstack-neutron | 02:05 | |
*** topshare has quit IRC | 02:07 | |
*** topshare has joined #openstack-neutron | 02:07 | |
aleksandr_null | armax: I have a bad news | 02:08 |
armax | ok | 02:08 |
aleksandr_null | armax: router_distributed = True worked +( | 02:08 |
topshare | what's news? | 02:08 |
*** AbsinthMind has joined #openstack-neutron | 02:09 | |
armax | aleksandr_null: worked how? | 02:09 |
topshare | good news for me | 02:09 |
aleksandr_null | I mean router_distributed = True in neutron.conf | 02:09 |
armax | that’s the global default | 02:09 |
topshare | https://wiki.openstack.org/wiki/Neutron/DVR/HowTo | 02:10 |
aleksandr_null | Hm, looks like it didn't interpret in correctly if it not specified in config file | 02:10 |
aleksandr_null | topshare: thanks cap. It was mentioned that if I didn't specify it it would be false. So I'm creating router with --distributed=true specified | 02:11 |
openstackgerrit | shihanzhang proposed a change to openstack/neutron: Add ipset to security group https://review.openstack.org/110184 | 02:11 |
aleksandr_null | but it shows that router isn't distributed but db shows that it actually is. | 02:11 |
aleksandr_null | I mean it's definitely not clear that I should specify something in config file to get it working somehow. | 02:12 |
aleksandr_null | At least it works couple days ago | 02:13 |
armax | aleksandr_null: if you did create a router with distributed=False | 02:13 |
armax | aleksandr_null: what would you get? | 02:13 |
topshare | DVR like multi-host nova-network | 02:13 |
aleksandr_null | armax: give me a sec | 02:13 |
*** AbsinthMind1 has joined #openstack-neutron | 02:14 | |
aleksandr_null | armax: http://paste.openstack.org/show/88820/ | 02:16 |
*** AbsinthMind has quit IRC | 02:16 | |
*** topshare has quit IRC | 02:16 | |
armax | right | 02:16 |
armax | so it’s still the same type of failure mode | 02:16 |
*** yamahata has quit IRC | 02:16 | |
armax | I bet that if you went and looked at the DB | 02:16 |
armax | 9ab0a69b-77b0-493e-8150-c932d793e0a6 will have distributed set to 0 | 02:16 |
*** topshare has joined #openstack-neutron | 02:16 | |
armax | so nothing new there | 02:16 |
*** topshare has quit IRC | 02:17 | |
*** topshare has joined #openstack-neutron | 02:18 | |
*** AbsinthMind1 has quit IRC | 02:18 | |
aleksandr_null | armax: yep | 02:19 |
aleksandr_null | it have 0 | 02:19 |
armax | aleksandr_null: this is really baffling | 02:20 |
*** otherwiseguy has joined #openstack-neutron | 02:20 | |
aleksandr_null | =( it looks like I'm forgetting to update something but I really don't know what | 02:20 |
armax | so we established the router is created correctly | 02:21 |
aleksandr_null | yep. | 02:21 |
aleksandr_null | at least in db it looks like distributed one ;) | 02:21 |
armax | or centralized | 02:21 |
armax | depending on the value that you pass | 02:21 |
armax | are you running more than one neutron server? | 02:22 |
aleksandr_null | yep. | 02:22 |
aleksandr_null | all of them got updated | 02:22 |
armax | are you sure they all run the same code base? | 02:22 |
aleksandr_null | yep :) | 02:22 |
aleksandr_null | everything is scripted | 02:22 |
*** manishg has joined #openstack-neutron | 02:22 | |
armax | unless we instrument the code, I can’t think of how we can root-cause this | 02:22 |
aleksandr_null | I'm not doing anything manually except poking it with stick :) | 02:23 |
armax | the culprit must be here: https://github.com/openstack/neutron/blob/master/neutron/db/l3_attrs_db.py#L50 | 02:24 |
armax | so maybe if you add a couple of traces here to show the content of router_res and router_db prior and after the body execution | 02:24 |
armax | as well as self.extra_attributes, then we can establish what’s going on…I still haven’t been able to reproduce the issue myself | 02:25 |
aleksandr_null | but have you're tried to check the same behavior on your lab ? | 02:25 |
armax | so there must be something specific about your env which I am failing to grasp | 02:25 |
aleksandr_null | I mean try to create with distributed true and false and check ? | 02:26 |
armax | aleksandr_null: yes, I was unable to reproduce it | 02:26 |
*** AbsinthMind has joined #openstack-neutron | 02:26 | |
aleksandr_null | Oh, ok. So it looks like definitely a problem with my environment | 02:26 |
aleksandr_null | I will go and check alembic patch. May be it's introducing an error to db | 02:26 |
openstackgerrit | Feng Xi Yan proposed a change to openstack/neutron-specs: Neutron ML2 mechanism driver for VCenter DVS network creation https://review.openstack.org/101124 | 02:26 |
*** manishg has quit IRC | 02:27 | |
armax | aleksandr_null: that’s unlikely | 02:27 |
aleksandr_null | armax: here is the patch I'm using | 02:28 |
aleksandr_null | http://paste.openstack.org/show/88821/ | 02:28 |
aleksandr_null | will go and check for updates on this bug | 02:28 |
armax | aleksandr_null: have you tried running without this patch? | 02:29 |
armax | that said, I don’t think this is your culprit | 02:29 |
armax | aleksandr_null: I think your safest bet to getting to the bottom of the issue is to add the traces as I suggested | 02:29 |
*** otherwiseguy has quit IRC | 02:29 | |
aleksandr_null | Ok, will do that | 02:30 |
armax | let me know what you find | 02:30 |
aleksandr_null | Ok! | 02:30 |
openstackgerrit | Xu Han Peng proposed a change to openstack/neutron: Support Stateful and Stateless DHCPv6 by dnsmasq https://review.openstack.org/106299 | 02:31 |
*** degdoo has joined #openstack-neutron | 02:34 | |
*** JayJ__ has quit IRC | 02:34 | |
*** JayJ__ has joined #openstack-neutron | 02:35 | |
*** otherwiseguy has joined #openstack-neutron | 02:35 | |
*** topshare has quit IRC | 02:37 | |
*** shashankhegde has quit IRC | 02:39 | |
*** shashankhegde has joined #openstack-neutron | 02:39 | |
*** JayJ__ has quit IRC | 02:40 | |
*** lordd has joined #openstack-neutron | 02:42 | |
*** topshare has joined #openstack-neutron | 02:42 | |
*** lordd has quit IRC | 02:47 | |
openstackgerrit | YAMAMOTO Takashi proposed a change to openstack/neutron: ofagent: Update a comment in port_bound https://review.openstack.org/110186 | 02:47 |
*** topshare has quit IRC | 02:48 | |
aleksandr_null | armax: could you please help me with debugging. I'm not so good in python so could you please specify to where I should try to output that | 02:48 |
openstackgerrit | YAMAMOTO Takashi proposed a change to openstack/neutron: ofagent: Add a missing normalized_port_name https://review.openstack.org/110187 | 02:48 |
aleksandr_null | I've tried msg and print but without success | 02:48 |
*** penguinRaider__ has quit IRC | 02:49 | |
aleksandr_null | should this part been executed during router adding procedure ? | 02:49 |
openstackgerrit | YAMAMOTO Takashi proposed a change to openstack/neutron: ofagent: Remove network_delete method https://review.openstack.org/110188 | 02:49 |
openstackgerrit | fumihiko kakuma proposed a change to openstack/neutron: OFAgent: Implement arp responder https://review.openstack.org/94183 | 02:50 |
*** shashankhegde has quit IRC | 02:51 | |
*** penguinRaider__ has joined #openstack-neutron | 02:52 | |
*** sungju has joined #openstack-neutron | 02:52 | |
*** topshare has joined #openstack-neutron | 02:56 | |
*** arosen has quit IRC | 02:59 | |
*** geekinutah has joined #openstack-neutron | 03:05 | |
*** harlowja is now known as harlowja_away | 03:07 | |
*** ranger81 has quit IRC | 03:07 | |
*** ranger81 has joined #openstack-neutron | 03:07 | |
*** harlowja_away is now known as harlowja | 03:08 | |
*** ranger81 has quit IRC | 03:09 | |
*** ranger81 has joined #openstack-neutron | 03:09 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Make dvr_vmarp_table_update call conditional to dvr extension https://review.openstack.org/110190 | 03:12 |
*** ranger81 has quit IRC | 03:14 | |
*** otherwiseguy has quit IRC | 03:15 | |
*** terryw has joined #openstack-neutron | 03:15 | |
*** nati_ueno has joined #openstack-neutron | 03:17 | |
openstackgerrit | A change was merged to openstack/python-neutronclient: Create new IPv6 attributes for Subnets by client https://review.openstack.org/75871 | 03:21 |
*** shashankhegde has joined #openstack-neutron | 03:21 | |
*** dvorkinista has joined #openstack-neutron | 03:22 | |
*** terryw has quit IRC | 03:23 | |
*** otherwiseguy has joined #openstack-neutron | 03:23 | |
*** zhhuabj has joined #openstack-neutron | 03:24 | |
*** nlahouti has quit IRC | 03:32 | |
*** banix has quit IRC | 03:32 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Make dvr_vmarp_table_update call conditional to dvr extension https://review.openstack.org/110190 | 03:33 |
*** zhhuabj has quit IRC | 03:33 | |
*** vivek-eb_ has joined #openstack-neutron | 03:33 | |
*** topshare has quit IRC | 03:34 | |
*** mestery_ has joined #openstack-neutron | 03:34 | |
*** nlahouti has joined #openstack-neutron | 03:34 | |
*** topshare has joined #openstack-neutron | 03:34 | |
*** arosen has joined #openstack-neutron | 03:35 | |
*** a_le_ has joined #openstack-neutron | 03:35 | |
*** mestery has quit IRC | 03:36 | |
*** vivek-ebay has quit IRC | 03:37 | |
*** a_le has quit IRC | 03:37 | |
*** vivek-eb_ has quit IRC | 03:38 | |
*** shashankhegde has quit IRC | 03:38 | |
*** AbsinthMind has quit IRC | 03:40 | |
*** dvorkinista has quit IRC | 03:40 | |
*** dvorkinista has joined #openstack-neutron | 03:41 | |
*** nlahouti has quit IRC | 03:41 | |
*** nplanel_ has quit IRC | 03:43 | |
*** zhhuabj has joined #openstack-neutron | 03:44 | |
*** dvorkinista has quit IRC | 03:45 | |
*** mestery_ has quit IRC | 03:46 | |
*** zhhuabj has quit IRC | 03:49 | |
*** flaviof_zzz is now known as flaviof | 03:49 | |
*** amotoki has joined #openstack-neutron | 03:55 | |
*** mestery has joined #openstack-neutron | 03:56 | |
*** nlahouti has joined #openstack-neutron | 03:56 | |
*** flwang_ has joined #openstack-neutron | 03:58 | |
*** tahder has joined #openstack-neutron | 03:58 | |
tahder | hi, somebody helps? | 03:58 |
*** mestery_ has joined #openstack-neutron | 03:59 | |
*** mestery has quit IRC | 04:02 | |
*** flwang_ has quit IRC | 04:02 | |
*** otherwiseguy has quit IRC | 04:04 | |
*** nlahouti has quit IRC | 04:04 | |
*** otherwiseguy has joined #openstack-neutron | 04:05 | |
*** suresh12 has joined #openstack-neutron | 04:06 | |
*** mitz has quit IRC | 04:06 | |
*** Sukhdev has joined #openstack-neutron | 04:07 | |
tahder | ? | 04:08 |
openstackgerrit | Sitaram Dontu proposed a change to openstack/neutron: Replaced the strings with respective constants https://review.openstack.org/109783 | 04:09 |
*** mitz has joined #openstack-neutron | 04:10 | |
*** mestery_ has quit IRC | 04:11 | |
*** dvorkinista has joined #openstack-neutron | 04:12 | |
*** SridharG has joined #openstack-neutron | 04:15 | |
*** armax has quit IRC | 04:15 | |
*** chandankumar has joined #openstack-neutron | 04:15 | |
*** otherwiseguy has quit IRC | 04:19 | |
*** ranger81 has joined #openstack-neutron | 04:20 | |
*** nlahouti has joined #openstack-neutron | 04:21 | |
*** mestery has joined #openstack-neutron | 04:21 | |
*** armax has joined #openstack-neutron | 04:22 | |
*** zhhuabj has joined #openstack-neutron | 04:22 | |
*** sbfox has quit IRC | 04:26 | |
*** suresh12 has quit IRC | 04:28 | |
*** ranger81 has quit IRC | 04:29 | |
*** ranger81 has joined #openstack-neutron | 04:30 | |
*** sbfox has joined #openstack-neutron | 04:33 | |
*** armax has quit IRC | 04:33 | |
*** ranger81 has quit IRC | 04:34 | |
*** yfried has quit IRC | 04:35 | |
*** leenheer has joined #openstack-neutron | 04:36 | |
*** suresh12 has joined #openstack-neutron | 04:36 | |
*** nati_ueno has quit IRC | 04:39 | |
*** nati_ueno has joined #openstack-neutron | 04:39 | |
*** dvorkinista has quit IRC | 04:41 | |
*** dvorkinista has joined #openstack-neutron | 04:41 | |
*** ranger81 has joined #openstack-neutron | 04:43 | |
*** jobewan has joined #openstack-neutron | 04:43 | |
*** lordd has joined #openstack-neutron | 04:43 | |
*** nati_ueno has quit IRC | 04:43 | |
*** bvandenh has joined #openstack-neutron | 04:45 | |
*** HenryG is now known as HenryG_afk | 04:45 | |
*** wolsen has joined #openstack-neutron | 04:46 | |
*** arosen is now known as arosen-home | 04:47 | |
*** lordd has quit IRC | 04:50 | |
*** leenheer has quit IRC | 04:58 | |
*** morganfainberg is now known as morganfainberg_Z | 04:59 | |
*** afazekas is now known as __afazekas | 05:00 | |
*** geekinutah has quit IRC | 05:02 | |
*** kopparam has joined #openstack-neutron | 05:04 | |
*** s3wong has joined #openstack-neutron | 05:05 | |
*** ranger81 has quit IRC | 05:05 | |
*** ijw has joined #openstack-neutron | 05:06 | |
*** ranger81 has joined #openstack-neutron | 05:06 | |
*** otherwiseguy has joined #openstack-neutron | 05:06 | |
*** ijw has quit IRC | 05:10 | |
*** ranger81 has quit IRC | 05:10 | |
*** seizadi has joined #openstack-neutron | 05:10 | |
*** ijw has joined #openstack-neutron | 05:14 | |
*** lori|away is now known as lori | 05:14 | |
*** shashankhegde has joined #openstack-neutron | 05:20 | |
*** afazekas has joined #openstack-neutron | 05:26 | |
*** harlowja is now known as harlowja_away | 05:26 | |
*** Sukhdev has quit IRC | 05:31 | |
*** rudrarugge has joined #openstack-neutron | 05:35 | |
*** dvorkinista has quit IRC | 05:35 | |
*** shashankhegde has quit IRC | 05:36 | |
openstackgerrit | YAMAMOTO Takashi proposed a change to openstack/neutron: l2pop: Decorate fdb_update with expected_exceptions https://review.openstack.org/110208 | 05:36 |
*** lordd has joined #openstack-neutron | 05:38 | |
*** sbfox has quit IRC | 05:40 | |
openstackgerrit | YAMAMOTO Takashi proposed a change to openstack/neutron: ofagent: Desupport ancillary bridges https://review.openstack.org/110209 | 05:41 |
*** rudrarugge has quit IRC | 05:42 | |
*** rudrarugge has joined #openstack-neutron | 05:42 | |
*** lukego has joined #openstack-neutron | 05:43 | |
*** lukego has quit IRC | 05:47 | |
*** rudrarugge has quit IRC | 05:48 | |
*** dvorkinista has joined #openstack-neutron | 05:50 | |
*** s3wong has quit IRC | 05:58 | |
*** flwang_ has joined #openstack-neutron | 05:59 | |
*** lordd has quit IRC | 05:59 | |
*** lordd has joined #openstack-neutron | 05:59 | |
*** skath has quit IRC | 06:00 | |
*** zhiyan has quit IRC | 06:00 | |
*** ctracey has quit IRC | 06:01 | |
*** topshare has quit IRC | 06:03 | |
*** Longgeek has joined #openstack-neutron | 06:04 | |
*** flwang_ has quit IRC | 06:04 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/neutron: Imported Translations from Transifex https://review.openstack.org/108897 | 06:04 |
*** zhiyan has joined #openstack-neutron | 06:05 | |
*** topshare has joined #openstack-neutron | 06:05 | |
*** skath has joined #openstack-neutron | 06:06 | |
*** ctracey has joined #openstack-neutron | 06:07 | |
openstackgerrit | shihanzhang proposed a change to openstack/neutron: Add ipset to security group https://review.openstack.org/110184 | 06:07 |
*** otherwiseguy has quit IRC | 06:09 | |
*** lukego has joined #openstack-neutron | 06:10 | |
*** dvorkini_ has joined #openstack-neutron | 06:14 | |
*** dvorkinista has quit IRC | 06:15 | |
*** jobewan has quit IRC | 06:19 | |
*** yfried has joined #openstack-neutron | 06:19 | |
*** skath has quit IRC | 06:22 | |
*** ctracey has quit IRC | 06:22 | |
*** zhiyan has quit IRC | 06:23 | |
*** zslot has joined #openstack-neutron | 06:24 | |
*** sungju has quit IRC | 06:25 | |
*** zhiyan has joined #openstack-neutron | 06:28 | |
*** DrNotz has joined #openstack-neutron | 06:29 | |
*** ctracey has joined #openstack-neutron | 06:29 | |
*** skath has joined #openstack-neutron | 06:29 | |
*** DrNotz has quit IRC | 06:31 | |
*** notze has joined #openstack-neutron | 06:31 | |
*** notze has quit IRC | 06:31 | |
*** notze has joined #openstack-neutron | 06:32 | |
*** notze has quit IRC | 06:32 | |
*** chandankumar has quit IRC | 06:35 | |
*** lordd has quit IRC | 06:38 | |
*** a_le_ has quit IRC | 06:39 | |
*** seizadi has quit IRC | 06:39 | |
*** lordd has joined #openstack-neutron | 06:39 | |
*** simon-AS5591 has quit IRC | 06:43 | |
*** nlahouti has quit IRC | 06:43 | |
*** lordd has quit IRC | 06:43 | |
*** lordd has joined #openstack-neutron | 06:43 | |
*** a_le has joined #openstack-neutron | 06:51 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: Use root_helper when checking namespace existence https://review.openstack.org/109736 | 06:51 |
*** bvandenh has quit IRC | 06:52 | |
*** lordd has quit IRC | 06:52 | |
*** yfauser has joined #openstack-neutron | 06:52 | |
*** yfauser has left #openstack-neutron | 06:53 | |
*** lordd has joined #openstack-neutron | 06:53 | |
*** lordd has quit IRC | 06:55 | |
*** lordd has joined #openstack-neutron | 06:55 | |
*** SridharG has quit IRC | 06:56 | |
*** yamamoto_ has quit IRC | 06:57 | |
*** flaviof is now known as flaviof_zzz | 06:58 | |
*** arosen-home has left #openstack-neutron | 06:59 | |
*** SridharG has joined #openstack-neutron | 07:00 | |
*** pasquier-s has joined #openstack-neutron | 07:02 | |
*** degdoo has quit IRC | 07:05 | |
*** kopparam has quit IRC | 07:05 | |
*** SridharG has quit IRC | 07:06 | |
*** kopparam has joined #openstack-neutron | 07:06 | |
*** degdoo has joined #openstack-neutron | 07:06 | |
*** simon-AS559 has joined #openstack-neutron | 07:06 | |
*** kopparam has quit IRC | 07:10 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: Use root_helper when checking namespace existence https://review.openstack.org/109736 | 07:11 |
*** scheuran has joined #openstack-neutron | 07:11 | |
*** zhhuabj has quit IRC | 07:12 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: Use root_helper when checking namespace existence https://review.openstack.org/109736 | 07:13 |
*** zhhuabj has joined #openstack-neutron | 07:13 | |
*** nlahouti has joined #openstack-neutron | 07:13 | |
*** ijw has quit IRC | 07:14 | |
*** akamyshnikova has quit IRC | 07:17 | |
*** cnesa6 has joined #openstack-neutron | 07:18 | |
*** ijw has joined #openstack-neutron | 07:19 | |
*** dvorkini_ has quit IRC | 07:19 | |
*** akamyshnikova has joined #openstack-neutron | 07:20 | |
*** irenab has joined #openstack-neutron | 07:20 | |
*** suresh12 has quit IRC | 07:21 | |
*** dvorkinista has joined #openstack-neutron | 07:21 | |
irenab | rkukura: hi | 07:21 |
*** wolsen has quit IRC | 07:22 | |
*** evgenyf has joined #openstack-neutron | 07:23 | |
*** nlahouti has quit IRC | 07:28 | |
*** dvorkinista has quit IRC | 07:28 | |
*** __afazekas has quit IRC | 07:29 | |
*** roeyc has joined #openstack-neutron | 07:30 | |
*** gildub has quit IRC | 07:30 | |
*** jistr has joined #openstack-neutron | 07:30 | |
*** luqas has joined #openstack-neutron | 07:33 | |
*** luqas has quit IRC | 07:35 | |
*** giorgiodinapoli has joined #openstack-neutron | 07:38 | |
giorgiodinapoli | moin moin | 07:38 |
giorgiodinapoli | guys, any ideas on this? https://ask.openstack.org/en/question/43812/problems-with-floating-ips-and-neutron/ | 07:38 |
*** luqas has joined #openstack-neutron | 07:39 | |
giorgiodinapoli | has anyone running ubuntu 14.04 with neutron and vswitch? | 07:39 |
*** jgallard has joined #openstack-neutron | 07:39 | |
*** ijw has quit IRC | 07:42 | |
*** topshare has quit IRC | 07:43 | |
*** a_le has quit IRC | 07:44 | |
*** a_le has joined #openstack-neutron | 07:46 | |
*** ihrachyshka has joined #openstack-neutron | 07:46 | |
*** jp_at_hp has joined #openstack-neutron | 07:46 | |
*** topshare has joined #openstack-neutron | 07:46 | |
*** jschwarz has joined #openstack-neutron | 07:48 | |
giorgiodinapoli | was any one here ever successfull to add an iptables log rule to ip netns ? | 07:49 |
giorgiodinapoli | always in its own namespace, those logrule apply but they're not logged | 07:49 |
*** jschwarz has quit IRC | 07:49 | |
*** ihrachyshka has quit IRC | 07:50 | |
*** gangil has quit IRC | 07:50 | |
*** a_le has quit IRC | 07:50 | |
*** jschwarz has joined #openstack-neutron | 07:50 | |
*** ihrachyshka has joined #openstack-neutron | 07:51 | |
*** zhhuabj has quit IRC | 07:53 | |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy API-2: Classifiers, Actions, and Rules https://review.openstack.org/101816 | 07:54 |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy Mapping Plugin-1: EP, EPG, L2 Policy, L3 Policy https://review.openstack.org/101957 | 07:54 |
*** nlahouti has joined #openstack-neutron | 07:54 | |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy: Resource Mapping Driver https://review.openstack.org/105272 | 07:54 |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy Plugin-1: EP, EPG, L2 Policy, L3 Policy https://review.openstack.org/96393 | 07:54 |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy: Implicit Policy Driver https://review.openstack.org/104727 | 07:54 |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy DB-3: Contracts https://review.openstack.org/103755 | 07:54 |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy API-3: Contracts https://review.openstack.org/103486 | 07:54 |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy API-1: EP, EPG, L2 Policy, L3 Policy https://review.openstack.org/95900 | 07:54 |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy Mapping API-1: EP, EPG, L2 Policy, L3 Policy https://review.openstack.org/100716 | 07:54 |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy DB-2: Classifiers, Actions, and Rules https://review.openstack.org/103456 | 07:54 |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy DB-1: EP, EPG, L2 Policy, L3 Policy https://review.openstack.org/96050 | 07:54 |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy Mapping DB-1: EP, EPG, L2 Policy, L3 Policy https://review.openstack.org/101795 | 07:54 |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy Plugin-2: Classifiers, Actions, and Rules https://review.openstack.org/103465 | 07:54 |
*** jpich has joined #openstack-neutron | 07:56 | |
openstackgerrit | Cedric Brandily proposed a change to openstack/neutron: Remove SELECT FOR UPDATE use in ML2 tunnel driver add_endpoint https://review.openstack.org/105472 | 07:56 |
*** ygbo has joined #openstack-neutron | 07:58 | |
*** jistr_ has joined #openstack-neutron | 07:58 | |
*** nlahouti has quit IRC | 07:58 | |
*** jistr_ has quit IRC | 07:59 | |
*** dvorkinista has joined #openstack-neutron | 07:59 | |
*** flwang_ has joined #openstack-neutron | 08:00 | |
*** cnesa6 has quit IRC | 08:01 | |
*** amaretskiy has joined #openstack-neutron | 08:03 | |
*** sbalukoff has joined #openstack-neutron | 08:03 | |
*** kopparam has joined #openstack-neutron | 08:03 | |
*** dvorkinista has quit IRC | 08:04 | |
*** flwang_ has quit IRC | 08:04 | |
*** kopparam has quit IRC | 08:08 | |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy Plugin-3: Contracts https://review.openstack.org/103798 | 08:11 |
*** a_le has joined #openstack-neutron | 08:17 | |
*** jlibosva has joined #openstack-neutron | 08:18 | |
*** zhhuabj has joined #openstack-neutron | 08:19 | |
*** amuller has joined #openstack-neutron | 08:22 | |
*** a_le has quit IRC | 08:22 | |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Use oslo.db create_engine instead of SQLAlchemy https://review.openstack.org/110016 | 08:24 |
*** nlahouti has joined #openstack-neutron | 08:25 | |
*** avib has joined #openstack-neutron | 08:28 | |
*** nlahouti has quit IRC | 08:29 | |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy DB-1: EP, EPG, L2 Policy, L3 Policy https://review.openstack.org/96050 | 08:34 |
*** khuh has quit IRC | 08:36 | |
*** kopparam has joined #openstack-neutron | 08:37 | |
*** flwang_ has joined #openstack-neutron | 08:38 | |
openstackgerrit | Jakub Libosvar proposed a change to openstack/python-neutronclient: Add option for retry number of connection attempts https://review.openstack.org/90104 | 08:41 |
*** cnesa6 has joined #openstack-neutron | 08:42 | |
openstackgerrit | badveli_vishnuus proposed a change to openstack/neutron: Add service group as a firewall customized service https://review.openstack.org/106274 | 08:44 |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy DB-1: EP, EPG, L2 Policy, L3 Policy https://review.openstack.org/96050 | 08:45 |
*** pasquier-s_ has joined #openstack-neutron | 08:51 | |
*** ZZelle has quit IRC | 08:51 | |
*** ZZelle has joined #openstack-neutron | 08:51 | |
*** topshare has quit IRC | 08:53 | |
*** ollivier has joined #openstack-neutron | 08:53 | |
openstackgerrit | Jakub Libosvar proposed a change to openstack/neutron: Validate local_ip for OVS agent is actual ip address https://review.openstack.org/110235 | 08:54 |
*** pasquier-s has quit IRC | 08:54 | |
openstackgerrit | Evgeny Fedoruk proposed a change to openstack/neutron: Tests for extension, db and plugin for LBaaS V2 https://review.openstack.org/105610 | 08:56 |
openstackgerrit | Evgeny Fedoruk proposed a change to openstack/neutron: New common util module for Barbican TLS containers https://review.openstack.org/109849 | 08:56 |
openstackgerrit | Evgeny Fedoruk proposed a change to openstack/neutron: New extension for version 2 of LBaaS API https://review.openstack.org/105331 | 08:56 |
openstackgerrit | Evgeny Fedoruk proposed a change to openstack/neutron: TLS capability extension implementation for lbaas v2 https://review.openstack.org/109035 | 08:56 |
*** nlahouti has joined #openstack-neutron | 08:56 | |
*** cnesa7 has joined #openstack-neutron | 08:56 | |
*** cnesa6 has quit IRC | 08:56 | |
*** ajo has joined #openstack-neutron | 08:58 | |
*** dbite has joined #openstack-neutron | 08:59 | |
*** dvorkinista has joined #openstack-neutron | 08:59 | |
*** nlahouti has quit IRC | 09:00 | |
flwang_ | ihrachyshka: ping | 09:02 |
ihrachyshka | flwang_: pong | 09:02 |
*** stanzgy_ has joined #openstack-neutron | 09:02 | |
flwang_ | ihrachyshka: could you please take a look at this https://review.openstack.org/#/c/103476/ ? | 09:02 |
*** stanzgy has quit IRC | 09:03 | |
flwang_ | ihrachyshka: we're blocking by this nova boot issue | 09:03 |
*** luqas has quit IRC | 09:03 | |
*** dvorkinista has quit IRC | 09:04 | |
openstackgerrit | Sumit Naiksatam proposed a change to openstack/neutron: Group Policy Plugin-1: EP, EPG, L2 Policy, L3 Policy https://review.openstack.org/96393 | 09:05 |
openstackgerrit | Li Ma proposed a change to openstack/neutron: Race condition of L3-agent to add/remove routers https://review.openstack.org/73234 | 09:07 |
*** cnesa7 has quit IRC | 09:08 | |
ihrachyshka | flwang_: well, I'm not a core dev, so I can't help in pushing it. but lgtm. | 09:10 |
flwang_ | ihrachyshka: ah, I remembred you're :) | 09:12 |
ihrachyshka | flwang_: nope, just stable branches | 09:12 |
flwang_ | ihrachyshka: oh, let's pretend you're :D | 09:13 |
*** yamamoto_ has joined #openstack-neutron | 09:13 | |
flwang_ | ihrachyshka: anyway, thank you so much | 09:14 |
*** topshare has joined #openstack-neutron | 09:14 | |
*** yamamoto_ has quit IRC | 09:15 | |
*** bvandenh has joined #openstack-neutron | 09:17 | |
*** oreillyd has joined #openstack-neutron | 09:19 | |
*** evgenyf has quit IRC | 09:24 | |
*** nlahouti has joined #openstack-neutron | 09:27 | |
*** nlahouti has quit IRC | 09:31 | |
*** evgenyf has joined #openstack-neutron | 09:37 | |
*** bvandenh has quit IRC | 09:39 | |
*** luqas has joined #openstack-neutron | 09:40 | |
*** kopparam has quit IRC | 09:41 | |
*** kopparam has joined #openstack-neutron | 09:42 | |
*** ollivier has quit IRC | 09:43 | |
*** avib has quit IRC | 09:44 | |
*** enikanorov_ has joined #openstack-neutron | 09:45 | |
*** enikanorov has quit IRC | 09:46 | |
*** kopparam has quit IRC | 09:47 | |
*** degdoo has quit IRC | 09:54 | |
*** simon-AS559 has quit IRC | 09:54 | |
*** ramishra has joined #openstack-neutron | 09:59 | |
*** dvorkinista has joined #openstack-neutron | 10:00 | |
*** topshare has quit IRC | 10:01 | |
*** tahder has quit IRC | 10:01 | |
*** dvorkinista has quit IRC | 10:05 | |
*** xuhanp has quit IRC | 10:08 | |
*** banix has joined #openstack-neutron | 10:11 | |
*** topshare has joined #openstack-neutron | 10:11 | |
*** lordd has quit IRC | 10:13 | |
*** lordd has joined #openstack-neutron | 10:14 | |
*** pasquier-s_ has quit IRC | 10:15 | |
*** jgallard has quit IRC | 10:15 | |
*** vivek-ebay has joined #openstack-neutron | 10:16 | |
*** devvesa has joined #openstack-neutron | 10:16 | |
*** nplanel_ has joined #openstack-neutron | 10:16 | |
*** lordd has quit IRC | 10:19 | |
*** alexpilotti has joined #openstack-neutron | 10:19 | |
*** vivek-ebay has quit IRC | 10:20 | |
openstackgerrit | Jakub Libosvar proposed a change to openstack/neutron: Use user_group from default section if not available https://review.openstack.org/110255 | 10:20 |
*** stanzgy_ has quit IRC | 10:24 | |
*** stanzgy has joined #openstack-neutron | 10:26 | |
*** kopparam has joined #openstack-neutron | 10:27 | |
*** nlahouti has joined #openstack-neutron | 10:29 | |
*** mrsnivvel has joined #openstack-neutron | 10:30 | |
*** nlahouti has quit IRC | 10:33 | |
*** xianghui has quit IRC | 10:36 | |
*** pcm_ has joined #openstack-neutron | 10:36 | |
*** pcm__ has joined #openstack-neutron | 10:37 | |
*** zhhuabj has quit IRC | 10:38 | |
*** simon-AS559 has joined #openstack-neutron | 10:38 | |
*** mrsnivvel has quit IRC | 10:39 | |
*** lordd has joined #openstack-neutron | 10:40 | |
*** pcm_ has quit IRC | 10:41 | |
*** banix has quit IRC | 10:41 | |
*** kopparam has quit IRC | 10:42 | |
*** cnesa7 has joined #openstack-neutron | 10:42 | |
*** kopparam has joined #openstack-neutron | 10:43 | |
*** ijw has joined #openstack-neutron | 10:45 | |
*** dave_tucker is now known as dave_tucker_zzz | 10:45 | |
*** dbel has joined #openstack-neutron | 10:47 | |
*** tomoe_ has quit IRC | 10:47 | |
*** kopparam has quit IRC | 10:47 | |
*** tomoe_ has joined #openstack-neutron | 10:48 | |
*** tomoe_ has quit IRC | 10:48 | |
*** tomoe_ has joined #openstack-neutron | 10:48 | |
*** ijw has quit IRC | 10:49 | |
*** oreillyd has quit IRC | 10:52 | |
*** mrsnivvel has joined #openstack-neutron | 10:52 | |
*** tomoe_ has quit IRC | 10:53 | |
*** lordd has quit IRC | 10:53 | |
*** HenryG_afk is now known as HenryG | 10:53 | |
*** lordd has joined #openstack-neutron | 10:54 | |
*** lordd has quit IRC | 10:55 | |
*** lordd has joined #openstack-neutron | 10:56 | |
*** saju_m has joined #openstack-neutron | 10:56 | |
*** lordd has quit IRC | 10:57 | |
*** lordd has joined #openstack-neutron | 10:58 | |
*** nlahouti has joined #openstack-neutron | 11:00 | |
*** ramishra has quit IRC | 11:00 | |
*** dvorkinista has joined #openstack-neutron | 11:01 | |
*** lordd has quit IRC | 11:02 | |
*** saju_m has quit IRC | 11:03 | |
*** nlahouti has quit IRC | 11:04 | |
*** dvorkinista has quit IRC | 11:06 | |
*** salv-orlando has quit IRC | 11:06 | |
*** topshare has quit IRC | 11:07 | |
*** banix has joined #openstack-neutron | 11:08 | |
*** [1]evgenyf has joined #openstack-neutron | 11:10 | |
YorikSar | ihrachyshka: Thanks a lot for reviews! | 11:10 |
YorikSar | ihrachyshka: Oh, I see you're already replying me there... | 11:10 |
*** kopparam has joined #openstack-neutron | 11:11 | |
*** evgenyf has quit IRC | 11:13 | |
*** [1]evgenyf is now known as evgenyf | 11:13 | |
*** dmellado has joined #openstack-neutron | 11:13 | |
*** aveiga has joined #openstack-neutron | 11:13 | |
*** pcm__ has quit IRC | 11:14 | |
*** pcm_ has joined #openstack-neutron | 11:15 | |
*** saju_m has joined #openstack-neutron | 11:16 | |
cnesa7 | Hi all, we have a blocking bug on the HyperV CI, devstack fails during neutron database creation. stack trace here -> http://paste.openstack.org/show/88896/. Is there a workaround? | 11:17 |
*** salv-orlando has joined #openstack-neutron | 11:19 | |
ihrachyshka | YorikSar: nah... | 11:19 |
*** dbite has quit IRC | 11:19 | |
*** krtaylor has quit IRC | 11:23 | |
*** dbite has joined #openstack-neutron | 11:23 | |
*** dave_tucker_zzz is now known as dave_tucker | 11:24 | |
jlibosva | obondarev: hi | 11:28 |
*** banix has quit IRC | 11:28 | |
*** salv-orlando has quit IRC | 11:28 | |
*** nlahouti has joined #openstack-neutron | 11:31 | |
*** Longgeek has quit IRC | 11:32 | |
*** Longgeek has joined #openstack-neutron | 11:32 | |
*** dvorkinista has joined #openstack-neutron | 11:33 | |
*** nlahouti has quit IRC | 11:35 | |
*** dbite has quit IRC | 11:35 | |
*** luqas has quit IRC | 11:38 | |
*** dvorkinista has quit IRC | 11:38 | |
*** dsneddon_gone has quit IRC | 11:38 | |
*** baffle_ is now known as baffle | 11:38 | |
*** baffle has quit IRC | 11:39 | |
openstackgerrit | Jakub Libosvar proposed a change to openstack/neutron: Fix deprecated opt for user_group in haproxy driver https://review.openstack.org/110255 | 11:40 |
*** degdoo has joined #openstack-neutron | 11:42 | |
*** degdoo has quit IRC | 11:43 | |
*** salv-orlando has joined #openstack-neutron | 11:43 | |
openstackgerrit | Jakub Libosvar proposed a change to openstack/neutron: Fix deprecated opt in haproxy driver https://review.openstack.org/110255 | 11:44 |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Heal downgrade https://review.openstack.org/109952 | 11:46 |
*** ijw has joined #openstack-neutron | 11:46 | |
*** Hayim2 has quit IRC | 11:46 | |
*** SridharG has joined #openstack-neutron | 11:49 | |
*** tomoe_ has joined #openstack-neutron | 11:50 | |
*** tomoe_ has quit IRC | 11:50 | |
*** ijw has quit IRC | 11:50 | |
*** tomoe_ has joined #openstack-neutron | 11:50 | |
*** salv-orlando_ has joined #openstack-neutron | 11:52 | |
*** salv-orlando has quit IRC | 11:52 | |
*** salv-orlando_ is now known as salv-orlando | 11:52 | |
*** yfried has quit IRC | 11:55 | |
*** Longgeek has quit IRC | 11:55 | |
*** yfried_ has joined #openstack-neutron | 11:55 | |
*** saju_m has quit IRC | 11:55 | |
*** Longgeek has joined #openstack-neutron | 11:55 | |
sweston | irenab: ping | 11:56 |
*** saju_m has joined #openstack-neutron | 11:56 | |
*** kopparam has quit IRC | 11:57 | |
*** suresh12 has joined #openstack-neutron | 11:57 | |
openstackgerrit | Evgeny Fedoruk proposed a change to openstack/neutron: New common util module for Barbican TLS containers https://review.openstack.org/109849 | 11:57 |
openstackgerrit | Evgeny Fedoruk proposed a change to openstack/neutron: TLS capability extension implementation for lbaas v2 https://review.openstack.org/109035 | 11:57 |
*** kopparam has joined #openstack-neutron | 11:58 | |
*** pasquier-s has joined #openstack-neutron | 12:00 | |
*** sgordon has joined #openstack-neutron | 12:01 | |
*** sgordon has joined #openstack-neutron | 12:01 | |
*** nlahouti has joined #openstack-neutron | 12:02 | |
*** kopparam has quit IRC | 12:02 | |
*** SridharG has quit IRC | 12:03 | |
*** kopparam has joined #openstack-neutron | 12:04 | |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Fix wrong order of tables in downgrade https://review.openstack.org/110267 | 12:05 |
openstackgerrit | enikanorov proposed a change to openstack/python-neutronclient: Add CLI support for flavors https://review.openstack.org/110269 | 12:06 |
*** nlahouti has quit IRC | 12:06 | |
*** degdoo has joined #openstack-neutron | 12:08 | |
giorgiodinapoli | jschwarz, hey there, tell me what os did you use? | 12:10 |
*** dguerri`afk is now known as dguerri | 12:10 | |
giorgiodinapoli | jschwarz, and what network type? | 12:10 |
*** flwang_ has quit IRC | 12:11 | |
*** diegows has joined #openstack-neutron | 12:11 | |
*** flwang_ has joined #openstack-neutron | 12:12 | |
*** beagles has quit IRC | 12:13 | |
*** beagles has joined #openstack-neutron | 12:13 | |
*** beagles is now known as Guest66555 | 12:13 | |
*** flwang_ has quit IRC | 12:16 | |
*** kopparam has quit IRC | 12:21 | |
*** kopparam has joined #openstack-neutron | 12:22 | |
*** degdoo has quit IRC | 12:24 | |
*** degdoo has joined #openstack-neutron | 12:24 | |
*** kopparam has quit IRC | 12:26 | |
irenab | sweston: hi | 12:27 |
*** jgallard has joined #openstack-neutron | 12:27 | |
*** baohua has quit IRC | 12:27 | |
sweston | irenab hello | 12:27 |
sweston | irenab: https://review.openstack.org/#/c/109848/ | 12:28 |
sweston | irenab: suggestions for which types of unit tests you would like here? | 12:28 |
*** jlibosva has quit IRC | 12:28 | |
irenab | sweston: give me a sec, will take a look | 12:28 |
sweston | irenab: you bet | 12:29 |
*** jistr has quit IRC | 12:29 | |
*** lordd has joined #openstack-neutron | 12:29 | |
*** Guest66555 is now known as b3nt_pin | 12:30 | |
*** ihrachyshka_ has joined #openstack-neutron | 12:30 | |
irenab | sweston: I think it can be a good idea to start with same tests as for OVSInterfaceDriver | 12:30 |
sweston | irenab: ok I will review the tests for that code and ping you back with any questions | 12:31 |
*** ihrachyshka_ has quit IRC | 12:31 | |
*** ihrachyshka_ has joined #openstack-neutron | 12:32 | |
sweston | irenab: thank you :-) | 12:32 |
*** ihrachyshka has quit IRC | 12:32 | |
*** nlahouti has joined #openstack-neutron | 12:33 | |
*** jistr has joined #openstack-neutron | 12:33 | |
irenab | sweston: sure, take a look at https://github.com/openstack/neutron/blob/master/neutron/tests/unit/test_linux_interface.py | 12:33 |
*** jlibosva has joined #openstack-neutron | 12:34 | |
*** dgollub has joined #openstack-neutron | 12:34 | |
*** lordd has quit IRC | 12:34 | |
*** dvorkinista has joined #openstack-neutron | 12:34 | |
*** suresh12 has quit IRC | 12:34 | |
sweston | irenab: thanks. do you know if nova uses mock as well? | 12:35 |
*** dvorkinista has quit IRC | 12:35 | |
*** nlahouti has quit IRC | 12:37 | |
irenab | sweston: I think that there was mox initially, but new tests are usually with mock | 12:37 |
sweston | irenab: ok | 12:38 |
*** bvandenh has joined #openstack-neutron | 12:38 | |
openstackgerrit | Sudhakar Babu Gariganti proposed a change to openstack/neutron: Check subnet's DHCP before hosting networks https://review.openstack.org/101197 | 12:40 |
*** andymaier has joined #openstack-neutron | 12:44 | |
*** stanzgy has quit IRC | 12:53 | |
*** JayJ__ has joined #openstack-neutron | 12:54 | |
*** sballe has joined #openstack-neutron | 12:55 | |
*** ihrachyshka__ has joined #openstack-neutron | 12:56 | |
*** ihrachyshka_ has quit IRC | 12:59 | |
*** jlibosva has quit IRC | 13:00 | |
*** jlibosva has joined #openstack-neutron | 13:00 | |
*** jistr has quit IRC | 13:01 | |
*** jgrimm has joined #openstack-neutron | 13:02 | |
*** jistr has joined #openstack-neutron | 13:03 | |
*** bvandenh has quit IRC | 13:03 | |
openstackgerrit | Cedric Brandily proposed a change to openstack/neutron: Remove SELECT FOR UPDATE use in ML2 tunnel driver add_endpoint https://review.openstack.org/105472 | 13:03 |
*** nlahouti has joined #openstack-neutron | 13:03 | |
*** luqas has joined #openstack-neutron | 13:04 | |
openstackgerrit | shihanzhang proposed a change to openstack/neutron: Add ipset to security group https://review.openstack.org/110184 | 13:07 |
*** nlahouti has quit IRC | 13:08 | |
*** regXboi has joined #openstack-neutron | 13:11 | |
*** regXboi has left #openstack-neutron | 13:11 | |
*** kbringard has joined #openstack-neutron | 13:12 | |
*** krtaylor has joined #openstack-neutron | 13:14 | |
*** AbsinthMind has joined #openstack-neutron | 13:17 | |
*** xuhanp has joined #openstack-neutron | 13:17 | |
*** dbite has joined #openstack-neutron | 13:18 | |
*** AbsinthMind has quit IRC | 13:19 | |
openstackgerrit | Evgeny Fedoruk proposed a change to openstack/neutron: New common util module for Barbican TLS containers https://review.openstack.org/109849 | 13:20 |
*** vivek-ebay has joined #openstack-neutron | 13:23 | |
*** kbringard1 has joined #openstack-neutron | 13:25 | |
*** dguerri is now known as dguerri`afk | 13:25 | |
*** kbringard1 has quit IRC | 13:26 | |
*** kbringard has quit IRC | 13:26 | |
jschwarz | giorgiodinapoli, used cirros for the vms and fedora 20 for the nodes. the network type was local. | 13:27 |
*** kbringard has joined #openstack-neutron | 13:27 | |
*** Dev_Taro_ has quit IRC | 13:28 | |
*** nyechiel has joined #openstack-neutron | 13:28 | |
*** dguerri`afk is now known as dguerri | 13:29 | |
*** Dev_Taro has joined #openstack-neutron | 13:30 | |
*** lordd has joined #openstack-neutron | 13:31 | |
*** dims has joined #openstack-neutron | 13:31 | |
*** vivek-ebay has quit IRC | 13:31 | |
*** nlahouti has joined #openstack-neutron | 13:34 | |
*** baohua has joined #openstack-neutron | 13:35 | |
*** lordd has quit IRC | 13:36 | |
*** dvorkinista has joined #openstack-neutron | 13:36 | |
*** nlahouti has quit IRC | 13:39 | |
*** JayJ__ has quit IRC | 13:40 | |
*** JayJ__ has joined #openstack-neutron | 13:41 | |
*** kbringard has quit IRC | 13:41 | |
*** dvorkinista has quit IRC | 13:41 | |
*** kbringard has joined #openstack-neutron | 13:41 | |
*** seizadi has joined #openstack-neutron | 13:42 | |
*** armax has joined #openstack-neutron | 13:42 | |
*** geekinutah has joined #openstack-neutron | 13:46 | |
*** ijw has joined #openstack-neutron | 13:47 | |
*** lnxnut has joined #openstack-neutron | 13:48 | |
*** dmellado has quit IRC | 13:48 | |
*** yfried_ has quit IRC | 13:50 | |
*** ijw has quit IRC | 13:51 | |
openstackgerrit | A change was merged to openstack/python-neutronclient: Improve the method find_resourceid_by_name_or_id https://review.openstack.org/103476 | 13:52 |
openstackgerrit | A change was merged to openstack/python-neutronclient: Add a tox job for generating docs https://review.openstack.org/109435 | 13:52 |
*** prad has joined #openstack-neutron | 13:56 | |
*** kopparam has joined #openstack-neutron | 13:56 | |
*** flaviof_zzz is now known as flaviof | 13:56 | |
openstackgerrit | A change was merged to openstack/python-neutronclient: Update theme for docs https://review.openstack.org/109437 | 13:57 |
openstackgerrit | Liping Mao proposed a change to openstack/neutron: neutron.conf does not have the definition of firewall quotas https://review.openstack.org/109941 | 13:57 |
*** otherwiseguy has joined #openstack-neutron | 14:01 | |
openstackgerrit | Paul Michali proposed a change to openstack/neutron-specs: BP: Detailed status reporting for L3 Services https://review.openstack.org/88482 | 14:04 |
*** nlahouti has joined #openstack-neutron | 14:05 | |
openstackgerrit | A change was merged to openstack/python-neutronclient: Python 3: use six.iteritems() https://review.openstack.org/107029 | 14:06 |
*** suresh12 has joined #openstack-neutron | 14:06 | |
*** irenab has quit IRC | 14:06 | |
*** rolledback has joined #openstack-neutron | 14:07 | |
*** nlahouti has quit IRC | 14:09 | |
*** chandankumar has joined #openstack-neutron | 14:11 | |
*** shakamunyi has joined #openstack-neutron | 14:12 | |
amotoki | sweston: now there is a consensus that mock is preferred and using mock for new tests is strongly suggested. Cleaning up existing tests is another topic and we don't rush it. | 14:12 |
amotoki | sweston: it is not specific to neutron. nova and other projects follow this policy. | 14:12 |
*** flwang_ has joined #openstack-neutron | 14:12 | |
*** jistr has quit IRC | 14:12 | |
*** rolledback has quit IRC | 14:13 | |
sweston | amotoki: thank you | 14:13 |
*** jistr has joined #openstack-neutron | 14:13 | |
*** rolledback has joined #openstack-neutron | 14:13 | |
*** suresh12 has quit IRC | 14:15 | |
*** Zemeio has joined #openstack-neutron | 14:15 | |
*** flwang_ has quit IRC | 14:17 | |
*** chuckC has joined #openstack-neutron | 14:18 | |
*** krtaylor has quit IRC | 14:18 | |
*** _cerberus_ has quit IRC | 14:19 | |
*** krtaylor has joined #openstack-neutron | 14:19 | |
openstackgerrit | Assaf Muller proposed a change to openstack/neutron: Add HA support to the l3 agent https://review.openstack.org/70700 | 14:20 |
openstackgerrit | Assaf Muller proposed a change to openstack/neutron: Add functional test for l3_agent https://review.openstack.org/109860 | 14:20 |
openstackgerrit | Assaf Muller proposed a change to openstack/neutron: Introduces a keepalived manager for HA https://review.openstack.org/68142 | 14:20 |
*** _cerberus_ has joined #openstack-neutron | 14:22 | |
*** ihrachyshka__ is now known as ihrachyshka | 14:24 | |
*** ajo has quit IRC | 14:24 | |
*** ajo has joined #openstack-neutron | 14:27 | |
*** seizadi has quit IRC | 14:27 | |
*** dvorkinista has joined #openstack-neutron | 14:28 | |
*** nlahouti has joined #openstack-neutron | 14:29 | |
*** yfried_ has joined #openstack-neutron | 14:29 | |
*** dims has quit IRC | 14:31 | |
*** banix has joined #openstack-neutron | 14:32 | |
*** lordd has joined #openstack-neutron | 14:32 | |
*** nlahouti has quit IRC | 14:33 | |
*** baohua has quit IRC | 14:33 | |
YorikSar | mestery: Hello. Around? | 14:33 |
mestery | YorikSar: Hi there | 14:34 |
*** yfried_ has quit IRC | 14:34 | |
*** amotoki has quit IRC | 14:34 | |
YorikSar | mestery: I'd like to know if there's a date set for final decision on SAD exceptions | 14:34 |
mestery | YorikSar: Yes, we're past that, and the only SAD exception which may make it now is the flavor proposal | 14:35 |
YorikSar | mestery: As I perosnaly don't see any changes or info about my bp... | 14:35 |
mestery | YorikSar: Which BP is yours? | 14:35 |
YorikSar | mestery: rootwrap-daemon-mode | 14:35 |
YorikSar | mestery: https://review.openstack.org/93889 | 14:35 |
mestery | YorikSar: Ah yes, I had hoped to get that in, but markmcclain needs to re-look at it. | 14:35 |
mestery | YorikSar: I can ping him one more time. | 14:35 |
mestery | YorikSar: I'll get back to you today on this. | 14:36 |
YorikSar | mestery: That'd be great. Thanks! | 14:36 |
*** lordd has quit IRC | 14:36 | |
ihrachyshka | mestery: that would be great, oslo stuff seems to land this cycle, so neutron could benefit from that a lot | 14:37 |
mestery | ihrachyshka: Agreed, we just need markmcclain to remove his -2. | 14:37 |
*** alagalah has quit IRC | 14:37 | |
*** alagalah has joined #openstack-neutron | 14:38 | |
YorikSar | mestery: Btw, both change requests for that bp are also -2d by him. | 14:39 |
mestery | YorikSar: Got it, I'll work on it :) | 14:39 |
YorikSar | mestery: Thanks. I'm really hoping to get this finally merged. It has been too long - I'm even starting to forget some design/code desisions I made along the way. | 14:40 |
*** dguerri is now known as dguerri`afk | 14:43 | |
openstackgerrit | Phillip Toohill proposed a change to openstack/neutron: Tests for extension, db and plugin for LBaaS V2 https://review.openstack.org/105610 | 14:43 |
openstackgerrit | Phillip Toohill proposed a change to openstack/neutron: New extension for version 2 of LBaaS API https://review.openstack.org/105331 | 14:43 |
openstackgerrit | Phillip Toohill proposed a change to openstack/neutron: Implement Jinja templates for haproxy config https://review.openstack.org/106867 | 14:43 |
*** chandankumar has quit IRC | 14:43 | |
*** saju_m has quit IRC | 14:45 | |
*** dguerri`afk is now known as dguerri | 14:45 | |
*** suresh12 has joined #openstack-neutron | 14:46 | |
*** rolledback has quit IRC | 14:46 | |
*** kopparam has quit IRC | 14:48 | |
*** tsufiev has quit IRC | 14:55 | |
*** yamamoto has joined #openstack-neutron | 14:56 | |
*** chandankumar has joined #openstack-neutron | 14:57 | |
*** a_le has joined #openstack-neutron | 14:58 | |
*** jordandh has quit IRC | 14:59 | |
*** carl_baldwin has joined #openstack-neutron | 15:01 | |
*** tsufiev_ has joined #openstack-neutron | 15:01 | |
*** dguerri is now known as dguerri`afk | 15:01 | |
*** morganfainberg_Z is now known as morganfainberg | 15:01 | |
*** dguerri`afk is now known as dguerri | 15:01 | |
*** nlahouti has joined #openstack-neutron | 15:02 | |
*** dvorkinista has quit IRC | 15:03 | |
*** a_le has quit IRC | 15:04 | |
*** baoli has quit IRC | 15:04 | |
*** mlavalle has joined #openstack-neutron | 15:04 | |
*** baoli has joined #openstack-neutron | 15:04 | |
*** baoli has quit IRC | 15:05 | |
*** tsufiev_ has quit IRC | 15:05 | |
*** tsufiev_ has joined #openstack-neutron | 15:06 | |
*** tsufiev_ has quit IRC | 15:07 | |
*** baoli has joined #openstack-neutron | 15:07 | |
*** chandankumar has quit IRC | 15:08 | |
*** degdoo has quit IRC | 15:08 | |
*** tsufiev has joined #openstack-neutron | 15:09 | |
*** jordandh has joined #openstack-neutron | 15:10 | |
*** jistr has quit IRC | 15:11 | |
*** shashankhegde has joined #openstack-neutron | 15:12 | |
openstackgerrit | Phillip Toohill proposed a change to openstack/neutron: Implements agentless haproxy driver methods https://review.openstack.org/108173 | 15:12 |
*** jobewan has joined #openstack-neutron | 15:14 | |
openstackgerrit | YAMAMOTO Takashi proposed a change to openstack/neutron: ofagent: Add a missing normalized_port_name https://review.openstack.org/110187 | 15:14 |
*** networkstatic has joined #openstack-neutron | 15:16 | |
aleksandr_null | armax: Hi Armando! | 15:17 |
*** dconde has joined #openstack-neutron | 15:19 | |
openstackgerrit | Avishay Balderman proposed a change to openstack/neutron: Radware LBaaS driver create extra Neutron Ports https://review.openstack.org/110326 | 15:19 |
*** dconde has quit IRC | 15:20 | |
*** dconde has joined #openstack-neutron | 15:21 | |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: Add L3 Scheduler Changes for Distributed Routers https://review.openstack.org/89694 | 15:23 |
*** leenheer has joined #openstack-neutron | 15:24 | |
*** networks_ has joined #openstack-neutron | 15:26 | |
*** networkstatic has quit IRC | 15:26 | |
giorgiodinapoli | guys | 15:26 |
giorgiodinapoli | hey guys | 15:27 |
giorgiodinapoli | since i have massive problems with the ip translation in neutron and openvswitch | 15:27 |
giorgiodinapoli | i searched | 15:27 |
giorgiodinapoli | and found this | 15:27 |
giorgiodinapoli | http://www.theregister.co.uk/2014/05/13/openstack_neutron_explainer/ | 15:27 |
giorgiodinapoli | what you think about it | 15:27 |
*** dconde has quit IRC | 15:28 | |
*** suresh12 has quit IRC | 15:28 | |
*** dconde has joined #openstack-neutron | 15:28 | |
*** rotbeard has joined #openstack-neutron | 15:29 | |
*** shashankhegde has quit IRC | 15:29 | |
*** jschwarz has quit IRC | 15:31 | |
*** sbfox has joined #openstack-neutron | 15:31 | |
*** scheuran has quit IRC | 15:34 | |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Heal downgrade https://review.openstack.org/109952 | 15:34 |
*** suresh12 has joined #openstack-neutron | 15:35 | |
*** geekinutah has quit IRC | 15:36 | |
*** yamamoto has quit IRC | 15:37 | |
*** rolledback has joined #openstack-neutron | 15:38 | |
armax | aleksandr_null: hi | 15:38 |
*** rkukura has quit IRC | 15:39 | |
aleksandr_null | armax: How are you ? | 15:39 |
*** gangil has joined #openstack-neutron | 15:41 | |
*** pasquier-s has quit IRC | 15:42 | |
*** rwsu has joined #openstack-neutron | 15:42 | |
openstackgerrit | Assaf Muller proposed a change to openstack/neutron: Move ARP responder test to sanity command https://review.openstack.org/94839 | 15:42 |
*** xgerman has joined #openstack-neutron | 15:43 | |
*** haleyb_ has joined #openstack-neutron | 15:43 | |
*** ramishra has joined #openstack-neutron | 15:43 | |
*** ramishra has quit IRC | 15:43 | |
*** ramishra has joined #openstack-neutron | 15:44 | |
*** ramishra has quit IRC | 15:44 | |
*** ramishra has joined #openstack-neutron | 15:44 | |
*** yamamoto has joined #openstack-neutron | 15:45 | |
*** wolsen has joined #openstack-neutron | 15:46 | |
*** ihrachyshka has quit IRC | 15:46 | |
*** dguerri is now known as dguerri`afk | 15:47 | |
*** HenryG_ has joined #openstack-neutron | 15:48 | |
*** ramishra has quit IRC | 15:49 | |
*** dguerri`afk is now known as dguerri | 15:49 | |
amuller | salv-orlando: I rebased the ARP responder patch: https://review.openstack.org/94839 | 15:49 |
*** ijw has joined #openstack-neutron | 15:50 | |
*** rotbeard has quit IRC | 15:50 | |
*** nplanel_ has quit IRC | 15:50 | |
*** amcrn has joined #openstack-neutron | 15:51 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: NSX: unify the two distributed routing extensions https://review.openstack.org/108177 | 15:51 |
*** HenryG has quit IRC | 15:52 | |
*** amotoki has joined #openstack-neutron | 15:52 | |
*** HenryG_ is now known as HenryG_afk | 15:52 | |
*** HenryG_afk is now known as HenryG | 15:52 | |
*** rkukura has joined #openstack-neutron | 15:52 | |
*** devvesa has quit IRC | 15:52 | |
*** ijw has quit IRC | 15:54 | |
*** _cjones_ has joined #openstack-neutron | 15:54 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Improves the Port Binding Model for ML2 https://review.openstack.org/110348 | 15:56 |
*** xuhanp has quit IRC | 15:56 | |
*** skolekonov has quit IRC | 15:57 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Make ML2 ensure_dvr_port_binding more robust https://review.openstack.org/104731 | 15:58 |
*** zslot has quit IRC | 15:58 | |
*** networks_ is now known as networkstatic | 15:58 | |
*** yamamoto has quit IRC | 15:58 | |
*** amuller has quit IRC | 16:00 | |
*** rotbeard has joined #openstack-neutron | 16:02 | |
*** absubram__ has joined #openstack-neutron | 16:04 | |
*** dvorkinista has joined #openstack-neutron | 16:04 | |
*** b3nt_pin is now known as beagles | 16:04 | |
*** wolsen has quit IRC | 16:05 | |
*** trinaths has joined #openstack-neutron | 16:08 | |
*** dims has joined #openstack-neutron | 16:08 | |
pcm_ | Anyone having issues running tox, with the latest requirements.txt? I'm getting failure to find dist for oslo.config>=1.4.0.0a3 | 16:08 |
*** evgenyf has quit IRC | 16:09 | |
openstackgerrit | Ilya Shakhat proposed a change to openstack/python-neutronclient: Set python hash seed to 0 in tox.ini https://review.openstack.org/110358 | 16:09 |
*** dvorkinista has quit IRC | 16:09 | |
*** SridharG has joined #openstack-neutron | 16:11 | |
*** nyechiel has quit IRC | 16:11 | |
*** haleyb_ has quit IRC | 16:12 | |
*** suresh12 has quit IRC | 16:13 | |
*** flwang_ has joined #openstack-neutron | 16:13 | |
*** shashankhegde has joined #openstack-neutron | 16:15 | |
*** markmcclain has joined #openstack-neutron | 16:15 | |
*** tomoe_ has quit IRC | 16:16 | |
*** ygbo has quit IRC | 16:16 | |
*** haleyb_ has joined #openstack-neutron | 16:17 | |
*** simon-AS5591 has joined #openstack-neutron | 16:17 | |
*** flwang_ has quit IRC | 16:18 | |
*** banix has quit IRC | 16:18 | |
*** networkstatic has quit IRC | 16:19 | |
*** seizadi has joined #openstack-neutron | 16:19 | |
*** seizadi has quit IRC | 16:20 | |
*** simon-AS559 has quit IRC | 16:20 | |
*** baoli has quit IRC | 16:23 | |
rkukura | pcm_: I’m seeing the same issue | 16:27 |
aleksandr_null | armax: I've dump of router_db and router_res for you | 16:28 |
aleksandr_null | http://paste.openstack.org/show/88954/ | 16:28 |
*** rolledback has quit IRC | 16:28 | |
aleksandr_null | at the begin of function and at the end | 16:28 |
openstackgerrit | Brandon Logan proposed a change to openstack/neutron: New extension for version 2 of LBaaS API https://review.openstack.org/105331 | 16:28 |
*** rolledback has joined #openstack-neutron | 16:29 | |
armax | aleksandr_null: it looks like the router object does not contain the distributed flag | 16:30 |
rkukura | pcm_: Problem seems to be caused by https://review.openstack.org/#/c/110100/ | 16:30 |
aleksandr_null | i'm creating it with distributed=false | 16:30 |
aleksandr_null | but at the end it shows that it true | 16:31 |
armax | aleksandr_null: you’d still see it though I believe | 16:31 |
aleksandr_null | Basically router will be shown with distributed status that specified by default in neutron.conf | 16:32 |
aleksandr_null | but in db it got created correctly. | 16:32 |
armax | aleksandr_null: that is what we established yesterday | 16:33 |
*** lordd has joined #openstack-neutron | 16:34 | |
*** dvorkinista has joined #openstack-neutron | 16:35 | |
*** wolsen has joined #openstack-neutron | 16:35 | |
*** yamahata has joined #openstack-neutron | 16:36 | |
*** dvorkinista has quit IRC | 16:38 | |
*** chuckC has quit IRC | 16:38 | |
*** lordd has quit IRC | 16:38 | |
*** bashok has joined #openstack-neutron | 16:39 | |
*** rolledback has quit IRC | 16:39 | |
*** dbite has quit IRC | 16:41 | |
*** crc32 has joined #openstack-neutron | 16:41 | |
*** sbfox has quit IRC | 16:42 | |
armax | aleksandr_null: that’s really the odd part | 16:42 |
*** dbite has joined #openstack-neutron | 16:43 | |
*** jschwarz has joined #openstack-neutron | 16:43 | |
*** rolledback has joined #openstack-neutron | 16:43 | |
*** afazekas has quit IRC | 16:44 | |
*** Longgeek_ has joined #openstack-neutron | 16:45 | |
*** mrsnivvel has quit IRC | 16:46 | |
*** haleyb_ has quit IRC | 16:46 | |
*** shashankhegde has quit IRC | 16:46 | |
*** andymaier has quit IRC | 16:48 | |
*** Longgeek has quit IRC | 16:48 | |
*** dims has quit IRC | 16:49 | |
*** jschwarz has quit IRC | 16:49 | |
*** dims has joined #openstack-neutron | 16:50 | |
*** crc32 has quit IRC | 16:50 | |
armax | aleksandr_null: the other thing to print would be extra_attrs | 16:50 |
*** ijw has joined #openstack-neutron | 16:50 | |
armax | aleksandr_null: somehow the join is not triggered? | 16:51 |
*** saju_m has joined #openstack-neutron | 16:51 | |
*** xgerman has quit IRC | 16:51 | |
*** xgerman_ has joined #openstack-neutron | 16:52 | |
*** jschwarz has joined #openstack-neutron | 16:52 | |
aleksandr_null | armax: ok, give me a sec | 16:53 |
*** suresh12 has joined #openstack-neutron | 16:53 | |
aleksandr_null | armax: | 16:54 |
aleksandr_null | (Pdb) print extra_attrs | 16:54 |
aleksandr_null | <neutron.db.l3_attrs_db.RouterExtraAttributes[object at 7f5b0dcbca10] {router_id='b2c19a76-6915-40e9-bf49-c707f121bf28', distributed=False}> | 16:54 |
aleksandr_null | armax: looks fine | 16:54 |
*** dsneddon has joined #openstack-neutron | 16:54 | |
*** aaronorosen1 is now known as arosen | 16:54 | |
armax | aleksandr_null: oh my, that’s official then…your deployment is possessed by some evil spirit | 16:54 |
*** arosen has quit IRC | 16:54 | |
*** arosen has joined #openstack-neutron | 16:54 | |
aleksandr_null | armax: =) | 16:54 |
*** manishg has joined #openstack-neutron | 16:55 | |
aleksandr_null | From yesterday I have no doubt about that :) | 16:55 |
aleksandr_null | Thanks for spending your time with me :) | 16:55 |
*** dvorkinista has joined #openstack-neutron | 16:55 | |
*** banix has joined #openstack-neutron | 16:55 | |
aleksandr_null | Will continue to figure out what I'm doing wrong | 16:55 |
*** ijw has quit IRC | 16:55 | |
*** rolledback has quit IRC | 16:55 | |
armax | that’s really buffling | 16:56 |
*** amaretskiy has quit IRC | 16:56 | |
*** Longgeek_ has quit IRC | 16:56 | |
armax | it almost looks like you’re not running this fix: https://review.openstack.org/#/c/109504/ | 16:57 |
armax | aleksandr_null: ^ | 16:57 |
*** Longgeek has joined #openstack-neutron | 16:57 | |
armax | aleksandr_null: but obviously you do | 16:57 |
*** sbfox has joined #openstack-neutron | 16:57 | |
*** luqas has quit IRC | 16:58 | |
aleksandr_null | I'm 147% sure that is my fault but I don't know where =/ | 16:58 |
*** Longgeek_ has joined #openstack-neutron | 16:58 | |
armax | aleksandr_null: at this point I’d try to print self.extra_attributes too | 16:58 |
aleksandr_null | Yep. I've checked twice | 16:58 |
aleksandr_null | give me a sec | 16:58 |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Break out port binding logic from ML2 plugin https://review.openstack.org/109046 | 16:59 |
aleksandr_null | armax: | 16:59 |
aleksandr_null | (Pdb) self.extra_attributes | 16:59 |
aleksandr_null | [{'default': True, 'name': 'distributed'}] | 16:59 |
*** ZZelle_ has joined #openstack-neutron | 16:59 | |
aleksandr_null | <neutron.db.l3_attrs_db.RouterExtraAttributes[object at 7fbf1d511650] {router_id='8e6cb7b9-d9c4-47cd-989c-a5b662e08a42', distributed=False}> | 16:59 |
aleksandr_null | at the beginning of function and at the end | 17:00 |
*** mrsnivvel has joined #openstack-neutron | 17:00 | |
armax | and yet on your deployment this fails | 17:01 |
*** trinaths has quit IRC | 17:01 | |
armax | I can’t think of any reason why: router_res[name] = extra_attrs[name] if name in extra_attrs else default should return False | 17:01 |
*** trinaths has joined #openstack-neutron | 17:01 | |
*** haleyb_ has joined #openstack-neutron | 17:01 | |
*** Longgeek has quit IRC | 17:01 | |
aleksandr_null | the strange thing thats in db it setted up correctly but output is wrong. | 17:02 |
armax | right, which is what that fix I hinted you above addresses | 17:02 |
*** jpich has quit IRC | 17:03 | |
*** jorgem has joined #openstack-neutron | 17:03 | |
*** SridharG has quit IRC | 17:04 | |
*** drjones has joined #openstack-neutron | 17:06 | |
aleksandr_null | Well, it looks that this function works properly because it changing distributed to false. Problem somewhere at output | 17:06 |
*** _cjones_ has quit IRC | 17:08 | |
armax | aleksandr_null: that’s where teh output parsing happens though | 17:09 |
*** jorgem1 has joined #openstack-neutron | 17:09 | |
*** jorgem has quit IRC | 17:10 | |
aleksandr_null | Well I see that response of neutron server already have distributed=true so there is nothing to do with client as I thought before. | 17:10 |
*** Longgeek_ has quit IRC | 17:11 | |
*** Longgeek has joined #openstack-neutron | 17:11 | |
*** jgallard has quit IRC | 17:12 | |
*** Longgeek_ has joined #openstack-neutron | 17:13 | |
*** Longgeek_ has quit IRC | 17:13 | |
*** ijw has joined #openstack-neutron | 17:14 | |
*** dvorkinista has quit IRC | 17:15 | |
*** rolledback has joined #openstack-neutron | 17:15 | |
*** crc32 has joined #openstack-neutron | 17:17 | |
*** Longgeek has quit IRC | 17:17 | |
*** shashankhegde has joined #openstack-neutron | 17:18 | |
*** padkrish has joined #openstack-neutron | 17:19 | |
*** ijw has quit IRC | 17:19 | |
*** amuller has joined #openstack-neutron | 17:19 | |
*** ijw has joined #openstack-neutron | 17:20 | |
HenryG | markmcclain: salv-orlando: Ping. I need to set up a quick meeting with you and akamyshnikova early-ish (US Eastern) tomorrow to talk about foreign key mismatches between models and migrations for mysql vs postgresql. | 17:21 |
*** jaypipes has joined #openstack-neutron | 17:21 | |
salv-orlando | HenryG: I hoep you can do without me. I’m on holyda from tomorrow to sunday. Isn’t that something we can discuss over the mailing list? | 17:22 |
*** lordd has joined #openstack-neutron | 17:22 | |
*** bvandenh has joined #openstack-neutron | 17:22 | |
*** coolsvap has quit IRC | 17:22 | |
HenryG | salv-orlando: I think markmcclain is the main point person here. It is related to https://review.openstack.org/80518 | 17:22 |
*** ijw_ has joined #openstack-neutron | 17:23 | |
salv-orlando | Is that about removing the -2? | 17:23 |
HenryG | I think so. Or at least, what to do about it. | 17:24 |
openstackgerrit | Brandon Logan proposed a change to openstack/neutron: Plugin/DB additions for version 2 of LBaaS API https://review.openstack.org/105609 | 17:24 |
openstackgerrit | Brandon Logan proposed a change to openstack/neutron: Tests for extension, db and plugin for LBaaS V2 https://review.openstack.org/105610 | 17:24 |
openstackgerrit | Brandon Logan proposed a change to openstack/neutron: New extension for version 2 of LBaaS API https://review.openstack.org/105331 | 17:24 |
*** ijw has quit IRC | 17:25 | |
markmcclain | HenryG: differences are the subtle differences in how the databases are implemented | 17:26 |
*** gmurphy has quit IRC | 17:26 | |
markmcclain | I not sure why we need to force them to look the same unless there is a real deployment benefit | 17:26 |
*** a_le has joined #openstack-neutron | 17:26 | |
HenryG | markmcclain: yes. I don't want to speak for akamyshnikova (hence the meeting) but one thing affected is the autogenerate for db-manage. | 17:27 |
*** dvorkinista has joined #openstack-neutron | 17:27 | |
*** flaviof has quit IRC | 17:28 | |
*** ijw_ has quit IRC | 17:28 | |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: Add L3 Scheduler Changes for Distributed Routers https://review.openstack.org/89694 | 17:28 |
*** gmurphy has joined #openstack-neutron | 17:29 | |
*** dguitarbite has quit IRC | 17:29 | |
*** dave_tucker is now known as dave_tucker_zzz | 17:30 | |
*** coolsvap has joined #openstack-neutron | 17:31 | |
*** roeyc has quit IRC | 17:33 | |
mestery | amuller: This bug looks like it should have been filed against python-neutronclient instead of neutron, and the fix has merged. Can you confirm so I can fix this? (https://bugs.launchpad.net/neutron/+bug/1346121) | 17:34 |
openstackgerrit | Doug Wiegley proposed a change to openstack/neutron: A10 Networks LBaaS Driver https://review.openstack.org/106937 | 17:35 |
*** sbfox1 has joined #openstack-neutron | 17:35 | |
*** absubram____ has joined #openstack-neutron | 17:35 | |
*** sballe has quit IRC | 17:36 | |
*** harlowja_away is now known as harlowja | 17:36 | |
HenryG | markmcclain: I was just trying to get you and akamyshnikova on IRC at the same time for a few minutes to discuss it. akamyshnikova is in UTC+4. | 17:36 |
*** dvorkinista has quit IRC | 17:36 | |
*** sbfox has quit IRC | 17:37 | |
openstackgerrit | Abishek Subramanian proposed a change to openstack/neutron: ML2 Cisco Nexus MD - not overwriting existing config https://review.openstack.org/105514 | 17:37 |
amuller | mestery: oh sorry, I'll move it to the client | 17:37 |
*** dvorkinista has joined #openstack-neutron | 17:37 | |
amuller | mestery: But the fix hasn't merged | 17:37 |
mestery | amuller: https://github.com/openstack/python-neutronclient/commit/bfec80a776a53b554a8f2d023d2974539edef3ce | 17:38 |
mestery | amuller: That is in-tree now, and closes the bug per commit message. | 17:38 |
mestery | amuller: What am I missing? :) | 17:38 |
*** absubram__ has quit IRC | 17:39 | |
amuller | mestery: We reverted the patch, and now there's another patch | 17:39 |
mestery | amuller: Got it :) | 17:39 |
* mestery tries to keep up. | 17:39 | |
amuller | hold up I'll find it | 17:39 |
mestery | amuller: thanks! | 17:39 |
*** mwagner_lap has quit IRC | 17:39 | |
*** absubram____ has quit IRC | 17:40 | |
*** chandankumar has joined #openstack-neutron | 17:40 | |
*** ranger81 has joined #openstack-neutron | 17:41 | |
*** ranger81 has quit IRC | 17:43 | |
*** ranger81 has joined #openstack-neutron | 17:43 | |
*** baoli has joined #openstack-neutron | 17:43 | |
*** baoli has quit IRC | 17:44 | |
*** baoli has joined #openstack-neutron | 17:44 | |
*** simon-AS5591 has quit IRC | 17:49 | |
*** a_le has quit IRC | 17:50 | |
aleksandr_null | armax: Is it possible that I'm creating db somehow wrong ? | 17:51 |
*** trinaths has quit IRC | 17:52 | |
armax | aleksandr_null: I cannot how you could possibly do that | 17:53 |
armax | aleksandr_null: wouldnt | 17:53 |
armax | aleksandr_null: wouldn’t make sense and try with a single server, just to rule out anything weird? | 17:53 |
*** alagalah has quit IRC | 17:53 | |
*** alagalah has joined #openstack-neutron | 17:54 | |
aleksandr_null | Ok. | 17:54 |
*** ijw has joined #openstack-neutron | 17:54 | |
aleksandr_null | I'm just curious why it worked fine for me previously | 17:54 |
*** haleyb_ has quit IRC | 17:54 | |
*** giorgiodinapoli has quit IRC | 17:56 | |
*** SumitNaiksatam has quit IRC | 17:56 | |
*** haleyb_ has joined #openstack-neutron | 17:57 | |
*** a_le has joined #openstack-neutron | 18:00 | |
*** JayJ__ has quit IRC | 18:01 | |
*** JayJ__ has joined #openstack-neutron | 18:01 | |
*** bdowns has joined #openstack-neutron | 18:02 | |
*** ijw has quit IRC | 18:03 | |
*** dave_tucker_zzz is now known as dave_tucker | 18:04 | |
*** SridharG has joined #openstack-neutron | 18:04 | |
*** JayJ__ has quit IRC | 18:05 | |
openstackgerrit | Brandon Logan proposed a change to openstack/neutron: Implement Jinja templates for haproxy config https://review.openstack.org/106867 | 18:07 |
*** a_le has quit IRC | 18:08 | |
*** SumitNaiksatam has joined #openstack-neutron | 18:08 | |
openstackgerrit | Brandon Logan proposed a change to openstack/neutron: Implements agentless haproxy driver methods https://review.openstack.org/108173 | 18:09 |
*** JayJ__ has joined #openstack-neutron | 18:10 | |
rkukura | pcm_: Did you ever find out how to resolve the issue with the new oslo.config version dependency? | 18:10 |
*** markmcclain has quit IRC | 18:12 | |
*** flwang_ has joined #openstack-neutron | 18:14 | |
*** dvorkinista has quit IRC | 18:14 | |
*** ranger81 has quit IRC | 18:15 | |
*** ijw has joined #openstack-neutron | 18:15 | |
*** dvorkinista has joined #openstack-neutron | 18:16 | |
*** ijw_ has joined #openstack-neutron | 18:16 | |
*** markmcclain has joined #openstack-neutron | 18:16 | |
*** bandarji has joined #openstack-neutron | 18:16 | |
*** dvorkinista has quit IRC | 18:17 | |
*** markmcclain1 has joined #openstack-neutron | 18:17 | |
*** dvorkinista has joined #openstack-neutron | 18:17 | |
openstackgerrit | Brandon Logan proposed a change to openstack/neutron: Implements managers for agentless haproxy driver https://review.openstack.org/108174 | 18:18 |
*** banix has quit IRC | 18:19 | |
*** flwang_ has quit IRC | 18:19 | |
*** ijw has quit IRC | 18:19 | |
openstackgerrit | Arvind Somya proposed a change to openstack/neutron: ML2 Type driver refactor https://review.openstack.org/110404 | 18:20 |
*** markmcclain has quit IRC | 18:21 | |
*** ravikumar_hp has joined #openstack-neutron | 18:23 | |
*** jschwarz has quit IRC | 18:26 | |
*** jlibosva has quit IRC | 18:26 | |
*** dontu has joined #openstack-neutron | 18:28 | |
*** banix has joined #openstack-neutron | 18:28 | |
*** patelna has joined #openstack-neutron | 18:30 | |
*** dave_tucker is now known as dave_tucker_zzz | 18:30 | |
*** dave_tucker_zzz is now known as dave_tucker | 18:31 | |
patelna | @Mlavalle - are u available | 18:32 |
rkukura | markmcclain1: Do you think https://review.openstack.org/#/c/110100/ should be reverted? | 18:32 |
*** suresh12 has quit IRC | 18:33 | |
*** haleyb_ has quit IRC | 18:33 | |
*** haleyb_ has joined #openstack-neutron | 18:34 | |
*** dgollub has quit IRC | 18:35 | |
pcm_ | rkukura: yes and no... | 18:35 |
*** larsks has quit IRC | 18:35 | |
*** s3wong has joined #openstack-neutron | 18:36 | |
rkukura | pcm_: is there a fix or workaround? | 18:36 |
pcm_ | rkukura: yes in that my system uses older pip (1.4). needed to update virtualenv to 1.11.x, which uses pip 1.5.x and that supports wheels by default and works. | 18:36 |
pcm_ | rkukura: sudo pip install virtualenv --upgrade | 18:36 |
*** aveiga has quit IRC | 18:37 | |
pcm_ | rkukura: I say no, because tox is now running, but full tox gives me two failures, but the only message I get is process-retcode. No failed test info. | 18:37 |
pcm_ | rkukura: So, oslo issue fixed, but I get a strange tox failure now (with my changeset). | 18:38 |
rkukura | pcm_: thanks - I’ll let you know if I get mine working | 18:39 |
pcm_ | rkukura: changeset that worked before, when I manually updated oslo.messaging package. | 18:39 |
pcm_ | rkukura: That should do it. I've seen this sort of package install issue for tox many times, and looks like this fixes all that. | 18:40 |
pcm_ | rkukura: BTW I had virtualenv 1.10.1, which uses pip1.4.1. | 18:41 |
pcm_ | rkukura: You can check the version and if you have < 1.11.x it'll use pip 1.4 and that'll have issues with the newer packages. | 18:41 |
pcm_ | Anyone have ideas on how to troubleshoot tox failures where all you get is process-retcode as failure? | 18:42 |
*** haleyb_ has quit IRC | 18:44 | |
*** ijw_ has quit IRC | 18:44 | |
rkukura | pcm_: Looks like I have pip 1.4.1 from yum. If I just pip to upgrade itself, it will overwrite the yum files with pip files. But if I “yum remove pip”, I won’t be able to use pip to install/upgrade itself. Any ideas on this? | 18:44 |
*** larsks has joined #openstack-neutron | 18:44 | |
pcm_ | rkukura: what infra folks said was that it was tied to virtualenv that TOX uses. virtualenv 1.10.1 uses pip1.4, whereas 1.11.x uses 1.5.x | 18:46 |
pcm_ | rkukura: Can you check virtualenv version, and if <1.11, update it? | 18:46 |
*** ijw has joined #openstack-neutron | 18:47 | |
pcm_ | rkukura: When virtualenv runs, it sets up a virtual environment that will have the corresponding pip. | 18:47 |
pcm_ | rkukura: virtualenv --version | 18:47 |
pcm_ | rkukura: sudo pip install virtualenv --upgrade | 18:47 |
*** rotbeard has quit IRC | 18:48 | |
*** yfried_ has joined #openstack-neutron | 18:48 | |
pcm_ | rkukura: You can check with '.tox/py27/bin/pip --version' to see if you then have 1.5.6 | 18:48 |
*** bvandenh has quit IRC | 18:48 | |
*** Sukhdev has joined #openstack-neutron | 18:49 | |
*** gmurphy has quit IRC | 18:50 | |
*** bandarji has quit IRC | 18:50 | |
*** haleyb_ has joined #openstack-neutron | 18:51 | |
*** sgordon has quit IRC | 18:51 | |
*** lukego has quit IRC | 18:51 | |
*** banix has quit IRC | 18:55 | |
*** jistr has joined #openstack-neutron | 18:56 | |
*** gmurphy has joined #openstack-neutron | 18:56 | |
*** sgordon has joined #openstack-neutron | 18:57 | |
*** ijw has quit IRC | 18:59 | |
*** ijw has joined #openstack-neutron | 19:00 | |
*** ijw_ has joined #openstack-neutron | 19:02 | |
*** sbfox1 has quit IRC | 19:03 | |
*** sbfox has joined #openstack-neutron | 19:03 | |
rkukura | pcm_: Seems to be working much better after doing “sudo yum remove virtualenv” and “sudo pip install virtualenv” | 19:05 |
*** ijw has quit IRC | 19:06 | |
*** saju_m has quit IRC | 19:06 | |
pcm_ | rkukura: Yeah, that should be similar to install -ugrade. Do a 'virtualenv --version' and see if you are 1.11.x | 19:06 |
pcm_ | rkukura: That'll use pip1.5.6, which will resolve the package installing issue (I think because they are need wheel support) | 19:07 |
*** bdowns has quit IRC | 19:08 | |
rkukura | pcm_: It installed virtualenv 1.11.6 and the tox-created venv has pip 1.5.6 | 19:08 |
pcm_ | rkukura: That'll do it. | 19:08 |
*** igordcard has joined #openstack-neutron | 19:09 | |
aleksandr_null | armax: | 19:10 |
aleksandr_null | armax: do you have neutron-ovs-cleanup working ? | 19:11 |
*** saju_m has joined #openstack-neutron | 19:11 | |
*** rolledback has quit IRC | 19:12 | |
*** shashankhegde has quit IRC | 19:14 | |
openstackgerrit | Paul Michali proposed a change to openstack/neutron: VPNaaS: Enable UT cases with newer oslo.messaging https://review.openstack.org/110432 | 19:14 |
*** mwagner_lap has joined #openstack-neutron | 19:15 | |
*** nyechiel has joined #openstack-neutron | 19:15 | |
*** saju_m has quit IRC | 19:16 | |
*** ijw has joined #openstack-neutron | 19:16 | |
*** nati_ueno has joined #openstack-neutron | 19:17 | |
*** sbfox has quit IRC | 19:17 | |
openstackgerrit | A change was merged to openstack/neutron: Set nullable=False on tenant_id in apic_contracts table https://review.openstack.org/108386 | 19:20 |
*** dvorkinista has quit IRC | 19:21 | |
*** ijw has quit IRC | 19:21 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Add L3 Scheduler Changes for Distributed Routers https://review.openstack.org/89694 | 19:21 |
*** dvorkinista has joined #openstack-neutron | 19:21 | |
*** jobewan has quit IRC | 19:22 | |
*** lordd has quit IRC | 19:23 | |
*** haleyb_ has quit IRC | 19:23 | |
*** saju_m has joined #openstack-neutron | 19:23 | |
openstackgerrit | Paul Michali proposed a change to openstack/neutron: VPNaaS: Enable UT cases with newer oslo.messaging https://review.openstack.org/110432 | 19:23 |
*** chandankumar has quit IRC | 19:24 | |
*** dguitarbite has joined #openstack-neutron | 19:26 | |
*** flaviof_zzz has joined #openstack-neutron | 19:26 | |
*** ollivier has joined #openstack-neutron | 19:28 | |
*** s3wong has quit IRC | 19:31 | |
*** saju_m has quit IRC | 19:31 | |
*** ijw_ has quit IRC | 19:33 | |
*** lordd has joined #openstack-neutron | 19:34 | |
*** dconde has quit IRC | 19:34 | |
*** nati_ueno has quit IRC | 19:36 | |
*** nati_ueno has joined #openstack-neutron | 19:38 | |
*** amotoki has quit IRC | 19:38 | |
*** simon-AS559 has joined #openstack-neutron | 19:38 | |
*** a_le has joined #openstack-neutron | 19:39 | |
*** simon-AS5591 has joined #openstack-neutron | 19:40 | |
*** ijw has joined #openstack-neutron | 19:42 | |
*** banix has joined #openstack-neutron | 19:43 | |
*** simon-AS559 has quit IRC | 19:43 | |
*** lori is now known as lori|away | 19:44 | |
*** dims has quit IRC | 19:47 | |
*** dave_tucker is now known as dave_tucker_zzz | 19:48 | |
*** openstackgerrit has quit IRC | 19:48 | |
*** dvorkinista has quit IRC | 19:50 | |
*** otherwiseguy has quit IRC | 19:51 | |
*** otherwiseguy has joined #openstack-neutron | 19:52 | |
*** markmcclain1 has quit IRC | 19:59 | |
*** markmcclain has joined #openstack-neutron | 20:00 | |
*** amuller has quit IRC | 20:00 | |
*** s3wong has joined #openstack-neutron | 20:01 | |
*** dvorkinista has joined #openstack-neutron | 20:02 | |
*** jp_at_hp has quit IRC | 20:03 | |
*** ollivier has quit IRC | 20:05 | |
aleksandr_null | armax: Hm. what this patch is about ? https://review.openstack.org/#/c/109180/ | 20:06 |
*** jistr has quit IRC | 20:06 | |
*** lordd has quit IRC | 20:07 | |
*** lordd has joined #openstack-neutron | 20:08 | |
*** dconde has joined #openstack-neutron | 20:08 | |
*** dconde has quit IRC | 20:08 | |
*** dconde has joined #openstack-neutron | 20:09 | |
*** dbite has quit IRC | 20:09 | |
*** ravikumar_hp has quit IRC | 20:11 | |
*** ravikumar_hp has joined #openstack-neutron | 20:12 | |
*** lordd has quit IRC | 20:12 | |
*** nati_ueno has quit IRC | 20:13 | |
*** nati_ueno has joined #openstack-neutron | 20:14 | |
rkukura | akamyshnikova: quick question about your review comment on my DB migration | 20:15 |
*** lordd has joined #openstack-neutron | 20:15 | |
*** flwang_ has joined #openstack-neutron | 20:15 | |
*** ijw_ has joined #openstack-neutron | 20:17 | |
*** nati_ueno has quit IRC | 20:18 | |
*** leenheer has quit IRC | 20:19 | |
*** dims has joined #openstack-neutron | 20:19 | |
*** flwang__ has joined #openstack-neutron | 20:19 | |
*** flwang__ has quit IRC | 20:19 | |
*** flwang_ has quit IRC | 20:20 | |
*** flwang__ has joined #openstack-neutron | 20:20 | |
*** mrsnivvel has quit IRC | 20:21 | |
*** ijw_ has quit IRC | 20:22 | |
*** dvorkinista has quit IRC | 20:22 | |
*** dgollub has joined #openstack-neutron | 20:23 | |
*** flwang__ has quit IRC | 20:24 | |
*** gildub has joined #openstack-neutron | 20:25 | |
*** ranger81 has joined #openstack-neutron | 20:26 | |
*** nyechiel has quit IRC | 20:27 | |
*** lordd has quit IRC | 20:27 | |
*** lordd has joined #openstack-neutron | 20:28 | |
*** lnxnut has quit IRC | 20:30 | |
*** flaviof_zzz is now known as flaviof | 20:31 | |
*** lordd has quit IRC | 20:32 | |
banix | blogan: are you around by any chance? had a question on the “status” of members of lb pools and how it gets updated | 20:33 |
*** dontu has quit IRC | 20:34 | |
*** shashankhegde has joined #openstack-neutron | 20:34 | |
*** nati_ueno has joined #openstack-neutron | 20:35 | |
*** leenheer has joined #openstack-neutron | 20:36 | |
*** rudrarugge has joined #openstack-neutron | 20:36 | |
*** nati_uen_ has joined #openstack-neutron | 20:37 | |
*** SumitNaiksatam has quit IRC | 20:37 | |
*** mrsnivvel has joined #openstack-neutron | 20:37 | |
*** nati_ue__ has joined #openstack-neutron | 20:38 | |
*** nati_ue__ has quit IRC | 20:38 | |
*** nati_ue__ has joined #openstack-neutron | 20:39 | |
*** nati_ueno has quit IRC | 20:40 | |
*** nati_uen_ has quit IRC | 20:41 | |
*** sbfox has joined #openstack-neutron | 20:43 | |
*** nati_ue__ has quit IRC | 20:43 | |
*** dguerri is now known as _dguerri | 20:45 | |
*** _dguerri is now known as dguerri`afk | 20:45 | |
aleksandr_null | armax: The problem was with python-neutronclient | 20:46 |
blogan | banix: hi im here | 20:47 |
blogan | banix: btw neutron lbaas questions can be asked in #openstack-lbaas | 20:48 |
banix | blogan: wanted to verify something and then ask a question | 20:48 |
blogan | banix: okay shoot | 20:48 |
*** Sukhdev has quit IRC | 20:48 | |
banix | blogan: does the health monitor update the status of a pool member if say it detects it is not healthy? | 20:49 |
*** bashok_ has joined #openstack-neutron | 20:50 | |
blogan | banix: are you talking about a specific driver? | 20:50 |
banix | blogan: well isn’t that defined for how/what health monitors do? | 20:51 |
banix | blogan: I mean aren’t all health monitors expected to do that? i thought the answer was yes but please correct me if not | 20:52 |
*** bashok has quit IRC | 20:53 | |
*** dvorkinista has joined #openstack-neutron | 20:53 | |
blogan | banix: I expect that whatever driver is in use should handle health monitors and update the member status based on what the health monitor's check is of the member | 20:54 |
*** bashok__ has joined #openstack-neutron | 20:54 | |
*** sbfox has quit IRC | 20:54 | |
blogan | banix: ill bb in a few mins | 20:54 |
*** lukego has joined #openstack-neutron | 20:55 | |
*** nati_uen_ has joined #openstack-neutron | 20:55 | |
banix | blogan: ok; may be switch to the lbaas channel and ask my next question there | 20:55 |
*** rolledback has joined #openstack-neutron | 20:55 | |
*** bashok_ has quit IRC | 20:57 | |
*** dvorkinista has quit IRC | 20:58 | |
*** openstackgerrit has joined #openstack-neutron | 20:59 | |
*** rolledback has quit IRC | 21:00 | |
HenryG | marun: Hi. When you get a chance, can you also look at my preliminary functional tests for radvd? https://review.openstack.org/109889 | 21:00 |
openstackgerrit | Maru Newby proposed a change to openstack/neutron: Refactor plugin setup helpers out of test.base https://review.openstack.org/82775 | 21:08 |
*** dvorkinista has joined #openstack-neutron | 21:09 | |
*** yamamoto has joined #openstack-neutron | 21:13 | |
*** yamamoto has quit IRC | 21:14 | |
*** yamamoto has joined #openstack-neutron | 21:14 | |
openstackgerrit | Sridhar Gaddam proposed a change to openstack/neutron: Exit Firewall Agent if config is invalid https://review.openstack.org/90575 | 21:14 |
*** dguerri`afk is now known as _dguerri | 21:15 | |
*** simon-AS5591 has quit IRC | 21:16 | |
*** a_le has quit IRC | 21:16 | |
*** mrmoje has joined #openstack-neutron | 21:17 | |
*** SridharG has quit IRC | 21:18 | |
*** ijw_ has joined #openstack-neutron | 21:18 | |
*** nplanel has quit IRC | 21:18 | |
*** jorgem1 has quit IRC | 21:20 | |
*** nplanel has joined #openstack-neutron | 21:21 | |
*** yamamoto has quit IRC | 21:22 | |
*** ijw_ has quit IRC | 21:23 | |
*** lukego has quit IRC | 21:26 | |
*** nplanel has quit IRC | 21:27 | |
*** shashankhegde has quit IRC | 21:29 | |
*** leenheer has quit IRC | 21:29 | |
*** shashankhegde has joined #openstack-neutron | 21:30 | |
kevinbenton | marun: hey, sorry to bug you but can you check out https://review.openstack.org/#/c/108544/ again | 21:30 |
*** lordd has joined #openstack-neutron | 21:30 | |
kevinbenton | salv-orlando: ping | 21:30 |
*** _dguerri is now known as dguerri`afk | 21:31 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: Add a policy keyword to match keystone username https://review.openstack.org/108598 | 21:32 |
*** gildub has quit IRC | 21:32 | |
salv-orlando | hi kevinbenton… how can I help you? | 21:32 |
*** lordd has quit IRC | 21:32 | |
kevinbenton | salv-orlando: i was hoping you could take a look at a change to the policy code | 21:33 |
kevinbenton | salv-orlando: https://review.openstack.org/#/c/108598/ | 21:33 |
kevinbenton | salv-orlando: or if not could recommend some other cores familiar with that code to review it | 21:35 |
*** aveiga has joined #openstack-neutron | 21:35 | |
salv-orlando | kevinbenton: the change is small but I fneed to think about it a bit. It will slip to tomorrow as I’m already in my pajamas. If you have an urgency for a quick review pretty much most cores are confident enough with the policy logic to review that patch | 21:36 |
*** a_le has joined #openstack-neutron | 21:37 | |
*** lordd_ has joined #openstack-neutron | 21:37 | |
*** rdo has quit IRC | 21:37 | |
*** rolledback has joined #openstack-neutron | 21:38 | |
*** dgollub has quit IRC | 21:38 | |
*** mwagner_lap has quit IRC | 21:39 | |
*** rdo has joined #openstack-neutron | 21:39 | |
*** baoli has quit IRC | 21:41 | |
*** sbfox has joined #openstack-neutron | 21:41 | |
kevinbenton | salv-orlando: no, not extremely urgent | 21:41 |
kevinbenton | salv-orlando: so I’m happy to wait for your feedback | 21:41 |
salv-orlando | kevinbenton: no problem. I’ll sleep over it. | 21:42 |
*** nplanel has joined #openstack-neutron | 21:46 | |
*** a_le has quit IRC | 21:47 | |
*** rolledback has quit IRC | 21:48 | |
*** a_le has joined #openstack-neutron | 21:48 | |
*** a_le_ has joined #openstack-neutron | 21:50 | |
*** lordd_ has quit IRC | 21:51 | |
*** a_le has quit IRC | 21:51 | |
*** lordd has joined #openstack-neutron | 21:51 | |
*** JayJ__ has quit IRC | 21:54 | |
*** JayJ__ has joined #openstack-neutron | 21:55 | |
*** lordd has quit IRC | 21:56 | |
aleksandr_null | armax: Everything looks great for now and I will proceed with functional review and testing. | 21:56 |
aleksandr_null | armax: thanks for helping :) | 21:56 |
armax | aleksandr_null: glad to hear | 21:58 |
armax | aleksandr_null: what was it? | 21:58 |
aleksandr_null | python-neutronclient | 21:58 |
armax | how so? | 21:58 |
aleksandr_null | I've updated it and everything works as supposed. | 21:59 |
*** JayJ__ has quit IRC | 21:59 | |
openstackgerrit | Divya ChanneGowda proposed a change to openstack/neutron: Implements securitygroup extension for nuage plugin https://review.openstack.org/107223 | 21:59 |
armax | aleksandr_null: I don’t understand the issue was claarly a server sisde one | 21:59 |
aleksandr_null | Well it worked and before that but for now it shows correct status of distributed variable | 21:59 |
armax | did you ever try to use the —debug to see what was sent on the wire? | 21:59 |
aleksandr_null | yes, I've seen incorrect status there ;( | 22:00 |
aleksandr_null | Maybe something was changed in neutron-dvr repo since then ? | 22:00 |
*** chuckC has joined #openstack-neutron | 22:00 | |
aleksandr_null | I also changed a lot of oslo.* stuff. | 22:01 |
armax | not sure what you mean, nothing really changed on the client side | 22:01 |
armax | and I was never able to reproduce the issue server side | 22:01 |
armax | I only glad you were able to get past this :) | 22:02 |
aleksandr_null | +) So am I. | 22:02 |
*** AbsinthMind has joined #openstack-neutron | 22:02 | |
aleksandr_null | Do we have plans to support gre/vlans ? | 22:02 |
aleksandr_null | beside vxlan ? | 22:02 |
armax | aleksandr_null: you’re never happy are you? :) yes GRE should work out of the box | 22:03 |
armax | vlans, we’re looking into it | 22:03 |
aleksandr_null | $) I'm worrying about field usecases ;) | 22:03 |
armax | buy let’s focus on what we got right now | 22:03 |
aleksandr_null | Yes, definitely | 22:03 |
armax | aleksandr_null: I appreciate that and that’s why we’re not ruling this out | 22:03 |
armax | but we need to stay focused right now | 22:04 |
armax | we can’t think about vlan if we don’t have a robust vxlan story | 22:04 |
aleksandr_null | So, I have a new problem and probably it's will help as improve dvr :) | 22:05 |
aleksandr_null | So, I created ext network, router, tenant network and spawned vm. Everything works great. Environment is 3 controllers with 3 neutrons and 3 l3_routers( two of them dvr_snat and one just dvr). I also have 7 computes with l3_agents in dvr mode. | 22:06 |
aleksandr_null | Then I created another router and attached it to existing external network. After that i created new tenant network and attached it to this router. Then spawned VM. | 22:08 |
aleksandr_null | For now VM is not getting an IP address. | 22:08 |
aleksandr_null | armax: first VM work fine still. | 22:09 |
*** banix has quit IRC | 22:09 | |
*** yamamoto has joined #openstack-neutron | 22:09 | |
aleksandr_null | Ok. Assigned IP manually and got gateway (router) pinging from VM. Will check routing/snat. | 22:10 |
*** cnesa7 has quit IRC | 22:10 | |
openstackgerrit | Itsuro Oda proposed a change to openstack/neutron: Do not schedule network when creating reserved DHCP port https://review.openstack.org/98278 | 22:10 |
aleksandr_null | works great. | 22:10 |
aleksandr_null | So the problem is somewhere with dhcp namespace connecting to this tenant network/dvr. | 22:11 |
*** AbsinthMind has quit IRC | 22:11 | |
*** nati_ueno has joined #openstack-neutron | 22:13 | |
aleksandr_null | armax: just for sure restarted dhcp_agent - not helped a lot. first tenant network works fine, second one - not. | 22:13 |
aleksandr_null | added couple more vm's: one to the first tenant network, second to the new one. First works, second - doesn't. | 22:15 |
aleksandr_null | armax: Here is logs from dhcp_agent | 22:16 |
aleksandr_null | http://paste.openstack.org/show/89027/ | 22:16 |
aleksandr_null | I could switch to debug mode and restart agent if needed | 22:16 |
*** nati_uen_ has quit IRC | 22:16 | |
*** HenryG is now known as HenryG_afk | 22:18 | |
*** dconde has quit IRC | 22:18 | |
*** a_le_ has quit IRC | 22:18 | |
*** sbfox has quit IRC | 22:19 | |
*** kbringard has quit IRC | 22:19 | |
*** a_le has joined #openstack-neutron | 22:19 | |
*** sbfox has joined #openstack-neutron | 22:20 | |
*** flwang__ has joined #openstack-neutron | 22:20 | |
*** flwang__ has quit IRC | 22:26 | |
*** aveiga has quit IRC | 22:30 | |
*** ravikumar_hp has quit IRC | 22:33 | |
*** prad has quit IRC | 22:33 | |
*** ravikumar_hp has joined #openstack-neutron | 22:33 | |
*** jaypipes has quit IRC | 22:35 | |
kevinbenton | armax: ping | 22:38 |
kevinbenton | armax: am i correct in understanding that nothing will reshcedule routers when an l3 agent goes down with the current l3 code? | 22:40 |
armax | kevinbenton: that’s my understanding as well | 22:41 |
armax | aleksandr_null: looking | 22:41 |
*** yamamoto has quit IRC | 22:41 | |
*** shashankhegde has quit IRC | 22:41 | |
kevinbenton | armax: is that a bug worthy of fixing and backporting to icehouse? | 22:41 |
*** jaypipes has joined #openstack-neutron | 22:42 | |
armax | kevinbenton: what do you have in mind? | 22:42 |
kevinbenton | armax: having something poll for down l3 agents and reschedule their routers | 22:42 |
armax | kevinbenton: I know for a fact that carl_baldwin will have some ideas around this, I think fail-over with the existing l3 framework | 22:43 |
armax | requires soem out of band management | 22:43 |
kevinbenton | armax: fast failover is out of the question for a back-port i assume, but it would at least be nice if the network eventually could recover | 22:43 |
armax | kevinbenton: hopefully L3 HA will address this | 22:43 |
kevinbenton | armax: after a minunte or so | 22:43 |
kevinbenton | armax: yes, definitely | 22:43 |
armax | kevinbenton: right | 22:43 |
kevinbenton | armax: i’m thinking purely for icehouse deployments | 22:44 |
armax | kevinbenton: right, makes sense | 22:44 |
armax | kevinbenton: even though this might come handy for juno too | 22:44 |
armax | kevinbenton: in case l3 ha doesn’t make it somehow | 22:44 |
kevinbenton | armax: ok. let me put something together into a review to get a discussion going. | 22:44 |
armax | kevinbenton: we should bring this up to the l3 submeeting | 22:44 |
kevinbenton | armax: when is that? | 22:44 |
*** igordcard has quit IRC | 22:44 | |
armax | Thu’s 8am PT I think | 22:44 |
kevinbenton | armax: ah yes, i have it on my calendar | 22:45 |
armax | kevinbenton: perhaps it’s early for you :) | 22:45 |
kevinbenton | armax: just have to stay up a little later than usual ;-) | 22:45 |
armax | oh my | 22:45 |
kevinbenton | armax: i’ll show up to it with POC code | 22:45 |
armax | kevinbenton: :) | 22:46 |
armax | kevinbenton: don’t burn out | 22:46 |
kevinbenton | armax: do i need to perform a ritual to schedule a slot in the agenda? | 22:46 |
carl_baldwin | kevinbenton: armax: Just watching the conversation. I’ve seen a few projects around relocating routers and HA. It may take me some time to gather what I know. | 22:46 |
armax | kevinbenton: I wouldn’t think it’s scritly necessary, but a note wouldn’t hurt | 22:47 |
carl_baldwin | kevinbenton: Just add it to the L2 subteam wiki. | 22:47 |
carl_baldwin | *L3 | 22:47 |
kevinbenton | carl_baldwin: does the l3 wiki inhertit… | 22:47 |
carl_baldwin | ^ fat finger | 22:47 |
kevinbenton | carl_baldwin: :)-) | 22:47 |
kevinbenton | whoops, double-chinned smiley face | 22:47 |
carl_baldwin | kevinbenton: Does the l3 wiki what? | 22:47 |
kevinbenton | carl_baldwin: from L2 | 22:48 |
kevinbenton | carl_baldwin: i was making a bad joke | 22:48 |
carl_baldwin | kevinbenton: I see. hehe | 22:48 |
*** kakuma_ has joined #openstack-neutron | 22:49 | |
*** kakuma has quit IRC | 22:49 | |
kevinbenton | carl_baldwin, armax: done, thanks | 22:50 |
armax | kevinbenton: thank you | 22:50 |
carl_baldwin | kevinbenton: thanks | 22:50 |
*** lordd has joined #openstack-neutron | 22:52 | |
*** jp_at_hp has joined #openstack-neutron | 22:53 | |
*** ijw_ has joined #openstack-neutron | 22:54 | |
*** bashok__ has quit IRC | 22:55 | |
*** ijw has quit IRC | 22:55 | |
*** jgrimm has quit IRC | 22:56 | |
*** nati_ueno has quit IRC | 22:56 | |
*** lordd has quit IRC | 22:57 | |
openstackgerrit | A change was merged to openstack/neutron: Fix wrong order of tables in downgrade https://review.openstack.org/110267 | 23:00 |
pcm_ | folks: Anyone have an idea on a diabolical tox error that I'm seeing? | 23:00 |
kevinbenton | pcm_: depends on the error | 23:01 |
pcm_ | I have latest from master. Passes TOX in my VM. Patched in my changes and tox shows 2 failures, with only messages about process-returncode. | 23:02 |
pcm_ | Jenkins fails as well, two process-returncode, and two errors in the new test cases I added. Don't see any T/B, just an error message. | 23:02 |
*** nplanel_ has joined #openstack-neutron | 23:03 | |
pcm_ | wondering what I did wrong in the UT. | 23:03 |
pcm_ | https://review.openstack.org/#/c/110432/2 | 23:03 |
pcm_ | Here's the tox failures: http://logs.openstack.org/32/110432/2/check/gate-neutron-python27/eb4c992/testr_results.html.gz | 23:03 |
pcm_ | kevinbenton: Any ideas? | 23:03 |
pcm_ | BTW, if I run a partial TOX, say of all the VPN code, it passes. Only a full tox fails. | 23:04 |
*** ravikumar_hp has quit IRC | 23:05 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Add L3 Scheduler Changes for Distributed Routers https://review.openstack.org/89694 | 23:05 |
*** alexpilotti has quit IRC | 23:05 | |
*** ravikumar_hp has joined #openstack-neutron | 23:06 | |
kevinbenton | pcm_: strange. no useful error makes that a pain :( | 23:10 |
pcm_ | kevinbenton: yeah. diabolical I tell ya | 23:10 |
pcm_ | kevinbenton: The tox results shows StringException. I had seen that (consistently) before, when I was using oslo.messaging 1.3.0 where one of the source files had a comment with junk utf-16? characters. This has oslo.messaging 1.4.0.0a4, which has the fix for that error. | 23:12 |
pcm_ | problem is, that was consistent, even on a run of just the test case. Now, it only does it on a full tox run. Must be something else. | 23:12 |
pcm_ | kevinbenton: Does the changeset look OK? | 23:13 |
openstackgerrit | Abishek Subramanian proposed a change to openstack/neutron: ML2 Cisco Nexus MD - not overwriting existing config https://review.openstack.org/105514 | 23:13 |
aleksandr_null | armax: Have you reproduced that ? | 23:13 |
*** abaron has joined #openstack-neutron | 23:13 | |
*** dims has quit IRC | 23:14 | |
kevinbenton | pcm_: yes, the unit tests look fine | 23:15 |
pcm_ | kevinbenton: Thanks. | 23:15 |
*** yamahata_ has quit IRC | 23:15 | |
pcm_ | kevinbenton: I'm at a loss on this :( | 23:16 |
aleksandr_null | armax: I also found that there is no port for dhcp in this second tenant network. | 23:16 |
aleksandr_null | But dhcp is enabled for it | 23:16 |
pcm_ | kevinbenton: markmcclain suggested trying --concurrency=1. I got the same results. | 23:17 |
*** dconde has joined #openstack-neutron | 23:17 | |
*** abaron has quit IRC | 23:18 | |
*** ijw has joined #openstack-neutron | 23:20 | |
kevinbenton | pcm_: so this also fails locally on your end? | 23:20 |
pcm_ | kevinbenton: yes, I get 2 failures, but just shows the process-returncode. | 23:22 |
pcm_ | http://paste.openstack.org/show/89050/ | 23:22 |
pcm_ | It is a consistent failure, when a full tox run is done. | 23:22 |
pcm_ | seems like some test interaction, but not sure what. | 23:23 |
*** banix has joined #openstack-neutron | 23:23 | |
*** ijw has quit IRC | 23:24 | |
kevinbenton | did you try the workflow on the testr openstack page to bisect the failure? | 23:24 |
kevinbenton | pcm_: https://wiki.openstack.org/wiki/Testr#Reproducing_Failures | 23:25 |
pcm_ | didn't know about that. Thanks! Looking... | 23:25 |
kevinbenton | pcm_: since it seems to consistently fail for you, that might work well | 23:26 |
pcm_ | I'll give it a whirl... | 23:27 |
*** dkehn_ has joined #openstack-neutron | 23:27 | |
*** networkstatic has joined #openstack-neutron | 23:29 | |
*** dkehnx has quit IRC | 23:31 | |
*** dvorkinista has quit IRC | 23:32 | |
*** ZZelle_ has quit IRC | 23:32 | |
*** yfried_ has quit IRC | 23:34 | |
*** Sukhdev has joined #openstack-neutron | 23:35 | |
*** banix has quit IRC | 23:37 | |
*** otherwiseguy has quit IRC | 23:37 | |
aleksandr_null | armax: The other interesting thing is that none of the nodes have dhcp namespaces created | 23:39 |
aleksandr_null | here is ip netns from all of active ones | 23:39 |
aleksandr_null | http://paste.openstack.org/show/89054/ | 23:39 |
armax | aleksandr_null: hang on | 23:39 |
aleksandr_null | =) | 23:39 |
armax | aleksandr_null: be right with you | 23:40 |
aleksandr_null | armax: Sorry. | 23:40 |
aleksandr_null | Ok :) | 23:40 |
*** banix has joined #openstack-neutron | 23:41 | |
*** dvorkinista has joined #openstack-neutron | 23:42 | |
*** ravikumar_hp has quit IRC | 23:44 | |
*** mrsnivvel has quit IRC | 23:45 | |
*** HenryG_afk is now known as HenryG | 23:45 | |
*** banix has quit IRC | 23:46 | |
*** tomoe_ has joined #openstack-neutron | 23:46 | |
*** mrsnivvel has joined #openstack-neutron | 23:47 | |
*** lordd has joined #openstack-neutron | 23:49 | |
*** trinaths has joined #openstack-neutron | 23:50 | |
*** leenheer has joined #openstack-neutron | 23:51 | |
*** manishg has quit IRC | 23:53 | |
*** dkehn_ is now known as dkehnx | 23:53 | |
*** trinaths has quit IRC | 23:54 | |
*** banix has joined #openstack-neutron | 23:55 | |
*** banix has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!