Friday, 2015-07-31

*** achanda has quit IRC00:01
*** mlavalle has quit IRC00:06
*** dims_ has joined #openstack-neutron00:08
*** apuimedo has joined #openstack-neutron00:08
*** padkrish has quit IRC00:10
*** SumitNaiksatam has quit IRC00:17
*** bharath has quit IRC00:18
armaxtmorin: ping00:19
*** ijw has quit IRC00:19
*** oomichi has joined #openstack-neutron00:21
armaxHenryG: ping00:28
HenryGarmax: pong00:28
armaxHenryG: looking that the migration stuff00:28
armaxI have a bunch of questions, do you have time now or shall I provide feedback on the patches?00:29
HenryGarmax: I have some time now00:29
armaxok00:29
armaxso I am trying this stuff out00:29
armaxbut not much success so far00:29
HenryGI know the revision command does not work00:29
HenryGI am troubleshooting00:30
armaxwhat about check_migration?00:30
HenryGIt works for me00:30
armaxIt stops at ‘Running branches for networking-l2gw …’00:30
armaxbut exit with 000:30
armaxis it supposed to print anything else?00:30
HenryGchecking ...00:31
HenryGThat's how it is supposed to work if there is nothing wrong with the migrations00:32
*** tiswanso has joined #openstack-neutron00:32
armaxok00:32
armaxlet me check something00:32
HenryGMaybe we can add an 'OK' after the ... if it is OK00:33
*** jasondotstar has quit IRC00:33
armaxthat would be probably nice00:35
armaxthat said, I am not sure the check migration does what’s supposed to do00:35
armaxit definitely calls into the specific branch00:35
armaxbut I wonder if we have to flip to the new model of tracking heads00:35
armaxthe same way we did for Neutron00:35
HenryGI thought Ihar updated validate_heads_file() to do that?00:37
HenryGIt looks so to me00:37
armaxbut your l2gw patch didn’t update that00:38
armaxand the check_migration didn’t detect any error00:38
armaxso not sure what’s going on00:38
*** Sukhdev_ has quit IRC00:39
HenryGIhar made it so single head is also supported00:40
*** roeyc has quit IRC00:40
armaxok00:41
*** tiswanso has quit IRC00:41
armaxHenryG: one question I had was whether we can get away without the complication of specifying the subprojects on teh cli00:42
armaxHenryG: any thoughts?00:42
HenryGarmax: 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
armaxright00:43
armaxso it can run on all projects00:43
armaxcorrect?00:44
HenryGI am not sure I fully understand what you are asking00:44
armaxnever mind…I think I got it00:44
armaxI am only slightly confused by ythe commit message of 19852400:45
HenryGI will need to update the devref00:45
HenryGAlso the networking guide I guess00:46
armaxI am only wondering what happens if we run multiple neutron-db-manage in sequence on separate projects00:46
HenryGThat depends on the command00:46
armaxright…depending on how you executed the command over time you might have different outcomes?00:47
armaxfor something that is supposed to be idempotent, like check_migration,00:47
armaxit might make sense to allow the specification of a project00:47
armaxbut for something that actually do the upgrade, not sure if it’s wised00:48
armaxwise00:48
armaxdoes it make sene?00:48
armaxsense00:48
HenryGupgrade is fine as long as you run it on neutron first00:48
HenryGThen it is idempotent after that00:48
armaxbut how could I/00:49
armax?00:49
armaxlike neutron-db-manage —neutron-only00:49
armaxand then neutron-db-manage —sub-proects p100:49
HenryGWEll00:49
armaxneturon-db-manage -sub-project p2?00:49
*** spandhe has quit IRC00:49
HenryG(let me use abbreviation ndbm)00:50
HenryGndbm upgrade head00:50
armaxok, let me step back00:50
*** piyanai has joined #openstack-neutron00:50
HenryGThat will run oon neutron (first) and then all installed projects00:50
armaxgo on00:50
HenryGnow,00:50
HenryGndbm --subproject networking-l2gw upgrade head00:51
HenryGwill be fine00:51
armaxok I am thinking that the complexity/flexibility is unnecessary and potentially dangerous for things that do modify the schema00:53
armaxmaybe my concern is unfounded00:53
HenryGYes, I think that operators will just run "ndbm upgrade head" all the time. And it will work as expected.00:53
armaxright00:54
*** yamamoto has joined #openstack-neutron00:54
*** minwang2 has quit IRC00:54
HenryGSo the --subproject thing is really for developers, and some of the other commands like check_migration00:54
armaxso if the —sub-project is a potential bullet operators can shoot themselves with, I’d rather take that away from them00:54
HenryGSure, but what about us? :)00:55
*** tflynn_ has quit IRC00:55
*** yamamoto has quit IRC00:55
HenryGHide the option?00:55
armaxI’d have the option only for things that are intrisincally idempotent00:55
*** tflynn has joined #openstack-neutron00:55
armaxlike check-migration for instnace00:55
armaxinstance00:55
*** thorst has joined #openstack-neutron00:55
armaxas running check-migration on any installed project is clearly not the intention of the developer in most cases00:56
*** yamamoto has joined #openstack-neutron00:56
HenryGOK. Please put this comment on the review.00:57
*** boris-42 has joined #openstack-neutron00:57
*** thorst has quit IRC00:57
armaxall of it?00:57
armax:)00:57
HenryGJust the tl;dr :)00:58
armaxok00:58
armaxbut first of all I wanted to understand whether this is something you see as potentially problematic00:58
HenryGAnd then bear with me while I get the solution wrong a few times :)00:58
armaxotherwise my point is moot and we can move on00:58
HenryGI think it makes sense for upgrade00:59
HenryGI'll have to think about each of the other commands00:59
armaxok00:59
armaxI’ll capture this so it doesn’t get lost through the cracks01:00
armaxthanks for pulling this together…it looks good overall01:00
*** SumitNaiksatam has joined #openstack-neutron01:00
*** tflynn has quit IRC01:01
*** madhu_ak has quit IRC01:01
HenryGnp01:01
*** tflynn has joined #openstack-neutron01:01
HenryGI may have found a bit of an issue with revision --autogenerate01:02
armaxok01:03
*** jasondotstar has joined #openstack-neutron01:03
HenryGOn neutron it works by comparing the schema from the models to the schema from the migrations01:04
*** tiswanso has joined #openstack-neutron01:04
*** zhiyuan has joined #openstack-neutron01:04
HenryGIt ignores tables from models that have been moved out of tree01:05
*** sthillma has quit IRC01:05
HenryGNow 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 IRC01:06
* armax mumbles01:06
HenryGThe last bit is tricky01:06
*** tiswanso has joined #openstack-neutron01:06
*** eckelcu has quit IRC01:07
*** yamamoto has quit IRC01:08
HenryGThere are 3 categories of networking-foo:01:08
*** dboik has joined #openstack-neutron01:08
HenryG1. Those with models still in neutron core tree01:08
HenryG2. Those with models that were in tree but now moved out01:09
HenryG3. Those with models that were never in tree01:09
armaxum01:09
armaxso the autogenerate thingy is about01:09
armaxspitting the migration files out of the model classes, correct?01:10
armaxnew model classes01:10
HenryGyes, when you add/remove/update models it generates the migration script for you01:10
*** nus has quit IRC01:12
*** Marga__ has quit IRC01:12
*** nus has joined #openstack-neutron01:12
HenryGWe don't need to be perfect, but being mostly right is helpful to developers01:13
*** tflynn has quit IRC01:13
*** jwy has quit IRC01:13
armaxI agree…we shouldn’t regress here01:14
*** ivar-laz_ has joined #openstack-neutron01:14
armaxI wonder if it really makes a difference though01:15
armaxin the end, you’re interested in the diff01:15
armaxwouldn’t that be the same regardless of how many models you’re looking at?01:15
*** nlahouti has quit IRC01:16
HenryGThis is kind of hard to explain without a whiteboard01:16
HenryGI need to draw venn diagrams01:16
*** Fdaisuke has joined #openstack-neutron01:17
armaxok01:17
armaxbut I am still failing to see the issue01:17
*** ivar-lazzaro has quit IRC01:17
armaxmaybe you can point me to a sequence of commands that can let me see what you’re seeing?01:17
*** lucas____ has joined #openstack-neutron01:18
HenryGyes01:18
HenryGHow about I do that tomorrow? I need to post an update to the l2gw patch first.01:19
*** bharath has joined #openstack-neutron01:19
*** ivar-laz_ has quit IRC01:19
armaxok, tomorrow I am not around01:20
*** Sukhdev_ has joined #openstack-neutron01:20
armax:(01:21
armaxmaybe give me a pointer now and I’ll take it from here01:21
armax?\01:21
Sukhdev_armax: a quick question - if you got a sec?01:22
armaxSukhdev_: shoot01:22
*** lucas____ has quit IRC01: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 IRC01:23
armaxSukhdev_: um01:24
armaxSukhdev_: you know what?01:24
*** vivek-ebay has quit IRC01:24
*** rawl has joined #openstack-neutron01:24
* Sukhdev_ listening01:25
armaxSukhdev_: I wonder if that is still relevant and whether from a documentation standpoint that info can be captured here:01:25
armaxhttps://github.com/openstack/neutron/blob/master/doc/source/devref/sub_projects.rst#arista01:25
armaxfor instance01:25
armaxSukhdev_: you shoud double check with ihar01:25
armaxto see if they, amongst other distros, ever ended using it01:26
armaxwe thought that was going to consumed via a script for packaging purposes01:26
armaxbut if we don’t in practice01:27
armaxthis becomes just useful documentation to be captured still, but not necessarily the way we did so far01:27
*** Tiancheng has joined #openstack-neutron01: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 harm01:28
*** s3wong has quit IRC01:29
armaxindeed01:29
Sukhdev_armax: I will be uploading the update to my patch within next few minutes, will send you the link to review it shorty01:29
Sukhdev_shortly01:29
*** piyanai has quit IRC01:29
armaxok01:29
abhirautSukhdev_: 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 better01:31
*** shashank_hegde has quit IRC01:31
*** Tiancheng has quit IRC01:31
abhirautSukhdev_: yea sure.. I know HenryG is kind of particular about having the two reviews linked via some bug01:32
*** Tiancheng has joined #openstack-neutron01:32
abhirautSukhdev_: not sure if its mandatory01:32
Sukhdev_abhiraut: I was chatting with HenryG earlier (unless I misunderstood him) his guidance was to get the neutron side merged first01:32
*** stanzgy has joined #openstack-neutron01:33
abhirautSukhdev_: yup indeed01:33
abhirautSukhdev_: ill look at it first thing in the monring.. if its not merged already ;)01:33
openstackgerritSukhdev Kapur proposed openstack/neutron: Arista Drivers decomposition part II  https://review.openstack.org/20765401:34
*** sridhar_ram has quit IRC01:34
*** abhiraut has quit IRC01:35
armaxSukhdev_: got it01:35
Sukhdev_abhiraut: BTW, thanks for the review - I just pushed updated version - https://review.openstack.org/#/c/207654/101:35
Sukhdev_armax; cool - whenever you have a moment, would love your review cycles for this01:36
armaxSukhdev_: you will have all the love you deserve ;)01:36
*** abhiraut has joined #openstack-neutron01:36
Sukhdev_armax; only good love - not the bad one :-)01:37
armaxSukhdev_: btw have you seen this one?01:37
armaxhttps://review.openstack.org/#/c/198524/01:37
armaxsince arista does have models on top of neutron you may want to track that one to see how it affects arista01:38
*** shivrao has quit IRC01:38
Sukhdev_armax: no - I had not seen it - thanks for pointing it out - will review now01:38
armaxHenryG has one for l2gw01:38
armaxhttps://review.openstack.org/#/c/205866/01:39
armaxSukhdev_: that should be enough to give you a sense of where this is heading01: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 now01:40
*** signed8bit has joined #openstack-neutron01:40
HenryGarmax: Sukhdev_: here's how to init alembic branches for a repo: https://review.openstack.org/19843401:40
signed8bitIs 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 going01:42
*** ianw has quit IRC01:43
*** shwetaap has joined #openstack-neutron01:43
armaxHenryG: don’t we need the same for l2gw too?01:44
*** jwy has joined #openstack-neutron01:44
HenryGarmax: "need": no. "should have": yes.01:44
*** ianw has joined #openstack-neutron01:45
armaxhow would it work otherwise long term though?01:45
armaxif you don’t you can’t online migrate, right?01:46
openstackgerritKevin Benton proposed openstack/neutron: Use a conntrack zone per port in OVS  https://review.openstack.org/20746401:46
*** abhiraut has quit IRC01:46
HenryGarmax: fine, all repos need it. :)01:46
armaxHenryG: well, I am only wondering what the implications are if we only enforce the ‘should have'01:47
HenryGarmax: the repo that does not have expand/contract branches will break the online migration feature if that repo is installed.01:48
armaxright that’s what i figured01:48
HenryGSome vendors may not care, but we could require it if they want to be in the tent I guess.01:49
armaxlet’s say it’s in the best interest of the repo to ‘comply’ with the new migration capability01:49
HenryGThat sounds good to me01:49
Sukhdev_HenryG armax: are you referring the repos that do not have any private DBs?01:50
armaxno01:50
HenryGarmax: I updated the patch to l2gw01: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-neutron01:51
armaxSukhdev_: aye01:52
armaxHenryG: rockin'01:52
*** piyanai has joined #openstack-neutron01:52
Sukhdev_HenryG: thanks for l2gw stuff - this has been a blocker for us01:52
HenryGarmax: You can try the revision --autogenerate with that ...01:52
HenryGarmax: Here's what I do:01:53
HenryG1. tox --notest -r -e py2701:53
HenryG2. source .tox/py27/bin/activate01:54
HenryG3. pip install -U -e ../neutron  # repo with review 19852401:55
HenryG4. mysql -e "drop database neutron; create database neutron;"01:56
HenryG5. NDBM upgrade head01:56
HenryG6. NDBM --subproject networking-l2gw revision -m test --autogenerate01:56
*** lucas____ has joined #openstack-neutron01:57
armaxok01:57
armaxnoted01:57
HenryGWhere 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-neutron01:58
*** azbiswas has quit IRC02:00
HenryGarmax: It is getting late here and I am fading.02:00
HenryGHopefully by Monday most of this will be sorted out02:00
armaxyes02:00
*** azbiswas has joined #openstack-neutron02:00
armaxyou should go02:00
armaxyou’ve been longer than I expected02:00
*** erkules has quit IRC02:01
*** azbiswas has quit IRC02:01
*** lucas____ has quit IRC02:01
*** Sukhdev_ has quit IRC02:02
*** iwamoto has joined #openstack-neutron02:03
*** bharath has quit IRC02:03
*** gildub_ has quit IRC02:04
*** gildub has quit IRC02:04
*** bharath has joined #openstack-neutron02:05
*** changzhi_ has joined #openstack-neutron02:06
*** dboik has quit IRC02:07
*** salv-orlando has joined #openstack-neutron02:08
*** cing has joined #openstack-neutron02:08
*** saksham has quit IRC02:09
*** bapalm has joined #openstack-neutron02:09
*** apuimedo has quit IRC02:10
*** bharath has quit IRC02:10
*** SourabhP has quit IRC02:10
*** SourabhP has joined #openstack-neutron02:10
*** SourabhP has quit IRC02:10
*** markvoelker has joined #openstack-neutron02:15
*** salv-orlando has quit IRC02:15
*** markvoelker has quit IRC02:15
*** banix has joined #openstack-neutron02:17
*** bapalm has quit IRC02:19
*** markvoelker has joined #openstack-neutron02:19
banixkevinbenton: hi kevin, are you around by any chance?02:21
*** markvoelker_ has joined #openstack-neutron02:21
*** azbiswas has joined #openstack-neutron02:22
*** tfukushima has joined #openstack-neutron02:22
*** markvoelker has quit IRC02:23
*** fedexo has joined #openstack-neutron02:24
*** rawl has quit IRC02:26
*** gildub has joined #openstack-neutron02:28
*** openstackgerrit has quit IRC02:31
*** shashank_hegde has joined #openstack-neutron02:31
*** openstackgerrit has joined #openstack-neutron02:32
*** azbiswas has quit IRC02:37
openstackgerritIWAMOTO Toshihiro proposed openstack/neutron: OVS-agent: Introduce Ryu based OpenFlow implementation  https://review.openstack.org/15394602:37
openstackgerritIWAMOTO Toshihiro proposed openstack/neutron: OVS-agent: Switch the default to "native" of_interface  https://review.openstack.org/20632902:38
*** hitalia has quit IRC02:40
*** achanda has joined #openstack-neutron02:42
*** shashank_hegde has quit IRC02:49
*** hakimo has joined #openstack-neutron02:52
*** hakimo_ has quit IRC02:54
*** jasondotstar has quit IRC02:58
*** tflynn has joined #openstack-neutron02:58
*** madhu_ak has joined #openstack-neutron03:01
*** jwy has quit IRC03:06
*** bharath has joined #openstack-neutron03:07
*** tflynn has quit IRC03:08
*** sakaYK has joined #openstack-neutron03:11
*** bharath has quit IRC03:11
*** signed8bit has quit IRC03:12
*** shashank_hegde has joined #openstack-neutron03:13
*** Bhavya has joined #openstack-neutron03:17
*** markvoelker_ has quit IRC03:23
*** Tiancheng has quit IRC03:23
*** Tiancheng has joined #openstack-neutron03:23
*** zhhuabj has quit IRC03:24
*** shashank_hegde has quit IRC03:25
*** markvoelker_ has joined #openstack-neutron03:26
*** zhhuabj has joined #openstack-neutron03:27
*** h00327910__ has quit IRC03:28
*** achanda has quit IRC03:28
*** cdl has joined #openstack-neutron03:30
*** tiswanso has quit IRC03:31
*** cdl has quit IRC03:31
*** cdl has joined #openstack-neutron03:31
*** dims_ has quit IRC03:33
*** sdake_ has joined #openstack-neutron03:42
*** sdake has quit IRC03:43
*** sdake_ has quit IRC03:45
*** sdake has joined #openstack-neutron03:45
*** coolsvap|away is now known as coolsvap03:49
*** sdake_ has joined #openstack-neutron03:51
*** sdake has quit IRC03:52
*** pal has joined #openstack-neutron03:54
*** shashank_hegde has joined #openstack-neutron03:54
*** edmondsw has quit IRC03:56
*** Tiancheng_ has joined #openstack-neutron03:58
*** Tiancheng has quit IRC03:58
*** Sukhdev_ has joined #openstack-neutron03:59
*** salv-orlando has joined #openstack-neutron04:00
*** lucas__ has joined #openstack-neutron04:01
*** tfukushima has quit IRC04:01
*** lucas____ has joined #openstack-neutron04:04
*** lucas__ has quit IRC04:05
*** salv-orlando has quit IRC04:07
*** haigang has joined #openstack-neutron04:07
*** lucas____ has quit IRC04:08
*** changzhi_ has quit IRC04:14
*** Bhavya has quit IRC04:18
*** vivek-ebay has joined #openstack-neutron04:21
*** sdake_ has quit IRC04:21
*** sdake has joined #openstack-neutron04:21
*** Bhavya has joined #openstack-neutron04:22
*** shwetaap has quit IRC04:24
openstackgerritZhaoBo proposed openstack/python-neutronclient: Fixed the help CLI info of lbaas-pool-update  https://review.openstack.org/19096804:25
*** ajmiller has quit IRC04:25
*** sdake has quit IRC04:28
*** sdake_ has joined #openstack-neutron04:28
*** tflynn has joined #openstack-neutron04:28
*** shivrao has joined #openstack-neutron04:29
*** sdake has joined #openstack-neutron04:31
*** sdake_ has quit IRC04:31
*** tflynn has quit IRC04:32
*** sakaYK has quit IRC04:32
*** bharath has joined #openstack-neutron04:33
*** miyagishi_t_ has joined #openstack-neutron04:35
*** sdake_ has joined #openstack-neutron04:36
*** sdake has quit IRC04:36
*** bharath has quit IRC04:38
*** sdake_ has quit IRC04:41
*** tmorin has quit IRC04:42
*** sdake has joined #openstack-neutron04:42
*** sthillma has joined #openstack-neutron04:42
openstackgerritMerged openstack/neutron: Keep dns nameserver order consistency  https://review.openstack.org/19958804:43
*** sdake has quit IRC04:44
*** fedexo has quit IRC04:44
*** tmorin has joined #openstack-neutron04:45
*** sdake has joined #openstack-neutron04:45
*** shashank_hegde has quit IRC04:46
*** sdake has quit IRC04:47
*** sdake has joined #openstack-neutron04:47
*** changzhi has quit IRC04:49
*** piyanai has quit IRC04:51
*** pal has quit IRC04:51
*** shashank_hegde has joined #openstack-neutron04:53
*** bharath_ has joined #openstack-neutron04:54
*** banix has quit IRC04:55
*** fawadkhaliq has joined #openstack-neutron04:55
*** bharath_ has quit IRC04:56
*** arajagopal has joined #openstack-neutron04:56
*** tfukushima has joined #openstack-neutron05:02
*** pal has joined #openstack-neutron05:05
*** tfukushima has quit IRC05:06
*** coolsvap is now known as coolsvap|away05:08
*** fedexo has joined #openstack-neutron05:08
*** ub2 has quit IRC05:08
*** salv-orlando has joined #openstack-neutron05:13
*** minwang2 has joined #openstack-neutron05:15
*** rm_work is now known as rm_work|away05:16
*** coolsvap|away is now known as coolsvap05:17
*** pal has quit IRC05:18
*** moha_hunt has quit IRC05:19
*** salv-orlando has quit IRC05:20
*** fedexo has quit IRC05:20
*** azbiswas has joined #openstack-neutron05:21
*** salv-orlando has joined #openstack-neutron05:21
*** aranjan has joined #openstack-neutron05:21
*** amickus has joined #openstack-neutron05:22
*** azbiswas_ has joined #openstack-neutron05:22
*** pal has joined #openstack-neutron05:23
*** madhu_ak has quit IRC05:23
*** ig0r_ has joined #openstack-neutron05:24
*** azbiswas has quit IRC05:25
*** salv-orlando has quit IRC05:27
*** fedexo has joined #openstack-neutron05:29
*** numan has joined #openstack-neutron05:29
*** achanda has joined #openstack-neutron05:30
*** armax has quit IRC05:35
*** sdake has quit IRC05:35
*** tfukushima has joined #openstack-neutron05:38
*** yapeng has joined #openstack-neutron05:38
*** lajos-katona has joined #openstack-neutron05:39
*** arajagopal has quit IRC05:40
*** sdake has joined #openstack-neutron05:41
*** anilvenkata has joined #openstack-neutron05:42
*** SourabhP has joined #openstack-neutron05:43
*** josecastroleon has joined #openstack-neutron05:46
*** markvoelker_ has quit IRC05:48
*** spandhe has joined #openstack-neutron05:52
*** changzhi has joined #openstack-neutron05:52
*** spandhe_ has joined #openstack-neutron05:55
*** spandhe has quit IRC05:56
*** spandhe_ is now known as spandhe05:56
*** Murali has joined #openstack-neutron05:58
*** Sukhdev_ has quit IRC05:59
openstackgerritHirofumi Ichihara proposed openstack/neutron: Enable to update external network subnet's gateway-ip  https://review.openstack.org/19493906:01
*** fedexo has quit IRC06:02
*** tmorin has quit IRC06:05
*** coolsvap is now known as coolsvap|away06:05
*** shausy has joined #openstack-neutron06:06
*** jprovazn has joined #openstack-neutron06:07
*** evrardjp_ is now known as evrardjp06:07
*** lucas__ has joined #openstack-neutron06:08
*** trinaths has joined #openstack-neutron06:08
*** spandhe has quit IRC06:09
openstackgerritHirofumi Ichihara proposed openstack/neutron: Add availability_zone support for API and DB  https://review.openstack.org/18336906:10
*** jyuso1 has joined #openstack-neutron06:11
*** rubasov has quit IRC06:11
*** spandhe has joined #openstack-neutron06:11
*** ig0r__ has joined #openstack-neutron06:11
*** lucas__ has quit IRC06:12
*** ig0r_ has quit IRC06:12
*** coolsvap|away is now known as coolsvap06:13
openstackgerritHirofumi Ichihara proposed openstack/neutron: Add availability_zone support for Scheduler  https://review.openstack.org/20443606:15
*** SridharG has joined #openstack-neutron06:15
*** dsanders has quit IRC06:16
*** Marga_ has joined #openstack-neutron06:16
*** pal has quit IRC06:17
*** yog__ has quit IRC06:19
*** scheuran has joined #openstack-neutron06:19
*** pal has joined #openstack-neutron06:20
*** pal_ has joined #openstack-neutron06:23
*** ig0r_ has joined #openstack-neutron06:24
*** ig0r_ has quit IRC06:24
*** pal has quit IRC06:24
*** salv-orlando has joined #openstack-neutron06:26
*** kawa2014 has joined #openstack-neutron06:26
*** pal_ has quit IRC06:28
*** armax has joined #openstack-neutron06:28
*** sakaYK has joined #openstack-neutron06:29
*** zhiyuan has quit IRC06:29
*** moshele has joined #openstack-neutron06:29
*** yapeng has quit IRC06:31
*** aranjan has quit IRC06:32
*** ub has joined #openstack-neutron06:32
*** armax has quit IRC06:35
*** salv-orlando has quit IRC06:37
*** shausy has quit IRC06:38
*** pal has joined #openstack-neutron06:39
*** shausy has joined #openstack-neutron06:40
openstackgerritOpenStack Proposal Bot proposed openstack/neutron: Imported Translations from Transifex  https://review.openstack.org/20688506:40
*** sakaYK has quit IRC06:43
*** shausy has quit IRC06:43
*** josecastroleon has quit IRC06:44
*** shausy has joined #openstack-neutron06:44
*** yushiro has joined #openstack-neutron06:44
*** vivek-ebay has quit IRC06:46
*** salv-orlando has joined #openstack-neutron06:46
*** lajos-katona1 has joined #openstack-neutron06:47
*** LuisArizmendi has quit IRC06:47
*** markvoelker has joined #openstack-neutron06:48
*** minwang2 has quit IRC06:49
*** lajos-katona has quit IRC06:50
*** markvoelker has quit IRC06:53
*** shz has quit IRC06:54
*** sakaYK has joined #openstack-neutron06:54
*** hanzhang has joined #openstack-neutron06:55
*** abehl has joined #openstack-neutron06:56
*** lajos-katona1 has quit IRC06:56
openstackgerritMerged openstack/neutron: Introduce usage data tracking for Neutron  https://review.openstack.org/18888306:57
*** yushiro has quit IRC06:57
*** yog__ has joined #openstack-neutron06:58
openstackgerritMerged openstack/neutron: Add plural names for quota resources  https://review.openstack.org/19486706:58
*** jschwarz has joined #openstack-neutron06:59
*** josecastroleon has joined #openstack-neutron07:00
*** tmorin has joined #openstack-neutron07:01
*** josecastroleon has quit IRC07:02
*** coolsvap is now known as coolsvap|away07:02
*** dsanders has joined #openstack-neutron07:04
openstackgerritJohn Schwarz proposed openstack/python-neutronclient: Support CLI changes for QoS (2/2).  https://review.openstack.org/19827707:09
*** jschwarz has quit IRC07:09
*** lucas__ has joined #openstack-neutron07:09
*** boris-42 has quit IRC07:10
*** pal has quit IRC07:10
*** coolsvap|away is now known as coolsvap07:10
*** pavel_bondar has quit IRC07:10
*** jlanoux has joined #openstack-neutron07:11
*** lajos-katona has joined #openstack-neutron07:13
*** lucas__ has quit IRC07:14
*** yamamoto has quit IRC07:15
*** rossella_s has quit IRC07:16
*** achanda has quit IRC07:16
*** rossella_s has joined #openstack-neutron07:16
*** ronis has joined #openstack-neutron07:18
*** Murali has quit IRC07:24
*** dsanders has quit IRC07:26
*** SourabhP has quit IRC07:27
*** erkules_ is now known as erkules07:27
*** erkules has quit IRC07:27
*** erkules has joined #openstack-neutron07:27
*** nyechiel has joined #openstack-neutron07:29
*** yamamoto has joined #openstack-neutron07:30
*** spandhe has quit IRC07:31
*** salv-orlando has quit IRC07:33
*** shivrao has quit IRC07:37
*** devvesa has joined #openstack-neutron07:38
*** guest676 has joined #openstack-neutron07:44
*** lajos-katona1 has joined #openstack-neutron07:44
*** sakaYK has quit IRC07:45
*** josecastroleon has joined #openstack-neutron07:46
*** lajos-katona has quit IRC07:46
openstackgerritMerged openstack/neutron: Update dhcp agent cache for network:dhcp ports  https://review.openstack.org/20588807:47
*** moshele has quit IRC07:47
*** salv-orlando has joined #openstack-neutron07:49
*** gildub has quit IRC07:51
*** azbiswas_ has quit IRC07:52
*** lajos-katona1 has quit IRC07:53
*** humble__ has joined #openstack-neutron07:53
*** iwamoto has quit IRC07:54
*** sakaYK has joined #openstack-neutron07:56
*** bharath has joined #openstack-neutron07:57
*** azbiswas has joined #openstack-neutron07:58
*** azbiswas has quit IRC07:59
*** abregman has joined #openstack-neutron08:01
*** l6unchpad has joined #openstack-neutron08:01
*** bharath has quit IRC08:01
*** oomichi has quit IRC08:02
*** ygbo has joined #openstack-neutron08:04
*** nyechiel has quit IRC08:08
*** shashank_hegde has quit IRC08:08
*** afazekas has joined #openstack-neutron08:09
*** lucas__ has joined #openstack-neutron08:11
*** moshele has joined #openstack-neutron08:14
*** Fdaisuke has left #openstack-neutron08:15
*** lucas__ has quit IRC08:15
*** kawaguchi has joined #openstack-neutron08:16
*** ihrachyshka has joined #openstack-neutron08:18
*** jasondotstar has joined #openstack-neutron08:19
*** kawaguchi has left #openstack-neutron08:22
*** yamahata has joined #openstack-neutron08:22
*** lajos-katona has joined #openstack-neutron08:23
*** salv-orlando has quit IRC08:27
*** moshele has quit IRC08:30
*** tfukushima has quit IRC08:30
*** tfukushima has joined #openstack-neutron08:30
*** roeyc has joined #openstack-neutron08:32
*** jistr has joined #openstack-neutron08:32
*** nyechiel has joined #openstack-neutron08:33
*** yamahata has quit IRC08:33
openstackgerritAnn Kamyshnikova proposed openstack/neutron: Graceful ovs-agent restart  https://review.openstack.org/18292008:35
*** akamyshnikova has quit IRC08:36
*** ZZelle has quit IRC08:38
*** ZZelle has joined #openstack-neutron08:38
*** alex_klimov has joined #openstack-neutron08:38
*** miyagishi_t has joined #openstack-neutron08:38
*** sakaYK has quit IRC08:42
openstackgerritYAMAMOTO Takashi proposed openstack/neutron: doc: Improve table rendering using multi-row cells  https://review.openstack.org/20777708:45
*** moshele has joined #openstack-neutron08:46
*** ihrachyshka has quit IRC08:48
*** markvoelker has joined #openstack-neutron08:49
*** akamyshnikova has joined #openstack-neutron08:50
*** abregman is now known as abregman|brb08:51
*** moshele has quit IRC08:51
*** luqas__ has quit IRC08:52
*** markvoelker has quit IRC08:54
*** nyechiel has quit IRC08:54
*** sakaYK has joined #openstack-neutron08:58
*** guest6761 has joined #openstack-neutron09:00
*** guest676 has quit IRC09:00
openstackgerritZhaoBo proposed openstack/neutron: Fixed pass wrong cidr check during create subnet  https://review.openstack.org/20194209:00
*** sthillma has quit IRC09:00
openstackgerritshihanzhang proposed openstack/neutron: Install arp spoofing protection flow after setting port tag  https://review.openstack.org/19942509:01
*** nijaba has quit IRC09:01
*** azbiswas has joined #openstack-neutron09:01
*** aix has joined #openstack-neutron09:02
*** rotbeard has joined #openstack-neutron09:04
openstackgerritMerged openstack/neutron: Updated from global requirements  https://review.openstack.org/20682509:04
*** luqas has joined #openstack-neutron09:06
*** Tarun has joined #openstack-neutron09:06
*** shausy has quit IRC09:06
*** shausy has joined #openstack-neutron09:07
TarunHi i am using devstack setup for juno branch and facing issue when _translate_msgid function is used09:07
Tarunit checks if my desired_locale is None or not09:07
Tarunand if it is none it gets the system locale using command locale.getdefaultlocale()09:08
Tarunbut i am always getting (None,None) for this09:08
Taruneven though my default locale is set to any language such as ja_JP, zh_CN etc09:08
Tarunwhen i debugged it further it gets os.environ.get and there LANG is not set09:09
Tarunalthough on same system if i write a simple python program i can see LANG present in os.environ.get09:10
Tarunany idea what can i check for this09:10
*** sakaYK has quit IRC09:12
*** tfukushima has quit IRC09:13
openstackgerritMerged openstack/neutron: SR-IOV: Fix SR-IOV agent to run ip link commands as root  https://review.openstack.org/20735809:14
openstackgerritMerged openstack/neutron: SR-IOV: Fix SR-IOV agent to run ip link commands as root  https://review.openstack.org/20735809:14
*** tfukushima has joined #openstack-neutron09:14
openstackgerritMerged openstack/neutron: test_db_base_plugin_v2: Improve DBReferenceError generation  https://review.openstack.org/19842109:15
*** sbelous_ has joined #openstack-neutron09:21
*** amickus has quit IRC09:22
*** tfukushima has quit IRC09:22
*** sakaYK has joined #openstack-neutron09:23
*** tfukushima has joined #openstack-neutron09:23
*** tfukushima has quit IRC09:27
*** Tiancheng_ has quit IRC09:27
*** Tiancheng has joined #openstack-neutron09:28
openstackgerritCedric Brandily proposed openstack/neutron: Ensure non-overlapping cidrs in subnetpools with galera  https://review.openstack.org/18798509:34
*** sbelous_ has quit IRC09:34
*** yalie has joined #openstack-neutron09:35
*** Tiancheng has quit IRC09:36
mirrorboxdoes openstack-ci still support 'reverify bug #'?09:40
*** humble__ is now known as humble_09:41
mirrorboxor I should do 'recheck' for the approved change?09:42
*** Marga_ has quit IRC09:44
*** kashyap has joined #openstack-neutron09:48
*** salv-orlando has joined #openstack-neutron09:48
kashyapHi folks, this is in context to this change -- "Disable firewalld always" https://review.openstack.org/#/c/183384/09:49
*** Ramanjaneya has joined #openstack-neutron09:49
openstackgerritKevin Benton proposed openstack/neutron: Initialize port_info dict as blank in OVS agent  https://review.openstack.org/20676409:50
*** garyk has joined #openstack-neutron09:51
kashyapIs 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
kashyapHmm, technically, this question probably belongs in #openstack-qa, given it's a DevStack change. . .09:53
openstackgerritCedric Brandily proposed openstack/neutron: Python 3: encode unicode response bodies  https://review.openstack.org/20479109:55
*** john-davidge has joined #openstack-neutron09:56
openstackgerritKevin Benton proposed openstack/neutron: Initialize port_info dict as blank in OVS agent  https://review.openstack.org/20676409:56
*** garyk has quit IRC09:57
*** garyk has joined #openstack-neutron09:57
openstackgerritvenkata anil proposed openstack/neutron-vpnaas: Support VPNaaS with L3 HA  https://review.openstack.org/20063609:58
*** john-davidge_ has joined #openstack-neutron09:59
*** pavel_bondar has joined #openstack-neutron09:59
*** sbelous_ has joined #openstack-neutron10:00
openstackgerritKevin Benton proposed openstack/neutron: Validate interface_mappings on Linux bridge init  https://review.openstack.org/20727310:00
*** john-davidge has quit IRC10:00
*** john-davidge_ is now known as john-davidge10:00
openstackgerritKevin Benton proposed openstack/neutron: Initialize port_info dict as blank in OVS agent  https://review.openstack.org/20676410:02
*** yamamoto has quit IRC10:02
openstackgerritKevin Benton proposed openstack/neutron: Check that VXLAN is not in use in LB VXLAN check  https://review.openstack.org/20725610:04
*** gampel has joined #openstack-neutron10:09
*** mmdurrant has quit IRC10:09
*** pc_m has joined #openstack-neutron10:11
*** sakaYK has quit IRC10:12
*** pc_m_ has joined #openstack-neutron10:12
*** guest676 has joined #openstack-neutron10:13
*** pcm_ has joined #openstack-neutron10:13
*** guest6761 has quit IRC10:13
*** scheuran has quit IRC10:13
*** pc_m has quit IRC10:15
*** guest6761 has joined #openstack-neutron10:15
*** guest6762 has joined #openstack-neutron10:16
*** guest6761 has quit IRC10:16
*** pc_m_ has quit IRC10:16
*** pcm_ has quit IRC10:16
*** guest676 has quit IRC10:17
*** humble_ has quit IRC10:18
*** gampel has quit IRC10:20
*** gampel has joined #openstack-neutron10:20
*** guest6762 has quit IRC10:20
*** jasondotstar has quit IRC10:22
*** roeyc has quit IRC10:22
*** gampel has quit IRC10:25
*** jprovazn has quit IRC10:27
*** jprovazn has joined #openstack-neutron10:27
openstackgerritRamanjaneya 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/20548210:30
*** anilvenkata has quit IRC10:31
openstackgerritRamanjaneya Reddy Palleti proposed openstack/python-neutronclient: Support RBAC neutron-client changes.  https://review.openstack.org/20548210:32
*** Ramanjaneya has quit IRC10:32
*** numan has quit IRC10:35
*** josecastroleon has quit IRC10:37
*** jasondotstar has joined #openstack-neutron10:40
*** jprovazn has quit IRC10:40
*** jprovazn has joined #openstack-neutron10:41
*** pc_m has joined #openstack-neutron10:43
*** yamamoto has joined #openstack-neutron10:43
*** yamamoto_ has joined #openstack-neutron10:44
*** yog__ has quit IRC10:46
*** anilvenkata has joined #openstack-neutron10:47
*** zhenguo has quit IRC10:47
*** yamamoto has quit IRC10:48
*** stanzgy has quit IRC10:49
*** miyagishi_t has quit IRC10:49
*** neiljerr` has quit IRC10:52
*** sakaYK has joined #openstack-neutron10:54
*** jprovazn has quit IRC10:56
*** sakaYK has quit IRC10:57
*** jprovazn has joined #openstack-neutron10:57
*** sakaYK has joined #openstack-neutron10:58
pc_mamotoki: hi10:59
amotokipc_m: hi10:59
*** jyuso1 has quit IRC11:00
pc_mamotoki: Can you review https://review.openstack.org/#/c/207230/ ?11:00
pc_mamotoki: 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 IRC11:01
amotokipc_m: sure. sorry for not visiting vpnaas reviews frequenly a couple of weeks.11:01
*** kashyap has left #openstack-neutron11:01
pc_mamotoki: 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-neutron11:02
pc_mamotoki: Hey no problem. I've had a bunch of PTO days lately and have been having a hard time working on VPN.11:02
amotokipc_m: yeah, nice. this is what we do for lbaas-v2.11:02
*** jasondotstar has joined #openstack-neutron11:03
pc_mamotoki: 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-neutron11:04
pc_mamotoki: 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 IRC11:04
pc_mamotoki: So I have 207230, 201119, 203159, and then 199670 all queued up (or backed up in my case :)11:05
amotokipc_m: thanks for the pointers.11:06
pc_mamotoki: 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_mmestery: ^^^ (when you're on-line)11:07
*** scheuran has joined #openstack-neutron11:10
*** trinaths has quit IRC11:10
amotokipc_m: how can we migrate from the existing vpnaas devstack to external devstack plugin?11:12
amotokipc_m: do we need to disable vpnaas test temporariry?11:12
*** ig0r__ has quit IRC11:15
*** shwetaap has joined #openstack-neutron11:16
*** jasondotstar has quit IRC11:17
*** signed8bit has joined #openstack-neutron11:17
*** sakaYK has quit IRC11:18
*** ig0r_ has joined #openstack-neutron11:19
*** ig0r__ has joined #openstack-neutron11:20
*** yamamoto_ has quit IRC11:20
*** signed8b_ has joined #openstack-neutron11:20
*** josecastroleon has joined #openstack-neutron11:22
*** signed8bit has quit IRC11:23
pc_mamotoki: 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_mamotoki: 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
amotokipc_m: and you can change the main neutron dsvm to use q-l3 instead of q-vpn.11:25
pc_mamotoki: When I tried to remove VPN from devstack, the func tests failed. Hence the need for 207230.11:25
pc_mamotoki: 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_mamotoki: 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_mamotoki: For VN tests, however, the plugin, and hence q-vpn would be enabled and VPN tested.11:27
*** Tiancheng has quit IRC11:28
pc_mSo 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
amotokipc_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_mamotoki: 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 IRC11:29
pc_mamotoki: 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 IRC11:31
*** yamamoto has joined #openstack-neutron11:31
pc_mThe 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_mamotoki: https://review.openstack.org/#/c/201119/5/lib/neutron-legacy L696 in latest patch set11:32
pc_mamotoki: 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
amotokipc_m: got it! sounds reasonable.11:33
pc_mamotoki: Later, we can remove the q-vpn enable from the non-VPN  dsvm tests.11:33
pc_mamotoki: It's a twisted mess :)11:34
amotokipc_m: it seems I need to re-loop the whole path :)11:34
pc_mamotoki: 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_mamotoki: We're at 207230 and 201119 right now in the process.11:37
*** Bhavya has quit IRC11:37
pc_mprocess of setting up the devstack plugin.11:37
*** shwetaap1 has joined #openstack-neutron11:38
pc_mIn parallel, I'm working on a grenade plugin too (203159), but I need to get the devstack plugin working first.11:38
pc_mLots of dominos that I'm hoping to push over soon. :)11:39
*** yamamoto has quit IRC11:39
*** coolsvap is now known as coolsvap|away11:39
amotokipc_m: really thanks!11:41
pc_mamotoki: Thank you for reviewing this stuff!11:41
*** shwetaap has quit IRC11:42
*** cing has quit IRC11:51
*** baoli has joined #openstack-neutron11:52
*** Tarun has quit IRC11:53
*** roeyc has joined #openstack-neutron11:54
*** thorst has joined #openstack-neutron11:55
*** piyanai has joined #openstack-neutron11:55
*** baoli has quit IRC11:56
*** l6unchpad has joined #openstack-neutron11:56
*** baoli has joined #openstack-neutron11:57
*** mmdurrant has joined #openstack-neutron11:58
openstackgerritCyril Roelandt proposed openstack/neutron: Python 3: pass bytes to base64.encode{string,bytes}  https://review.openstack.org/20657012:01
*** amotoki has quit IRC12:03
*** Marga_ has joined #openstack-neutron12:03
*** abregman|brb has quit IRC12:04
*** numan has joined #openstack-neutron12:07
*** anilvenkata has quit IRC12:09
*** yfried__ has joined #openstack-neutron12:10
*** subscope has quit IRC12:16
*** abregman|brb has joined #openstack-neutron12:18
*** jprovazn has quit IRC12:21
*** ig0r__ has quit IRC12:22
*** jprovazn has joined #openstack-neutron12:22
*** anilvenkata has joined #openstack-neutron12:22
*** jasondotstar has joined #openstack-neutron12:23
*** sbelous_ has quit IRC12:23
*** tfukushima has joined #openstack-neutron12:24
*** tfukushima has quit IRC12:24
*** baoli has quit IRC12:24
*** haigang has quit IRC12:25
*** l6unchpad has quit IRC12:27
*** ig0r__ has joined #openstack-neutron12:27
*** thumpba has joined #openstack-neutron12:28
*** subscope has joined #openstack-neutron12:31
*** thumpba has quit IRC12:33
*** sbelous_ has joined #openstack-neutron12:34
*** edmondsw has joined #openstack-neutron12:36
*** coolsvap|away is now known as coolsvap12:36
*** yamamoto has joined #openstack-neutron12:39
*** yamamoto has quit IRC12:41
*** yamamoto has joined #openstack-neutron12:41
*** yamamoto has quit IRC12:41
*** nyechiel has joined #openstack-neutron12:42
*** bapalm has joined #openstack-neutron12:42
*** coolsvap is now known as coolsvap|away12:43
*** abregman|brb has quit IRC12:44
*** coolsvap|away is now known as coolsvap12:45
*** yamamoto has joined #openstack-neutron12:47
*** yfried__ is now known as yfried|afk12:49
*** baoli has joined #openstack-neutron12:50
*** jasondotstar has quit IRC12:55
*** yfried|afk is now known as yfried__12:57
*** jasondotstar has joined #openstack-neutron12:59
*** roeyc has quit IRC13:00
*** kbringard has joined #openstack-neutron13:08
*** coolsvap is now known as coolsvap|away13:09
*** yfried__ is now known as yfried|afk13:10
*** lindycoder has joined #openstack-neutron13:11
*** yfried|afk is now known as yfried__13:12
*** Vikas_ has quit IRC13:12
openstackgerritMerged openstack/neutron: Moved out cisco n1kv mech driver and db models  https://review.openstack.org/20538313:13
*** salv-orlando has quit IRC13:13
*** coolsvap|away is now known as coolsvap13:16
*** tiswanso has joined #openstack-neutron13:17
*** trinaths has joined #openstack-neutron13:18
*** banix has joined #openstack-neutron13:21
*** trinaths1 has joined #openstack-neutron13:21
*** moshele has joined #openstack-neutron13:22
*** trinaths has quit IRC13:22
*** eckelcu has joined #openstack-neutron13:25
*** markvoelker has joined #openstack-neutron13:26
pc_mmestery: hi!13:28
*** eckelcu has quit IRC13:29
*** markvoelker_ has joined #openstack-neutron13:30
*** coolsvap is now known as coolsvap|away13:30
*** eckelcu has joined #openstack-neutron13:30
mesterypc_m: Yo! I'm reviewing those 4 patches you and amotoki were discussing.13:31
mesteryThe first one is in the merge queue13:31
*** markvoelker has quit IRC13:31
*** piyanai has quit IRC13:31
pc_mmestery: Cool. Thanks! Had a backed up queue of commits and am trying to get through them. Appreciate the help!13:31
pc_mmestery: Awesome!13:32
*** signed8b_ is now known as signed8bit_ZZZzz13:32
*** alaski is now known as lascii13:32
*** signed8bit_ZZZzz is now known as signed8b_13:32
*** dansmith is now known as superdan13:32
mesterypc_m: Sure, anytime! :)13:32
*** annegentle has joined #openstack-neutron13:33
*** ig0r__ has quit IRC13:34
tmorinhi everyone13:35
*** nyechiel has quit IRC13:36
tmorinI'd like to know what the best practice would be for a big tent project to integrate/merge/register its policy.json in Neutron13:36
*** yfried__ is now known as yfried|afk13:36
*** ZZelle has quit IRC13:37
tmorinI didn't find anything obvious to do so13:37
openstackgerritAnn Kamyshnikova proposed openstack/neutron: Graceful ovs-agent restart  https://review.openstack.org/18292013:37
tmorinI was looking at an option like a /etc/neutron/policy.json.d directory ...13:37
*** ferest has joined #openstack-neutron13:39
tmorinpc_m: hi, you seem to be around, any idea on the above...?13:40
*** ferest has quit IRC13:40
*** vichoward_ has joined #openstack-neutron13:42
pc_mtmorin: hi. Sorry, I don't know. Haven't had to pleasure to work on that :)13:42
tmorinpc_m: ok, I was thinking VPNaaS might have been a context in which that would be needed too...13:43
tmorinpc_m: thanks for your answer anyhow13:43
pc_mtmorin: It may have, but probably before I got involved, so I'm not sure about that part.13:44
*** arajagopal has joined #openstack-neutron13:44
*** neiljerram has joined #openstack-neutron13:46
*** busterswt has joined #openstack-neutron13:47
neiljerrammestery: 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
mesteryneiljerram: I kid you not, I was literally just going to ACK that one :)13:48
mesteryneiljerram: We must be on the same wavelength ;)13:48
*** coolsvap|away is now known as coolsvap13:48
neiljerrammestery: :-)13:48
neiljerrammestery: Many thanks!13:49
mesteryneiljerram: Anytime my friend :) Sorry it slipped through the cracks for a bit.13:49
*** johnbelamaric has joined #openstack-neutron13:50
*** coolsvap is now known as coolsvap|away13:51
mesteryGood 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
mesteryThanks!13:52
mesterypc_m: Look at this one: https://review.openstack.org/#/c/207650/13:53
mesterypc_m: That turns on py34 jobs for neutron-vpnaas13:53
mesteryMost 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 suite13:53
*** pal has joined #openstack-neutron13:54
openstackgerritSam Betts proposed openstack/neutron: Fix order of calls in update_port  https://review.openstack.org/20254913:54
pc_mmestery: will look at it. I see that some Jenkins tests failed on 201119. Will look at that as well13:54
mesterypc_m: thanks :)13:54
mesterypc_m: also this one https://review.openstack.org/#/c/207649/13:54
pc_mmestery: ok13:54
mesterypc_m: I added you as a reviewer on both, FYI. Thanks!13:55
*** yapeng has joined #openstack-neutron13:56
*** yfried|afk is now known as yfried__13:56
*** banix has quit IRC14:01
pc_mmestery: So were there files that were failing the py34 tests?14:02
*** jgriffith has quit IRC14:02
*** akacmars has joined #openstack-neutron14:03
*** yfried__ is now known as yfried|afk14:06
*** rpothier has joined #openstack-neutron14:07
*** fzdarsky has joined #openstack-neutron14:12
*** jschwarz has joined #openstack-neutron14:15
jschwarzmestery, hi, can you please +A this QoS patch (already has 2 +2)? https://review.openstack.org/#/c/205815/14:15
mesterypc_m: Yes, the ones not included in that list :)14:17
mesteryjschwarz: Looking14:17
openstackgerritSridhar Gaddam proposed openstack/neutron: [WIP] Delete HA network when last HA router is deleted  https://review.openstack.org/20739514:17
pc_mmestery: 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_mmestery: Separate commit later?14:18
mesterypc_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 it14:18
pc_mmestery: OK. Just wondered how to handle.14:19
jschwarzmestery, thank you kindly.14:19
jschwarzhave a happy weekend guys! :)14:19
*** SridharG has left #openstack-neutron14:19
*** abregman has joined #openstack-neutron14:19
*** jschwarz has quit IRC14:19
mesterypc_m: https://bugs.launchpad.net/neutron/+bug/148032614:21
openstackLaunchpad bug 1480326 in neutron "neutron-vpnaas: Enable python34 support" [Low,New]14:21
pc_mmestery: ty. +2'ed the review.14:22
mesterypc_m: thanks! :)14:22
*** fzdarsky has quit IRC14:22
*** eckelcu has quit IRC14:23
*** bapalm_ has joined #openstack-neutron14:23
*** h00327910__ has joined #openstack-neutron14:23
*** MentalRay__ has joined #openstack-neutron14:25
*** annegentle has quit IRC14:26
*** prad has joined #openstack-neutron14:26
*** bapalm has quit IRC14:26
*** dsanders has joined #openstack-neutron14:28
*** josecastroleon has quit IRC14:28
*** mlavalle has joined #openstack-neutron14:28
*** dane_leblanc has joined #openstack-neutron14:29
*** sbelous_ has quit IRC14:29
*** lucas__ has joined #openstack-neutron14:29
phschwartzwho knows the most about jjb?14:29
phschwartzI can't remember if it is jim or clarkb14:30
*** nijaba has joined #openstack-neutron14:31
*** sbelous_ has joined #openstack-neutron14:31
clarkbmany people in the infra channel are familiar with jjb. I t has grown well beyond our use of the tool14:36
phschwartzclarkb: yeah, bouncer screwed up and sent the message to the neutron channel instead of infra. I will move this there.14:36
pc_mmestery: 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 IRC14:39
openstackgerritKyle Mestery proposed openstack/neutron-fwaas: py34: Enable initial python34 testing for VPNaaS  https://review.openstack.org/20792614:40
mesterypc_m: I'd clear .tox and try again, nothing else is required.14:40
*** arcimboldo has joined #openstack-neutron14:40
*** markvoelker_ has quit IRC14:40
pc_mmestery: Failing14:40
*** lajos-katona has left #openstack-neutron14:40
mesterypc_m: Really?14:40
*** ajmiller has joined #openstack-neutron14:40
openstackgerritAnn Kamyshnikova proposed openstack/neutron: Graceful ovs-agent restart  https://review.openstack.org/18292014:40
pc_mmestery: yup14:40
pc_mmestery: Looking at it.14:40
mesterypc_m: You sure you have it pulled down? I'm trying again with a fresh .tox as well14:41
*** fawadkhaliq has quit IRC14:41
*** tiswanso has quit IRC14:41
*** kawa2014 has joined #openstack-neutron14:42
*** josecastroleon has joined #openstack-neutron14:42
*** tfukushima has joined #openstack-neutron14:42
*** tfukushima has quit IRC14:42
*** tiswanso has joined #openstack-neutron14:43
mesterypc_m: Worked for me14:43
pc_mmestery: I'll pull again to make sure. May have had older files.14:43
mesteryrossella_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 coolsvap14:44
arcimboldoIs 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 IRC14:47
pc_mmestery: 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
mesterypc_m: I have no idea what's going on there, let me try on a different machine just for fun14:47
pc_mmestery: I'm running  Ubuntu 14.04 with GCC 4.8.414:48
rossella_smestery, I am around, you mean merge it right? workflow +1, correct?14:50
mesteryrossella_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 IRC14:51
rossella_smestery done :)14:51
mesteryrossella_s: Thank you! :)14:51
rossella_smestery, anytime :)14:51
openstackgerritKyle Mestery proposed openstack/neutron-fwaas: py34: Enable initial python34 testing for FWaaS  https://review.openstack.org/20792614:52
*** salv-orlando has joined #openstack-neutron14:53
mesterypc_m: Well, what the heck! I'm getting the same error on a fresh host! WEird. ..14:53
* mestery goes digging14:53
*** yfried|afk is now known as yfried__14:53
*** regXboi has joined #openstack-neutron14:53
mesterypc_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-neutron14:54
*** carl_baldwin has joined #openstack-neutron14:55
*** vivek-ebay has joined #openstack-neutron14:55
*** breitz has quit IRC14:55
*** breitz has joined #openstack-neutron14:56
pc_mmestery: I see the same issue on another host.14:56
mesterypc_m: sudo apt-get install python3-dev14:56
mesterypc_m: That fixes it14:57
*** annegentle has joined #openstack-neutron14:57
mesteryYou need python3 installed on the host :)14:57
regXboicarl_baldwin is online?!?!14:57
pc_mmestery: cool. Thanks14:57
*** chlong has quit IRC14:57
*** minwang2 has joined #openstack-neutron14:57
*** carl_baldwin has quit IRC14:57
pc_mmestery: Should that be in a requirements file or something?14:58
*** zzzeek has joined #openstack-neutron14:58
*** jbell8 has joined #openstack-neutron14:58
*** fawadkhaliq has quit IRC14:59
mesterypc_m: We can't add "install python3" into the requirements file, we don't do that for python2 :)14:59
mesterypc_m: In infra, the ansible playbooks take care of that I assume14:59
pc_mmestery: just wondering how developers handle that.15:00
mesterypc_m: The same way they handle python215:00
pc_mmestery: Does devstack install it?15:00
mesterypc_m: I don't think so, not everything supports python3 yet15:01
pc_mI see there is some files/debs/general that has python2.7 (in devstack). No mention of python315:02
* pc_m guessing that file is used to install python2 support.15:02
*** jasondotstar has quit IRC15:03
*** vivek-ebay has quit IRC15:03
*** aranjan has joined #openstack-neutron15:03
*** fawadkhaliq has joined #openstack-neutron15:06
*** subscope has quit IRC15:07
*** thurloat is now known as thurloat_isgone15:08
*** kawa2014 has quit IRC15:08
*** chlong has joined #openstack-neutron15:11
*** piyanai has joined #openstack-neutron15:11
*** njohnston_ has joined #openstack-neutron15:11
*** anilvenkata has left #openstack-neutron15:11
*** lucas__ has quit IRC15:13
*** lucas_ has joined #openstack-neutron15:13
*** numan has quit IRC15:16
*** dannywilson has joined #openstack-neutron15:16
*** dims_ has quit IRC15:17
*** dannywilson has quit IRC15:17
*** dims_ has joined #openstack-neutron15:17
*** dannywilson has joined #openstack-neutron15:17
*** ronis_ has joined #openstack-neutron15:18
*** pal has quit IRC15:19
*** azbiswas has quit IRC15:19
*** azbiswas has joined #openstack-neutron15:20
*** pal has joined #openstack-neutron15:20
*** ronis has quit IRC15:20
*** dims_ is now known as dimsum__15:21
*** devvesa has quit IRC15:23
*** ronis_ has quit IRC15:23
*** pal_ has joined #openstack-neutron15:23
*** armax has joined #openstack-neutron15:24
*** pal has quit IRC15:24
*** jasondotstar has joined #openstack-neutron15:26
*** zhhuabj has quit IRC15:26
*** bharath has joined #openstack-neutron15:27
tmorinhi armax15:27
tmorinyou pinged me yesterday15:28
tmorinwas night here15:28
tmorinI'm available now if you need15:28
openstackgerritRyan Moats proposed openstack/neutron: WIP: Add instrumentation devref  https://review.openstack.org/20428215:28
*** yapeng has quit IRC15:30
*** yfried__ is now known as yfried|afk15:30
armaxtmorin: that’s ok, I wanted to ask you if you could verify the fix for bug #147311015:33
openstackbug 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
armaxtmorin: pick what you need from https://review.openstack.org/#/q/branch:master+topic:bug/1473110,n,z15:33
*** vivek-ebay has joined #openstack-neutron15:34
tmorinarmax: I have been following the changes and looking at the changed needed (e.g. your changes to lbaas and vpnaas)15:34
tmorinarmax:  I was waiting for the fix to land before adapting networking-bgpvpn15:35
tmorinarmax: I was unsure if the fix in https://review.openstack.org/#/c/206231/ was ready yet (because workflow -2)15:35
armaxtmorin: well I am not sure my fix is the complete fix15:35
*** nlahouti has joined #openstack-neutron15:36
*** daneyon has joined #openstack-neutron15:36
armaxtmorin: besides the rebase that’s ready15:36
*** scheuran has quit IRC15:36
armaxbut that’s just cleanup…the actual fix is the one that it depends on15:36
tmorinah yeah right15:36
tmorinso 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 works15:37
*** ijw has joined #openstack-neutron15:37
armaxtmorin: if you could do that, it would be great15:37
armaxI’ll rebase shortly just in case15:38
tmorinok, I can try to work on that early next week before leaving for holidays15:38
armaxtmorin: thanks15:38
tmorinarmax: thanks to you for working on fixing that15:38
openstackgerritArmando Migliaccio proposed openstack/neutron: Remove implicit registration of *-aas service providers  https://review.openstack.org/20623115:38
openstackgerritArmando Migliaccio proposed openstack/neutron: Decentralize the managemement of service providers  https://review.openstack.org/20220715:38
armaxtmorin: well, thank you for reporting the issue ;)15:39
tmorinarmax: ;)15:39
armaxtmorin: ^^^ the rebases15:39
tmorinarmax: ok, thanks15:39
*** moshele has joined #openstack-neutron15:39
*** zhhuabj has joined #openstack-neutron15:40
mlavallesc68cal: ping15:41
*** yfried|afk has quit IRC15:42
sc68calmlavalle: pong15:42
*** vivek-ebay has quit IRC15:42
mlavallesc68cal: following up with you on that conversation you had last wiik about cells and neutron15:42
mlavalleweek^^^^15:43
sc68calmlavalle: cool - I added some thoughts to your etherpad - https://etherpad.openstack.org/p/neutron-nova-v2-cells15:43
openstackgerritCyril Roelandt proposed openstack/neutron: Python3: pass bytes to binascii.crc32  https://review.openstack.org/20496715:43
mlavallesc68cal: ok, i'll take it from tehre. thanks!15:43
*** Piet has joined #openstack-neutron15:44
*** ijw_ has joined #openstack-neutron15:45
mlavallesc68cal: quick ipv6 question: is there a significance to an address that 'ffda' opn the right hand side?15:45
*** kawa2014 has joined #openstack-neutron15:45
regXboiamax: ping on https://review.openstack.org/#/c/206231/315:46
regXboier, armax: ping on https://review.openstack.org/#/c/206231/315:47
*** eckelcu has joined #openstack-neutron15:47
*** shausy has quit IRC15:47
sc68calmlavalle: do you mean the last group?15:47
mlavallesc68cal: yeah15:48
*** ijw has quit IRC15:48
mlavallehighest order15:48
sc68calmlavalle: like 2001:db8::ffda ?15:48
*** sbelous_ has quit IRC15:48
mlavalleno, the other way aorund,,,, ffda:db8::5ac15:48
sc68calmlavalle: yeah that's a ULA prefix15:49
aveigasc68cal: no, not in the lower order bits15:50
aveigaRFC 5156 covers special prefixes15:51
*** shashank_hegde has joined #openstack-neutron15:51
openstackgerritCyril Roelandt proposed openstack/neutron: Python 3: pass bytes to base64.encode{string,bytes}  https://review.openstack.org/20657015:51
*** yamamoto has quit IRC15:52
sc68caloops15:53
sc68calno - the ff00:/8 is multicast15:53
sc68calaccording to what aveiga mentioned - RFC 5156, if I read it correctly and my math doesn't suck15:54
*** josecastroleon has quit IRC15:54
mlavallesc68cal: 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 IRC15:56
*** jbell8 has quit IRC15:56
*** tmorin has quit IRC15:57
sc68calmlavalle: What did you think of L9-L14 on https://etherpad.openstack.org/p/neutron-nova-v2-cells15:57
armaxregXboi: what about it?15:58
mlavallesc68cal: 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 racks15:59
*** markvoelker has joined #openstack-neutron15:59
sc68calmlavalle: what does the network architecture look like (if you are able to disclose)15:59
*** shashank_hegde has quit IRC15:59
*** yamamoto has joined #openstack-neutron16:00
*** ub has quit IRC16:01
*** coolsvap is now known as coolsvap|away16:02
*** markvoelker has quit IRC16:02
*** armax has quit IRC16:03
*** Marga_ has quit IRC16:05
*** yfried|afk has joined #openstack-neutron16:05
*** jasondotstar has quit IRC16:06
regXboiarmax: I'm trying to decide if it will pass testing, given the latent -*aas references in the gate16:07
*** johnbelamaric has quit IRC16:07
regXboiarmax: I guess I'll wait for jenkins to answer, and then maybe hit it with a recheck experimental16:07
regXboiIt should - I'm just not 100% sure16:07
*** sbelous has quit IRC16:08
openstackgerritMerged openstack/neutron: sriov: implement spoofchecking configuration  https://review.openstack.org/19206516:09
*** ildikov has quit IRC16:09
*** sbelous has joined #openstack-neutron16:09
*** _cjones_ has joined #openstack-neutron16:11
*** yamamoto has quit IRC16:11
*** ashuk has joined #openstack-neutron16:13
*** jbell8 has joined #openstack-neutron16:14
*** yamamoto has joined #openstack-neutron16:14
*** saksham has joined #openstack-neutron16:17
*** TrevorV has joined #openstack-neutron16:17
*** kawa2014 has quit IRC16:18
*** azbiswas has quit IRC16:18
*** ub has joined #openstack-neutron16:19
*** piyanai has quit IRC16:20
openstackgerritMerged openstack/neutron: Ensure non-overlapping cidrs in subnetpools with galera  https://review.openstack.org/18798516:20
*** saksham has quit IRC16:20
*** signed8bit has joined #openstack-neutron16:21
*** ig0r__ has joined #openstack-neutron16:21
*** ildikov has joined #openstack-neutron16:21
*** ub2 has joined #openstack-neutron16:23
*** yfried|afk has quit IRC16:24
*** ub has quit IRC16:24
*** signed8b_ has quit IRC16:24
HenryGmestery: can you approve https://review.openstack.org/198521 ?16:25
*** vivek-ebay has joined #openstack-neutron16:25
*** ashuk has quit IRC16:25
*** sdake has quit IRC16:26
*** cdl has quit IRC16:26
*** eckelcu has quit IRC16:26
*** alex_klimov has quit IRC16:28
obondarev_kevinbenton: ping16:28
*** piyanai has joined #openstack-neutron16:29
*** piyanai has quit IRC16:31
*** piyanai has joined #openstack-neutron16:34
*** jbell8 has quit IRC16:35
*** jbell8 has joined #openstack-neutron16:36
*** sdake has joined #openstack-neutron16:37
*** baoli has quit IRC16:37
*** SourabhP has joined #openstack-neutron16:38
*** ijw has joined #openstack-neutron16:39
*** SourabhP_ has joined #openstack-neutron16:39
*** jamiec has joined #openstack-neutron16:40
*** ub2 has quit IRC16:40
*** ijw_ has quit IRC16:42
*** piyanai has quit IRC16:42
*** lindycoder has quit IRC16:42
*** jistr has quit IRC16:42
*** SourabhP has quit IRC16:42
*** SourabhP_ is now known as SourabhP16:42
*** spandhe has joined #openstack-neutron16:43
*** briancline has joined #openstack-neutron16:43
*** piyanai has joined #openstack-neutron16:44
*** krtaylor has quit IRC16:44
*** ub has joined #openstack-neutron16:44
*** crc32 has joined #openstack-neutron16:47
*** aranjan has quit IRC16:49
*** ivar-lazzaro has joined #openstack-neutron16:49
*** ivar-lazzaro has quit IRC16:49
*** amit213 has quit IRC16:50
*** amit213 has joined #openstack-neutron16:50
*** shashank_hegde has joined #openstack-neutron16:50
*** ivar-lazzaro has joined #openstack-neutron16:50
*** cdl has joined #openstack-neutron16:50
mza-this is more of an openvswitch question but, im losing tags im setting after reboot16:51
mza-root@neutron:/var/log/openvswitch# ovs-vsctl get Port qg-353f7e58-3d tag16: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 IRC16:52
mza-that's what it looks like in the database16:52
*** eckelcu has joined #openstack-neutron16:52
mza-any idea why that would be happening?16:52
*** shashank_hegde has quit IRC16:52
*** aranjan has joined #openstack-neutron16:52
*** pal has joined #openstack-neutron16:53
*** fzdarsky has joined #openstack-neutron16:55
*** krtaylor has joined #openstack-neutron16:57
*** sbelous has quit IRC16:58
*** sbelous has joined #openstack-neutron16:59
*** jprovazn has quit IRC17:00
*** azbiswas has joined #openstack-neutron17:01
*** john-davidge has quit IRC17:02
*** rohara has joined #openstack-neutron17:03
*** azbiswas has quit IRC17:03
*** markvoelker has joined #openstack-neutron17:03
*** ub has quit IRC17:03
*** slaweq has joined #openstack-neutron17:03
*** TrevorV2 has joined #openstack-neutron17:04
*** tiswanso has quit IRC17:04
*** tiswanso has joined #openstack-neutron17:05
*** TrevorV has quit IRC17:06
*** chlong has quit IRC17:09
*** achanda has joined #openstack-neutron17:09
*** annegentle is now known as theannegentle17:09
*** Marga_ has joined #openstack-neutron17:10
*** ub has joined #openstack-neutron17:10
*** caspinol has quit IRC17:10
*** Sukhdev_ has joined #openstack-neutron17:12
openstackgerritSukhdev Kapur proposed openstack/neutron: Arista Drivers decomposition part II  https://review.openstack.org/20765417:13
Sukhdev_HenryG: this needs some love - https://review.openstack.org/#/c/207654/17:14
openstackgerritNeil Jerram proposed openstack/neutron: DHCP agent: clarify logic of setup_dhcp_port  https://review.openstack.org/20518117:14
*** shivrao has joined #openstack-neutron17:15
openstackgerritNeil Jerram proposed openstack/neutron: DHCP agent: clarify logic of setup_dhcp_port  https://review.openstack.org/20518117:16
*** slaweq has quit IRC17:17
*** theannegentle has quit IRC17:19
*** theannegentle has joined #openstack-neutron17:20
*** signed8bit is now known as signed8bit_ZZZzz17:20
*** piyanai has quit IRC17:20
*** signed8bit_ZZZzz is now known as signed8bit17:22
*** ub has quit IRC17:23
*** fawadkhaliq has quit IRC17:23
*** fawadkhaliq has joined #openstack-neutron17:23
*** Marga_ has quit IRC17:24
*** ig0r__ has quit IRC17:24
*** pal has quit IRC17:24
*** ivar-lazzaro has quit IRC17:24
*** signed8b_ has joined #openstack-neutron17:25
*** arcimboldo has quit IRC17:25
*** salv-orlando has quit IRC17:25
*** Marga_ has joined #openstack-neutron17:25
*** jasondotstar has joined #openstack-neutron17:25
*** markvoelker has quit IRC17:26
*** akamyshnikova_ has joined #openstack-neutron17:27
*** lucas_ has quit IRC17:28
*** signed8bit has quit IRC17:28
*** ivar-lazzaro has joined #openstack-neutron17:29
openstackgerritMerged openstack/neutron-vpnaas: VPNaaS: Correcting method name for functional test  https://review.openstack.org/20723017:30
*** neiljerram has quit IRC17:33
*** SourabhP has quit IRC17:33
*** sthillma has joined #openstack-neutron17:35
*** shashank_hegde has joined #openstack-neutron17:37
*** akacmars has quit IRC17:39
*** sdake has quit IRC17:39
*** abregman has quit IRC17:40
*** sdake has joined #openstack-neutron17:40
*** lucas_ has joined #openstack-neutron17:43
*** crc32 has quit IRC17:44
*** sdake has quit IRC17:44
*** sdake has joined #openstack-neutron17:45
*** theannegentle has quit IRC17:45
*** baoli has joined #openstack-neutron17:46
*** saksham has joined #openstack-neutron17:49
*** eckelcu has quit IRC17:49
*** Piet has quit IRC17:50
*** tflynn has joined #openstack-neutron17:50
*** padkrish has joined #openstack-neutron17:51
*** Piet has joined #openstack-neutron17:52
*** crc32 has joined #openstack-neutron17:52
*** ronis_ has joined #openstack-neutron17:54
*** aix has quit IRC17:54
*** crc32 has quit IRC17:54
*** ub has joined #openstack-neutron17:54
*** crc32 has joined #openstack-neutron17:54
*** sridhar_ram has joined #openstack-neutron17:54
*** SumitNaiksatam has quit IRC17:55
*** padkrish has quit IRC17:56
*** crc32 has quit IRC17:56
*** padkrish has joined #openstack-neutron17:56
*** padkrish_ has joined #openstack-neutron17:58
*** padkrish has quit IRC17:58
*** padkrish_ has quit IRC17:58
*** zhhuabj has quit IRC17:59
*** slaweq has joined #openstack-neutron17:59
*** nlahouti has quit IRC18:00
*** padkrish has joined #openstack-neutron18:01
*** crc32 has joined #openstack-neutron18:02
*** yamamoto has quit IRC18:02
*** nlahouti has joined #openstack-neutron18:03
*** lucas_ has quit IRC18:04
*** lucas_ has joined #openstack-neutron18:05
*** jlanoux has quit IRC18:06
*** moshele has quit IRC18:07
*** ivar-lazzaro has quit IRC18:07
*** patrickeast has joined #openstack-neutron18:07
*** zhhuabj has joined #openstack-neutron18:07
*** madhu_ak has joined #openstack-neutron18:08
*** Piet has quit IRC18:09
*** tflynn_ has joined #openstack-neutron18:10
*** lindycoder has joined #openstack-neutron18:10
*** theannegentle has joined #openstack-neutron18:11
openstackgerritMerged openstack/neutron: Initialize port_info dict as blank in OVS agent  https://review.openstack.org/20676418:11
*** fzdarsky has quit IRC18:12
*** breitz has quit IRC18:12
*** tflynn has quit IRC18:13
*** johnbelamaric has joined #openstack-neutron18:13
*** aranjan has quit IRC18:14
*** Piet has joined #openstack-neutron18:14
*** tflynn_ has quit IRC18:14
*** Sukhdev_ has quit IRC18:15
*** baoli has quit IRC18:16
*** johnbelamaric has quit IRC18:17
*** baoli has joined #openstack-neutron18:18
*** ildikov has quit IRC18:19
*** banix has joined #openstack-neutron18:19
*** ivar-lazzaro has joined #openstack-neutron18:21
*** banix has quit IRC18:24
*** josecastroleon has joined #openstack-neutron18:27
*** baoli has quit IRC18:27
*** salv-orlando has joined #openstack-neutron18:27
*** markvoelker has joined #openstack-neutron18:28
*** baoli has joined #openstack-neutron18:28
mesteryHenryG: Done18:28
HenryGmestery: tyvm18:28
mesteryHenryG: ywhf18:29
*** Piet has quit IRC18:30
*** baoli has quit IRC18:31
*** dsneddon is now known as dsneddon_call18:32
*** baoli has joined #openstack-neutron18:33
*** baoli has quit IRC18: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-neutron18:35
*** tflynn has joined #openstack-neutron18:35
*** salv-orlando has quit IRC18:36
*** ildikov has joined #openstack-neutron18:36
*** patrickeast has quit IRC18:37
*** markvoelker has quit IRC18:37
mesterynjohnston_: Thanks for reaching out! The QoS work itself (which you're building on) hasn't landed in master yet.18:37
mesterynjohnston_: 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
mesterynjohnston_: That said, you can iterate on it and likely land it early in Mitaka,.18:38
*** shwetaap1 has quit IRC18:39
pc_mmestery: hi! Do you know if there are any Python3 experts in Openstack?18:39
*** TrevorV2 has quit IRC18:39
mesterypc_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-neutron18: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 IRC18:40
mesterynjohnston_: Exactly, I expect it will be at least a week before it merges to master, maybe even longer.18:40
*** banix has joined #openstack-neutron18:41
*** tflynn_ has quit IRC18:41
*** shwetaap has joined #openstack-neutron18:41
pc_mmestery: 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 IRC18:41
pc_mmestery: 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-neutron18:41
mesterypc_m: Interesting, thanks for taking a peek!18:42
*** sdake has quit IRC18:42
*** madhu_ak has quit IRC18:42
*** shwetaap1 has joined #openstack-neutron18:42
*** azbiswas has joined #openstack-neutron18:42
*** tflynn_ has joined #openstack-neutron18:42
pc_mmestery: 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-neutron18:43
*** tflynn has quit IRC18:43
*** banix has quit IRC18:44
pc_mmestery: 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
openstackgerritJames Reeves proposed openstack/neutron-specs: ML2/OVS QoS support with dscp markings  https://review.openstack.org/19028518:44
*** sdake has joined #openstack-neutron18:44
*** banix has joined #openstack-neutron18:45
*** shwetaap has quit IRC18:45
*** Sukhdev_ has joined #openstack-neutron18:45
*** madhu_ak_ is now known as madhu_ak18:46
*** shwetaap1 has quit IRC18:47
*** Marga_ has quit IRC18:49
*** Marga__ has joined #openstack-neutron18:49
openstackgerritVictor Howard proposed openstack/neutron-specs: ML2/OVS QoS support with dscp markings  https://review.openstack.org/19028518:50
openstackgerritRyan Moats proposed openstack/neutron: WIP: Add instrumentation devref  https://review.openstack.org/20428218:51
*** azbiswas has quit IRC18:51
*** tflynn_ has quit IRC18:52
*** TrevorV has joined #openstack-neutron18:52
*** TrevorV has quit IRC18:54
*** azbiswas_ has joined #openstack-neutron18:54
*** TrevorV has joined #openstack-neutron18:54
*** dsneddon_call is now known as dsneddon18:54
*** josecastroleon has quit IRC18:57
*** vivek-eb_ has joined #openstack-neutron18:58
*** vivek-ebay has quit IRC18:59
*** azbiswas_ has quit IRC18:59
openstackgerritLynn Li proposed openstack/neutron: Handle unbound allowed_address_pair FIP with DVR  https://review.openstack.org/20236019:00
*** salv-orlando has joined #openstack-neutron19:01
*** jobewan has joined #openstack-neutron19:02
*** arajagopal has quit IRC19:03
*** yamamoto has joined #openstack-neutron19:03
kevinbentonobondarev_: pong19:04
*** fawadkhaliq has joined #openstack-neutron19:05
*** arajagopal has joined #openstack-neutron19:05
*** lucas_ has quit IRC19:06
*** ub has quit IRC19:06
*** ub has joined #openstack-neutron19:07
*** yamamoto has quit IRC19:08
*** baoli has quit IRC19:08
*** fawadkhaliq has quit IRC19:09
*** baoli has joined #openstack-neutron19:10
*** jwy has joined #openstack-neutron19:10
*** lucas_ has joined #openstack-neutron19:12
*** jasondotstar has quit IRC19:12
*** ig0r__ has joined #openstack-neutron19:12
*** regXboi has quit IRC19:14
*** shashank_hegde has quit IRC19:15
*** patrickeast has joined #openstack-neutron19:16
*** rossella_s has quit IRC19:16
*** lucas_ has quit IRC19:16
*** rossella_s has joined #openstack-neutron19:16
*** saksham has quit IRC19:17
mesteryHenryG: easy one https://review.openstack.org/#/c/204967/19:18
*** afazekas has joined #openstack-neutron19:18
*** jasondotstar has joined #openstack-neutron19:19
HenryGmestery: done19:20
mesteryHenryG: tyvm19:21
mestery;)19:21
HenryGmestery: ywhf19:21
*** banix has quit IRC19:21
mesteryhahahhaha19:21
mesteryHenryG: Did you get what ywhf means? It's a mestery-ism19:21
*** fzdarsky has joined #openstack-neutron19:21
*** banix has joined #openstack-neutron19:22
HenryGmestery: I guessed at you're welcome, have fun?19:22
mesteryHenryG: 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 IRC19:25
*** jasondotstar has quit IRC19:25
*** baoli has quit IRC19:25
*** ig0r_ has quit IRC19:26
Sukhdev_HenryG: Got a sec>19:26
*** afazekas has quit IRC19:26
HenryGSukhdev_: sure19:26
Sukhdev_regarding requirements.txt file - your comment on my patch -19:27
mmdurrant /join #openstack-lbaas19:27
*** baoli has joined #openstack-neutron19:27
mmdurrantuhhh19:27
mmdurranthah had a space19: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 out19: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 distros19:28
HenryGSukhdev_: 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
HenryGSukhdev_: OK, sounds good to me19: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 IRC19:31
Sukhdev_HenryG: if the decision to pull it out, it can be done with a subsequent patch19:31
HenryGSukhdev_: yep, no problem19:31
HenryGSukhdev_: what about line 143 in tox.ini?19:32
*** openstack has joined #openstack-neutron19:35
*** ig0r__ has quit IRC19:35
*** lucas_ has joined #openstack-neutron19:35
HenryGSukhdev_: all neutron code must run the same under python2 and python319:35
Sukhdev_HenryG: wow really?19:36
HenryGSukhdev_: yes, all the OpenStack projects are working towards this19:36
*** vivek-eb_ has quit IRC19:36
HenryGSukhdev_: Python2 is really old you know19:36
*** sdake has quit IRC19:38
*** baoli has quit IRC19:38
*** abhiraut has joined #openstack-neutron19:38
*** baoli has joined #openstack-neutron19:38
*** vivek-eb_ has joined #openstack-neutron19:38
openstackgerritSukhdev Kapur proposed openstack/neutron: Arista Drivers decomposition part II  https://review.openstack.org/20765419:39
*** abregman is now known as abregman|brb19:39
Sukhdev_HenryG: wow- that is really crazy!!! it will break lots of stuff19:39
*** sdake has joined #openstack-neutron19:39
*** lucas_ has quit IRC19:39
*** ig0r_ has joined #openstack-neutron19:39
*** vivek-ebay has quit IRC19: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
HenryGSukhdev_: as mestery will tell you, there are no deadlines. ;) ;) ;)19:41
*** abhiraut has quit IRC19: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
openstackgerritLynn Li proposed openstack/neutron: Handle unbound allowed_address_pair FIP with DVR  https://review.openstack.org/20236019:43
*** TrevorV has quit IRC19:43
HenryGSukhdev_: I don't think it's urgent. We can do an overview of all vendor decomps in a couple of weeks.19:44
HenryGMore urgent is to get the non-starters to actually start decomposing19:45
Sukhdev_HenryG: OK - please do it on Monday session of the meeting - Tuesdays are sometime hard19: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 IRC19:46
*** slaweq has quit IRC19: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_work19:49
*** abregman|brb has quit IRC19:51
*** roeyc has joined #openstack-neutron19:52
*** fzdarsky has quit IRC19:53
*** TrevorV has joined #openstack-neutron19:53
openstackgerritNate Johnston proposed openstack/neutron-specs: ML2/OVS QoS support with dscp markings  https://review.openstack.org/19028519:56
*** abhiraut has joined #openstack-neutron19:56
*** pritesh has joined #openstack-neutron20:00
*** sridhar_ram has joined #openstack-neutron20:00
*** ronis_ has quit IRC20:01
*** vivek-eb_ has quit IRC20:01
*** vivek-ebay has joined #openstack-neutron20:01
*** sdake_ has joined #openstack-neutron20:01
*** shashank_hegde has joined #openstack-neutron20:03
*** madhu_ak has joined #openstack-neutron20:04
*** abregman|brb has joined #openstack-neutron20:04
*** moshele has joined #openstack-neutron20:05
*** cdl1 has joined #openstack-neutron20:05
*** saksham has joined #openstack-neutron20:05
*** sdake has quit IRC20:05
*** pritesh has quit IRC20:05
*** cdl1 has left #openstack-neutron20:06
*** vivek-ebay has quit IRC20:07
*** cdl has quit IRC20:08
*** abregman|brb is now known as abregman20:08
*** tiswanso has quit IRC20:08
*** akamyshnikova_ has quit IRC20:09
*** lindycoder has quit IRC20:10
*** baoli has quit IRC20:13
*** baoli has joined #openstack-neutron20:14
*** abregman has quit IRC20:15
*** pritesh has joined #openstack-neutron20:17
*** TrevorV2 has joined #openstack-neutron20:21
*** TrevorV has quit IRC20:23
*** ildikov has quit IRC20:24
*** baoli has quit IRC20:28
*** Piet has joined #openstack-neutron20:28
*** rook has quit IRC20:31
*** pritesh_ has joined #openstack-neutron20:31
*** baoli has joined #openstack-neutron20:31
*** rook has joined #openstack-neutron20:31
*** pritesh has quit IRC20:35
openstackgerritMerged openstack/neutron-vpnaas: py34: Enable initial python34 testing for VPNaaS  https://review.openstack.org/20764920:37
*** baoli has quit IRC20:37
*** bapalm_ has quit IRC20:38
*** baoli has joined #openstack-neutron20:39
adam_gmestery, heya, anything else blocking that stable/juno neutronclient?20:39
*** moshele has quit IRC20:39
mesteryadam_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
mesteryadam_g: I'd expect early next week20:39
adam_gmestery, all the requirement stuff?20:39
mesteryadam_g: yeah, did that all land?20:40
adam_gmestery, yeah, musta missed my ping.. should be good now20:40
mesteryadam_g: Sweet! OK, I'll circle with dhellmann next week and get that rolled out. Thanks!20:40
adam_gmestery, https://review.openstack.org/#/c/204654/ was the last of them, all the juno infra stuff has been sorted20:40
adam_gmestery, great!20:41
*** TrevorV2 has quit IRC20:41
*** ildikov has joined #openstack-neutron20:41
mesteryadam_g: this merged (https://review.openstack.org/#/c/204654/)20:41
mesteryadam_g: So, we can release now. Yay!20:41
*** johnbelamaric has joined #openstack-neutron20:43
*** aranjan has joined #openstack-neutron20:45
*** Sukhdev_ has quit IRC20:45
*** sdake_ is now known as sdake20:46
*** aix has joined #openstack-neutron20:47
*** baoli has quit IRC20:50
*** thorst has quit IRC20:50
*** baoli has joined #openstack-neutron20:50
*** jbell8 has quit IRC20:50
*** johnbelamaric has quit IRC20:51
*** minwang2 has quit IRC20:52
*** minwang2 has joined #openstack-neutron20:53
*** arajagopal has quit IRC20:56
*** azbiswas has joined #openstack-neutron20:56
*** pritesh_ has quit IRC20:58
*** s3wong has joined #openstack-neutron21:00
*** sridhar_ram has quit IRC21:00
*** vichoward_ has quit IRC21:02
*** baoli has quit IRC21:02
*** baoli has joined #openstack-neutron21:02
*** padkrish has quit IRC21:02
*** padkrish_ has joined #openstack-neutron21:04
*** padkrish_ has quit IRC21:04
*** nlahouti has quit IRC21:04
*** vivek-ebay has joined #openstack-neutron21:04
*** Sukhdev_ has joined #openstack-neutron21:05
*** aranjan has quit IRC21:05
*** njohnston_ is now known as nate_gone21:05
*** padkrish has joined #openstack-neutron21:06
*** nlahouti has joined #openstack-neutron21:06
*** fawadkhaliq has joined #openstack-neutron21:06
*** vivek-ebay has quit IRC21:08
*** achanda has quit IRC21:08
*** busterswt has quit IRC21:09
*** changbl has quit IRC21:09
*** baoli has quit IRC21:10
*** padkrish has quit IRC21:11
*** johnbelamaric has joined #openstack-neutron21:11
*** baoli has joined #openstack-neutron21:11
*** fawadkhaliq has quit IRC21:11
*** prad has quit IRC21:14
*** ivar-lazzaro has quit IRC21:15
*** roeyc has quit IRC21:16
*** ivar-lazzaro has joined #openstack-neutron21:16
*** roeyc has joined #openstack-neutron21:16
*** baoli has quit IRC21: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 IRC21:22
Sukhdev_HenryG: I am going to add the migration stuff as a follow on patch on the similar lines that you mentioned yesterday21:23
HenryGSukhdev_: OK21:23
*** boris-42 has joined #openstack-neutron21:23
*** shashank_hegde has joined #openstack-neutron21:24
Sukhdev_kevinbenton: Ping21:24
pc_mHenryG: hi21:25
HenryGpc_m: hi21:26
pc_mWondering if you could look at a log I have and tell me if I'm missing something?21:26
pc_mHenryG: Actually, I think I see the issue.21:27
pc_mnot sure how to solve though...21:28
*** ijw has quit IRC21:29
*** cdl has joined #openstack-neutron21:30
*** bapalm_ has joined #openstack-neutron21:31
*** madhu_ak has quit IRC21:31
*** superflyy has joined #openstack-neutron21:31
*** madhu_ak has joined #openstack-neutron21:32
*** crc32 has quit IRC21:34
*** padkrish has joined #openstack-neutron21:35
*** lindycoder has joined #openstack-neutron21:35
*** padkrish has quit IRC21:40
*** nlahouti has quit IRC21:43
*** pc_m has quit IRC21:43
*** sridhar_ram has joined #openstack-neutron21:43
*** zzzeek has quit IRC21:43
*** signed8b_ is now known as signed8bit_ZZZzz21:44
*** zzzeek has joined #openstack-neutron21:44
*** padkrish has joined #openstack-neutron21:44
*** nlahouti has joined #openstack-neutron21:45
openstackgerritKevin Benton proposed openstack/neutron: Validate interface_mappings on Linux bridge init  https://review.openstack.org/20727321:47
*** sridhar_ram1 has joined #openstack-neutron21:49
*** ivar-lazzaro has quit IRC21:50
*** sridhar_ram has quit IRC21:50
*** ijw_ has joined #openstack-neutron21:50
*** ivar-lazzaro has joined #openstack-neutron21:51
*** cdl has quit IRC21:51
*** thorst has joined #openstack-neutron21:51
kevinbentonSukhdev_: pong21: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
kevinbentonSukhdev_: looking now21:53
*** thorst has quit IRC21:53
*** sdake has quit IRC21:54
*** sdake has joined #openstack-neutron21:54
*** bapalm_ has quit IRC21:55
*** ildikov has quit IRC21:56
*** ijw_ has quit IRC21:57
*** piyanai has joined #openstack-neutron21:57
*** jbell8 has joined #openstack-neutron21:58
*** sdake has quit IRC22:02
*** jbell8 has quit IRC22:03
*** ivar-lazzaro has quit IRC22:05
*** ivar-lazzaro has joined #openstack-neutron22:05
*** dane_leblanc_ has joined #openstack-neutron22:06
*** shashank_hegde has quit IRC22:06
*** sridhar_ram1 has quit IRC22:06
*** padkrish has quit IRC22:07
*** azbiswas has quit IRC22:07
*** padkrish has joined #openstack-neutron22:08
*** padkrish_ has joined #openstack-neutron22:09
*** padkrish has quit IRC22:09
*** dane_leblanc has quit IRC22:09
*** azbiswas_ has joined #openstack-neutron22:11
*** azbiswas_ has quit IRC22:11
openstackgerritLynn Li proposed openstack/neutron: Handle unbound allowed_address_pair FIP with DVR  https://review.openstack.org/20236022:12
*** shashank_hegde has joined #openstack-neutron22:15
*** kbringard has quit IRC22:16
openstackgerritMerged openstack/neutron: Python 3: Use '//' instead of '/'  https://review.openstack.org/20731422:16
openstackgerritMerged openstack/neutron-fwaas: Register alembic_migrations at install time  https://review.openstack.org/19852122:20
*** dane_leblanc__ has joined #openstack-neutron22:22
*** jbell8 has joined #openstack-neutron22:22
openstackgerritMerged openstack/neutron: Fix order of calls in update_port  https://review.openstack.org/20254922:23
*** abhiraut has quit IRC22:23
*** sdake has joined #openstack-neutron22:25
*** dane_leblanc_ has quit IRC22:25
*** zzzeek has quit IRC22:27
*** dane_leblanc_ has joined #openstack-neutron22:28
*** abhiraut has joined #openstack-neutron22:28
*** jobewan has quit IRC22:28
openstackgerritMerged openstack/neutron: Python3: pass bytes to binascii.crc32  https://review.openstack.org/20496722:28
openstackgerritMerged openstack/neutron: Python 3: pass bytes to base64.encode{string,bytes}  https://review.openstack.org/20657022:29
*** dane_leblanc__ has quit IRC22:31
*** dane_leblanc_ has quit IRC22:34
*** lindycoder has quit IRC22:36
*** piyanai has quit IRC22:38
*** roeyc has quit IRC22:39
*** shashank_hegde has quit IRC22:43
*** shashank_hegde has joined #openstack-neutron22:44
*** sridhar_ram has joined #openstack-neutron22:44
*** abhiraut has quit IRC22:45
*** abhiraut has joined #openstack-neutron22:47
*** theannegentle has quit IRC22:48
*** aranjan has joined #openstack-neutron22:49
*** superflyy has quit IRC22:52
*** moshele has joined #openstack-neutron22:52
*** armax has joined #openstack-neutron22:55
*** theannegentle has joined #openstack-neutron23:01
*** Sukhdev_ has quit IRC23:04
*** Marga__ has quit IRC23:05
*** theannegentle has quit IRC23:06
*** armax has quit IRC23:11
*** padkrish_ has quit IRC23:14
*** rossella_s has quit IRC23:16
*** rossella_s has joined #openstack-neutron23:16
*** padkrish has joined #openstack-neutron23:17
*** _cjones_ has quit IRC23:18
*** madhu_ak has quit IRC23:18
*** shashank_hegde has quit IRC23:18
*** azbiswas has joined #openstack-neutron23:23
*** johnbelamaric has quit IRC23:28
*** shashank_hegde has joined #openstack-neutron23:28
*** dannywilson has quit IRC23:30
*** patrickeast has quit IRC23:30
*** daneyon has quit IRC23:30
*** daneyon has joined #openstack-neutron23:31
*** achanda has joined #openstack-neutron23:31
*** bharath has quit IRC23:33
openstackgerritAbhishek Raut proposed openstack/neutron: NSX: Rename default_interface_name option  https://review.openstack.org/20808923:35
*** sballe has quit IRC23:36
*** julim has quit IRC23:37
*** sridhar_ram has quit IRC23:37
*** azbiswas_ has joined #openstack-neutron23:37
*** mlavalle has quit IRC23:38
*** yamamoto has joined #openstack-neutron23:39
*** azbiswas has quit IRC23:40
*** yamamoto has quit IRC23:41
*** ajmiller has quit IRC23:42
*** yamamoto has joined #openstack-neutron23:43
*** shashank_hegde has quit IRC23:44
*** jbell8 has quit IRC23:44
*** daneyon has quit IRC23:46
*** padkrish has quit IRC23:47
*** padkrish has joined #openstack-neutron23:48
*** padkrish has quit IRC23:52
*** yamamoto has quit IRC23:52
*** chadix has quit IRC23:53
*** padkrish has joined #openstack-neutron23:54
*** azbiswas_ has quit IRC23:56
*** sdake has quit IRC23:57
*** azbiswas has joined #openstack-neutron23:57
*** theannegentle has joined #openstack-neutron23:58
*** sthillma has quit IRC23:59

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