*** achanda has quit IRC | 00:01 | |
*** mlavalle has quit IRC | 00:06 | |
*** dims_ has joined #openstack-neutron | 00:08 | |
*** apuimedo has joined #openstack-neutron | 00:08 | |
*** padkrish has quit IRC | 00:10 | |
*** SumitNaiksatam has quit IRC | 00:17 | |
*** bharath has quit IRC | 00:18 | |
armax | tmorin: ping | 00:19 |
---|---|---|
*** ijw has quit IRC | 00:19 | |
*** oomichi has joined #openstack-neutron | 00:21 | |
armax | HenryG: ping | 00:28 |
HenryG | armax: pong | 00:28 |
armax | HenryG: looking that the migration stuff | 00:28 |
armax | I have a bunch of questions, do you have time now or shall I provide feedback on the patches? | 00:29 |
HenryG | armax: I have some time now | 00:29 |
armax | ok | 00:29 |
armax | so I am trying this stuff out | 00:29 |
armax | but not much success so far | 00:29 |
HenryG | I know the revision command does not work | 00:29 |
HenryG | I am troubleshooting | 00:30 |
armax | what about check_migration? | 00:30 |
HenryG | It works for me | 00:30 |
armax | It stops at ‘Running branches for networking-l2gw …’ | 00:30 |
armax | but exit with 0 | 00:30 |
armax | is it supposed to print anything else? | 00:30 |
HenryG | checking ... | 00:31 |
HenryG | That's how it is supposed to work if there is nothing wrong with the migrations | 00:32 |
*** tiswanso has joined #openstack-neutron | 00:32 | |
armax | ok | 00:32 |
armax | let me check something | 00:32 |
HenryG | Maybe we can add an 'OK' after the ... if it is OK | 00:33 |
*** jasondotstar has quit IRC | 00:33 | |
armax | that would be probably nice | 00:35 |
armax | that said, I am not sure the check migration does what’s supposed to do | 00:35 |
armax | it definitely calls into the specific branch | 00:35 |
armax | but I wonder if we have to flip to the new model of tracking heads | 00:35 |
armax | the same way we did for Neutron | 00:35 |
HenryG | I thought Ihar updated validate_heads_file() to do that? | 00:37 |
HenryG | It looks so to me | 00:37 |
armax | but your l2gw patch didn’t update that | 00:38 |
armax | and the check_migration didn’t detect any error | 00:38 |
armax | so not sure what’s going on | 00:38 |
*** Sukhdev_ has quit IRC | 00:39 | |
HenryG | Ihar made it so single head is also supported | 00:40 |
*** roeyc has quit IRC | 00:40 | |
armax | ok | 00:41 |
*** tiswanso has quit IRC | 00:41 | |
armax | HenryG: one question I had was whether we can get away without the complication of specifying the subprojects on teh cli | 00:42 |
armax | HenryG: any thoughts? | 00:42 |
HenryG | armax: The only reason for the --subproject arg is if you want to force a command on one project only. Without the arg it runs on all installed projects. | 00:43 |
armax | right | 00:43 |
armax | so it can run on all projects | 00:43 |
armax | correct? | 00:44 |
HenryG | I am not sure I fully understand what you are asking | 00:44 |
armax | never mind…I think I got it | 00:44 |
armax | I am only slightly confused by ythe commit message of 198524 | 00:45 |
HenryG | I will need to update the devref | 00:45 |
HenryG | Also the networking guide I guess | 00:46 |
armax | I am only wondering what happens if we run multiple neutron-db-manage in sequence on separate projects | 00:46 |
HenryG | That depends on the command | 00:46 |
armax | right…depending on how you executed the command over time you might have different outcomes? | 00:47 |
armax | for something that is supposed to be idempotent, like check_migration, | 00:47 |
armax | it might make sense to allow the specification of a project | 00:47 |
armax | but for something that actually do the upgrade, not sure if it’s wised | 00:48 |
armax | wise | 00:48 |
armax | does it make sene? | 00:48 |
armax | sense | 00:48 |
HenryG | upgrade is fine as long as you run it on neutron first | 00:48 |
HenryG | Then it is idempotent after that | 00:48 |
armax | but how could I/ | 00:49 |
armax | ? | 00:49 |
armax | like neutron-db-manage —neutron-only | 00:49 |
armax | and then neutron-db-manage —sub-proects p1 | 00:49 |
HenryG | WEll | 00:49 |
armax | neturon-db-manage -sub-project p2? | 00:49 |
*** spandhe has quit IRC | 00:49 | |
HenryG | (let me use abbreviation ndbm) | 00:50 |
HenryG | ndbm upgrade head | 00:50 |
armax | ok, let me step back | 00:50 |
*** piyanai has joined #openstack-neutron | 00:50 | |
HenryG | That will run oon neutron (first) and then all installed projects | 00:50 |
armax | go on | 00:50 |
HenryG | now, | 00:50 |
HenryG | ndbm --subproject networking-l2gw upgrade head | 00:51 |
HenryG | will be fine | 00:51 |
armax | ok I am thinking that the complexity/flexibility is unnecessary and potentially dangerous for things that do modify the schema | 00:53 |
armax | maybe my concern is unfounded | 00:53 |
HenryG | Yes, I think that operators will just run "ndbm upgrade head" all the time. And it will work as expected. | 00:53 |
armax | right | 00:54 |
*** yamamoto has joined #openstack-neutron | 00:54 | |
*** minwang2 has quit IRC | 00:54 | |
HenryG | So the --subproject thing is really for developers, and some of the other commands like check_migration | 00:54 |
armax | so if the —sub-project is a potential bullet operators can shoot themselves with, I’d rather take that away from them | 00:54 |
HenryG | Sure, but what about us? :) | 00:55 |
*** tflynn_ has quit IRC | 00:55 | |
*** yamamoto has quit IRC | 00:55 | |
HenryG | Hide the option? | 00:55 |
armax | I’d have the option only for things that are intrisincally idempotent | 00:55 |
*** tflynn has joined #openstack-neutron | 00:55 | |
armax | like check-migration for instnace | 00:55 |
armax | instance | 00:55 |
*** thorst has joined #openstack-neutron | 00:55 | |
armax | as running check-migration on any installed project is clearly not the intention of the developer in most cases | 00:56 |
*** yamamoto has joined #openstack-neutron | 00:56 | |
HenryG | OK. Please put this comment on the review. | 00:57 |
*** boris-42 has joined #openstack-neutron | 00:57 | |
*** thorst has quit IRC | 00:57 | |
armax | all of it? | 00:57 |
armax | :) | 00:57 |
HenryG | Just the tl;dr :) | 00:58 |
armax | ok | 00:58 |
armax | but first of all I wanted to understand whether this is something you see as potentially problematic | 00:58 |
HenryG | And then bear with me while I get the solution wrong a few times :) | 00:58 |
armax | otherwise my point is moot and we can move on | 00:58 |
HenryG | I think it makes sense for upgrade | 00:59 |
HenryG | I'll have to think about each of the other commands | 00:59 |
armax | ok | 00:59 |
armax | I’ll capture this so it doesn’t get lost through the cracks | 01:00 |
armax | thanks for pulling this together…it looks good overall | 01:00 |
*** SumitNaiksatam has joined #openstack-neutron | 01:00 | |
*** tflynn has quit IRC | 01:01 | |
*** madhu_ak has quit IRC | 01:01 | |
HenryG | np | 01:01 |
*** tflynn has joined #openstack-neutron | 01:01 | |
HenryG | I may have found a bit of an issue with revision --autogenerate | 01:02 |
armax | ok | 01:03 |
*** jasondotstar has joined #openstack-neutron | 01:03 | |
HenryG | On neutron it works by comparing the schema from the models to the schema from the migrations | 01:04 |
*** tiswanso has joined #openstack-neutron | 01:04 | |
*** zhiyuan has joined #openstack-neutron | 01:04 | |
HenryG | It ignores tables from models that have been moved out of tree | 01:05 |
*** sthillma has quit IRC | 01:05 | |
HenryG | Now if I run it on networking-foo I must ignore all the neutron core models and all the other models except networking-foo models. | 01:06 |
*** tiswanso has quit IRC | 01:06 | |
* armax mumbles | 01:06 | |
HenryG | The last bit is tricky | 01:06 |
*** tiswanso has joined #openstack-neutron | 01:06 | |
*** eckelcu has quit IRC | 01:07 | |
*** yamamoto has quit IRC | 01:08 | |
HenryG | There are 3 categories of networking-foo: | 01:08 |
*** dboik has joined #openstack-neutron | 01:08 | |
HenryG | 1. Those with models still in neutron core tree | 01:08 |
HenryG | 2. Those with models that were in tree but now moved out | 01:09 |
HenryG | 3. Those with models that were never in tree | 01:09 |
armax | um | 01:09 |
armax | so the autogenerate thingy is about | 01:09 |
armax | spitting the migration files out of the model classes, correct? | 01:10 |
armax | new model classes | 01:10 |
HenryG | yes, when you add/remove/update models it generates the migration script for you | 01:10 |
*** nus has quit IRC | 01:12 | |
*** Marga__ has quit IRC | 01:12 | |
*** nus has joined #openstack-neutron | 01:12 | |
HenryG | We don't need to be perfect, but being mostly right is helpful to developers | 01:13 |
*** tflynn has quit IRC | 01:13 | |
*** jwy has quit IRC | 01:13 | |
armax | I agree…we shouldn’t regress here | 01:14 |
*** ivar-laz_ has joined #openstack-neutron | 01:14 | |
armax | I wonder if it really makes a difference though | 01:15 |
armax | in the end, you’re interested in the diff | 01:15 |
armax | wouldn’t that be the same regardless of how many models you’re looking at? | 01:15 |
*** nlahouti has quit IRC | 01:16 | |
HenryG | This is kind of hard to explain without a whiteboard | 01:16 |
HenryG | I need to draw venn diagrams | 01:16 |
*** Fdaisuke has joined #openstack-neutron | 01:17 | |
armax | ok | 01:17 |
armax | but I am still failing to see the issue | 01:17 |
*** ivar-lazzaro has quit IRC | 01:17 | |
armax | maybe you can point me to a sequence of commands that can let me see what you’re seeing? | 01:17 |
*** lucas____ has joined #openstack-neutron | 01:18 | |
HenryG | yes | 01:18 |
HenryG | How about I do that tomorrow? I need to post an update to the l2gw patch first. | 01:19 |
*** bharath has joined #openstack-neutron | 01:19 | |
*** ivar-laz_ has quit IRC | 01:19 | |
armax | ok, tomorrow I am not around | 01:20 |
*** Sukhdev_ has joined #openstack-neutron | 01:20 | |
armax | :( | 01:21 |
armax | maybe give me a pointer now and I’ll take it from here | 01:21 |
armax | ?\ | 01:21 |
Sukhdev_ | armax: a quick question - if you got a sec? | 01:22 |
armax | Sukhdev_: shoot | 01:22 |
*** lucas____ has quit IRC | 01:22 | |
Sukhdev_ | I have moved all the files out of neutron for Arista - the question is should the requirements.txt remain here - /opt/stack/neutron/neutron/plugins/ml2/drivers/arista or should this also be removed? | 01:23 |
*** abregman|ZzZzZ has quit IRC | 01:23 | |
armax | Sukhdev_: um | 01:24 |
armax | Sukhdev_: you know what? | 01:24 |
*** vivek-ebay has quit IRC | 01:24 | |
*** rawl has joined #openstack-neutron | 01:24 | |
* Sukhdev_ listening | 01:25 | |
armax | Sukhdev_: I wonder if that is still relevant and whether from a documentation standpoint that info can be captured here: | 01:25 |
armax | https://github.com/openstack/neutron/blob/master/doc/source/devref/sub_projects.rst#arista | 01:25 |
armax | for instance | 01:25 |
armax | Sukhdev_: you shoud double check with ihar | 01:25 |
armax | to see if they, amongst other distros, ever ended using it | 01:26 |
armax | we thought that was going to consumed via a script for packaging purposes | 01:26 |
armax | but if we don’t in practice | 01:27 |
armax | this becomes just useful documentation to be captured still, but not necessarily the way we did so far | 01:27 |
*** Tiancheng has joined #openstack-neutron | 01:27 | |
Sukhdev_ | armax: char is probably sleeping - will check with him in the morning. In the mean time, I will leave this file there - as I do not see any harm | 01:28 |
*** s3wong has quit IRC | 01:29 | |
armax | indeed | 01:29 |
Sukhdev_ | armax: I will be uploading the update to my patch within next few minutes, will send you the link to review it shorty | 01:29 |
Sukhdev_ | shortly | 01:29 |
*** piyanai has quit IRC | 01:29 | |
armax | ok | 01:29 |
abhiraut | Sukhdev_: is there a review for the same in networking-arista? | 01:30 |
Sukhdev_ | abhiraut: yes, have not pushed it there yet - but, will be doing soon - would you have few cycles to review it? | 01:31 |
Sukhdev_ | abhiraut: want to get the neutron side merged first so that tox on the networking-arista start to behave better | 01:31 |
*** shashank_hegde has quit IRC | 01:31 | |
*** Tiancheng has quit IRC | 01:31 | |
abhiraut | Sukhdev_: yea sure.. I know HenryG is kind of particular about having the two reviews linked via some bug | 01:32 |
*** Tiancheng has joined #openstack-neutron | 01:32 | |
abhiraut | Sukhdev_: not sure if its mandatory | 01:32 |
Sukhdev_ | abhiraut: I was chatting with HenryG earlier (unless I misunderstood him) his guidance was to get the neutron side merged first | 01:32 |
*** stanzgy has joined #openstack-neutron | 01:33 | |
abhiraut | Sukhdev_: yup indeed | 01:33 |
abhiraut | Sukhdev_: ill look at it first thing in the monring.. if its not merged already ;) | 01:33 |
openstackgerrit | Sukhdev Kapur proposed openstack/neutron: Arista Drivers decomposition part II https://review.openstack.org/207654 | 01:34 |
*** sridhar_ram has quit IRC | 01:34 | |
*** abhiraut has quit IRC | 01:35 | |
armax | Sukhdev_: got it | 01:35 |
Sukhdev_ | abhiraut: BTW, thanks for the review - I just pushed updated version - https://review.openstack.org/#/c/207654/1 | 01:35 |
Sukhdev_ | armax; cool - whenever you have a moment, would love your review cycles for this | 01:36 |
armax | Sukhdev_: you will have all the love you deserve ;) | 01:36 |
*** abhiraut has joined #openstack-neutron | 01:36 | |
Sukhdev_ | armax; only good love - not the bad one :-) | 01:37 |
armax | Sukhdev_: btw have you seen this one? | 01:37 |
armax | https://review.openstack.org/#/c/198524/ | 01:37 |
armax | since arista does have models on top of neutron you may want to track that one to see how it affects arista | 01:38 |
*** shivrao has quit IRC | 01:38 | |
Sukhdev_ | armax: no - I had not seen it - thanks for pointing it out - will review now | 01:38 |
armax | HenryG has one for l2gw | 01:38 |
armax | https://review.openstack.org/#/c/205866/ | 01:39 |
armax | Sukhdev_: that should be enough to give you a sense of where this is heading | 01:39 |
Sukhdev_ | armax: cool - thanks - I saw HenryG chat about this with markmcclain earlier - but, had not see the patch - thanks for giving the pointer - will follow it now | 01:40 |
*** signed8bit has joined #openstack-neutron | 01:40 | |
HenryG | armax: Sukhdev_: here's how to init alembic branches for a repo: https://review.openstack.org/198434 | 01:40 |
signed8bit | Is there an equivalent way to get nova floating-ip-pool-list via neutron? Trying to hint out how to do this via jclouds... | 01:41 |
Sukhdev_ | HenryG; Ah cool - this is good stuff. I have some of this already in place - this will help me get going | 01:42 |
*** ianw has quit IRC | 01:43 | |
*** shwetaap has joined #openstack-neutron | 01:43 | |
armax | HenryG: don’t we need the same for l2gw too? | 01:44 |
*** jwy has joined #openstack-neutron | 01:44 | |
HenryG | armax: "need": no. "should have": yes. | 01:44 |
*** ianw has joined #openstack-neutron | 01:45 | |
armax | how would it work otherwise long term though? | 01:45 |
armax | if you don’t you can’t online migrate, right? | 01:46 |
openstackgerrit | Kevin Benton proposed openstack/neutron: Use a conntrack zone per port in OVS https://review.openstack.org/207464 | 01:46 |
*** abhiraut has quit IRC | 01:46 | |
HenryG | armax: fine, all repos need it. :) | 01:46 |
armax | HenryG: well, I am only wondering what the implications are if we only enforce the ‘should have' | 01:47 |
HenryG | armax: the repo that does not have expand/contract branches will break the online migration feature if that repo is installed. | 01:48 |
armax | right that’s what i figured | 01:48 |
HenryG | Some vendors may not care, but we could require it if they want to be in the tent I guess. | 01:49 |
armax | let’s say it’s in the best interest of the repo to ‘comply’ with the new migration capability | 01:49 |
HenryG | That sounds good to me | 01:49 |
Sukhdev_ | HenryG armax: are you referring the repos that do not have any private DBs? | 01:50 |
armax | no | 01:50 |
HenryG | armax: I updated the patch to l2gw | 01:51 |
Sukhdev_ | Oh - so, if a repo has a private DB, then they must follow this migration stuff, right? | 01:51 |
*** yamamoto has joined #openstack-neutron | 01:51 | |
armax | Sukhdev_: aye | 01:52 |
armax | HenryG: rockin' | 01:52 |
*** piyanai has joined #openstack-neutron | 01:52 | |
Sukhdev_ | HenryG: thanks for l2gw stuff - this has been a blocker for us | 01:52 |
HenryG | armax: You can try the revision --autogenerate with that ... | 01:52 |
HenryG | armax: Here's what I do: | 01:53 |
HenryG | 1. tox --notest -r -e py27 | 01:53 |
HenryG | 2. source .tox/py27/bin/activate | 01:54 |
HenryG | 3. pip install -U -e ../neutron # repo with review 198524 | 01:55 |
HenryG | 4. mysql -e "drop database neutron; create database neutron;" | 01:56 |
HenryG | 5. NDBM upgrade head | 01:56 |
HenryG | 6. NDBM --subproject networking-l2gw revision -m test --autogenerate | 01:56 |
*** lucas____ has joined #openstack-neutron | 01:57 | |
armax | ok | 01:57 |
armax | noted | 01:57 |
HenryG | Where NDBM is aliased to `neutron-db-manage --core_plugin neutron.plugins.ml2.plugin.Ml2Plugin --database-connection mysql+pymysql://root:topsecret@127.0.0.1/neutron?charset=utf8' | 01:58 |
*** erkules_ has joined #openstack-neutron | 01:58 | |
*** azbiswas has quit IRC | 02:00 | |
HenryG | armax: It is getting late here and I am fading. | 02:00 |
HenryG | Hopefully by Monday most of this will be sorted out | 02:00 |
armax | yes | 02:00 |
*** azbiswas has joined #openstack-neutron | 02:00 | |
armax | you should go | 02:00 |
armax | you’ve been longer than I expected | 02:00 |
*** erkules has quit IRC | 02:01 | |
*** azbiswas has quit IRC | 02:01 | |
*** lucas____ has quit IRC | 02:01 | |
*** Sukhdev_ has quit IRC | 02:02 | |
*** iwamoto has joined #openstack-neutron | 02:03 | |
*** bharath has quit IRC | 02:03 | |
*** gildub_ has quit IRC | 02:04 | |
*** gildub has quit IRC | 02:04 | |
*** bharath has joined #openstack-neutron | 02:05 | |
*** changzhi_ has joined #openstack-neutron | 02:06 | |
*** dboik has quit IRC | 02:07 | |
*** salv-orlando has joined #openstack-neutron | 02:08 | |
*** cing has joined #openstack-neutron | 02:08 | |
*** saksham has quit IRC | 02:09 | |
*** bapalm has joined #openstack-neutron | 02:09 | |
*** apuimedo has quit IRC | 02:10 | |
*** bharath has quit IRC | 02:10 | |
*** SourabhP has quit IRC | 02:10 | |
*** SourabhP has joined #openstack-neutron | 02:10 | |
*** SourabhP has quit IRC | 02:10 | |
*** markvoelker has joined #openstack-neutron | 02:15 | |
*** salv-orlando has quit IRC | 02:15 | |
*** markvoelker has quit IRC | 02:15 | |
*** banix has joined #openstack-neutron | 02:17 | |
*** bapalm has quit IRC | 02:19 | |
*** markvoelker has joined #openstack-neutron | 02:19 | |
banix | kevinbenton: hi kevin, are you around by any chance? | 02:21 |
*** markvoelker_ has joined #openstack-neutron | 02:21 | |
*** azbiswas has joined #openstack-neutron | 02:22 | |
*** tfukushima has joined #openstack-neutron | 02:22 | |
*** markvoelker has quit IRC | 02:23 | |
*** fedexo has joined #openstack-neutron | 02:24 | |
*** rawl has quit IRC | 02:26 | |
*** gildub has joined #openstack-neutron | 02:28 | |
*** openstackgerrit has quit IRC | 02:31 | |
*** shashank_hegde has joined #openstack-neutron | 02:31 | |
*** openstackgerrit has joined #openstack-neutron | 02:32 | |
*** azbiswas has quit IRC | 02:37 | |
openstackgerrit | IWAMOTO Toshihiro proposed openstack/neutron: OVS-agent: Introduce Ryu based OpenFlow implementation https://review.openstack.org/153946 | 02:37 |
openstackgerrit | IWAMOTO Toshihiro proposed openstack/neutron: OVS-agent: Switch the default to "native" of_interface https://review.openstack.org/206329 | 02:38 |
*** hitalia has quit IRC | 02:40 | |
*** achanda has joined #openstack-neutron | 02:42 | |
*** shashank_hegde has quit IRC | 02:49 | |
*** hakimo has joined #openstack-neutron | 02:52 | |
*** hakimo_ has quit IRC | 02:54 | |
*** jasondotstar has quit IRC | 02:58 | |
*** tflynn has joined #openstack-neutron | 02:58 | |
*** madhu_ak has joined #openstack-neutron | 03:01 | |
*** jwy has quit IRC | 03:06 | |
*** bharath has joined #openstack-neutron | 03:07 | |
*** tflynn has quit IRC | 03:08 | |
*** sakaYK has joined #openstack-neutron | 03:11 | |
*** bharath has quit IRC | 03:11 | |
*** signed8bit has quit IRC | 03:12 | |
*** shashank_hegde has joined #openstack-neutron | 03:13 | |
*** Bhavya has joined #openstack-neutron | 03:17 | |
*** markvoelker_ has quit IRC | 03:23 | |
*** Tiancheng has quit IRC | 03:23 | |
*** Tiancheng has joined #openstack-neutron | 03:23 | |
*** zhhuabj has quit IRC | 03:24 | |
*** shashank_hegde has quit IRC | 03:25 | |
*** markvoelker_ has joined #openstack-neutron | 03:26 | |
*** zhhuabj has joined #openstack-neutron | 03:27 | |
*** h00327910__ has quit IRC | 03:28 | |
*** achanda has quit IRC | 03:28 | |
*** cdl has joined #openstack-neutron | 03:30 | |
*** tiswanso has quit IRC | 03:31 | |
*** cdl has quit IRC | 03:31 | |
*** cdl has joined #openstack-neutron | 03:31 | |
*** dims_ has quit IRC | 03:33 | |
*** sdake_ has joined #openstack-neutron | 03:42 | |
*** sdake has quit IRC | 03:43 | |
*** sdake_ has quit IRC | 03:45 | |
*** sdake has joined #openstack-neutron | 03:45 | |
*** coolsvap|away is now known as coolsvap | 03:49 | |
*** sdake_ has joined #openstack-neutron | 03:51 | |
*** sdake has quit IRC | 03:52 | |
*** pal has joined #openstack-neutron | 03:54 | |
*** shashank_hegde has joined #openstack-neutron | 03:54 | |
*** edmondsw has quit IRC | 03:56 | |
*** Tiancheng_ has joined #openstack-neutron | 03:58 | |
*** Tiancheng has quit IRC | 03:58 | |
*** Sukhdev_ has joined #openstack-neutron | 03:59 | |
*** salv-orlando has joined #openstack-neutron | 04:00 | |
*** lucas__ has joined #openstack-neutron | 04:01 | |
*** tfukushima has quit IRC | 04:01 | |
*** lucas____ has joined #openstack-neutron | 04:04 | |
*** lucas__ has quit IRC | 04:05 | |
*** salv-orlando has quit IRC | 04:07 | |
*** haigang has joined #openstack-neutron | 04:07 | |
*** lucas____ has quit IRC | 04:08 | |
*** changzhi_ has quit IRC | 04:14 | |
*** Bhavya has quit IRC | 04:18 | |
*** vivek-ebay has joined #openstack-neutron | 04:21 | |
*** sdake_ has quit IRC | 04:21 | |
*** sdake has joined #openstack-neutron | 04:21 | |
*** Bhavya has joined #openstack-neutron | 04:22 | |
*** shwetaap has quit IRC | 04:24 | |
openstackgerrit | ZhaoBo proposed openstack/python-neutronclient: Fixed the help CLI info of lbaas-pool-update https://review.openstack.org/190968 | 04:25 |
*** ajmiller has quit IRC | 04:25 | |
*** sdake has quit IRC | 04:28 | |
*** sdake_ has joined #openstack-neutron | 04:28 | |
*** tflynn has joined #openstack-neutron | 04:28 | |
*** shivrao has joined #openstack-neutron | 04:29 | |
*** sdake has joined #openstack-neutron | 04:31 | |
*** sdake_ has quit IRC | 04:31 | |
*** tflynn has quit IRC | 04:32 | |
*** sakaYK has quit IRC | 04:32 | |
*** bharath has joined #openstack-neutron | 04:33 | |
*** miyagishi_t_ has joined #openstack-neutron | 04:35 | |
*** sdake_ has joined #openstack-neutron | 04:36 | |
*** sdake has quit IRC | 04:36 | |
*** bharath has quit IRC | 04:38 | |
*** sdake_ has quit IRC | 04:41 | |
*** tmorin has quit IRC | 04:42 | |
*** sdake has joined #openstack-neutron | 04:42 | |
*** sthillma has joined #openstack-neutron | 04:42 | |
openstackgerrit | Merged openstack/neutron: Keep dns nameserver order consistency https://review.openstack.org/199588 | 04:43 |
*** sdake has quit IRC | 04:44 | |
*** fedexo has quit IRC | 04:44 | |
*** tmorin has joined #openstack-neutron | 04:45 | |
*** sdake has joined #openstack-neutron | 04:45 | |
*** shashank_hegde has quit IRC | 04:46 | |
*** sdake has quit IRC | 04:47 | |
*** sdake has joined #openstack-neutron | 04:47 | |
*** changzhi has quit IRC | 04:49 | |
*** piyanai has quit IRC | 04:51 | |
*** pal has quit IRC | 04:51 | |
*** shashank_hegde has joined #openstack-neutron | 04:53 | |
*** bharath_ has joined #openstack-neutron | 04:54 | |
*** banix has quit IRC | 04:55 | |
*** fawadkhaliq has joined #openstack-neutron | 04:55 | |
*** bharath_ has quit IRC | 04:56 | |
*** arajagopal has joined #openstack-neutron | 04:56 | |
*** tfukushima has joined #openstack-neutron | 05:02 | |
*** pal has joined #openstack-neutron | 05:05 | |
*** tfukushima has quit IRC | 05:06 | |
*** coolsvap is now known as coolsvap|away | 05:08 | |
*** fedexo has joined #openstack-neutron | 05:08 | |
*** ub2 has quit IRC | 05:08 | |
*** salv-orlando has joined #openstack-neutron | 05:13 | |
*** minwang2 has joined #openstack-neutron | 05:15 | |
*** rm_work is now known as rm_work|away | 05:16 | |
*** coolsvap|away is now known as coolsvap | 05:17 | |
*** pal has quit IRC | 05:18 | |
*** moha_hunt has quit IRC | 05:19 | |
*** salv-orlando has quit IRC | 05:20 | |
*** fedexo has quit IRC | 05:20 | |
*** azbiswas has joined #openstack-neutron | 05:21 | |
*** salv-orlando has joined #openstack-neutron | 05:21 | |
*** aranjan has joined #openstack-neutron | 05:21 | |
*** amickus has joined #openstack-neutron | 05:22 | |
*** azbiswas_ has joined #openstack-neutron | 05:22 | |
*** pal has joined #openstack-neutron | 05:23 | |
*** madhu_ak has quit IRC | 05:23 | |
*** ig0r_ has joined #openstack-neutron | 05:24 | |
*** azbiswas has quit IRC | 05:25 | |
*** salv-orlando has quit IRC | 05:27 | |
*** fedexo has joined #openstack-neutron | 05:29 | |
*** numan has joined #openstack-neutron | 05:29 | |
*** achanda has joined #openstack-neutron | 05:30 | |
*** armax has quit IRC | 05:35 | |
*** sdake has quit IRC | 05:35 | |
*** tfukushima has joined #openstack-neutron | 05:38 | |
*** yapeng has joined #openstack-neutron | 05:38 | |
*** lajos-katona has joined #openstack-neutron | 05:39 | |
*** arajagopal has quit IRC | 05:40 | |
*** sdake has joined #openstack-neutron | 05:41 | |
*** anilvenkata has joined #openstack-neutron | 05:42 | |
*** SourabhP has joined #openstack-neutron | 05:43 | |
*** josecastroleon has joined #openstack-neutron | 05:46 | |
*** markvoelker_ has quit IRC | 05:48 | |
*** spandhe has joined #openstack-neutron | 05:52 | |
*** changzhi has joined #openstack-neutron | 05:52 | |
*** spandhe_ has joined #openstack-neutron | 05:55 | |
*** spandhe has quit IRC | 05:56 | |
*** spandhe_ is now known as spandhe | 05:56 | |
*** Murali has joined #openstack-neutron | 05:58 | |
*** Sukhdev_ has quit IRC | 05:59 | |
openstackgerrit | Hirofumi Ichihara proposed openstack/neutron: Enable to update external network subnet's gateway-ip https://review.openstack.org/194939 | 06:01 |
*** fedexo has quit IRC | 06:02 | |
*** tmorin has quit IRC | 06:05 | |
*** coolsvap is now known as coolsvap|away | 06:05 | |
*** shausy has joined #openstack-neutron | 06:06 | |
*** jprovazn has joined #openstack-neutron | 06:07 | |
*** evrardjp_ is now known as evrardjp | 06:07 | |
*** lucas__ has joined #openstack-neutron | 06:08 | |
*** trinaths has joined #openstack-neutron | 06:08 | |
*** spandhe has quit IRC | 06:09 | |
openstackgerrit | Hirofumi Ichihara proposed openstack/neutron: Add availability_zone support for API and DB https://review.openstack.org/183369 | 06:10 |
*** jyuso1 has joined #openstack-neutron | 06:11 | |
*** rubasov has quit IRC | 06:11 | |
*** spandhe has joined #openstack-neutron | 06:11 | |
*** ig0r__ has joined #openstack-neutron | 06:11 | |
*** lucas__ has quit IRC | 06:12 | |
*** ig0r_ has quit IRC | 06:12 | |
*** coolsvap|away is now known as coolsvap | 06:13 | |
openstackgerrit | Hirofumi Ichihara proposed openstack/neutron: Add availability_zone support for Scheduler https://review.openstack.org/204436 | 06:15 |
*** SridharG has joined #openstack-neutron | 06:15 | |
*** dsanders has quit IRC | 06:16 | |
*** Marga_ has joined #openstack-neutron | 06:16 | |
*** pal has quit IRC | 06:17 | |
*** yog__ has quit IRC | 06:19 | |
*** scheuran has joined #openstack-neutron | 06:19 | |
*** pal has joined #openstack-neutron | 06:20 | |
*** pal_ has joined #openstack-neutron | 06:23 | |
*** ig0r_ has joined #openstack-neutron | 06:24 | |
*** ig0r_ has quit IRC | 06:24 | |
*** pal has quit IRC | 06:24 | |
*** salv-orlando has joined #openstack-neutron | 06:26 | |
*** kawa2014 has joined #openstack-neutron | 06:26 | |
*** pal_ has quit IRC | 06:28 | |
*** armax has joined #openstack-neutron | 06:28 | |
*** sakaYK has joined #openstack-neutron | 06:29 | |
*** zhiyuan has quit IRC | 06:29 | |
*** moshele has joined #openstack-neutron | 06:29 | |
*** yapeng has quit IRC | 06:31 | |
*** aranjan has quit IRC | 06:32 | |
*** ub has joined #openstack-neutron | 06:32 | |
*** armax has quit IRC | 06:35 | |
*** salv-orlando has quit IRC | 06:37 | |
*** shausy has quit IRC | 06:38 | |
*** pal has joined #openstack-neutron | 06:39 | |
*** shausy has joined #openstack-neutron | 06:40 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron: Imported Translations from Transifex https://review.openstack.org/206885 | 06:40 |
*** sakaYK has quit IRC | 06:43 | |
*** shausy has quit IRC | 06:43 | |
*** josecastroleon has quit IRC | 06:44 | |
*** shausy has joined #openstack-neutron | 06:44 | |
*** yushiro has joined #openstack-neutron | 06:44 | |
*** vivek-ebay has quit IRC | 06:46 | |
*** salv-orlando has joined #openstack-neutron | 06:46 | |
*** lajos-katona1 has joined #openstack-neutron | 06:47 | |
*** LuisArizmendi has quit IRC | 06:47 | |
*** markvoelker has joined #openstack-neutron | 06:48 | |
*** minwang2 has quit IRC | 06:49 | |
*** lajos-katona has quit IRC | 06:50 | |
*** markvoelker has quit IRC | 06:53 | |
*** shz has quit IRC | 06:54 | |
*** sakaYK has joined #openstack-neutron | 06:54 | |
*** hanzhang has joined #openstack-neutron | 06:55 | |
*** abehl has joined #openstack-neutron | 06:56 | |
*** lajos-katona1 has quit IRC | 06:56 | |
openstackgerrit | Merged openstack/neutron: Introduce usage data tracking for Neutron https://review.openstack.org/188883 | 06:57 |
*** yushiro has quit IRC | 06:57 | |
*** yog__ has joined #openstack-neutron | 06:58 | |
openstackgerrit | Merged openstack/neutron: Add plural names for quota resources https://review.openstack.org/194867 | 06:58 |
*** jschwarz has joined #openstack-neutron | 06:59 | |
*** josecastroleon has joined #openstack-neutron | 07:00 | |
*** tmorin has joined #openstack-neutron | 07:01 | |
*** josecastroleon has quit IRC | 07:02 | |
*** coolsvap is now known as coolsvap|away | 07:02 | |
*** dsanders has joined #openstack-neutron | 07:04 | |
openstackgerrit | John Schwarz proposed openstack/python-neutronclient: Support CLI changes for QoS (2/2). https://review.openstack.org/198277 | 07:09 |
*** jschwarz has quit IRC | 07:09 | |
*** lucas__ has joined #openstack-neutron | 07:09 | |
*** boris-42 has quit IRC | 07:10 | |
*** pal has quit IRC | 07:10 | |
*** coolsvap|away is now known as coolsvap | 07:10 | |
*** pavel_bondar has quit IRC | 07:10 | |
*** jlanoux has joined #openstack-neutron | 07:11 | |
*** lajos-katona has joined #openstack-neutron | 07:13 | |
*** lucas__ has quit IRC | 07:14 | |
*** yamamoto has quit IRC | 07:15 | |
*** rossella_s has quit IRC | 07:16 | |
*** achanda has quit IRC | 07:16 | |
*** rossella_s has joined #openstack-neutron | 07:16 | |
*** ronis has joined #openstack-neutron | 07:18 | |
*** Murali has quit IRC | 07:24 | |
*** dsanders has quit IRC | 07:26 | |
*** SourabhP has quit IRC | 07:27 | |
*** erkules_ is now known as erkules | 07:27 | |
*** erkules has quit IRC | 07:27 | |
*** erkules has joined #openstack-neutron | 07:27 | |
*** nyechiel has joined #openstack-neutron | 07:29 | |
*** yamamoto has joined #openstack-neutron | 07:30 | |
*** spandhe has quit IRC | 07:31 | |
*** salv-orlando has quit IRC | 07:33 | |
*** shivrao has quit IRC | 07:37 | |
*** devvesa has joined #openstack-neutron | 07:38 | |
*** guest676 has joined #openstack-neutron | 07:44 | |
*** lajos-katona1 has joined #openstack-neutron | 07:44 | |
*** sakaYK has quit IRC | 07:45 | |
*** josecastroleon has joined #openstack-neutron | 07:46 | |
*** lajos-katona has quit IRC | 07:46 | |
openstackgerrit | Merged openstack/neutron: Update dhcp agent cache for network:dhcp ports https://review.openstack.org/205888 | 07:47 |
*** moshele has quit IRC | 07:47 | |
*** salv-orlando has joined #openstack-neutron | 07:49 | |
*** gildub has quit IRC | 07:51 | |
*** azbiswas_ has quit IRC | 07:52 | |
*** lajos-katona1 has quit IRC | 07:53 | |
*** humble__ has joined #openstack-neutron | 07:53 | |
*** iwamoto has quit IRC | 07:54 | |
*** sakaYK has joined #openstack-neutron | 07:56 | |
*** bharath has joined #openstack-neutron | 07:57 | |
*** azbiswas has joined #openstack-neutron | 07:58 | |
*** azbiswas has quit IRC | 07:59 | |
*** abregman has joined #openstack-neutron | 08:01 | |
*** l6unchpad has joined #openstack-neutron | 08:01 | |
*** bharath has quit IRC | 08:01 | |
*** oomichi has quit IRC | 08:02 | |
*** ygbo has joined #openstack-neutron | 08:04 | |
*** nyechiel has quit IRC | 08:08 | |
*** shashank_hegde has quit IRC | 08:08 | |
*** afazekas has joined #openstack-neutron | 08:09 | |
*** lucas__ has joined #openstack-neutron | 08:11 | |
*** moshele has joined #openstack-neutron | 08:14 | |
*** Fdaisuke has left #openstack-neutron | 08:15 | |
*** lucas__ has quit IRC | 08:15 | |
*** kawaguchi has joined #openstack-neutron | 08:16 | |
*** ihrachyshka has joined #openstack-neutron | 08:18 | |
*** jasondotstar has joined #openstack-neutron | 08:19 | |
*** kawaguchi has left #openstack-neutron | 08:22 | |
*** yamahata has joined #openstack-neutron | 08:22 | |
*** lajos-katona has joined #openstack-neutron | 08:23 | |
*** salv-orlando has quit IRC | 08:27 | |
*** moshele has quit IRC | 08:30 | |
*** tfukushima has quit IRC | 08:30 | |
*** tfukushima has joined #openstack-neutron | 08:30 | |
*** roeyc has joined #openstack-neutron | 08:32 | |
*** jistr has joined #openstack-neutron | 08:32 | |
*** nyechiel has joined #openstack-neutron | 08:33 | |
*** yamahata has quit IRC | 08:33 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: Graceful ovs-agent restart https://review.openstack.org/182920 | 08:35 |
*** akamyshnikova has quit IRC | 08:36 | |
*** ZZelle has quit IRC | 08:38 | |
*** ZZelle has joined #openstack-neutron | 08:38 | |
*** alex_klimov has joined #openstack-neutron | 08:38 | |
*** miyagishi_t has joined #openstack-neutron | 08:38 | |
*** sakaYK has quit IRC | 08:42 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: doc: Improve table rendering using multi-row cells https://review.openstack.org/207777 | 08:45 |
*** moshele has joined #openstack-neutron | 08:46 | |
*** ihrachyshka has quit IRC | 08:48 | |
*** markvoelker has joined #openstack-neutron | 08:49 | |
*** akamyshnikova has joined #openstack-neutron | 08:50 | |
*** abregman is now known as abregman|brb | 08:51 | |
*** moshele has quit IRC | 08:51 | |
*** luqas__ has quit IRC | 08:52 | |
*** markvoelker has quit IRC | 08:54 | |
*** nyechiel has quit IRC | 08:54 | |
*** sakaYK has joined #openstack-neutron | 08:58 | |
*** guest6761 has joined #openstack-neutron | 09:00 | |
*** guest676 has quit IRC | 09:00 | |
openstackgerrit | ZhaoBo proposed openstack/neutron: Fixed pass wrong cidr check during create subnet https://review.openstack.org/201942 | 09:00 |
*** sthillma has quit IRC | 09:00 | |
openstackgerrit | shihanzhang proposed openstack/neutron: Install arp spoofing protection flow after setting port tag https://review.openstack.org/199425 | 09:01 |
*** nijaba has quit IRC | 09:01 | |
*** azbiswas has joined #openstack-neutron | 09:01 | |
*** aix has joined #openstack-neutron | 09:02 | |
*** rotbeard has joined #openstack-neutron | 09:04 | |
openstackgerrit | Merged openstack/neutron: Updated from global requirements https://review.openstack.org/206825 | 09:04 |
*** luqas has joined #openstack-neutron | 09:06 | |
*** Tarun has joined #openstack-neutron | 09:06 | |
*** shausy has quit IRC | 09:06 | |
*** shausy has joined #openstack-neutron | 09:07 | |
Tarun | Hi i am using devstack setup for juno branch and facing issue when _translate_msgid function is used | 09:07 |
Tarun | it checks if my desired_locale is None or not | 09:07 |
Tarun | and if it is none it gets the system locale using command locale.getdefaultlocale() | 09:08 |
Tarun | but i am always getting (None,None) for this | 09:08 |
Tarun | even though my default locale is set to any language such as ja_JP, zh_CN etc | 09:08 |
Tarun | when i debugged it further it gets os.environ.get and there LANG is not set | 09:09 |
Tarun | although on same system if i write a simple python program i can see LANG present in os.environ.get | 09:10 |
Tarun | any idea what can i check for this | 09:10 |
*** sakaYK has quit IRC | 09:12 | |
*** tfukushima has quit IRC | 09:13 | |
openstackgerrit | Merged openstack/neutron: SR-IOV: Fix SR-IOV agent to run ip link commands as root https://review.openstack.org/207358 | 09:14 |
openstackgerrit | Merged openstack/neutron: SR-IOV: Fix SR-IOV agent to run ip link commands as root https://review.openstack.org/207358 | 09:14 |
*** tfukushima has joined #openstack-neutron | 09:14 | |
openstackgerrit | Merged openstack/neutron: test_db_base_plugin_v2: Improve DBReferenceError generation https://review.openstack.org/198421 | 09:15 |
*** sbelous_ has joined #openstack-neutron | 09:21 | |
*** amickus has quit IRC | 09:22 | |
*** tfukushima has quit IRC | 09:22 | |
*** sakaYK has joined #openstack-neutron | 09:23 | |
*** tfukushima has joined #openstack-neutron | 09:23 | |
*** tfukushima has quit IRC | 09:27 | |
*** Tiancheng_ has quit IRC | 09:27 | |
*** Tiancheng has joined #openstack-neutron | 09:28 | |
openstackgerrit | Cedric Brandily proposed openstack/neutron: Ensure non-overlapping cidrs in subnetpools with galera https://review.openstack.org/187985 | 09:34 |
*** sbelous_ has quit IRC | 09:34 | |
*** yalie has joined #openstack-neutron | 09:35 | |
*** Tiancheng has quit IRC | 09:36 | |
mirrorbox | does openstack-ci still support 'reverify bug #'? | 09:40 |
*** humble__ is now known as humble_ | 09:41 | |
mirrorbox | or I should do 'recheck' for the approved change? | 09:42 |
*** Marga_ has quit IRC | 09:44 | |
*** kashyap has joined #openstack-neutron | 09:48 | |
*** salv-orlando has joined #openstack-neutron | 09:48 | |
kashyap | Hi folks, this is in context to this change -- "Disable firewalld always" https://review.openstack.org/#/c/183384/ | 09:49 |
*** Ramanjaneya has joined #openstack-neutron | 09:49 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Initialize port_info dict as blank in OVS agent https://review.openstack.org/206764 | 09:50 |
*** garyk has joined #openstack-neutron | 09:51 | |
kashyap | Is there any objection to reverting that change? Given that directly using DBus API is much faster than `firewalld-cmd` -- https://www.berrange.com/posts/2014/05/02/improving-libvirt-firewall-performance/ | 09:53 |
kashyap | Hmm, technically, this question probably belongs in #openstack-qa, given it's a DevStack change. . . | 09:53 |
openstackgerrit | Cedric Brandily proposed openstack/neutron: Python 3: encode unicode response bodies https://review.openstack.org/204791 | 09:55 |
*** john-davidge has joined #openstack-neutron | 09:56 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Initialize port_info dict as blank in OVS agent https://review.openstack.org/206764 | 09:56 |
*** garyk has quit IRC | 09:57 | |
*** garyk has joined #openstack-neutron | 09:57 | |
openstackgerrit | venkata anil proposed openstack/neutron-vpnaas: Support VPNaaS with L3 HA https://review.openstack.org/200636 | 09:58 |
*** john-davidge_ has joined #openstack-neutron | 09:59 | |
*** pavel_bondar has joined #openstack-neutron | 09:59 | |
*** sbelous_ has joined #openstack-neutron | 10:00 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Validate interface_mappings on Linux bridge init https://review.openstack.org/207273 | 10:00 |
*** john-davidge has quit IRC | 10:00 | |
*** john-davidge_ is now known as john-davidge | 10:00 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Initialize port_info dict as blank in OVS agent https://review.openstack.org/206764 | 10:02 |
*** yamamoto has quit IRC | 10:02 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Check that VXLAN is not in use in LB VXLAN check https://review.openstack.org/207256 | 10:04 |
*** gampel has joined #openstack-neutron | 10:09 | |
*** mmdurrant has quit IRC | 10:09 | |
*** pc_m has joined #openstack-neutron | 10:11 | |
*** sakaYK has quit IRC | 10:12 | |
*** pc_m_ has joined #openstack-neutron | 10:12 | |
*** guest676 has joined #openstack-neutron | 10:13 | |
*** pcm_ has joined #openstack-neutron | 10:13 | |
*** guest6761 has quit IRC | 10:13 | |
*** scheuran has quit IRC | 10:13 | |
*** pc_m has quit IRC | 10:15 | |
*** guest6761 has joined #openstack-neutron | 10:15 | |
*** guest6762 has joined #openstack-neutron | 10:16 | |
*** guest6761 has quit IRC | 10:16 | |
*** pc_m_ has quit IRC | 10:16 | |
*** pcm_ has quit IRC | 10:16 | |
*** guest676 has quit IRC | 10:17 | |
*** humble_ has quit IRC | 10:18 | |
*** gampel has quit IRC | 10:20 | |
*** gampel has joined #openstack-neutron | 10:20 | |
*** guest6762 has quit IRC | 10:20 | |
*** jasondotstar has quit IRC | 10:22 | |
*** roeyc has quit IRC | 10:22 | |
*** gampel has quit IRC | 10:25 | |
*** jprovazn has quit IRC | 10:27 | |
*** jprovazn has joined #openstack-neutron | 10:27 | |
openstackgerrit | Ramanjaneya Reddy Palleti proposed openstack/python-neutronclient: This patch adds the command line support for RBAC work. TODO: inline about the rbac-list-actions command. https://review.openstack.org/205482 | 10:30 |
*** anilvenkata has quit IRC | 10:31 | |
openstackgerrit | Ramanjaneya Reddy Palleti proposed openstack/python-neutronclient: Support RBAC neutron-client changes. https://review.openstack.org/205482 | 10:32 |
*** Ramanjaneya has quit IRC | 10:32 | |
*** numan has quit IRC | 10:35 | |
*** josecastroleon has quit IRC | 10:37 | |
*** jasondotstar has joined #openstack-neutron | 10:40 | |
*** jprovazn has quit IRC | 10:40 | |
*** jprovazn has joined #openstack-neutron | 10:41 | |
*** pc_m has joined #openstack-neutron | 10:43 | |
*** yamamoto has joined #openstack-neutron | 10:43 | |
*** yamamoto_ has joined #openstack-neutron | 10:44 | |
*** yog__ has quit IRC | 10:46 | |
*** anilvenkata has joined #openstack-neutron | 10:47 | |
*** zhenguo has quit IRC | 10:47 | |
*** yamamoto has quit IRC | 10:48 | |
*** stanzgy has quit IRC | 10:49 | |
*** miyagishi_t has quit IRC | 10:49 | |
*** neiljerr` has quit IRC | 10:52 | |
*** sakaYK has joined #openstack-neutron | 10:54 | |
*** jprovazn has quit IRC | 10:56 | |
*** sakaYK has quit IRC | 10:57 | |
*** jprovazn has joined #openstack-neutron | 10:57 | |
*** sakaYK has joined #openstack-neutron | 10:58 | |
pc_m | amotoki: hi | 10:59 |
amotoki | pc_m: hi | 10:59 |
*** jyuso1 has quit IRC | 11:00 | |
pc_m | amotoki: Can you review https://review.openstack.org/#/c/207230/ ? | 11:00 |
pc_m | amotoki: It is the first in a chain of commits, so that I can get the tunnel id change in for VPN. | 11:00 |
*** jasondotstar has quit IRC | 11:01 | |
amotoki | pc_m: sure. sorry for not visiting vpnaas reviews frequenly a couple of weeks. | 11:01 |
*** kashyap has left #openstack-neutron | 11:01 | |
pc_m | amotoki: This one fixes a script for functional tests, so that I can then remove VPN setup from devstack (201119) and rely on a new VPN devstack plugin. | 11:01 |
*** Tiancheng has joined #openstack-neutron | 11:02 | |
pc_m | amotoki: Hey no problem. I've had a bunch of PTO days lately and have been having a hard time working on VPN. | 11:02 |
amotoki | pc_m: yeah, nice. this is what we do for lbaas-v2. | 11:02 |
*** jasondotstar has joined #openstack-neutron | 11:03 | |
pc_m | amotoki: Yeah, doing devstack plugin for VPN, and I have a grenade plugin too (203159), but I have to get the devstack plugin working. | 11:03 |
*** dims_ has joined #openstack-neutron | 11:04 | |
pc_m | amotoki: The end goal, a commit to add external IP for VPN services has been on hold for a few weeks because of the devstack/grenade plugin work. | 11:04 |
*** changzhi has quit IRC | 11:04 | |
pc_m | amotoki: So I have 207230, 201119, 203159, and then 199670 all queued up (or backed up in my case :) | 11:05 |
amotoki | pc_m: thanks for the pointers. | 11:06 |
pc_m | amotoki: Hoping to start clearing them out, to wrap this all up. Appreciate any help. Will try to ping mestery on these too. | 11:06 |
pc_m | mestery: ^^^ (when you're on-line) | 11:07 |
*** scheuran has joined #openstack-neutron | 11:10 | |
*** trinaths has quit IRC | 11:10 | |
amotoki | pc_m: how can we migrate from the existing vpnaas devstack to external devstack plugin? | 11:12 |
amotoki | pc_m: do we need to disable vpnaas test temporariry? | 11:12 |
*** ig0r__ has quit IRC | 11:15 | |
*** shwetaap has joined #openstack-neutron | 11:16 | |
*** jasondotstar has quit IRC | 11:17 | |
*** signed8bit has joined #openstack-neutron | 11:17 | |
*** sakaYK has quit IRC | 11:18 | |
*** ig0r_ has joined #openstack-neutron | 11:19 | |
*** ig0r__ has joined #openstack-neutron | 11:20 | |
*** yamamoto_ has quit IRC | 11:20 | |
*** signed8b_ has joined #openstack-neutron | 11:20 | |
*** josecastroleon has joined #openstack-neutron | 11:22 | |
*** signed8bit has quit IRC | 11:23 | |
pc_m | amotoki: So I made the devstack plugin with one commit, then did a second commit to ensure that VPN dsvm jobs use the plugin. | 11:23 |
pc_m | amotoki: The last step is to then remove VPN setup from the devstack repo, which was 201119. Unfortunately, I found that one of the setup functions was renamed, and I wasn't catching it during functional tests, because it existed in the devstack repo. | 11:25 |
amotoki | pc_m: and you can change the main neutron dsvm to use q-l3 instead of q-vpn. | 11:25 |
pc_m | amotoki: When I tried to remove VPN from devstack, the func tests failed. Hence the need for 207230. | 11:25 |
pc_m | amotoki: Yeah it happens indirectly. With 201119, it will run the L3 agent, and not the VPN agent, since there is no VPN setup in devstack repo. | 11:26 |
pc_m | amotoki: Which is the longer term goal anyway (not to test VPN everywhere). Later, we can remove the enable of q-vpn for general dsvm based tests. | 11:27 |
pc_m | amotoki: For VN tests, however, the plugin, and hence q-vpn would be enabled and VPN tested. | 11:27 |
*** Tiancheng has quit IRC | 11:28 | |
pc_m | So I was at the last stage - removing VPN from devstack, and hit a problem with the renamed method. So I had to fix that in neutron-vpnaas, before I can complete the devstack plugin switchover. | 11:28 |
amotoki | pc_m: what I haven't understood is why we can remove VPN stuff from devstack before replacing q-vpn with q-l3 in a general neutron dsvm. | 11:28 |
pc_m | amotoki: So normal dsvm tests don't test VPN. In the tests, they enable the q-l3 and q-vpn services. | 11:29 |
*** l6unchpad has quit IRC | 11:29 | |
pc_m | amotoki: With 201119, there won't be any q-vpn setup, as part of stacking, so no VPN setup. Essentially, the service enable is being ignored. | 11:30 |
*** afazekas has quit IRC | 11:31 | |
*** yamamoto has joined #openstack-neutron | 11:31 | |
pc_m | The stacking will instead, run the q-l3 process, since it is ignoring the fact that q-vpn is enabled by the test. | 11:31 |
pc_m | amotoki: https://review.openstack.org/#/c/201119/5/lib/neutron-legacy L696 in latest patch set | 11:32 |
pc_m | amotoki: So with 201119 all dsvm tests will not setup VPN, even though it is enabled. It's not used in the tests. VPN dsvm tests, will setup q-vpn, via the devstack plugin. | 11:33 |
amotoki | pc_m: got it! sounds reasonable. | 11:33 |
pc_m | amotoki: Later, we can remove the q-vpn enable from the non-VPN dsvm tests. | 11:33 |
pc_m | amotoki: It's a twisted mess :) | 11:34 |
amotoki | pc_m: it seems I need to re-loop the whole path :) | 11:34 |
pc_m | amotoki: FYI, history is... 200592 added devstack plugin, 202985 used plugin for VPN func tests, 207230 fixes func test setup to use new method names and not one from devstack repo, 201119 removes VPN setup from devstack repo. | 11:36 |
pc_m | amotoki: We're at 207230 and 201119 right now in the process. | 11:37 |
*** Bhavya has quit IRC | 11:37 | |
pc_m | process of setting up the devstack plugin. | 11:37 |
*** shwetaap1 has joined #openstack-neutron | 11:38 | |
pc_m | In parallel, I'm working on a grenade plugin too (203159), but I need to get the devstack plugin working first. | 11:38 |
pc_m | Lots of dominos that I'm hoping to push over soon. :) | 11:39 |
*** yamamoto has quit IRC | 11:39 | |
*** coolsvap is now known as coolsvap|away | 11:39 | |
amotoki | pc_m: really thanks! | 11:41 |
pc_m | amotoki: Thank you for reviewing this stuff! | 11:41 |
*** shwetaap has quit IRC | 11:42 | |
*** cing has quit IRC | 11:51 | |
*** baoli has joined #openstack-neutron | 11:52 | |
*** Tarun has quit IRC | 11:53 | |
*** roeyc has joined #openstack-neutron | 11:54 | |
*** thorst has joined #openstack-neutron | 11:55 | |
*** piyanai has joined #openstack-neutron | 11:55 | |
*** baoli has quit IRC | 11:56 | |
*** l6unchpad has joined #openstack-neutron | 11:56 | |
*** baoli has joined #openstack-neutron | 11:57 | |
*** mmdurrant has joined #openstack-neutron | 11:58 | |
openstackgerrit | Cyril Roelandt proposed openstack/neutron: Python 3: pass bytes to base64.encode{string,bytes} https://review.openstack.org/206570 | 12:01 |
*** amotoki has quit IRC | 12:03 | |
*** Marga_ has joined #openstack-neutron | 12:03 | |
*** abregman|brb has quit IRC | 12:04 | |
*** numan has joined #openstack-neutron | 12:07 | |
*** anilvenkata has quit IRC | 12:09 | |
*** yfried__ has joined #openstack-neutron | 12:10 | |
*** subscope has quit IRC | 12:16 | |
*** abregman|brb has joined #openstack-neutron | 12:18 | |
*** jprovazn has quit IRC | 12:21 | |
*** ig0r__ has quit IRC | 12:22 | |
*** jprovazn has joined #openstack-neutron | 12:22 | |
*** anilvenkata has joined #openstack-neutron | 12:22 | |
*** jasondotstar has joined #openstack-neutron | 12:23 | |
*** sbelous_ has quit IRC | 12:23 | |
*** tfukushima has joined #openstack-neutron | 12:24 | |
*** tfukushima has quit IRC | 12:24 | |
*** baoli has quit IRC | 12:24 | |
*** haigang has quit IRC | 12:25 | |
*** l6unchpad has quit IRC | 12:27 | |
*** ig0r__ has joined #openstack-neutron | 12:27 | |
*** thumpba has joined #openstack-neutron | 12:28 | |
*** subscope has joined #openstack-neutron | 12:31 | |
*** thumpba has quit IRC | 12:33 | |
*** sbelous_ has joined #openstack-neutron | 12:34 | |
*** edmondsw has joined #openstack-neutron | 12:36 | |
*** coolsvap|away is now known as coolsvap | 12:36 | |
*** yamamoto has joined #openstack-neutron | 12:39 | |
*** yamamoto has quit IRC | 12:41 | |
*** yamamoto has joined #openstack-neutron | 12:41 | |
*** yamamoto has quit IRC | 12:41 | |
*** nyechiel has joined #openstack-neutron | 12:42 | |
*** bapalm has joined #openstack-neutron | 12:42 | |
*** coolsvap is now known as coolsvap|away | 12:43 | |
*** abregman|brb has quit IRC | 12:44 | |
*** coolsvap|away is now known as coolsvap | 12:45 | |
*** yamamoto has joined #openstack-neutron | 12:47 | |
*** yfried__ is now known as yfried|afk | 12:49 | |
*** baoli has joined #openstack-neutron | 12:50 | |
*** jasondotstar has quit IRC | 12:55 | |
*** yfried|afk is now known as yfried__ | 12:57 | |
*** jasondotstar has joined #openstack-neutron | 12:59 | |
*** roeyc has quit IRC | 13:00 | |
*** kbringard has joined #openstack-neutron | 13:08 | |
*** coolsvap is now known as coolsvap|away | 13:09 | |
*** yfried__ is now known as yfried|afk | 13:10 | |
*** lindycoder has joined #openstack-neutron | 13:11 | |
*** yfried|afk is now known as yfried__ | 13:12 | |
*** Vikas_ has quit IRC | 13:12 | |
openstackgerrit | Merged openstack/neutron: Moved out cisco n1kv mech driver and db models https://review.openstack.org/205383 | 13:13 |
*** salv-orlando has quit IRC | 13:13 | |
*** coolsvap|away is now known as coolsvap | 13:16 | |
*** tiswanso has joined #openstack-neutron | 13:17 | |
*** trinaths has joined #openstack-neutron | 13:18 | |
*** banix has joined #openstack-neutron | 13:21 | |
*** trinaths1 has joined #openstack-neutron | 13:21 | |
*** moshele has joined #openstack-neutron | 13:22 | |
*** trinaths has quit IRC | 13:22 | |
*** eckelcu has joined #openstack-neutron | 13:25 | |
*** markvoelker has joined #openstack-neutron | 13:26 | |
pc_m | mestery: hi! | 13:28 |
*** eckelcu has quit IRC | 13:29 | |
*** markvoelker_ has joined #openstack-neutron | 13:30 | |
*** coolsvap is now known as coolsvap|away | 13:30 | |
*** eckelcu has joined #openstack-neutron | 13:30 | |
mestery | pc_m: Yo! I'm reviewing those 4 patches you and amotoki were discussing. | 13:31 |
mestery | The first one is in the merge queue | 13:31 |
*** markvoelker has quit IRC | 13:31 | |
*** piyanai has quit IRC | 13:31 | |
pc_m | mestery: Cool. Thanks! Had a backed up queue of commits and am trying to get through them. Appreciate the help! | 13:31 |
pc_m | mestery: Awesome! | 13:32 |
*** signed8b_ is now known as signed8bit_ZZZzz | 13:32 | |
*** alaski is now known as lascii | 13:32 | |
*** signed8bit_ZZZzz is now known as signed8b_ | 13:32 | |
*** dansmith is now known as superdan | 13:32 | |
mestery | pc_m: Sure, anytime! :) | 13:32 |
*** annegentle has joined #openstack-neutron | 13:33 | |
*** ig0r__ has quit IRC | 13:34 | |
tmorin | hi everyone | 13:35 |
*** nyechiel has quit IRC | 13:36 | |
tmorin | I'd like to know what the best practice would be for a big tent project to integrate/merge/register its policy.json in Neutron | 13:36 |
*** yfried__ is now known as yfried|afk | 13:36 | |
*** ZZelle has quit IRC | 13:37 | |
tmorin | I didn't find anything obvious to do so | 13:37 |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: Graceful ovs-agent restart https://review.openstack.org/182920 | 13:37 |
tmorin | I was looking at an option like a /etc/neutron/policy.json.d directory ... | 13:37 |
*** ferest has joined #openstack-neutron | 13:39 | |
tmorin | pc_m: hi, you seem to be around, any idea on the above...? | 13:40 |
*** ferest has quit IRC | 13:40 | |
*** vichoward_ has joined #openstack-neutron | 13:42 | |
pc_m | tmorin: hi. Sorry, I don't know. Haven't had to pleasure to work on that :) | 13:42 |
tmorin | pc_m: ok, I was thinking VPNaaS might have been a context in which that would be needed too... | 13:43 |
tmorin | pc_m: thanks for your answer anyhow | 13:43 |
pc_m | tmorin: It may have, but probably before I got involved, so I'm not sure about that part. | 13:44 |
*** arajagopal has joined #openstack-neutron | 13:44 | |
*** neiljerram has joined #openstack-neutron | 13:46 | |
*** busterswt has joined #openstack-neutron | 13:47 | |
neiljerram | mestery: Good morning! Would you mind looking at adding your approval to https://review.openstack.org/#/c/206646/ ? ttx just left a comment saying that this is needed. | 13:48 |
mestery | neiljerram: I kid you not, I was literally just going to ACK that one :) | 13:48 |
mestery | neiljerram: We must be on the same wavelength ;) | 13:48 |
*** coolsvap|away is now known as coolsvap | 13:48 | |
neiljerram | mestery: :-) | 13:48 |
neiljerram | mestery: Many thanks! | 13:49 |
mestery | neiljerram: Anytime my friend :) Sorry it slipped through the cracks for a bit. | 13:49 |
*** johnbelamaric has joined #openstack-neutron | 13:50 | |
*** coolsvap is now known as coolsvap|away | 13:51 | |
mestery | Good morning! Any Neutron Core Reviewers who can help get this merge commit for feature/pecan into the merge queue: https://review.openstack.org/#/c/207903/ I know kevinbenton would be happy to see that land before he wakes up. :) | 13:52 |
mestery | Thanks! | 13:52 |
mestery | pc_m: Look at this one: https://review.openstack.org/#/c/207650/ | 13:53 |
mestery | pc_m: That turns on py34 jobs for neutron-vpnaas | 13:53 |
mestery | Most of the tests pass, I only had to remove 3 files which needs mods and then we can enable it for the entire unit test suite | 13:53 |
*** pal has joined #openstack-neutron | 13:54 | |
openstackgerrit | Sam Betts proposed openstack/neutron: Fix order of calls in update_port https://review.openstack.org/202549 | 13:54 |
pc_m | mestery: will look at it. I see that some Jenkins tests failed on 201119. Will look at that as well | 13:54 |
mestery | pc_m: thanks :) | 13:54 |
mestery | pc_m: also this one https://review.openstack.org/#/c/207649/ | 13:54 |
pc_m | mestery: ok | 13:54 |
mestery | pc_m: I added you as a reviewer on both, FYI. Thanks! | 13:55 |
*** yapeng has joined #openstack-neutron | 13:56 | |
*** yfried|afk is now known as yfried__ | 13:56 | |
*** banix has quit IRC | 14:01 | |
pc_m | mestery: So were there files that were failing the py34 tests? | 14:02 |
*** jgriffith has quit IRC | 14:02 | |
*** akacmars has joined #openstack-neutron | 14:03 | |
*** yfried__ is now known as yfried|afk | 14:06 | |
*** rpothier has joined #openstack-neutron | 14:07 | |
*** fzdarsky has joined #openstack-neutron | 14:12 | |
*** jschwarz has joined #openstack-neutron | 14:15 | |
jschwarz | mestery, hi, can you please +A this QoS patch (already has 2 +2)? https://review.openstack.org/#/c/205815/ | 14:15 |
mestery | pc_m: Yes, the ones not included in that list :) | 14:17 |
mestery | jschwarz: Looking | 14:17 |
openstackgerrit | Sridhar Gaddam proposed openstack/neutron: [WIP] Delete HA network when last HA router is deleted https://review.openstack.org/207395 | 14:17 |
pc_m | mestery: I see there are 5 files. I included them in the comment. Gave +1 and asked about how this was to be handled. | 14:18 |
pc_m | mestery: Separate commit later? | 14:18 |
mestery | pc_m: Yes, those can be fixed later, I'll file a bug to track that. Not sure if I'll do it, but it's low-hanging fruit for whoever wants it | 14:18 |
pc_m | mestery: OK. Just wondered how to handle. | 14:19 |
jschwarz | mestery, thank you kindly. | 14:19 |
jschwarz | have a happy weekend guys! :) | 14:19 |
*** SridharG has left #openstack-neutron | 14:19 | |
*** abregman has joined #openstack-neutron | 14:19 | |
*** jschwarz has quit IRC | 14:19 | |
mestery | pc_m: https://bugs.launchpad.net/neutron/+bug/1480326 | 14:21 |
openstack | Launchpad bug 1480326 in neutron "neutron-vpnaas: Enable python34 support" [Low,New] | 14:21 |
pc_m | mestery: ty. +2'ed the review. | 14:22 |
mestery | pc_m: thanks! :) | 14:22 |
*** fzdarsky has quit IRC | 14:22 | |
*** eckelcu has quit IRC | 14:23 | |
*** bapalm_ has joined #openstack-neutron | 14:23 | |
*** h00327910__ has joined #openstack-neutron | 14:23 | |
*** MentalRay__ has joined #openstack-neutron | 14:25 | |
*** annegentle has quit IRC | 14:26 | |
*** prad has joined #openstack-neutron | 14:26 | |
*** bapalm has quit IRC | 14:26 | |
*** dsanders has joined #openstack-neutron | 14:28 | |
*** josecastroleon has quit IRC | 14:28 | |
*** mlavalle has joined #openstack-neutron | 14:28 | |
*** dane_leblanc has joined #openstack-neutron | 14:29 | |
*** sbelous_ has quit IRC | 14:29 | |
*** lucas__ has joined #openstack-neutron | 14:29 | |
phschwartz | who knows the most about jjb? | 14:29 |
phschwartz | I can't remember if it is jim or clarkb | 14:30 |
*** nijaba has joined #openstack-neutron | 14:31 | |
*** sbelous_ has joined #openstack-neutron | 14:31 | |
clarkb | many people in the infra channel are familiar with jjb. I t has grown well beyond our use of the tool | 14:36 |
phschwartz | clarkb: yeah, bouncer screwed up and sent the message to the neutron channel instead of infra. I will move this there. | 14:36 |
pc_m | mestery: Hey, on the py34 tests, did you have to do anything special to prep your environment? I tried the patchset and it failed (I think in installing dependencies). Clearing .tox and retrying. | 14:38 |
*** kawa2014 has quit IRC | 14:39 | |
openstackgerrit | Kyle Mestery proposed openstack/neutron-fwaas: py34: Enable initial python34 testing for VPNaaS https://review.openstack.org/207926 | 14:40 |
mestery | pc_m: I'd clear .tox and try again, nothing else is required. | 14:40 |
*** arcimboldo has joined #openstack-neutron | 14:40 | |
*** markvoelker_ has quit IRC | 14:40 | |
pc_m | mestery: Failing | 14:40 |
*** lajos-katona has left #openstack-neutron | 14:40 | |
mestery | pc_m: Really? | 14:40 |
*** ajmiller has joined #openstack-neutron | 14:40 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: Graceful ovs-agent restart https://review.openstack.org/182920 | 14:40 |
pc_m | mestery: yup | 14:40 |
pc_m | mestery: Looking at it. | 14:40 |
mestery | pc_m: You sure you have it pulled down? I'm trying again with a fresh .tox as well | 14:41 |
*** fawadkhaliq has quit IRC | 14:41 | |
*** tiswanso has quit IRC | 14:41 | |
*** kawa2014 has joined #openstack-neutron | 14:42 | |
*** josecastroleon has joined #openstack-neutron | 14:42 | |
*** tfukushima has joined #openstack-neutron | 14:42 | |
*** tfukushima has quit IRC | 14:42 | |
*** tiswanso has joined #openstack-neutron | 14:43 | |
mestery | pc_m: Worked for me | 14:43 |
pc_m | mestery: I'll pull again to make sure. May have had older files. | 14:43 |
mestery | rossella_s: If you're around, could you push this merge commit for feature/pecan into the merge queue? https://review.openstack.org/#/c/207903/ | 14:44 |
*** coolsvap|away is now known as coolsvap | 14:44 | |
arcimboldo | Is there any way to log SNAT connections in neutron? Do you know if ulogd2 works "across" namespaces, or I have to run it on each router namespace? | 14:45 |
*** moshele has quit IRC | 14:47 | |
pc_m | mestery: Re-pulled the review and ran py34 test. It is failing in dependencies. See message about it building greenlet extension and netifaces extension, and it is running GCC on files and failing on #include <Python.h> line. I wonder if I have an older GCC or something? | 14:47 |
mestery | pc_m: I have no idea what's going on there, let me try on a different machine just for fun | 14:47 |
pc_m | mestery: I'm running Ubuntu 14.04 with GCC 4.8.4 | 14:48 |
rossella_s | mestery, I am around, you mean merge it right? workflow +1, correct? | 14:50 |
mestery | rossella_s: Yes please! Hoping to land it before kevinbenton wakes up so he can keep making progress on feature/pecan :) | 14:51 |
*** rotbeard has quit IRC | 14:51 | |
rossella_s | mestery done :) | 14:51 |
mestery | rossella_s: Thank you! :) | 14:51 |
rossella_s | mestery, anytime :) | 14:51 |
openstackgerrit | Kyle Mestery proposed openstack/neutron-fwaas: py34: Enable initial python34 testing for FWaaS https://review.openstack.org/207926 | 14:52 |
*** salv-orlando has joined #openstack-neutron | 14:53 | |
mestery | pc_m: Well, what the heck! I'm getting the same error on a fresh host! WEird. .. | 14:53 |
* mestery goes digging | 14:53 | |
*** yfried|afk is now known as yfried__ | 14:53 | |
*** regXboi has joined #openstack-neutron | 14:53 | |
mestery | pc_m: I have a meeting in 7 minutes I have to present in, and then I have a lunch meeting, so it may be 3 hours or so before I really get back to this. FYI. | 14:54 |
*** fawadkhaliq has joined #openstack-neutron | 14:54 | |
*** carl_baldwin has joined #openstack-neutron | 14:55 | |
*** vivek-ebay has joined #openstack-neutron | 14:55 | |
*** breitz has quit IRC | 14:55 | |
*** breitz has joined #openstack-neutron | 14:56 | |
pc_m | mestery: I see the same issue on another host. | 14:56 |
mestery | pc_m: sudo apt-get install python3-dev | 14:56 |
mestery | pc_m: That fixes it | 14:57 |
*** annegentle has joined #openstack-neutron | 14:57 | |
mestery | You need python3 installed on the host :) | 14:57 |
regXboi | carl_baldwin is online?!?! | 14:57 |
pc_m | mestery: cool. Thanks | 14:57 |
*** chlong has quit IRC | 14:57 | |
*** minwang2 has joined #openstack-neutron | 14:57 | |
*** carl_baldwin has quit IRC | 14:57 | |
pc_m | mestery: Should that be in a requirements file or something? | 14:58 |
*** zzzeek has joined #openstack-neutron | 14:58 | |
*** jbell8 has joined #openstack-neutron | 14:58 | |
*** fawadkhaliq has quit IRC | 14:59 | |
mestery | pc_m: We can't add "install python3" into the requirements file, we don't do that for python2 :) | 14:59 |
mestery | pc_m: In infra, the ansible playbooks take care of that I assume | 14:59 |
pc_m | mestery: just wondering how developers handle that. | 15:00 |
mestery | pc_m: The same way they handle python2 | 15:00 |
pc_m | mestery: Does devstack install it? | 15:00 |
mestery | pc_m: I don't think so, not everything supports python3 yet | 15:01 |
pc_m | I see there is some files/debs/general that has python2.7 (in devstack). No mention of python3 | 15:02 |
* pc_m guessing that file is used to install python2 support. | 15:02 | |
*** jasondotstar has quit IRC | 15:03 | |
*** vivek-ebay has quit IRC | 15:03 | |
*** aranjan has joined #openstack-neutron | 15:03 | |
*** fawadkhaliq has joined #openstack-neutron | 15:06 | |
*** subscope has quit IRC | 15:07 | |
*** thurloat is now known as thurloat_isgone | 15:08 | |
*** kawa2014 has quit IRC | 15:08 | |
*** chlong has joined #openstack-neutron | 15:11 | |
*** piyanai has joined #openstack-neutron | 15:11 | |
*** njohnston_ has joined #openstack-neutron | 15:11 | |
*** anilvenkata has left #openstack-neutron | 15:11 | |
*** lucas__ has quit IRC | 15:13 | |
*** lucas_ has joined #openstack-neutron | 15:13 | |
*** numan has quit IRC | 15:16 | |
*** dannywilson has joined #openstack-neutron | 15:16 | |
*** dims_ has quit IRC | 15:17 | |
*** dannywilson has quit IRC | 15:17 | |
*** dims_ has joined #openstack-neutron | 15:17 | |
*** dannywilson has joined #openstack-neutron | 15:17 | |
*** ronis_ has joined #openstack-neutron | 15:18 | |
*** pal has quit IRC | 15:19 | |
*** azbiswas has quit IRC | 15:19 | |
*** azbiswas has joined #openstack-neutron | 15:20 | |
*** pal has joined #openstack-neutron | 15:20 | |
*** ronis has quit IRC | 15:20 | |
*** dims_ is now known as dimsum__ | 15:21 | |
*** devvesa has quit IRC | 15:23 | |
*** ronis_ has quit IRC | 15:23 | |
*** pal_ has joined #openstack-neutron | 15:23 | |
*** armax has joined #openstack-neutron | 15:24 | |
*** pal has quit IRC | 15:24 | |
*** jasondotstar has joined #openstack-neutron | 15:26 | |
*** zhhuabj has quit IRC | 15:26 | |
*** bharath has joined #openstack-neutron | 15:27 | |
tmorin | hi armax | 15:27 |
tmorin | you pinged me yesterday | 15:28 |
tmorin | was night here | 15:28 |
tmorin | I'm available now if you need | 15:28 |
openstackgerrit | Ryan Moats proposed openstack/neutron: WIP: Add instrumentation devref https://review.openstack.org/204282 | 15:28 |
*** yapeng has quit IRC | 15:30 | |
*** yfried__ is now known as yfried|afk | 15:30 | |
armax | tmorin: that’s ok, I wanted to ask you if you could verify the fix for bug #1473110 | 15:33 |
openstack | bug 1473110 in neutron "Can't declare service providers both in neutron.conf and in neutron_*aas.conf" [Medium,In progress] https://launchpad.net/bugs/1473110 - Assigned to Armando Migliaccio (armando-migliaccio) | 15:33 |
armax | tmorin: pick what you need from https://review.openstack.org/#/q/branch:master+topic:bug/1473110,n,z | 15:33 |
*** vivek-ebay has joined #openstack-neutron | 15:34 | |
tmorin | armax: I have been following the changes and looking at the changed needed (e.g. your changes to lbaas and vpnaas) | 15:34 |
tmorin | armax: I was waiting for the fix to land before adapting networking-bgpvpn | 15:35 |
tmorin | armax: I was unsure if the fix in https://review.openstack.org/#/c/206231/ was ready yet (because workflow -2) | 15:35 |
armax | tmorin: well I am not sure my fix is the complete fix | 15:35 |
*** nlahouti has joined #openstack-neutron | 15:36 | |
*** daneyon has joined #openstack-neutron | 15:36 | |
armax | tmorin: besides the rebase that’s ready | 15:36 |
*** scheuran has quit IRC | 15:36 | |
armax | but that’s just cleanup…the actual fix is the one that it depends on | 15:36 |
tmorin | ah yeah right | 15:36 |
tmorin | so you'd like me to pull https://review.openstack.org/#/c/202207/12 , adapt networking-bgpvpn to make use of it similarly as your changes in *aas, and confirm if it works | 15:37 |
*** ijw has joined #openstack-neutron | 15:37 | |
armax | tmorin: if you could do that, it would be great | 15:37 |
armax | I’ll rebase shortly just in case | 15:38 |
tmorin | ok, I can try to work on that early next week before leaving for holidays | 15:38 |
armax | tmorin: thanks | 15:38 |
tmorin | armax: thanks to you for working on fixing that | 15:38 |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Remove implicit registration of *-aas service providers https://review.openstack.org/206231 | 15:38 |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Decentralize the managemement of service providers https://review.openstack.org/202207 | 15:38 |
armax | tmorin: well, thank you for reporting the issue ;) | 15:39 |
tmorin | armax: ;) | 15:39 |
armax | tmorin: ^^^ the rebases | 15:39 |
tmorin | armax: ok, thanks | 15:39 |
*** moshele has joined #openstack-neutron | 15:39 | |
*** zhhuabj has joined #openstack-neutron | 15:40 | |
mlavalle | sc68cal: ping | 15:41 |
*** yfried|afk has quit IRC | 15:42 | |
sc68cal | mlavalle: pong | 15:42 |
*** vivek-ebay has quit IRC | 15:42 | |
mlavalle | sc68cal: following up with you on that conversation you had last wiik about cells and neutron | 15:42 |
mlavalle | week^^^^ | 15:43 |
sc68cal | mlavalle: cool - I added some thoughts to your etherpad - https://etherpad.openstack.org/p/neutron-nova-v2-cells | 15:43 |
openstackgerrit | Cyril Roelandt proposed openstack/neutron: Python3: pass bytes to binascii.crc32 https://review.openstack.org/204967 | 15:43 |
mlavalle | sc68cal: ok, i'll take it from tehre. thanks! | 15:43 |
*** Piet has joined #openstack-neutron | 15:44 | |
*** ijw_ has joined #openstack-neutron | 15:45 | |
mlavalle | sc68cal: quick ipv6 question: is there a significance to an address that 'ffda' opn the right hand side? | 15:45 |
*** kawa2014 has joined #openstack-neutron | 15:45 | |
regXboi | amax: ping on https://review.openstack.org/#/c/206231/3 | 15:46 |
regXboi | er, armax: ping on https://review.openstack.org/#/c/206231/3 | 15:47 |
*** eckelcu has joined #openstack-neutron | 15:47 | |
*** shausy has quit IRC | 15:47 | |
sc68cal | mlavalle: do you mean the last group? | 15:47 |
mlavalle | sc68cal: yeah | 15:48 |
*** ijw has quit IRC | 15:48 | |
mlavalle | highest order | 15:48 |
sc68cal | mlavalle: like 2001:db8::ffda ? | 15:48 |
*** sbelous_ has quit IRC | 15:48 | |
mlavalle | no, the other way aorund,,,, ffda:db8::5ac | 15:48 |
sc68cal | mlavalle: yeah that's a ULA prefix | 15:49 |
aveiga | sc68cal: no, not in the lower order bits | 15:50 |
aveiga | RFC 5156 covers special prefixes | 15:51 |
*** shashank_hegde has joined #openstack-neutron | 15:51 | |
openstackgerrit | Cyril Roelandt proposed openstack/neutron: Python 3: pass bytes to base64.encode{string,bytes} https://review.openstack.org/206570 | 15:51 |
*** yamamoto has quit IRC | 15:52 | |
sc68cal | oops | 15:53 |
sc68cal | no - the ff00:/8 is multicast | 15:53 |
sc68cal | according to what aveiga mentioned - RFC 5156, if I read it correctly and my math doesn't suck | 15:54 |
*** josecastroleon has quit IRC | 15:54 | |
mlavalle | sc68cal: ah, ok.... yeah. I've been lookin at this https://en.wikipedia.org/wiki/Unique_local_address and couldn't square it with that address. Thanks! | 15:54 |
*** ygbo has quit IRC | 15:56 | |
*** jbell8 has quit IRC | 15:56 | |
*** tmorin has quit IRC | 15:57 | |
sc68cal | mlavalle: What did you think of L9-L14 on https://etherpad.openstack.org/p/neutron-nova-v2-cells | 15:57 |
armax | regXboi: what about it? | 15:58 |
mlavalle | sc68cal: it is good. it actually reflects a lot what we do in our deployments. although in our case a cell is not a rack. it is several racks | 15:59 |
*** markvoelker has joined #openstack-neutron | 15:59 | |
sc68cal | mlavalle: what does the network architecture look like (if you are able to disclose) | 15:59 |
*** shashank_hegde has quit IRC | 15:59 | |
*** yamamoto has joined #openstack-neutron | 16:00 | |
*** ub has quit IRC | 16:01 | |
*** coolsvap is now known as coolsvap|away | 16:02 | |
*** markvoelker has quit IRC | 16:02 | |
*** armax has quit IRC | 16:03 | |
*** Marga_ has quit IRC | 16:05 | |
*** yfried|afk has joined #openstack-neutron | 16:05 | |
*** jasondotstar has quit IRC | 16:06 | |
regXboi | armax: I'm trying to decide if it will pass testing, given the latent -*aas references in the gate | 16:07 |
*** johnbelamaric has quit IRC | 16:07 | |
regXboi | armax: I guess I'll wait for jenkins to answer, and then maybe hit it with a recheck experimental | 16:07 |
regXboi | It should - I'm just not 100% sure | 16:07 |
*** sbelous has quit IRC | 16:08 | |
openstackgerrit | Merged openstack/neutron: sriov: implement spoofchecking configuration https://review.openstack.org/192065 | 16:09 |
*** ildikov has quit IRC | 16:09 | |
*** sbelous has joined #openstack-neutron | 16:09 | |
*** _cjones_ has joined #openstack-neutron | 16:11 | |
*** yamamoto has quit IRC | 16:11 | |
*** ashuk has joined #openstack-neutron | 16:13 | |
*** jbell8 has joined #openstack-neutron | 16:14 | |
*** yamamoto has joined #openstack-neutron | 16:14 | |
*** saksham has joined #openstack-neutron | 16:17 | |
*** TrevorV has joined #openstack-neutron | 16:17 | |
*** kawa2014 has quit IRC | 16:18 | |
*** azbiswas has quit IRC | 16:18 | |
*** ub has joined #openstack-neutron | 16:19 | |
*** piyanai has quit IRC | 16:20 | |
openstackgerrit | Merged openstack/neutron: Ensure non-overlapping cidrs in subnetpools with galera https://review.openstack.org/187985 | 16:20 |
*** saksham has quit IRC | 16:20 | |
*** signed8bit has joined #openstack-neutron | 16:21 | |
*** ig0r__ has joined #openstack-neutron | 16:21 | |
*** ildikov has joined #openstack-neutron | 16:21 | |
*** ub2 has joined #openstack-neutron | 16:23 | |
*** yfried|afk has quit IRC | 16:24 | |
*** ub has quit IRC | 16:24 | |
*** signed8b_ has quit IRC | 16:24 | |
HenryG | mestery: can you approve https://review.openstack.org/198521 ? | 16:25 |
*** vivek-ebay has joined #openstack-neutron | 16:25 | |
*** ashuk has quit IRC | 16:25 | |
*** sdake has quit IRC | 16:26 | |
*** cdl has quit IRC | 16:26 | |
*** eckelcu has quit IRC | 16:26 | |
*** alex_klimov has quit IRC | 16:28 | |
obondarev_ | kevinbenton: ping | 16:28 |
*** piyanai has joined #openstack-neutron | 16:29 | |
*** piyanai has quit IRC | 16:31 | |
*** piyanai has joined #openstack-neutron | 16:34 | |
*** jbell8 has quit IRC | 16:35 | |
*** jbell8 has joined #openstack-neutron | 16:36 | |
*** sdake has joined #openstack-neutron | 16:37 | |
*** baoli has quit IRC | 16:37 | |
*** SourabhP has joined #openstack-neutron | 16:38 | |
*** ijw has joined #openstack-neutron | 16:39 | |
*** SourabhP_ has joined #openstack-neutron | 16:39 | |
*** jamiec has joined #openstack-neutron | 16:40 | |
*** ub2 has quit IRC | 16:40 | |
*** ijw_ has quit IRC | 16:42 | |
*** piyanai has quit IRC | 16:42 | |
*** lindycoder has quit IRC | 16:42 | |
*** jistr has quit IRC | 16:42 | |
*** SourabhP has quit IRC | 16:42 | |
*** SourabhP_ is now known as SourabhP | 16:42 | |
*** spandhe has joined #openstack-neutron | 16:43 | |
*** briancline has joined #openstack-neutron | 16:43 | |
*** piyanai has joined #openstack-neutron | 16:44 | |
*** krtaylor has quit IRC | 16:44 | |
*** ub has joined #openstack-neutron | 16:44 | |
*** crc32 has joined #openstack-neutron | 16:47 | |
*** aranjan has quit IRC | 16:49 | |
*** ivar-lazzaro has joined #openstack-neutron | 16:49 | |
*** ivar-lazzaro has quit IRC | 16:49 | |
*** amit213 has quit IRC | 16:50 | |
*** amit213 has joined #openstack-neutron | 16:50 | |
*** shashank_hegde has joined #openstack-neutron | 16:50 | |
*** ivar-lazzaro has joined #openstack-neutron | 16:50 | |
*** cdl has joined #openstack-neutron | 16:50 | |
mza- | this is more of an openvswitch question but, im losing tags im setting after reboot | 16:51 |
mza- | root@neutron:/var/log/openvswitch# ovs-vsctl get Port qg-353f7e58-3d tag | 16:51 |
mza- | [] | 16:51 |
mza- | {"_date":1438361160638,"Port":{"e7bd0170-454d-4497-8670-f448fb3502cc":{"tag":209}},"_comment":"ovs-vsctl: ovs-vsctl set Port qg-353f7e58-3d tag=209","Open_vSwitch":{"18e4801b-87aa-4b3a-8810-b06429e0db80":{"next_cfg":153}}} | 16:52 |
*** pal_ has quit IRC | 16:52 | |
mza- | that's what it looks like in the database | 16:52 |
*** eckelcu has joined #openstack-neutron | 16:52 | |
mza- | any idea why that would be happening? | 16:52 |
*** shashank_hegde has quit IRC | 16:52 | |
*** aranjan has joined #openstack-neutron | 16:52 | |
*** pal has joined #openstack-neutron | 16:53 | |
*** fzdarsky has joined #openstack-neutron | 16:55 | |
*** krtaylor has joined #openstack-neutron | 16:57 | |
*** sbelous has quit IRC | 16:58 | |
*** sbelous has joined #openstack-neutron | 16:59 | |
*** jprovazn has quit IRC | 17:00 | |
*** azbiswas has joined #openstack-neutron | 17:01 | |
*** john-davidge has quit IRC | 17:02 | |
*** rohara has joined #openstack-neutron | 17:03 | |
*** azbiswas has quit IRC | 17:03 | |
*** markvoelker has joined #openstack-neutron | 17:03 | |
*** ub has quit IRC | 17:03 | |
*** slaweq has joined #openstack-neutron | 17:03 | |
*** TrevorV2 has joined #openstack-neutron | 17:04 | |
*** tiswanso has quit IRC | 17:04 | |
*** tiswanso has joined #openstack-neutron | 17:05 | |
*** TrevorV has quit IRC | 17:06 | |
*** chlong has quit IRC | 17:09 | |
*** achanda has joined #openstack-neutron | 17:09 | |
*** annegentle is now known as theannegentle | 17:09 | |
*** Marga_ has joined #openstack-neutron | 17:10 | |
*** ub has joined #openstack-neutron | 17:10 | |
*** caspinol has quit IRC | 17:10 | |
*** Sukhdev_ has joined #openstack-neutron | 17:12 | |
openstackgerrit | Sukhdev Kapur proposed openstack/neutron: Arista Drivers decomposition part II https://review.openstack.org/207654 | 17:13 |
Sukhdev_ | HenryG: this needs some love - https://review.openstack.org/#/c/207654/ | 17:14 |
openstackgerrit | Neil Jerram proposed openstack/neutron: DHCP agent: clarify logic of setup_dhcp_port https://review.openstack.org/205181 | 17:14 |
*** shivrao has joined #openstack-neutron | 17:15 | |
openstackgerrit | Neil Jerram proposed openstack/neutron: DHCP agent: clarify logic of setup_dhcp_port https://review.openstack.org/205181 | 17:16 |
*** slaweq has quit IRC | 17:17 | |
*** theannegentle has quit IRC | 17:19 | |
*** theannegentle has joined #openstack-neutron | 17:20 | |
*** signed8bit is now known as signed8bit_ZZZzz | 17:20 | |
*** piyanai has quit IRC | 17:20 | |
*** signed8bit_ZZZzz is now known as signed8bit | 17:22 | |
*** ub has quit IRC | 17:23 | |
*** fawadkhaliq has quit IRC | 17:23 | |
*** fawadkhaliq has joined #openstack-neutron | 17:23 | |
*** Marga_ has quit IRC | 17:24 | |
*** ig0r__ has quit IRC | 17:24 | |
*** pal has quit IRC | 17:24 | |
*** ivar-lazzaro has quit IRC | 17:24 | |
*** signed8b_ has joined #openstack-neutron | 17:25 | |
*** arcimboldo has quit IRC | 17:25 | |
*** salv-orlando has quit IRC | 17:25 | |
*** Marga_ has joined #openstack-neutron | 17:25 | |
*** jasondotstar has joined #openstack-neutron | 17:25 | |
*** markvoelker has quit IRC | 17:26 | |
*** akamyshnikova_ has joined #openstack-neutron | 17:27 | |
*** lucas_ has quit IRC | 17:28 | |
*** signed8bit has quit IRC | 17:28 | |
*** ivar-lazzaro has joined #openstack-neutron | 17:29 | |
openstackgerrit | Merged openstack/neutron-vpnaas: VPNaaS: Correcting method name for functional test https://review.openstack.org/207230 | 17:30 |
*** neiljerram has quit IRC | 17:33 | |
*** SourabhP has quit IRC | 17:33 | |
*** sthillma has joined #openstack-neutron | 17:35 | |
*** shashank_hegde has joined #openstack-neutron | 17:37 | |
*** akacmars has quit IRC | 17:39 | |
*** sdake has quit IRC | 17:39 | |
*** abregman has quit IRC | 17:40 | |
*** sdake has joined #openstack-neutron | 17:40 | |
*** lucas_ has joined #openstack-neutron | 17:43 | |
*** crc32 has quit IRC | 17:44 | |
*** sdake has quit IRC | 17:44 | |
*** sdake has joined #openstack-neutron | 17:45 | |
*** theannegentle has quit IRC | 17:45 | |
*** baoli has joined #openstack-neutron | 17:46 | |
*** saksham has joined #openstack-neutron | 17:49 | |
*** eckelcu has quit IRC | 17:49 | |
*** Piet has quit IRC | 17:50 | |
*** tflynn has joined #openstack-neutron | 17:50 | |
*** padkrish has joined #openstack-neutron | 17:51 | |
*** Piet has joined #openstack-neutron | 17:52 | |
*** crc32 has joined #openstack-neutron | 17:52 | |
*** ronis_ has joined #openstack-neutron | 17:54 | |
*** aix has quit IRC | 17:54 | |
*** crc32 has quit IRC | 17:54 | |
*** ub has joined #openstack-neutron | 17:54 | |
*** crc32 has joined #openstack-neutron | 17:54 | |
*** sridhar_ram has joined #openstack-neutron | 17:54 | |
*** SumitNaiksatam has quit IRC | 17:55 | |
*** padkrish has quit IRC | 17:56 | |
*** crc32 has quit IRC | 17:56 | |
*** padkrish has joined #openstack-neutron | 17:56 | |
*** padkrish_ has joined #openstack-neutron | 17:58 | |
*** padkrish has quit IRC | 17:58 | |
*** padkrish_ has quit IRC | 17:58 | |
*** zhhuabj has quit IRC | 17:59 | |
*** slaweq has joined #openstack-neutron | 17:59 | |
*** nlahouti has quit IRC | 18:00 | |
*** padkrish has joined #openstack-neutron | 18:01 | |
*** crc32 has joined #openstack-neutron | 18:02 | |
*** yamamoto has quit IRC | 18:02 | |
*** nlahouti has joined #openstack-neutron | 18:03 | |
*** lucas_ has quit IRC | 18:04 | |
*** lucas_ has joined #openstack-neutron | 18:05 | |
*** jlanoux has quit IRC | 18:06 | |
*** moshele has quit IRC | 18:07 | |
*** ivar-lazzaro has quit IRC | 18:07 | |
*** patrickeast has joined #openstack-neutron | 18:07 | |
*** zhhuabj has joined #openstack-neutron | 18:07 | |
*** madhu_ak has joined #openstack-neutron | 18:08 | |
*** Piet has quit IRC | 18:09 | |
*** tflynn_ has joined #openstack-neutron | 18:10 | |
*** lindycoder has joined #openstack-neutron | 18:10 | |
*** theannegentle has joined #openstack-neutron | 18:11 | |
openstackgerrit | Merged openstack/neutron: Initialize port_info dict as blank in OVS agent https://review.openstack.org/206764 | 18:11 |
*** fzdarsky has quit IRC | 18:12 | |
*** breitz has quit IRC | 18:12 | |
*** tflynn has quit IRC | 18:13 | |
*** johnbelamaric has joined #openstack-neutron | 18:13 | |
*** aranjan has quit IRC | 18:14 | |
*** Piet has joined #openstack-neutron | 18:14 | |
*** tflynn_ has quit IRC | 18:14 | |
*** Sukhdev_ has quit IRC | 18:15 | |
*** baoli has quit IRC | 18:16 | |
*** johnbelamaric has quit IRC | 18:17 | |
*** baoli has joined #openstack-neutron | 18:18 | |
*** ildikov has quit IRC | 18:19 | |
*** banix has joined #openstack-neutron | 18:19 | |
*** ivar-lazzaro has joined #openstack-neutron | 18:21 | |
*** banix has quit IRC | 18:24 | |
*** josecastroleon has joined #openstack-neutron | 18:27 | |
*** baoli has quit IRC | 18:27 | |
*** salv-orlando has joined #openstack-neutron | 18:27 | |
*** markvoelker has joined #openstack-neutron | 18:28 | |
*** baoli has joined #openstack-neutron | 18:28 | |
mestery | HenryG: Done | 18:28 |
HenryG | mestery: tyvm | 18:28 |
mestery | HenryG: ywhf | 18:29 |
*** Piet has quit IRC | 18:30 | |
*** baoli has quit IRC | 18:31 | |
*** dsneddon is now known as dsneddon_call | 18:32 | |
*** baoli has joined #openstack-neutron | 18:33 | |
*** baoli has quit IRC | 18:34 | |
njohnston_ | mestery: I am working with vichoward on a DSCP implementation within QOS, and we are ready to start coding in earnest. I was wondering if you could advise us what is needed to get the DSCP spec (https://review.openstack.org/#/c/190285/) approved? | 18:35 |
*** baoli has joined #openstack-neutron | 18:35 | |
*** tflynn has joined #openstack-neutron | 18:35 | |
*** salv-orlando has quit IRC | 18:36 | |
*** ildikov has joined #openstack-neutron | 18:36 | |
*** patrickeast has quit IRC | 18:37 | |
*** markvoelker has quit IRC | 18:37 | |
mestery | njohnston_: Thanks for reaching out! The QoS work itself (which you're building on) hasn't landed in master yet. | 18:37 |
mestery | njohnston_: We can review the spec, I'll add some folks like ihar and ajo to it, but at this point, I don't see this work landing in Liberty. | 18:38 |
mestery | njohnston_: That said, you can iterate on it and likely land it early in Mitaka,. | 18:38 |
*** shwetaap1 has quit IRC | 18:39 | |
pc_m | mestery: hi! Do you know if there are any Python3 experts in Openstack? | 18:39 |
*** TrevorV2 has quit IRC | 18:39 | |
mestery | pc_m: Yes, Cyril (don't know his IRc nick) from Red Hat has been doing all our python3 porting. | 18:39 |
*** tflynn_ has joined #openstack-neutron | 18:40 | |
njohnston_ | mestery: Thanks! We have been trying to figure out what the chances are of getting in Liberty, it looks like the QOS stuff is under furious iteration ATM which makes it a hard target to track. | 18:40 |
*** fawadkhaliq has quit IRC | 18:40 | |
mestery | njohnston_: Exactly, I expect it will be at least a week before it merges to master, maybe even longer. | 18:40 |
*** banix has joined #openstack-neutron | 18:41 | |
*** tflynn_ has quit IRC | 18:41 | |
*** shwetaap has joined #openstack-neutron | 18:41 | |
pc_m | mestery: Looked a bit at the failures for py34 test in VPN. Looks like, on an (expected) failure for request, and an exception occurs. As a result, there is no response object for the request. | 18:41 |
*** sridhar_ram has quit IRC | 18:41 | |
pc_m | mestery: Seems like some handling of request failures. Can't see how it is different than what Neutron does (of which VPN shares code). | 18:41 |
*** madhu_ak_ has joined #openstack-neutron | 18:41 | |
mestery | pc_m: Interesting, thanks for taking a peek! | 18:42 |
*** sdake has quit IRC | 18:42 | |
*** madhu_ak has quit IRC | 18:42 | |
*** shwetaap1 has joined #openstack-neutron | 18:42 | |
*** azbiswas has joined #openstack-neutron | 18:42 | |
*** tflynn_ has joined #openstack-neutron | 18:42 | |
pc_m | mestery: I dug a tiny bit and library code seems to be using response.body, which has string, and the code is expecting byte data and raises a TypeError. | 18:43 |
*** shwetaap2 has joined #openstack-neutron | 18:43 | |
*** tflynn has quit IRC | 18:43 | |
*** banix has quit IRC | 18:44 | |
pc_m | mestery: But that's all up in library code, so I'm not sure what is different in VPN code. Essentially, is failing tests that exercise invalid values for client requests (e.g. Enum) | 18:44 |
openstackgerrit | James Reeves proposed openstack/neutron-specs: ML2/OVS QoS support with dscp markings https://review.openstack.org/190285 | 18:44 |
*** sdake has joined #openstack-neutron | 18:44 | |
*** banix has joined #openstack-neutron | 18:45 | |
*** shwetaap has quit IRC | 18:45 | |
*** Sukhdev_ has joined #openstack-neutron | 18:45 | |
*** madhu_ak_ is now known as madhu_ak | 18:46 | |
*** shwetaap1 has quit IRC | 18:47 | |
*** Marga_ has quit IRC | 18:49 | |
*** Marga__ has joined #openstack-neutron | 18:49 | |
openstackgerrit | Victor Howard proposed openstack/neutron-specs: ML2/OVS QoS support with dscp markings https://review.openstack.org/190285 | 18:50 |
openstackgerrit | Ryan Moats proposed openstack/neutron: WIP: Add instrumentation devref https://review.openstack.org/204282 | 18:51 |
*** azbiswas has quit IRC | 18:51 | |
*** tflynn_ has quit IRC | 18:52 | |
*** TrevorV has joined #openstack-neutron | 18:52 | |
*** TrevorV has quit IRC | 18:54 | |
*** azbiswas_ has joined #openstack-neutron | 18:54 | |
*** TrevorV has joined #openstack-neutron | 18:54 | |
*** dsneddon_call is now known as dsneddon | 18:54 | |
*** josecastroleon has quit IRC | 18:57 | |
*** vivek-eb_ has joined #openstack-neutron | 18:58 | |
*** vivek-ebay has quit IRC | 18:59 | |
*** azbiswas_ has quit IRC | 18:59 | |
openstackgerrit | Lynn Li proposed openstack/neutron: Handle unbound allowed_address_pair FIP with DVR https://review.openstack.org/202360 | 19:00 |
*** salv-orlando has joined #openstack-neutron | 19:01 | |
*** jobewan has joined #openstack-neutron | 19:02 | |
*** arajagopal has quit IRC | 19:03 | |
*** yamamoto has joined #openstack-neutron | 19:03 | |
kevinbenton | obondarev_: pong | 19:04 |
*** fawadkhaliq has joined #openstack-neutron | 19:05 | |
*** arajagopal has joined #openstack-neutron | 19:05 | |
*** lucas_ has quit IRC | 19:06 | |
*** ub has quit IRC | 19:06 | |
*** ub has joined #openstack-neutron | 19:07 | |
*** yamamoto has quit IRC | 19:08 | |
*** baoli has quit IRC | 19:08 | |
*** fawadkhaliq has quit IRC | 19:09 | |
*** baoli has joined #openstack-neutron | 19:10 | |
*** jwy has joined #openstack-neutron | 19:10 | |
*** lucas_ has joined #openstack-neutron | 19:12 | |
*** jasondotstar has quit IRC | 19:12 | |
*** ig0r__ has joined #openstack-neutron | 19:12 | |
*** regXboi has quit IRC | 19:14 | |
*** shashank_hegde has quit IRC | 19:15 | |
*** patrickeast has joined #openstack-neutron | 19:16 | |
*** rossella_s has quit IRC | 19:16 | |
*** lucas_ has quit IRC | 19:16 | |
*** rossella_s has joined #openstack-neutron | 19:16 | |
*** saksham has quit IRC | 19:17 | |
mestery | HenryG: easy one https://review.openstack.org/#/c/204967/ | 19:18 |
*** afazekas has joined #openstack-neutron | 19:18 | |
*** jasondotstar has joined #openstack-neutron | 19:19 | |
HenryG | mestery: done | 19:20 |
mestery | HenryG: tyvm | 19:21 |
mestery | ;) | 19:21 |
HenryG | mestery: ywhf | 19:21 |
*** banix has quit IRC | 19:21 | |
mestery | hahahhaha | 19:21 |
mestery | HenryG: Did you get what ywhf means? It's a mestery-ism | 19:21 |
*** fzdarsky has joined #openstack-neutron | 19:21 | |
*** banix has joined #openstack-neutron | 19:22 | |
HenryG | mestery: I guessed at you're welcome, have fun? | 19:22 |
mestery | HenryG: That's even better! I had intended it to be "Your Welcome, Happy Friday!" but I like your interpretation even better ;) | 19:23 |
*** jbell8 has quit IRC | 19:25 | |
*** jasondotstar has quit IRC | 19:25 | |
*** baoli has quit IRC | 19:25 | |
*** ig0r_ has quit IRC | 19:26 | |
Sukhdev_ | HenryG: Got a sec> | 19:26 |
*** afazekas has quit IRC | 19:26 | |
HenryG | Sukhdev_: sure | 19:26 |
Sukhdev_ | regarding requirements.txt file - your comment on my patch - | 19:27 |
mmdurrant | /join #openstack-lbaas | 19:27 |
*** baoli has joined #openstack-neutron | 19:27 | |
mmdurrant | uhhh | 19:27 |
mmdurrant | hah had a space | 19:27 |
Sukhdev_ | HenryG: I had a discussion with armax about it yesterday and decided that for now to leave it there for now - until the disstros issue is figured out | 19:28 |
Sukhdev_ | HenryG: If you feel it is the time for it to go, pulling out is easy for me to - but, did not want to run into down the road issues related to distros | 19:28 |
HenryG | Sukhdev_: OK, distro issues are not my strong point. | 19:29 |
Sukhdev_ | HenryG: my thought was to leave it there for now - and whenever neutron community makes decision to pull those files out, anybody can remove it - | 19:29 |
HenryG | Sukhdev_: OK, sounds good to me | 19:30 |
Sukhdev_ | HenryG: perhaps we can bring it up in next neutron core meeting and see what others feel about it - | 19:30 |
*** banix has quit IRC | 19:31 | |
Sukhdev_ | HenryG: if the decision to pull it out, it can be done with a subsequent patch | 19:31 |
HenryG | Sukhdev_: yep, no problem | 19:31 |
HenryG | Sukhdev_: what about line 143 in tox.ini? | 19:32 |
*** openstack has joined #openstack-neutron | 19:35 | |
*** ig0r__ has quit IRC | 19:35 | |
*** lucas_ has joined #openstack-neutron | 19:35 | |
HenryG | Sukhdev_: all neutron code must run the same under python2 and python3 | 19:35 |
Sukhdev_ | HenryG: wow really? | 19:36 |
HenryG | Sukhdev_: yes, all the OpenStack projects are working towards this | 19:36 |
*** vivek-eb_ has quit IRC | 19:36 | |
HenryG | Sukhdev_: Python2 is really old you know | 19:36 |
*** sdake has quit IRC | 19:38 | |
*** baoli has quit IRC | 19:38 | |
*** abhiraut has joined #openstack-neutron | 19:38 | |
*** baoli has joined #openstack-neutron | 19:38 | |
*** vivek-eb_ has joined #openstack-neutron | 19:38 | |
openstackgerrit | Sukhdev Kapur proposed openstack/neutron: Arista Drivers decomposition part II https://review.openstack.org/207654 | 19:39 |
*** abregman is now known as abregman|brb | 19:39 | |
Sukhdev_ | HenryG: wow- that is really crazy!!! it will break lots of stuff | 19:39 |
*** sdake has joined #openstack-neutron | 19:39 | |
*** lucas_ has quit IRC | 19:39 | |
*** ig0r_ has joined #openstack-neutron | 19:39 | |
*** vivek-ebay has quit IRC | 19:40 | |
Sukhdev_ | HenryG: I just pushed the updated patch with https://review.openstack.org/#/c/207654/ | 19:40 |
Sukhdev_ | HenryG: what is the deadline to move to python3? | 19:41 |
HenryG | Sukhdev_: as mestery will tell you, there are no deadlines. ;) ;) ;) | 19:41 |
*** abhiraut has quit IRC | 19:41 | |
Sukhdev_ | HenryG: I can live with no deadlines - at least some body is sane around here :-):-) | 19:42 |
Sukhdev_ | HenryG: just kidding of course :-) | 19:42 |
Sukhdev_ | HenryG: BTW, shall I put on the agenda for the next neutron core meeting about the requirements.txt/distros issue to discuss? | 19:43 |
openstackgerrit | Lynn Li proposed openstack/neutron: Handle unbound allowed_address_pair FIP with DVR https://review.openstack.org/202360 | 19:43 |
*** TrevorV has quit IRC | 19:43 | |
HenryG | Sukhdev_: I don't think it's urgent. We can do an overview of all vendor decomps in a couple of weeks. | 19:44 |
HenryG | More urgent is to get the non-starters to actually start decomposing | 19:45 |
Sukhdev_ | HenryG: OK - please do it on Monday session of the meeting - Tuesdays are sometime hard | 19:45 |
Sukhdev_ | HenryG: Understood - | 19:45 |
* HenryG notes that Sukhdev_ does not like to wake up early :) | 19:46 | |
Sukhdev_ | HenryG: sometimes - otherwise I am usually in the hills hiking at 6:30am :-) | 19:46 |
*** ig0r_ has quit IRC | 19:46 | |
*** slaweq has quit IRC | 19:47 | |
* HenryG pretends to believe Sukhdev_ :-) | 19:47 | |
Sukhdev_ | HenryG: Tuesdays are "take it easy" day for me in the morning :-) | 19:47 |
*** rm_work|away is now known as rm_work | 19:49 | |
*** abregman|brb has quit IRC | 19:51 | |
*** roeyc has joined #openstack-neutron | 19:52 | |
*** fzdarsky has quit IRC | 19:53 | |
*** TrevorV has joined #openstack-neutron | 19:53 | |
openstackgerrit | Nate Johnston proposed openstack/neutron-specs: ML2/OVS QoS support with dscp markings https://review.openstack.org/190285 | 19:56 |
*** abhiraut has joined #openstack-neutron | 19:56 | |
*** pritesh has joined #openstack-neutron | 20:00 | |
*** sridhar_ram has joined #openstack-neutron | 20:00 | |
*** ronis_ has quit IRC | 20:01 | |
*** vivek-eb_ has quit IRC | 20:01 | |
*** vivek-ebay has joined #openstack-neutron | 20:01 | |
*** sdake_ has joined #openstack-neutron | 20:01 | |
*** shashank_hegde has joined #openstack-neutron | 20:03 | |
*** madhu_ak has joined #openstack-neutron | 20:04 | |
*** abregman|brb has joined #openstack-neutron | 20:04 | |
*** moshele has joined #openstack-neutron | 20:05 | |
*** cdl1 has joined #openstack-neutron | 20:05 | |
*** saksham has joined #openstack-neutron | 20:05 | |
*** sdake has quit IRC | 20:05 | |
*** pritesh has quit IRC | 20:05 | |
*** cdl1 has left #openstack-neutron | 20:06 | |
*** vivek-ebay has quit IRC | 20:07 | |
*** cdl has quit IRC | 20:08 | |
*** abregman|brb is now known as abregman | 20:08 | |
*** tiswanso has quit IRC | 20:08 | |
*** akamyshnikova_ has quit IRC | 20:09 | |
*** lindycoder has quit IRC | 20:10 | |
*** baoli has quit IRC | 20:13 | |
*** baoli has joined #openstack-neutron | 20:14 | |
*** abregman has quit IRC | 20:15 | |
*** pritesh has joined #openstack-neutron | 20:17 | |
*** TrevorV2 has joined #openstack-neutron | 20:21 | |
*** TrevorV has quit IRC | 20:23 | |
*** ildikov has quit IRC | 20:24 | |
*** baoli has quit IRC | 20:28 | |
*** Piet has joined #openstack-neutron | 20:28 | |
*** rook has quit IRC | 20:31 | |
*** pritesh_ has joined #openstack-neutron | 20:31 | |
*** baoli has joined #openstack-neutron | 20:31 | |
*** rook has joined #openstack-neutron | 20:31 | |
*** pritesh has quit IRC | 20:35 | |
openstackgerrit | Merged openstack/neutron-vpnaas: py34: Enable initial python34 testing for VPNaaS https://review.openstack.org/207649 | 20:37 |
*** baoli has quit IRC | 20:37 | |
*** bapalm_ has quit IRC | 20:38 | |
*** baoli has joined #openstack-neutron | 20:39 | |
adam_g | mestery, heya, anything else blocking that stable/juno neutronclient? | 20:39 |
*** moshele has quit IRC | 20:39 | |
mestery | adam_g: YEs, there was about 3 patches outside of neutron that were blockign it, last I checked they all hadn't merged yet :( | 20:39 |
mestery | adam_g: I'd expect early next week | 20:39 |
adam_g | mestery, all the requirement stuff? | 20:39 |
mestery | adam_g: yeah, did that all land? | 20:40 |
adam_g | mestery, yeah, musta missed my ping.. should be good now | 20:40 |
mestery | adam_g: Sweet! OK, I'll circle with dhellmann next week and get that rolled out. Thanks! | 20:40 |
adam_g | mestery, https://review.openstack.org/#/c/204654/ was the last of them, all the juno infra stuff has been sorted | 20:40 |
adam_g | mestery, great! | 20:41 |
*** TrevorV2 has quit IRC | 20:41 | |
*** ildikov has joined #openstack-neutron | 20:41 | |
mestery | adam_g: this merged (https://review.openstack.org/#/c/204654/) | 20:41 |
mestery | adam_g: So, we can release now. Yay! | 20:41 |
*** johnbelamaric has joined #openstack-neutron | 20:43 | |
*** aranjan has joined #openstack-neutron | 20:45 | |
*** Sukhdev_ has quit IRC | 20:45 | |
*** sdake_ is now known as sdake | 20:46 | |
*** aix has joined #openstack-neutron | 20:47 | |
*** baoli has quit IRC | 20:50 | |
*** thorst has quit IRC | 20:50 | |
*** baoli has joined #openstack-neutron | 20:50 | |
*** jbell8 has quit IRC | 20:50 | |
*** johnbelamaric has quit IRC | 20:51 | |
*** minwang2 has quit IRC | 20:52 | |
*** minwang2 has joined #openstack-neutron | 20:53 | |
*** arajagopal has quit IRC | 20:56 | |
*** azbiswas has joined #openstack-neutron | 20:56 | |
*** pritesh_ has quit IRC | 20:58 | |
*** s3wong has joined #openstack-neutron | 21:00 | |
*** sridhar_ram has quit IRC | 21:00 | |
*** vichoward_ has quit IRC | 21:02 | |
*** baoli has quit IRC | 21:02 | |
*** baoli has joined #openstack-neutron | 21:02 | |
*** padkrish has quit IRC | 21:02 | |
*** padkrish_ has joined #openstack-neutron | 21:04 | |
*** padkrish_ has quit IRC | 21:04 | |
*** nlahouti has quit IRC | 21:04 | |
*** vivek-ebay has joined #openstack-neutron | 21:04 | |
*** Sukhdev_ has joined #openstack-neutron | 21:05 | |
*** aranjan has quit IRC | 21:05 | |
*** njohnston_ is now known as nate_gone | 21:05 | |
*** padkrish has joined #openstack-neutron | 21:06 | |
*** nlahouti has joined #openstack-neutron | 21:06 | |
*** fawadkhaliq has joined #openstack-neutron | 21:06 | |
*** vivek-ebay has quit IRC | 21:08 | |
*** achanda has quit IRC | 21:08 | |
*** busterswt has quit IRC | 21:09 | |
*** changbl has quit IRC | 21:09 | |
*** baoli has quit IRC | 21:10 | |
*** padkrish has quit IRC | 21:11 | |
*** johnbelamaric has joined #openstack-neutron | 21:11 | |
*** baoli has joined #openstack-neutron | 21:11 | |
*** fawadkhaliq has quit IRC | 21:11 | |
*** prad has quit IRC | 21:14 | |
*** ivar-lazzaro has quit IRC | 21:15 | |
*** roeyc has quit IRC | 21:16 | |
*** ivar-lazzaro has joined #openstack-neutron | 21:16 | |
*** roeyc has joined #openstack-neutron | 21:16 | |
*** baoli has quit IRC | 21:18 | |
Sukhdev_ | HenryG: Hi Henry this the counterpart on the networking-arista side, if you could eye-ball to make sure there is nothing missing here - https://review.openstack.org/#/c/208060/ | 21:22 |
*** shashank_hegde has quit IRC | 21:22 | |
Sukhdev_ | HenryG: I am going to add the migration stuff as a follow on patch on the similar lines that you mentioned yesterday | 21:23 |
HenryG | Sukhdev_: OK | 21:23 |
*** boris-42 has joined #openstack-neutron | 21:23 | |
*** shashank_hegde has joined #openstack-neutron | 21:24 | |
Sukhdev_ | kevinbenton: Ping | 21:24 |
pc_m | HenryG: hi | 21:25 |
HenryG | pc_m: hi | 21:26 |
pc_m | Wondering if you could look at a log I have and tell me if I'm missing something? | 21:26 |
pc_m | HenryG: Actually, I think I see the issue. | 21:27 |
pc_m | not sure how to solve though... | 21:28 |
*** ijw has quit IRC | 21:29 | |
*** cdl has joined #openstack-neutron | 21:30 | |
*** bapalm_ has joined #openstack-neutron | 21:31 | |
*** madhu_ak has quit IRC | 21:31 | |
*** superflyy has joined #openstack-neutron | 21:31 | |
*** madhu_ak has joined #openstack-neutron | 21:32 | |
*** crc32 has quit IRC | 21:34 | |
*** padkrish has joined #openstack-neutron | 21:35 | |
*** lindycoder has joined #openstack-neutron | 21:35 | |
*** padkrish has quit IRC | 21:40 | |
*** nlahouti has quit IRC | 21:43 | |
*** pc_m has quit IRC | 21:43 | |
*** sridhar_ram has joined #openstack-neutron | 21:43 | |
*** zzzeek has quit IRC | 21:43 | |
*** signed8b_ is now known as signed8bit_ZZZzz | 21:44 | |
*** zzzeek has joined #openstack-neutron | 21:44 | |
*** padkrish has joined #openstack-neutron | 21:44 | |
*** nlahouti has joined #openstack-neutron | 21:45 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Validate interface_mappings on Linux bridge init https://review.openstack.org/207273 | 21:47 |
*** sridhar_ram1 has joined #openstack-neutron | 21:49 | |
*** ivar-lazzaro has quit IRC | 21:50 | |
*** sridhar_ram has quit IRC | 21:50 | |
*** ijw_ has joined #openstack-neutron | 21:50 | |
*** ivar-lazzaro has joined #openstack-neutron | 21:51 | |
*** cdl has quit IRC | 21:51 | |
*** thorst has joined #openstack-neutron | 21:51 | |
kevinbenton | Sukhdev_: pong | 21:51 |
Sukhdev_ | kevinbenton: Hey can I ask you to look at this, please - trying to see if I can get this merged today - https://review.openstack.org/#/c/207654/ | 21:53 |
kevinbenton | Sukhdev_: looking now | 21:53 |
*** thorst has quit IRC | 21:53 | |
*** sdake has quit IRC | 21:54 | |
*** sdake has joined #openstack-neutron | 21:54 | |
*** bapalm_ has quit IRC | 21:55 | |
*** ildikov has quit IRC | 21:56 | |
*** ijw_ has quit IRC | 21:57 | |
*** piyanai has joined #openstack-neutron | 21:57 | |
*** jbell8 has joined #openstack-neutron | 21:58 | |
*** sdake has quit IRC | 22:02 | |
*** jbell8 has quit IRC | 22:03 | |
*** ivar-lazzaro has quit IRC | 22:05 | |
*** ivar-lazzaro has joined #openstack-neutron | 22:05 | |
*** dane_leblanc_ has joined #openstack-neutron | 22:06 | |
*** shashank_hegde has quit IRC | 22:06 | |
*** sridhar_ram1 has quit IRC | 22:06 | |
*** padkrish has quit IRC | 22:07 | |
*** azbiswas has quit IRC | 22:07 | |
*** padkrish has joined #openstack-neutron | 22:08 | |
*** padkrish_ has joined #openstack-neutron | 22:09 | |
*** padkrish has quit IRC | 22:09 | |
*** dane_leblanc has quit IRC | 22:09 | |
*** azbiswas_ has joined #openstack-neutron | 22:11 | |
*** azbiswas_ has quit IRC | 22:11 | |
openstackgerrit | Lynn Li proposed openstack/neutron: Handle unbound allowed_address_pair FIP with DVR https://review.openstack.org/202360 | 22:12 |
*** shashank_hegde has joined #openstack-neutron | 22:15 | |
*** kbringard has quit IRC | 22:16 | |
openstackgerrit | Merged openstack/neutron: Python 3: Use '//' instead of '/' https://review.openstack.org/207314 | 22:16 |
openstackgerrit | Merged openstack/neutron-fwaas: Register alembic_migrations at install time https://review.openstack.org/198521 | 22:20 |
*** dane_leblanc__ has joined #openstack-neutron | 22:22 | |
*** jbell8 has joined #openstack-neutron | 22:22 | |
openstackgerrit | Merged openstack/neutron: Fix order of calls in update_port https://review.openstack.org/202549 | 22:23 |
*** abhiraut has quit IRC | 22:23 | |
*** sdake has joined #openstack-neutron | 22:25 | |
*** dane_leblanc_ has quit IRC | 22:25 | |
*** zzzeek has quit IRC | 22:27 | |
*** dane_leblanc_ has joined #openstack-neutron | 22:28 | |
*** abhiraut has joined #openstack-neutron | 22:28 | |
*** jobewan has quit IRC | 22:28 | |
openstackgerrit | Merged openstack/neutron: Python3: pass bytes to binascii.crc32 https://review.openstack.org/204967 | 22:28 |
openstackgerrit | Merged openstack/neutron: Python 3: pass bytes to base64.encode{string,bytes} https://review.openstack.org/206570 | 22:29 |
*** dane_leblanc__ has quit IRC | 22:31 | |
*** dane_leblanc_ has quit IRC | 22:34 | |
*** lindycoder has quit IRC | 22:36 | |
*** piyanai has quit IRC | 22:38 | |
*** roeyc has quit IRC | 22:39 | |
*** shashank_hegde has quit IRC | 22:43 | |
*** shashank_hegde has joined #openstack-neutron | 22:44 | |
*** sridhar_ram has joined #openstack-neutron | 22:44 | |
*** abhiraut has quit IRC | 22:45 | |
*** abhiraut has joined #openstack-neutron | 22:47 | |
*** theannegentle has quit IRC | 22:48 | |
*** aranjan has joined #openstack-neutron | 22:49 | |
*** superflyy has quit IRC | 22:52 | |
*** moshele has joined #openstack-neutron | 22:52 | |
*** armax has joined #openstack-neutron | 22:55 | |
*** theannegentle has joined #openstack-neutron | 23:01 | |
*** Sukhdev_ has quit IRC | 23:04 | |
*** Marga__ has quit IRC | 23:05 | |
*** theannegentle has quit IRC | 23:06 | |
*** armax has quit IRC | 23:11 | |
*** padkrish_ has quit IRC | 23:14 | |
*** rossella_s has quit IRC | 23:16 | |
*** rossella_s has joined #openstack-neutron | 23:16 | |
*** padkrish has joined #openstack-neutron | 23:17 | |
*** _cjones_ has quit IRC | 23:18 | |
*** madhu_ak has quit IRC | 23:18 | |
*** shashank_hegde has quit IRC | 23:18 | |
*** azbiswas has joined #openstack-neutron | 23:23 | |
*** johnbelamaric has quit IRC | 23:28 | |
*** shashank_hegde has joined #openstack-neutron | 23:28 | |
*** dannywilson has quit IRC | 23:30 | |
*** patrickeast has quit IRC | 23:30 | |
*** daneyon has quit IRC | 23:30 | |
*** daneyon has joined #openstack-neutron | 23:31 | |
*** achanda has joined #openstack-neutron | 23:31 | |
*** bharath has quit IRC | 23:33 | |
openstackgerrit | Abhishek Raut proposed openstack/neutron: NSX: Rename default_interface_name option https://review.openstack.org/208089 | 23:35 |
*** sballe has quit IRC | 23:36 | |
*** julim has quit IRC | 23:37 | |
*** sridhar_ram has quit IRC | 23:37 | |
*** azbiswas_ has joined #openstack-neutron | 23:37 | |
*** mlavalle has quit IRC | 23:38 | |
*** yamamoto has joined #openstack-neutron | 23:39 | |
*** azbiswas has quit IRC | 23:40 | |
*** yamamoto has quit IRC | 23:41 | |
*** ajmiller has quit IRC | 23:42 | |
*** yamamoto has joined #openstack-neutron | 23:43 | |
*** shashank_hegde has quit IRC | 23:44 | |
*** jbell8 has quit IRC | 23:44 | |
*** daneyon has quit IRC | 23:46 | |
*** padkrish has quit IRC | 23:47 | |
*** padkrish has joined #openstack-neutron | 23:48 | |
*** padkrish has quit IRC | 23:52 | |
*** yamamoto has quit IRC | 23:52 | |
*** chadix has quit IRC | 23:53 | |
*** padkrish has joined #openstack-neutron | 23:54 | |
*** azbiswas_ has quit IRC | 23:56 | |
*** sdake has quit IRC | 23:57 | |
*** azbiswas has joined #openstack-neutron | 23:57 | |
*** theannegentle has joined #openstack-neutron | 23:58 | |
*** sthillma has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!