Wednesday, 2016-07-13

*** thorst has quit IRC00:00
*** fnaval has joined #openstack-neutron00:00
*** thorst has joined #openstack-neutron00:00
*** azbiswas has quit IRC00:01
*** yamamoto has joined #openstack-neutron00:02
*** markvoelker has quit IRC00:02
*** azbiswas has joined #openstack-neutron00:03
*** thorst has quit IRC00:04
*** azbiswas_ has joined #openstack-neutron00:06
openstackgerritDarek Smigiel proposed openstack/neutron: Rename DB columns: tenant -> project  https://review.openstack.org/33578600:06
*** azbiswas has quit IRC00:08
rkukuraclarkb: Is there a specific time frame in which you need this resolved?00:09
clarkbrkukura: I am hoping we can switch to xenial sometime next week00:09
clarkbif its not related to xenial then I don't care but if it is it would be good to at least understand by then00:09
*** yushiro has joined #openstack-neutron00:10
*** yushiro has left #openstack-neutron00:10
rkukuraclarkb: Does xenial use a substantially newer sqlite than the other CI OSes?00:10
*** markvoelker has joined #openstack-neutron00:11
clarkbrkukura: its the same major version but is newer than what is one trusty00:11
openstackgerritArmando Migliaccio proposed openstack/neutron: Add new attributes to trunk model  https://review.openstack.org/34121700:12
*** tidwellr has left #openstack-neutron00:12
clarkbrkukura: http://changelogs.ubuntu.com/changelogs/pool/main/s/sqlite3/sqlite3_3.11.0-1ubuntu1/changelog00:12
clarkbI am sort of beginning to doubt sqlite is at fault though sicne so many other test suites use it00:12
clarkband only these 3 are affected and they all use this weird api in enutron00:12
clarkbimplies its related to that00:13
*** ivasilevskaya has joined #openstack-neutron00:14
*** markvoelker has quit IRC00:14
*** markvoelker has joined #openstack-neutron00:14
rkukuraclarkb: Note that the GBP master jobs use the stable/mitaka branch of neutron, so I doubt any recent change in neutron master would be responsible.00:14
clarkbhrm maybe that is related? any idea if the other projects that fail the asme way do the same thing?00:17
clarkblike maybe that version of sqlalchemy is too old to sqlite00:17
openstackgerritSwaminathan Vasudevan proposed openstack/neutron: DVR: Clean stale snat-ns by checking its existence when agent restarts  https://review.openstack.org/32672900:17
clarkbwhich would be annoying00:17
clarkbalso why don't you have a stable branch that matches?00:17
clarkbthis is how you should do it given how all our testing is designed to work00:17
armaxclarkb: any luck?00:20
armaxI sent the email to see if we can draw more eyes to this issue00:20
clarkbarmax: ya rkukura pointed out that they test their master against neutron stable/mitaka00:20
armaxclarkb: ah00:21
clarkbwhich could mean that the versions of deps that deal with DBs are too old on that branch00:21
armaxso do the other repos?00:21
* armax checks00:21
clarkbnot sure about the others but checking that would be great00:21
*** abhiraut has joined #openstack-neutron00:22
*** abhiraut1 has quit IRC00:22
armaxclarkb: networking-cisco does00:23
armaxhttps://github.com/openstack/networking-cisco/commit/52a4b20b11047c211834201293f11ad1c8d6ff5900:23
armaxchecking the other00:23
clarkbfwiw there are a bunch of other fails in the networking-* projects that apepar to just be mismatches between neutron apis and what they expect to see00:23
clarkblet me get a full list of those00:24
armaxclarkb: are you sure that those projects are not broken right now already?00:24
armaxclarkb: most of them are a drop and go00:24
clarkbarmax: the other ones I am pretty sure are00:24
clarkbjust the 3 I pointed out didn't appear to be00:24
clarkbso maybe I can just ignore those other ones00:24
openstackgerritSwaminathan Vasudevan proposed openstack/neutron: DVR: Clean stale snat-ns by checking its existence when agent restarts  https://review.openstack.org/32672900:25
armaxclarkb: vmware-nsx seems to be pulling from master00:26
*** Sukhdev has quit IRC00:29
openstackgerritArmando Migliaccio proposed openstack/neutron: Add new attributes to trunk model  https://review.openstack.org/34121700:33
rkukuraarmax and clarkb: So are you saying the master branches of both group-based-policy and networking-cisco are based on the stable/mitaka branch of neutron, but that the master branch of vmware-nsx is based on the master branch of neutron? If so, are the vmware-nsx failures also similar missing table errors?00:34
*** _oanson has joined #openstack-neutron00:35
armaxrkukura: that’s what it looks like00:35
*** elopez_ has quit IRC00:36
clarkbya let me get a paste up for vmware-nsx00:36
rkukuraarmax, clarkb: Is the plan to run stable/mitaka CI jobs on xenial too, or do those stay on the older Ubuntu version?00:36
clarkbit goes through taht same testlib_api things and has missing tables00:36
clarkbrkukura: stable/mitaka stays on trusty00:37
clarkbrkukura: this is why having master test against stable doesn't make sense00:37
clarkb(well oen of the many reasons)00:37
clarkbthe expectation is that stable/mitaka is stable/mitaka across the board00:37
*** Swami has quit IRC00:37
*** ircuser-1 has joined #openstack-neutron00:37
clarkbhttp://paste.openstack.org/show/531076/ is vmware-nsx00:37
rkukuraclarkb: I’ve been advocating keeping gbp synced with neutron master for a while, and we’ve made some progress, but aren’t there yet.00:37
*** hoangcx has joined #openstack-neutron00:38
clarkbI am not saying keep synced with master I am saying use your stable/mitaka branch to stay synced wtih stable/mitaka00:38
rkukuraclarkb: Our development is on our master branch, and significant work will be needed to resync it with neutron’s master.00:39
*** elopez_ has joined #openstack-neutron00:39
clarkbright I understand. I am just saying that doign that isn't really supproted by the CI machinery00:40
clarkbif you want to do what is supported then stable/mitaka -> stable/mitaka is what you need to do00:40
*** singhj has joined #openstack-neutron00:41
rkukuraclarkb: GBP’s stable/mitaka branch is based on neutron’s stable/mitaka, and changes intended for mitaka users are back-ported from master to stable/mitaka. I agree GBP’s master should be based on neutron’s master, but that will take some significant work, which isn’t planned until later in the newton cycle. I know this isn’t ideal, but its worked so far.00:45
clarkbits worked so far because you ahve been lucky00:45
rkukura;)00:45
clarkbbecause we haven't had to transition distros yet for example00:45
clarkbI will not commit myself to supporting that setup though00:46
clarkbwe have a system to handle exactly what you want and it works you can and should use it00:46
*** gouthamr has joined #openstack-neutron00:50
*** singhj has quit IRC00:51
*** aranjan has quit IRC00:52
*** aranjan has joined #openstack-neutron00:52
*** thorst has joined #openstack-neutron00:53
*** tflynn_ has joined #openstack-neutron00:57
*** _oanson has quit IRC00:58
*** tflynn has quit IRC01:01
*** tflynn_ has quit IRC01:02
*** abhiraut has quit IRC01:02
*** mfuruta has joined #openstack-neutron01:03
*** eilert has quit IRC01:04
openstackgerritMerged openstack/neutron: Delete default route if no gateway in external net  https://review.openstack.org/25475001:13
*** shashank_hegde has quit IRC01:14
*** kevo has quit IRC01:15
openstackgerritDarek Smigiel proposed openstack/neutron: Rename DB columns: tenant -> project  https://review.openstack.org/33578601:15
*** gouthamr has quit IRC01:17
*** zhhuabj has joined #openstack-neutron01:19
rkukuraclarkb: We are investigating the xenial issue and will try to come up with a quick fix. We may even be able to eliminate our use of Neutron’s testlib_api.01:19
dasmHenryG: armax: FYI, latest update ^ adds just Depends-On for a gate update. Remaining failures are an effect of applying fwaas migrations.01:19
*** ijw has joined #openstack-neutron01:19
armaxdasm: ack01:20
HenryGthanks dasm01:20
clarkbrkukura: ty01:20
clarkbrkukura: if it is a versions thing you might be able to udpate those version just for your testing01:20
clarkbrkukura: depends on forward and backward compat to the things we need01:21
*** marun has quit IRC01:21
armaxclarkb: idle curiosity01:22
markvoelkerclarkb: armax: FYI, garyk is traveling this week (as am I) but I'll ping some folks and get someone to take a look at the vmware-nsx/xenial issue.01:23
armaxclarkb: there are no workers that can be accessed right now?01:23
armaxclarkb: the usual way, I mean01:23
armaxmarkvoelker: thanks, I dropped an email on the ML in case garyk picks that up01:24
markvoelkerarmax: ack, thanks01:24
clarkbarmax: to run on xenial? we have images and jobs running on them. I have just been doing it locally because infra tells people ist easy and I was testing the hypothesis. Ran into a couple bugs in our scripts but otherwise it is working just fine if you have a bit of network bandwidth and cpu and memory01:24
clarkbits been a good exercise and sanity check01:24
clarkbI built an image with out tools locally, then booted it with kvm and have been running tests on top of it01:25
*** markvoelker has quit IRC01:25
armaxclarkb: ok01:25
*** baoli has joined #openstack-neutron01:25
*** aranjan has quit IRC01:26
*** aranjan has joined #openstack-neutron01:26
*** elopez_ has quit IRC01:27
armaxHenryG: see the vmware-nsx dump01:28
armaxhttp://paste.openstack.org/show/531076/01:28
*** EinstCrazy has joined #openstack-neutron01:28
*** marun has joined #openstack-neutron01:28
*** xiaohhui has quit IRC01:28
*** elopez has joined #openstack-neutron01:28
*** elopez is now known as Guest6485401:29
*** xiaohhui has joined #openstack-neutron01:29
armaxclarkb: any chance we get get a paste of the install deps?01:29
clarkbarmax: I would have to rerun the tests locally but yes I can do that01:30
clarkbshould I do gbp?01:30
armaxvmware-nsx would do too01:30
armaxso that we do master with mater01:30
armaxmaster01:30
*** aranjan has quit IRC01:31
clarkbgbp is running tox again so I can grab the freeze listing01:31
clarkband can do a dpkg listing too01:31
clarkb(my VM is too small to have all the things and their test suites checked out at the same time so I have had to delete things as I went)01:32
*** suresh1 has joined #openstack-neutron01:32
armaxclarkb: sure, that’ll do01:32
*** rkukura has quit IRC01:32
*** honghuixiao_ has joined #openstack-neutron01:33
*** xiaohhui has quit IRC01:33
*** shihanzhang has quit IRC01:35
*** Suresh3423423 has quit IRC01:35
*** s3wong has quit IRC01:37
*** Guest64854 has quit IRC01:38
armaxclarkb: that’s baffling01:40
armaxwhen I look at http://logs.openstack.org/59/339859/1/check/gate-group-based-policy-python27/7608b4d/tox/py27-3.log.txt.gz01:40
clarkbarmax: http://paste.openstack.org/show/531080/ is the pbr freeze and http://paste.openstack.org/show/531079/ the dpkg listing. Note that I have been using this to run unittests for various projects so tehre is extra stuff that neutron things won't need in the dpkg listing01:40
armax363eeb06104662ee38aeed04af043899379f6ab8 seems to be stable/kilo01:40
armaxclarkb: ack01:40
*** elopez_ has joined #openstack-neutron01:41
*** honghuixiao_ has quit IRC01:42
*** baoli has quit IRC01:42
*** ociuhandu has quit IRC01:43
*** xiaohhui has joined #openstack-neutron01:44
*** elopez__ has joined #openstack-neutron01:47
*** elopez_ has quit IRC01:47
*** ijw has quit IRC01:49
HenryGI would like to note that a recent change in neutron master broke vmware-nsx master. It is currently broken.01:50
HenryGhttp://logs.openstack.org/50/340150/5/check/gate-vmware-nsx-python27/d246ebc/console.html#_2016-07-12_22_06_25_07958501:50
*** marun has quit IRC01:50
HenryGThe cause is https://review.openstack.org/30050101:52
*** zhhuabj has quit IRC01:52
*** sbalukoff has quit IRC01:53
*** thorst has quit IRC01:53
armaxHenryG: that wouldn’t explain the networking-cisco failure01:53
armaxunless that’s currently broken in the gate too01:53
HenryGarmax: I believe networking-cisco master gates against neutron mitaka01:54
armaxso it should not be broken in the gate and yet clarkb noticed a failure when switching to xenial01:54
*** ijw has joined #openstack-neutron01:54
HenryGyeah, I don't understand that part. I am running xenial on my vms. Let me check.01:55
clarkbtheory is maybe sqlite is too new for older neutron deps? maybe?01:55
*** sbalukoff has joined #openstack-neutron01:59
*** ijw has quit IRC01:59
*** EinstCrazy has quit IRC02:00
*** EinstCrazy has joined #openstack-neutron02:01
*** EinstCrazy has quit IRC02:10
*** elopez__ has quit IRC02:10
*** akshai has joined #openstack-neutron02:10
*** EinstCrazy has joined #openstack-neutron02:11
HenryGclarkb: I ran the complete cisco py27 on xenial with no errors02:11
HenryGclarkb: but that job uses neutron mitaka02:12
*** lnicolas has joined #openstack-neutron02:12
*** shivrao has quit IRC02:12
clarkbok I will work on a more specific reproduction case tomorrow02:13
HenryGclarkb: sqlite 3.11.0 ?02:15
clarkbya02:16
clarkbwell double check my.dpkg paste above02:16
*** zhhuabj has joined #openstack-neutron02:16
*** akshai has quit IRC02:16
*** xiaohhui has quit IRC02:17
*** xiaohhui has joined #openstack-neutron02:18
*** zhhuabj has quit IRC02:19
*** zhhuabj has joined #openstack-neutron02:19
*** wolverin_ has joined #openstack-neutron02:20
*** wolverin_ has quit IRC02:20
*** wolverin_ has joined #openstack-neutron02:21
*** xiaohhui has quit IRC02:21
*** xiaohhui has joined #openstack-neutron02:22
openstackgerritSongming Yan proposed openstack/python-neutronclient: Use osc_lib instead of cliff  https://review.openstack.org/34020202:22
*** wolverineav has quit IRC02:23
*** gvrangan has quit IRC02:25
*** wolverin_ has quit IRC02:26
*** shashank_hegde has joined #openstack-neutron02:27
HenryGclarkb: your dpkg paste ends prematurely02:30
*** sindhu has joined #openstack-neutron02:32
clarkbok will have to get it sorted tomorrow. family and dinner now02:33
*** shashank_hegde has quit IRC02:34
*** elopez has joined #openstack-neutron02:35
*** elopez is now known as Guest8451702:36
openstackgerritArmando Migliaccio proposed openstack/neutron: Add new attributes to trunk model  https://review.openstack.org/34121702:39
*** rossella_s has quit IRC02:40
*** Guest84517 has quit IRC02:40
*** rossella_s has joined #openstack-neutron02:40
*** elopez_ has joined #openstack-neutron02:41
*** oanson has quit IRC02:41
*** ijw has joined #openstack-neutron02:41
*** vishwanathj has quit IRC02:41
*** ijw has quit IRC02:42
*** vishwanathj has joined #openstack-neutron02:42
*** ijw has joined #openstack-neutron02:42
*** baoli has joined #openstack-neutron02:42
*** oanson has joined #openstack-neutron02:42
*** bvandewa_ has joined #openstack-neutron02:44
*** amoralej|off has quit IRC02:46
*** elopez_ has quit IRC02:47
*** amoralej has joined #openstack-neutron02:47
*** ijw has quit IRC02:47
*** elopez_ has joined #openstack-neutron02:47
*** bvandewa has quit IRC02:48
*** bvandewa_ has quit IRC02:48
openstackgerritKumar Acharya proposed openstack/neutron: delete event payload  https://review.openstack.org/34091102:51
*** lrichard has joined #openstack-neutron02:51
*** oss_xzdong has joined #openstack-neutron02:52
*** elopez_ has quit IRC02:53
*** thorst has joined #openstack-neutron02:53
*** elopez_ has joined #openstack-neutron02:54
*** elopez__ has joined #openstack-neutron02:57
*** lrichard has quit IRC02:58
*** elopez_ has quit IRC02:59
*** ajo has quit IRC03:00
*** itisha has quit IRC03:00
*** annp has joined #openstack-neutron03:02
*** lrichard has joined #openstack-neutron03:02
*** thorst has quit IRC03:02
*** ajo has joined #openstack-neutron03:03
openstackgerritLewis proposed openstack/neutron-vpnaas: Add connection API cases Added VPN connection API cases Related Bug: #1598652  https://review.openstack.org/33806103:03
openstackbug 1598652 in neutron "Neutron VPNaaS API CI is not enabled" [Medium,Confirmed] https://launchpad.net/bugs/159865203:03
*** iyamahat has quit IRC03:04
*** bvandewa has joined #openstack-neutron03:04
*** elopez__ has quit IRC03:09
*** lrichard has quit IRC03:11
*** lrichard has joined #openstack-neutron03:12
openstackgerritLubosz Kosnik (diltram) proposed openstack/neutron: Add support for Keepalived VRRP health check  https://review.openstack.org/27354603:13
*** shashank_hegde has joined #openstack-neutron03:14
*** vishwanathj has quit IRC03:17
*** lrichard has quit IRC03:18
openstackgerritHenry Gessau proposed openstack/neutron-lib: Add Neutron context module and some policy methods  https://review.openstack.org/30386703:18
*** vishwanathj has joined #openstack-neutron03:18
*** aranjan has joined #openstack-neutron03:19
*** elopez_ has joined #openstack-neutron03:19
openstackgerritHenry Dong proposed openstack/neutron-dynamic-routing: Add bgpvpn and speaker binding This patch include following changes: 1. Add 'vpns' as attribution of bgp speaker 2. Add extension/db/plugin support for bgpvpn & speaker binging CLIs    neutron bgp-speaker-vpn-add BGP_SPEAKER BGPVPN    neutron bgp-speaker-  https://review.openstack.org/34127303:20
*** elopez_ has quit IRC03:21
openstackgerritHenry Gessau proposed openstack/neutron-lib: Add Neutron context module and some policy methods  https://review.openstack.org/30386703:22
dougwigarmax: clarkb: when you run the failing tests alone, they pass.03:31
*** shashank_hegde has quit IRC03:32
*** wolverineav has joined #openstack-neutron03:36
*** daneyon_ has quit IRC03:39
*** wolverineav has quit IRC03:41
openstackgerritAradhana Singh proposed openstack/neutron: Refactoring config options for ml2 config opts  https://review.openstack.org/34022803:42
*** xiaohhui has quit IRC03:44
*** puck has quit IRC03:45
clarkbHenryG: https://gist.github.com/cboylan/8c53c27480f584e45f60a13c8ae3adc0 complete dpkg -l output03:45
*** azbiswas_ has quit IRC03:45
clarkbHenryG: the pbr freeze paste output is complete in the earlier pate03:45
HenryGclarkb: you are letting your family down :)03:45
*** xiaohhui has joined #openstack-neutron03:46
clarkbHenryG: I am :)03:46
*** wolverineav has joined #openstack-neutron03:46
*** Sukhdev has joined #openstack-neutron03:48
dougwigHenryG: i reproed clarkb's results right away.  but now when i run just those tests, they pass.03:48
dougwigHenryG: let me try a full re-run.  maybe it's a first-time issue03:48
clarkbdougwig: or an order of tests issue03:48
dougwigclarkb: right.03:48
dougwigclarkb: i've been running larger and larger sets trying to get it to happen again.  retrying with all.03:48
*** azbiswas has joined #openstack-neutron03:49
openstackgerritDarek Smigiel proposed openstack/neutron: Rename DB columns: tenant -> project  https://review.openstack.org/33578603:50
*** puck has joined #openstack-neutron03:50
*** shivrao has joined #openstack-neutron03:52
openstackgerrithuan proposed openstack/neutron: POC for neutron rootwrap with XenServer  https://review.openstack.org/32141503:52
*** shivrao_ has joined #openstack-neutron03:54
dasmHenryG: I've uploaded lbaas db rename tenant->project ^ because gate had problem with migration.03:55
*** markvoelker has joined #openstack-neutron03:55
dougwigdasm: there are going to be a *lot* of stadium projects with that column.03:56
*** yushiro has joined #openstack-neutron03:57
dasmdougwig: i'm sure there will be. but i'm trying to unblock neutron gates to be able to deal with stadium projects.03:57
*** yushiro has left #openstack-neutron03:57
*** shivrao has quit IRC03:57
*** shivrao_ is now known as shivrao03:57
*** sudipto has joined #openstack-neutron03:57
dougwigwhich job is busted?  lbaas2 api?03:57
dougwigactually, why would it care?  aren't those independent alembics ?03:57
dasmdougwig: neutron-full, api, dsvm, lbaasv2, dvr03:58
dougwigoh, oh, because *aas has a special case of splitting models and migrations across repos, i bet?03:58
dasmdougwig: yep.03:58
dougwigthat's gonna be pain.03:58
dougwigpolish your Depends-On foo.03:58
dasmdougwig: that's why i'm doing step-by-step :D03:58
dougwigi still prefer tenant as the name, so it makes me weep.  :)03:59
dasmright now i have 2 depends-on for main neutron change + lbaas one with temporary workaround to deal with cross-depends-ons :D03:59
dasmdougwig: i'm crying all the time :D it suppose to be simple change.04:00
dasmjust change name here and there.04:00
*** thorst has joined #openstack-neutron04:00
*** padkrish has joined #openstack-neutron04:00
dasmdougwig: at the end, i will have a plenty of enemies, because a lot of code will be broken (at least for some time :P)04:00
dasmbut it's good. everyone will know me! :D04:01
*** yamamoto has quit IRC04:01
dougwigdasm: haha.04:01
*** fawadkhaliq has joined #openstack-neutron04:01
*** vishwanathj has quit IRC04:02
*** links has joined #openstack-neutron04:03
openstackgerritVictor Morales proposed openstack/neutron: Service Type to OVO  https://review.openstack.org/30432204:05
*** aranjan has quit IRC04:05
*** thorst has quit IRC04:07
*** armax has quit IRC04:08
*** tonytan4ever has joined #openstack-neutron04:09
*** armax has joined #openstack-neutron04:09
*** armax has quit IRC04:09
*** ijw has joined #openstack-neutron04:11
*** ramishra has quit IRC04:16
*** akshai has joined #openstack-neutron04:17
*** lrichard has joined #openstack-neutron04:18
*** shashank_hegde has joined #openstack-neutron04:19
*** jhershbe has joined #openstack-neutron04:19
*** baoli has quit IRC04:20
*** ramishra has joined #openstack-neutron04:20
*** lrichard has quit IRC04:22
*** fpan has joined #openstack-neutron04:25
*** julim has quit IRC04:26
*** yamamot__ has joined #openstack-neutron04:29
*** javeriak has joined #openstack-neutron04:31
*** yamamot__ has quit IRC04:33
*** fpan has quit IRC04:35
*** fawadkhaliq has quit IRC04:37
*** yamamot__ has joined #openstack-neutron04:37
*** iyamahat has joined #openstack-neutron04:38
*** Fdaisuke_ has joined #openstack-neutron04:39
*** Fdaisuke has quit IRC04:40
*** yamamot__ has quit IRC04:42
*** nyechiel has joined #openstack-neutron04:43
dougwigclarkb, HenryG, armax - full run passed the second time around.  trying a third.04:43
*** pbandark has joined #openstack-neutron04:44
*** sudipto has quit IRC04:44
*** ijw has quit IRC04:45
*** shashank_hegde has quit IRC04:46
*** jhershbe has quit IRC04:46
*** fnaval has quit IRC04:47
*** shashank_hegde has joined #openstack-neutron04:47
*** ijw has joined #openstack-neutron04:49
*** fnaval has joined #openstack-neutron04:51
*** sindhu has quit IRC04:51
openstackgerritTony Xu proposed openstack/neutron: Modify ha port delete logic  https://review.openstack.org/34080404:52
*** ijw has quit IRC04:53
*** djan has joined #openstack-neutron04:54
*** anilvenkata has joined #openstack-neutron04:56
*** shashank_hegde has quit IRC04:56
*** akshai has quit IRC05:01
*** gvrangan has joined #openstack-neutron05:04
*** thorst has joined #openstack-neutron05:04
*** prateek has joined #openstack-neutron05:09
*** elopez has joined #openstack-neutron05:09
*** ratailor has joined #openstack-neutron05:09
*** elopez is now known as Guest8450905:09
*** mickeys has quit IRC05:10
*** shausy has joined #openstack-neutron05:11
*** mickeys has joined #openstack-neutron05:11
*** thorst has quit IRC05:13
*** dedery has joined #openstack-neutron05:14
*** dedery has quit IRC05:15
*** elo has joined #openstack-neutron05:15
*** elopez_ has joined #openstack-neutron05:16
*** njohnston is now known as njohnston|sleep05:17
*** Guest84509 has quit IRC05:17
*** mickeys has quit IRC05:18
*** tbachman has quit IRC05:20
*** lnicolas has quit IRC05:22
*** javeriak has quit IRC05:23
*** mohankumar has joined #openstack-neutron05:23
*** irenab has joined #openstack-neutron05:26
*** amotoki has joined #openstack-neutron05:26
openstackgerrithuan proposed openstack/neutron: POC for neutron rootwrap daemon with XenServer  https://review.openstack.org/32141505:27
openstackgerritKevin Benton proposed openstack/neutron: Catch errors in notify loop  https://review.openstack.org/33922605:27
*** azbiswas has quit IRC05:28
*** azbiswas has joined #openstack-neutron05:30
*** kobis has joined #openstack-neutron05:30
*** azbiswas has quit IRC05:31
*** fawadkhaliq has joined #openstack-neutron05:32
*** iranzo has joined #openstack-neutron05:32
*** azbiswas has joined #openstack-neutron05:32
*** fawadkhaliq has quit IRC05:32
*** yamamot__ has joined #openstack-neutron05:32
*** fawadkhaliq has joined #openstack-neutron05:32
*** fawadkhaliq has quit IRC05:33
*** fawadkhaliq has joined #openstack-neutron05:33
*** padkrish has quit IRC05:35
openstackgerritMerged openstack/neutron: Add an independent function to map segment to hosts  https://review.openstack.org/33795405:36
*** fawadkhaliq has quit IRC05:36
*** fawadkhaliq has joined #openstack-neutron05:36
openstackgerritli,chen proposed openstack/neutron-vpnaas: Fix API Tests  https://review.openstack.org/33583805:39
*** jamielennox is now known as jamielennox|away05:43
*** tbachman has joined #openstack-neutron05:44
*** pgadiya has joined #openstack-neutron05:46
*** nyechiel has quit IRC05:47
*** ekuris has joined #openstack-neutron05:48
openstackgerrittonytan4ever proposed openstack/neutron: Add subresources support for PECAN  https://review.openstack.org/33618805:48
*** nyechiel has joined #openstack-neutron05:49
openstackgerrithuan proposed openstack/neutron: XenAPI: add support for conntrack with XenServer  https://review.openstack.org/34130405:49
*** akshai has joined #openstack-neutron05:50
*** amotoki has quit IRC05:51
*** nyechiel has quit IRC05:52
*** akshai has quit IRC05:52
*** amotoki has joined #openstack-neutron05:53
dougwigHenryG, clarkb, armax - I can't get it to fail again; but that error indicates that create_all() never got called for that test.  more in the morning, if someone else hasn't already found it.05:54
*** rkukura has joined #openstack-neutron05:55
*** jamielennox|away is now known as jamielennox05:56
*** shashank_hegde has joined #openstack-neutron05:57
*** amotoki has quit IRC05:57
*** vthapar has joined #openstack-neutron05:57
*** tbachman has quit IRC05:58
*** edand has joined #openstack-neutron05:58
*** amotoki has joined #openstack-neutron05:59
*** azbiswas has quit IRC06:01
*** jhershbe has joined #openstack-neutron06:02
*** aranjan has joined #openstack-neutron06:05
openstackgerritHenry Dong proposed openstack/python-neutronclient: Add 2 CLIs to support bgpvpn and speaker binding: 1. Add bgpvpn to speaker:    neutron bgp-speaker-vpn-add BGP_SPEAKER BGPVPN 2. Remove bgpvpn from speaker:    neutron bgp-speaker-vpn-remove BGP_SPEAKER BGPVPN  https://review.openstack.org/34130806:05
*** itzikb has joined #openstack-neutron06:05
*** mohankumar has quit IRC06:05
*** rkukura has quit IRC06:07
*** rkukura has joined #openstack-neutron06:07
*** Sukhdev has quit IRC06:07
*** oshvartz has joined #openstack-neutron06:08
*** thorst has joined #openstack-neutron06:10
*** kobis has quit IRC06:12
*** iranzo has quit IRC06:12
*** javeriak has joined #openstack-neutron06:13
*** iranzo has joined #openstack-neutron06:13
*** iranzo has joined #openstack-neutron06:13
*** kevo has joined #openstack-neutron06:13
*** andymaier has joined #openstack-neutron06:15
*** vikram has joined #openstack-neutron06:16
*** thorst has quit IRC06:18
*** mohankumar has joined #openstack-neutron06:21
*** namnh has joined #openstack-neutron06:24
*** korzen has joined #openstack-neutron06:24
*** sudipto has joined #openstack-neutron06:27
*** ociuhandu has joined #openstack-neutron06:27
*** andreas_s has joined #openstack-neutron06:31
*** yfried has joined #openstack-neutron06:31
*** baoli has joined #openstack-neutron06:32
*** obondarev has joined #openstack-neutron06:32
*** kawa2014 has joined #openstack-neutron06:34
*** elo has quit IRC06:35
*** pcaruana has joined #openstack-neutron06:35
*** elo has joined #openstack-neutron06:35
*** kobis has joined #openstack-neutron06:36
*** baoli has quit IRC06:36
*** elopez__ has joined #openstack-neutron06:36
*** sridharg has joined #openstack-neutron06:38
*** elopez_ has quit IRC06:38
*** elopez_ has joined #openstack-neutron06:40
*** agireud has quit IRC06:40
*** rossella_s has quit IRC06:40
*** rossella_s has joined #openstack-neutron06:41
*** aranjan has quit IRC06:41
*** elo has quit IRC06:42
*** pgadiya has quit IRC06:43
*** elopez__ has quit IRC06:43
*** pgadiya has joined #openstack-neutron06:43
*** agireud has joined #openstack-neutron06:44
*** eddima has joined #openstack-neutron06:45
*** elo has joined #openstack-neutron06:46
*** fragatina has joined #openstack-neutron06:48
*** openstackgerrit has quit IRC06:48
*** amotoki has quit IRC06:48
*** openstackgerrit has joined #openstack-neutron06:49
*** fragatina has quit IRC06:49
*** fragatina has joined #openstack-neutron06:50
*** wolverineav has quit IRC06:52
*** wolverineav has joined #openstack-neutron06:55
*** agireud has quit IRC06:55
*** sputnik13 has joined #openstack-neutron06:56
*** gongysh has joined #openstack-neutron06:56
*** amotoki has joined #openstack-neutron07:01
*** wolverineav has quit IRC07:03
*** gvrangan has quit IRC07:08
*** tesseract- has joined #openstack-neutron07:10
*** rcernin has joined #openstack-neutron07:13
*** saju_m has joined #openstack-neutron07:14
*** sputnik13 has quit IRC07:14
*** grambb has quit IRC07:15
*** jlibosva has joined #openstack-neutron07:15
*** thorst has joined #openstack-neutron07:15
*** sputnik13 has joined #openstack-neutron07:17
*** oanson has quit IRC07:18
openstackgerritjirikotlin proposed openstack/neutron: VXLAN multicast groups in linuxbridge  https://review.openstack.org/33337907:18
*** oanson has joined #openstack-neutron07:19
*** markvoelker has quit IRC07:19
openstackgerritjirikotlin proposed openstack/neutron: VXLAN multicast groups in linuxbridge  https://review.openstack.org/33337907:19
*** sbalukoff has quit IRC07:20
*** sbalukoff_ has joined #openstack-neutron07:20
*** agireud has joined #openstack-neutron07:20
*** markvoelker has joined #openstack-neutron07:21
*** thorst has quit IRC07:21
openstackgerritIWAMOTO Toshihiro proposed openstack/neutron: fullstack: Add security group tests  https://review.openstack.org/34132807:23
openstackgerritLIU Yulong proposed openstack/neutron: Clean up L3 agent side HA router stuffs  https://review.openstack.org/26567207:25
*** sputnik13 has quit IRC07:25
*** devvesa has joined #openstack-neutron07:26
*** _Fdaisuke_ has joined #openstack-neutron07:28
namnhkevinbenton: Hello Mr.Kevin. Are you free? Could you give me 15 minutes. I would like to ask your opinion about a bug "Created two subnets overlap CIDR on one subnet in case of concurrnet request".07:28
*** wolverineav has joined #openstack-neutron07:28
*** jlanoux has joined #openstack-neutron07:28
*** Fdaisuke_ has quit IRC07:29
*** sr__ has joined #openstack-neutron07:29
*** sputnik13 has joined #openstack-neutron07:30
*** EinstCrazy has quit IRC07:30
*** shivrao has quit IRC07:30
*** EinstCrazy has joined #openstack-neutron07:31
*** bvandewa has quit IRC07:32
*** shivrao has joined #openstack-neutron07:33
*** fawadkhaliq has quit IRC07:33
*** moshele has joined #openstack-neutron07:34
*** sbalukoff_ has quit IRC07:34
*** wolverineav has quit IRC07:34
*** nmagnezi has joined #openstack-neutron07:34
openstackgerritHong Hui Xiao proposed openstack/neutron: Add function to return all hosts with mapped segments  https://review.openstack.org/33768807:36
*** vikram has quit IRC07:36
*** bvandewa has joined #openstack-neutron07:37
*** markvoelker has quit IRC07:39
*** moshele has quit IRC07:40
*** amotoki has quit IRC07:40
*** moshele has joined #openstack-neutron07:40
openstackgerritOleg Bondarev proposed openstack/neutron: Refactor agent state report handling on server side  https://review.openstack.org/31995707:41
openstackgerritOleg Bondarev proposed openstack/neutron: Update resource versions during agent update  https://review.openstack.org/32036007:41
*** tonytan4ever has quit IRC07:47
*** ushkalim has joined #openstack-neutron07:47
*** tonytan4ever has joined #openstack-neutron07:47
*** jamiec has joined #openstack-neutron07:49
*** amotoki has joined #openstack-neutron07:50
*** tonytan_brb has joined #openstack-neutron07:51
*** mickeys has joined #openstack-neutron07:52
*** tonytan4ever has quit IRC07:54
*** wolverineav has joined #openstack-neutron07:54
*** lrichard has joined #openstack-neutron07:55
*** yamahata has quit IRC07:56
*** beisner has left #openstack-neutron07:58
*** wolverineav has quit IRC07:58
*** zzzeek has quit IRC08:00
*** pcaruana has quit IRC08:00
*** lrichard has quit IRC08:00
*** oss_xzdong has left #openstack-neutron08:00
*** zzzeek has joined #openstack-neutron08:01
*** fragatina has quit IRC08:02
*** obondarev has quit IRC08:02
*** mickeys has quit IRC08:04
*** mickeys has joined #openstack-neutron08:04
*** iwamoto has joined #openstack-neutron08:06
*** obondarev has joined #openstack-neutron08:07
*** shivrao has quit IRC08:08
*** mickeys has quit IRC08:09
*** elo has quit IRC08:09
openstackgerritDavanum Srinivas (dims) proposed openstack/neutron: [WIP] Testing latest u-c  https://review.openstack.org/30334608:10
openstackgerritDavanum Srinivas (dims) proposed openstack/neutron: [WIP] Testing latest u-c  https://review.openstack.org/30334608:10
*** pcaruana has joined #openstack-neutron08:14
*** jlanoux has quit IRC08:14
*** jlanoux has joined #openstack-neutron08:15
*** swat30 has quit IRC08:15
*** ygbo has joined #openstack-neutron08:17
*** eezhova has joined #openstack-neutron08:18
*** shashank_hegde has quit IRC08:18
*** thorst has joined #openstack-neutron08:20
*** markvoelker has joined #openstack-neutron08:20
*** imcsk8 is now known as imcsk8|zZz08:22
*** markvoelker has quit IRC08:25
*** devvesa has quit IRC08:26
*** thorst has quit IRC08:27
*** javeriak has quit IRC08:29
*** jhershbe_ has joined #openstack-neutron08:30
*** bjornar has joined #openstack-neutron08:30
*** jhershbe has quit IRC08:31
*** amotoki has quit IRC08:38
*** rook has joined #openstack-neutron08:38
*** saju_m has quit IRC08:38
*** obondarev has quit IRC08:39
*** obondarev has joined #openstack-neutron08:43
*** suresh2 has joined #openstack-neutron08:44
*** devvesa has joined #openstack-neutron08:46
*** suresh1 has quit IRC08:47
*** chlong has joined #openstack-neutron08:48
*** rubasov has joined #openstack-neutron08:50
*** rook has quit IRC08:51
*** numan_ has quit IRC08:53
*** swat30 has joined #openstack-neutron08:53
*** iwamoto has quit IRC08:53
jschwarzakamyshnikova_, heya08:54
akamyshnikova_jschwarz, hi! how are you?08:54
jschwarzakamyshnikova_, good, you? :)08:54
akamyshnikova_akamyshnikova_, I'm also good :)08:54
jschwarzakamyshnikova_, great to hear!08:54
jschwarzakamyshnikova_, re: CFP, I think we can edit the submission even past the deadline08:55
jschwarzso worst case scenario we can submit and edit after kevinbenton looks at what we wrote08:55
akamyshnikova_akamyshnikova_, wow, really?08:55
*** wolverineav has joined #openstack-neutron08:55
jschwarzakamyshnikova_, though I never submitted a talk, that's only what I heard from other people08:55
akamyshnikova_jschwarz, I don't know why I put my nick always :D08:56
jschwarzakamyshnikova_, :D08:56
akamyshnikova_jschwarz, I submitted last time, but I didn't edit anything08:56
akamyshnikova_jschwarz, last time was some trouble with timing, so we have extra day after that08:57
jschwarzakamyshnikova_, I se08:57
openstackgerritReedip proposed openstack/neutron: Add name and desc to networksegments table  https://review.openstack.org/29330508:57
*** Guest38477 has joined #openstack-neutron08:58
jschwarzakamyshnikova_, either way we won't miss the deadline08:58
jschwarzI'm sure kevinbenton will look at the submission before we submit it :)08:58
*** wolverineav has quit IRC08:59
akamyshnikova_jschwarz, OK :) I just always try to do everything in advance, so... I'm nervous anyway :D09:01
jschwarzakamyshnikova_, I emphasize - I'm the same way09:01
jschwarzemphasize is the wrong word09:01
*** davidsha has joined #openstack-neutron09:01
jschwarzempathize is what I meant :P09:01
akamyshnikova_jschwarz, :)09:02
*** bvandewa has quit IRC09:02
*** gongysh has quit IRC09:03
*** andymaier has quit IRC09:03
*** wolverineav has joined #openstack-neutron09:04
akamyshnikova_jschwarz, by the way who will put everything in https://www.openstack.org/summit/barcelona-2016/call-for-presentations/ ? will you do that?09:04
*** Guest38477 has quit IRC09:04
*** Guest38477 has joined #openstack-neutron09:04
jschwarzakamyshnikova_, I don't mind09:04
jschwarzakamyshnikova_, I'll be happy to do it09:05
*** iyamahat has quit IRC09:05
*** gsagie has quit IRC09:07
*** korzen has quit IRC09:07
*** wolverineav has quit IRC09:08
akamyshnikova_jschwarz, OK, great :)09:10
openstackgerritYushiro FURUKAWA proposed openstack/neutron-fwaas: [WIP] FWaaS v2 L3 agent extension  https://review.openstack.org/34137409:12
*** javeriak has joined #openstack-neutron09:12
*** Guest38477 has left #openstack-neutron09:13
*** tonytan_brb has quit IRC09:13
*** bfernando has joined #openstack-neutron09:13
*** moshele has quit IRC09:14
jschwarzakamyshnikova_, do you mind having a look at https://review.openstack.org/#/c/325889/ ?09:14
jschwarzakamyshnikova_, it already has one +2 and it's been stuck for a while :<09:14
*** markvoelker has joined #openstack-neutron09:15
*** moshele has joined #openstack-neutron09:15
akamyshnikova_jschwarz, sure, but I won't be able to approve it09:16
jschwarzakamyshnikova_, fair enough09:16
jschwarz:)09:16
jschwarzakamyshnikova_, also I've been thinking a lot about what kevinbenton wrote on https://review.openstack.org/#/c/323232/ and I can't find a good solution09:17
*** bvandewa has joined #openstack-neutron09:17
*** pcaruana has quit IRC09:18
jschwarzakamyshnikova_, we can add some sort of a timer that resets the ALLOCATING status of a router in case more than X seconds have passed since it was set, but it'll be written neutron-server side (and not the DB side) so it's a bit pointless09:18
jschwarzalso it has the problem of letting the violating/crashed server that it no longer has the lock, which is a problem of itself09:19
*** john-davidge has joined #openstack-neutron09:19
bfernandoHi guys, I don't know if this is the good channel for asking this question, but I didn't find in the neutron code where --tenant-id check is made (for example for the neutron net-create). Is there someone that has an idea ?09:20
*** markvoelker has quit IRC09:20
*** john-dav_ has joined #openstack-neutron09:20
jschwarzbfernando, I think the area of the code that takes care of this is the policy.py and the base api classes09:20
*** Suresh3423423 has joined #openstack-neutron09:21
*** andymaier has joined #openstack-neutron09:21
*** john-dav_ is now known as john-davidge_09:22
bfernandojschwarz, ok thanks I will check that09:23
*** suresh2 has quit IRC09:24
*** john-davidge has quit IRC09:24
openstackgerritAndreas Scheuring proposed openstack/neutron-specs: Spec for providing Nova portbinding information for live migration  https://review.openstack.org/30941609:24
*** wolverineav has joined #openstack-neutron09:25
*** thorst has joined #openstack-neutron09:25
*** korzen has joined #openstack-neutron09:25
*** numan_ has joined #openstack-neutron09:27
*** obondarev has quit IRC09:27
akamyshnikova_jschwarz, yes, this is very tricky.. I mean logic became twisted, we may need some kind of health checks, may be we need to put in db time when router become allocated and if this time bigger than N, reset state, but the big question how bug N should be09:29
*** wolverineav has quit IRC09:29
akamyshnikova_jschwarz, *how big the N09:29
jschwarzakamyshnikova_, yes09:30
jschwarzakamyshnikova_, and that is what I'm trying to solve with the DLMs which is already slated for the O cycle09:30
*** amotoki has joined #openstack-neutron09:30
jschwarzso I'm thinking for dropping this refactor for now.09:30
jschwarzof*09:30
*** obondarev has joined #openstack-neutron09:31
*** pcaruana has joined #openstack-neutron09:31
*** thorst has quit IRC09:32
*** mfuruta has quit IRC09:33
*** amotoki has quit IRC09:34
akamyshnikova_jschwarz, may be.. I guess we need to create a list of problems and what can be done to solve it and spend some time each week to look trough it, so we may come up with something solid09:35
openstackgerritMingShuang Xian proposed openstack/neutron-vpnaas: Add external gateway port for VPN service  https://review.openstack.org/34139309:36
openstackgerritMingShuang Xian proposed openstack/neutron-vpnaas: Add external gateway port for VPN service  https://review.openstack.org/34139309:39
*** obondarev has quit IRC09:40
*** vikram has joined #openstack-neutron09:47
*** pcaruana has quit IRC09:48
*** pcaruana has joined #openstack-neutron09:48
*** pcaruana has quit IRC09:50
*** pcaruana has joined #openstack-neutron09:50
*** pcaruana has quit IRC09:51
*** bjornar has quit IRC09:53
*** andymaier has quit IRC09:55
*** efoley has joined #openstack-neutron09:57
*** fragatina has joined #openstack-neutron09:57
*** pcaruana has joined #openstack-neutron09:57
*** devvesa has quit IRC10:02
openstackgerritjirikotlin proposed openstack/neutron: VXLAN multicast groups in linuxbridge  https://review.openstack.org/33337910:03
openstackgerritjirikotlin proposed openstack/neutron: VXLAN multicast groups in linuxbridge  https://review.openstack.org/33337910:03
openstackgerritgengchc2 proposed openstack/neutron: spelling error:  https://review.openstack.org/34140010:04
*** eezhova has quit IRC10:05
*** annp has quit IRC10:08
*** markvoelker has joined #openstack-neutron10:09
*** swat30 has quit IRC10:11
*** swat30 has joined #openstack-neutron10:12
*** bvandewa has quit IRC10:12
*** fragatina has quit IRC10:12
*** davidsha_ has joined #openstack-neutron10:13
*** markvoelker has quit IRC10:13
*** tonytan4ever has joined #openstack-neutron10:14
*** nmagnezi has quit IRC10:14
*** devvesa has joined #openstack-neutron10:17
*** tonytan4ever has quit IRC10:19
*** gsagie has joined #openstack-neutron10:21
*** yamamot__ has quit IRC10:21
*** jamiec has quit IRC10:24
*** jamiec has joined #openstack-neutron10:25
*** nmagnezi has joined #openstack-neutron10:25
*** claudiub has joined #openstack-neutron10:27
*** boden has joined #openstack-neutron10:29
*** wolverineav has joined #openstack-neutron10:32
davidshaajo: ping10:32
*** lrichard has joined #openstack-neutron10:32
*** namnh has quit IRC10:34
*** moshele has quit IRC10:35
*** moshele has joined #openstack-neutron10:36
*** saggi1 has joined #openstack-neutron10:40
*** eezhova has joined #openstack-neutron10:40
*** rossella_s has quit IRC10:40
*** rossella_s has joined #openstack-neutron10:41
*** korzen has quit IRC10:41
*** thorst has joined #openstack-neutron10:41
*** hoangcx has quit IRC10:44
*** thorst has quit IRC10:46
*** obondarev has joined #openstack-neutron10:46
*** thorst_ has joined #openstack-neutron10:48
*** korzen has joined #openstack-neutron10:52
openstackgerritAnh Tran proposed openstack/neutron: Rollback port after failed to add it to router  https://review.openstack.org/34142710:57
*** wolverineav has quit IRC10:58
*** kobis1 has joined #openstack-neutron10:59
*** kobis has quit IRC10:59
*** baoli has joined #openstack-neutron10:59
*** EinstCrazy has quit IRC11:01
*** devvesa has quit IRC11:01
*** obondarev has quit IRC11:02
*** markvoelker has joined #openstack-neutron11:03
*** sambetts|afk is now known as sambetts|catinbo11:03
*** sambetts|catinbo is now known as sambetts|cat11:03
*** lrichard has quit IRC11:03
*** baoli has quit IRC11:06
*** markvoelker has quit IRC11:07
*** saju_m has joined #openstack-neutron11:07
*** lrichard has joined #openstack-neutron11:08
openstackgerritMingShuang Xian proposed openstack/neutron-vpnaas: Add external gateway port for VPN service  https://review.openstack.org/34139311:10
*** edand has quit IRC11:11
*** lucasagomes is now known as lucas-hungry11:13
*** wolverineav has joined #openstack-neutron11:15
openstackgerritAnn Taraday proposed openstack/neutron: [WIP] New engine facade from oslo_db: Step 3  https://review.openstack.org/33829511:16
*** lrichard has quit IRC11:19
*** devvesa has joined #openstack-neutron11:21
*** andymaier has joined #openstack-neutron11:24
*** lrichard has joined #openstack-neutron11:26
*** svenkat has joined #openstack-neutron11:28
*** moshele has quit IRC11:28
*** moshele has joined #openstack-neutron11:32
*** rossella_s has quit IRC11:33
*** lrichard has quit IRC11:34
openstackgerritWojciech Dec proposed openstack/neutron: Add name spaces initializing interface driver  https://review.openstack.org/33726311:34
*** wolverineav has quit IRC11:37
*** Murali has joined #openstack-neutron11:37
korzenjlibosva, Hi, have a sec?11:37
jlibosvakorzen: sure, how can I help?11:37
korzenI have question about DeclarativeObject in object base class11:38
* jlibosva opens source code11:38
*** wolverineav has joined #openstack-neutron11:38
*** obondarev has joined #openstack-neutron11:38
*** edand has joined #openstack-neutron11:39
korzenwhen you do the fields_no_update https://github.com/openstack/neutron/blob/master/neutron/objects/base.py#L21411:40
korzenI'm having fields declared in different objects: ['destination', 'subnet_id', 'tenant_id', 'nexthop', 'address', 'id']11:40
korzenfor example in Subnet object11:41
*** lrichard has joined #openstack-neutron11:41
korzenso it means that everything you add in cls.fields_no_update is transferred to another object11:41
*** davidsha has quit IRC11:42
jlibosvakorzen: what do you mean another objects? It's there just to remove duplicated entries11:43
korzenjlibosva, so the problem is that you can have name of fields in fields_no_update that are not even present in object11:43
jlibosvakorzen: e.g some column that is translated from db object?11:45
*** lrichard has quit IRC11:46
korzenjlibosva, for example: Subnet object consist Route object, Route object declares: primary_keys = ['destination', 'nexthop', 'subnet_id'], subnet object has primary_keys = ['id'] and when you inspect subnet.fields_no_update you can see the primary_keys of Route object inserted there:  ['destination', 'subnet_id', 'tenant_id', 'nexthop', 'address', 'id']11:47
*** wolverineav has quit IRC11:47
*** john-davidge_ has quit IRC11:48
*** rook has joined #openstack-neutron11:48
*** john-davidge has joined #openstack-neutron11:48
korzenjlibosva, so the values of previously declared fields_no_update is transferred to another object11:48
jlibosvakorzen: do you have the code on review?11:49
*** yamamoto has joined #openstack-neutron11:49
jlibosvakorzen: I see that only parent classes' fields_no_update should be accounted in child object11:49
korzenjlibosva, I can't because it do not pass UT ;)11:49
jlibosvakorzen: can you put Subnet and Route objects to pastebin"?11:50
korzenjlibosva, ok11:50
*** tpsilva has joined #openstack-neutron11:50
*** wolverineav has joined #openstack-neutron11:52
*** boden has quit IRC11:52
korzenjlibosva, what I want to do is to inspect the db_model and add tenant_id in cls.obj_extra_fields11:52
korzenjlibosva, but it is getting populated to every other object and fail to pass UT...11:53
korzenlet me get you the pastebin11:53
*** davidsha has joined #openstack-neutron11:56
*** wolverineav has quit IRC11:56
*** jhershbe_ has quit IRC11:56
*** prateek has quit IRC11:57
korzenjlibosva, http://paste.openstack.org/show/531653/11:57
korzenjlibosva, I have added there UT to see if tenant_id is added to obj_extra_fields11:58
korzenjlibosva, and it is getting added to every object in neutron objects tree :(11:58
korzenjlibosva, the DeclarativeObject should add it only for Subnet object11:59
*** sr__ has quit IRC12:00
korzenjlibosva, the line 6-8 in pastebin is execuing only when cls is subnet object12:00
*** tonytan4ever has joined #openstack-neutron12:00
*** sr__ has joined #openstack-neutron12:00
*** nyechiel has joined #openstack-neutron12:00
*** pece has joined #openstack-neutron12:01
*** fpan has joined #openstack-neutron12:02
*** boden has joined #openstack-neutron12:02
*** eddima1 has joined #openstack-neutron12:04
jlibosvakorzen: looking12:04
*** tonytan4ever has quit IRC12:05
*** eddima has quit IRC12:06
*** eddima1 is now known as eddima12:06
*** efoley has quit IRC12:06
*** rook has quit IRC12:06
jlibosvakorzen: aha! I didn't understand you added obj_extra_fields to declarative class12:06
jlibosvakorzen: I think it makes sense - let me explain12:07
jlibosvakorzen: you have a base class BaseClass that has obj_extra_fields = []12:07
jlibosvakorzen: you have class MyClass(BaseClass)12:07
openstackgerritMingShuang Xian proposed openstack/neutron-vpnaas: Add external gateway port for VPN service  https://review.openstack.org/34139312:08
*** bfernando has quit IRC12:09
jlibosvakorzen: before MyClass object is created, it calls the metaclass init method, which takes reference to your obj_extra_fields - but watch out, it's the one from BaseClass12:09
jlibosvakorzen: it adds to this list a new 'tenant_id' and after that it copies this list12:09
openstackgerritMingShuang Xian proposed openstack/neutron-vpnaas: [WIP] Add external gateway port for VPN service  https://review.openstack.org/34139312:09
jlibosvakorzen: that means, when you create MyClass, it adds an item to its parent12:09
jlibosvakorzen: you must copy the content first before you modify it12:10
*** gouthamr has joined #openstack-neutron12:10
jlibosvakorzen: the class attributes are not copied when inherited12:10
*** gouthamr has quit IRC12:10
jlibosvakorzen: I'd do on L6 from pastebin: obj_extra_fields_set = set(cls.obj_extra_fields)12:10
jlibosvaobj_extra_fields_set.add('tenant_id')12:11
jlibosvacls.obj_extra_fields = list(obj_extra_fields_set)12:11
jlibosvakorzen: does it make sense?12:11
*** pradk has joined #openstack-neutron12:11
*** saju_m has quit IRC12:11
korzenjlibosva, ok thanks, I will try12:12
korzenjlibosva, but the problem with inherited values in subnet.fields_no_update is still valud12:12
korzenvalid*12:12
*** ratailor has quit IRC12:13
*** lucas-hungry is now known as lucasagomes12:13
jlibosvakorzen: inherited from its parent?12:13
*** rook has joined #openstack-neutron12:14
korzenfrom synthetic fields like12:14
*** fzdarsky has joined #openstack-neutron12:14
korzenjlibosva, I will add an UT test for that, and ping you if it is still an issue12:15
jlibosvakorzen: alright, I hope I helped :)12:15
korzenjlibosva, will see ;)12:15
korzenjlibosva, thanks12:15
*** _oanson has joined #openstack-neutron12:17
*** saggi1 has quit IRC12:20
*** efoley has joined #openstack-neutron12:20
*** lrichard has joined #openstack-neutron12:22
*** wolverineav has joined #openstack-neutron12:22
*** lrichard has quit IRC12:23
*** lrichard has joined #openstack-neutron12:23
*** techcet has joined #openstack-neutron12:25
*** wolverineav has quit IRC12:27
*** djan has quit IRC12:29
*** bailin has joined #openstack-neutron12:29
*** eezhova has quit IRC12:30
*** techcet has quit IRC12:30
*** wolverineav has joined #openstack-neutron12:31
*** pradk has quit IRC12:32
*** jhershbe_ has joined #openstack-neutron12:33
*** efoley_ has joined #openstack-neutron12:35
*** wolverineav has quit IRC12:35
*** ranjithd has joined #openstack-neutron12:36
*** markvoelker has joined #openstack-neutron12:38
*** efoley has quit IRC12:38
*** mickeys has joined #openstack-neutron12:38
akamyshnikova_jschwarz, I think we should put our abstract on call-for-presentations, Kevin will be able to edit anytime before deadline, as you said. What do you think?12:39
*** grambb has joined #openstack-neutron12:39
jschwarzakamyshnikova_, sounds good to me12:40
*** theor has joined #openstack-neutron12:40
theorHi. Anyone knows what is the maximum amount of security-groups one can create in Neutron?12:40
*** ociuhandu has quit IRC12:41
*** eezhova has joined #openstack-neutron12:41
jschwarzakamyshnikova_, we need a title! :O12:41
akamyshnikova_jschwarz, :D12:41
*** tbachman has joined #openstack-neutron12:42
korzenjlibosva, yes, it worked, but another question, why we are adding primary_keys of base classes to fields_no_update in child class?12:42
*** gouthamr has joined #openstack-neutron12:43
openstackgerritMerged openstack/neutron: DVR: handle floating IP reassociation on the same host  https://review.openstack.org/33759112:43
*** mickeys has quit IRC12:43
korzenjlibosva, I have reworked the DeclarativeObject adding fields_no_update in similar way of obj_extra_fields we have discussed: http://paste.openstack.org/show/531669/12:46
*** ivasilevskaya has quit IRC12:47
*** eddima has quit IRC12:47
jlibosvakorzen: I'm back, was afk12:47
korzenjlibosva, and now 'id' is declared in objects like Route, SubnetpoolPrefix and other that are not declared in object12:47
*** c64cosmin has joined #openstack-neutron12:48
jlibosvakorzen: hm, good question, I guess primary keys are always non-updatable ?12:48
akamyshnikova_jschwarz, I guess if we put word 'scale' in title it will attract more people :)12:48
jlibosvakorzen: wrt 'id' - you mean objects that don't have 'id' fields now do have it?12:49
jschwarzakamyshnikova_, I like your thinking12:49
jschwarzakamyshnikova_, though the first title is too long I think.. what do you think of the second?12:50
*** itisha has joined #openstack-neutron12:51
akamyshnikova_jschwarz, I saw muck longer titles :D The second is good, so I think we use it12:51
jschwarzakamyshnikova_, okies :)12:52
*** jistr is now known as jistr|cowork12:53
jschwarzakamyshnikova_, Intermediate level?12:53
*** lrichard has quit IRC12:53
akamyshnikova_jschwarz, yep12:53
jschwarzakamyshnikova_, could you link me to the first paper you wrote on the races?12:54
*** ekuris has quit IRC12:55
akamyshnikova_jschwarz, I guess I will give a link for perfomance docs, one sec12:55
jschwarzyeah that's the one I meant12:55
*** irenab has quit IRC12:56
akamyshnikova_jschwarz, http://docs.openstack.org/developer/performance-docs/test_plans/neutron_features/l3_ha/test_plan.html and http://docs.openstack.org/developer/performance-docs/test_results/neutron_features/l3_ha/test_results.html12:56
*** wolverineav has joined #openstack-neutron12:56
*** jhershbe_ has quit IRC12:56
*** irenab has joined #openstack-neutron12:56
korzenjlibosva, I mean that in fields_no_update we will have extra fields name that does not exist in object model, for example 'id' in some classes12:57
jschwarzakamyshnikova_, I'll also post the review patch for the ALLOCATING one12:57
*** rossella_s has joined #openstack-neutron12:57
korzenjlibosva, primary keys are non-updatable but the question is why do we want to declare the fields from base class?12:58
akamyshnikova_jschwarz, that a good idea! it better than link for bug12:58
jschwarzakamyshnikova_, so our abstract is too long :P12:59
akamyshnikova_jschwarz, :O12:59
jlibosvakorzen: because you can have a super class and the subclass can just extend the superclass by adding more fields12:59
*** eddima has joined #openstack-neutron12:59
jschwarzakamyshnikova_, it's 1500 chars and we need 100012:59
akamyshnikova_jschwarz, we can remove the last sentence definitely13:00
*** rook has quit IRC13:00
*** eddima has quit IRC13:00
*** amuller has joined #openstack-neutron13:00
*** eddima has joined #openstack-neutron13:00
*** wolverineav has quit IRC13:01
*** mlavalle has joined #openstack-neutron13:01
*** moshele has quit IRC13:02
korzenjlibosva, ok I agree, but the subclass should do smth like fields_no_update += ['some_field'] and the full list should be taken from subclass not copied from parent13:02
*** jckasper has joined #openstack-neutron13:03
jschwarzakamyshnikova_, how's this?13:03
*** moshele has joined #openstack-neutron13:03
jschwarzakamyshnikova_, this is still 1186 chars though13:03
jlibosvakorzen: in declarative metaclass?13:03
korzenjlibosva, yes13:04
*** ivasilevskaya has joined #openstack-neutron13:04
*** _oanson has quit IRC13:04
jschwarzakamyshnikova_, this New Abstract in the etherpad is 992 chars :P13:05
akamyshnikova_jschwarz, seems even better than before :)13:05
jlibosvakorzen: then you would need to do something like: class Subclass(Superclass):13:05
jlibosvafields_no_update = list(Superclass.fields_no_update) + ['custom', 'fields']13:05
jschwarzakamyshnikova_, whoohoo!!13:05
jlibosvakorzen: with metaclass you just do: fields_no_update = ['custom', 'fields']13:06
jschwarzakamyshnikova_, need to pick 8 hashtags! I love hashtags!13:06
jlibosvakorzen: and metaclass takes care of all other magic13:06
jschwarzakamyshnikova_, I picked #Upstream #UserExperience #Neutron #Rally... anything else?13:06
*** theor has quit IRC13:06
*** wolverineav has joined #openstack-neutron13:07
*** sindhu has joined #openstack-neutron13:07
korzenjlibosva, magic like this line: https://github.com/openstack/neutron/blob/master/neutron/objects/base.py#L214?13:08
openstackgerritZhi Chang proposed openstack/neutron: Using default dns nameservers when creates subnet  https://review.openstack.org/34151213:08
*** jhershbe_ has joined #openstack-neutron13:08
akamyshnikova_jschwarz, this seems fine13:08
jlibosvakorzen: more likely the L21013:08
jlibosvakorzen: but yeah, that's part of the magic13:09
korzenjlibosva, loop in L210 should be removed from my point of view13:09
*** garyk has joined #openstack-neutron13:10
korzenjlibosva, the L214 is some dark magic that is declaring fields_no_update from synthetic_fields objects in 'parent' object13:10
*** links has quit IRC13:11
jlibosvakorzen: L214 is just there to eliminate duplicates13:11
*** bfernando has joined #openstack-neutron13:11
*** bfernando has quit IRC13:11
*** wolverineav has quit IRC13:12
*** pbandark has quit IRC13:13
*** fzdarsky has quit IRC13:13
*** baoli has joined #openstack-neutron13:14
*** bfernando has joined #openstack-neutron13:15
korzenjlibosva, ok I think I have to fill the bug and propose patch for that, because inappropriate fields are populated in fields_no_update from one object to parent object13:15
korzenfrom Route object to Subnet13:15
jlibosvakorzen: you sure it's not your patch? :)13:15
jlibosvaah, we already have Route in tree, sorry13:16
*** dane_leblanc has joined #openstack-neutron13:16
korzenjlibosva, yes13:17
itzikbcarl_baldwin: Can you please look at https://review.openstack.org/#/c/325889/?13:19
*** baoli_ has joined #openstack-neutron13:19
*** chlong has quit IRC13:20
*** pgadiya has quit IRC13:20
jlibosvakorzen: I see that NeutronDbObject has primary_keys = ['id']13:21
jschwarzakamyshnikova_, so I'm adding the speakers now13:21
*** ametts has joined #openstack-neutron13:21
jschwarzakamyshnikova_, I'm using your speaker info from the last summit13:21
akamyshnikova_jschwarz, sure13:21
*** ranjithd has quit IRC13:22
*** baoli has quit IRC13:22
jlibosvakorzen: but Route object doesn't define it for fields13:22
*** cleong has joined #openstack-neutron13:23
jschwarzakamyshnikova_, you should have a received a mail :)13:23
*** ranjithd has joined #openstack-neutron13:24
jschwarzakamyshnikova_, kevinbenton, it can still be editted if we so wish to13:24
akamyshnikova_jschwarz, already received :) Thanks!13:24
*** c64cosmin_ has joined #openstack-neutron13:25
*** wolverineav has joined #openstack-neutron13:25
*** c64cosmin has quit IRC13:25
*** c64cosmin_ is now known as c64cosmin13:26
*** julim has joined #openstack-neutron13:26
akamyshnikova_jschwarz, everything looks awesome :) I hope it will be chosen :)13:28
jschwarzakamyshnikova_, me too XD13:28
*** wolverineav has quit IRC13:29
*** tonytan4ever has joined #openstack-neutron13:30
*** julim has quit IRC13:32
*** julim has joined #openstack-neutron13:33
*** fpan has quit IRC13:33
*** julim has quit IRC13:34
*** julim has joined #openstack-neutron13:34
*** tonytan4ever has quit IRC13:34
*** wolverineav has joined #openstack-neutron13:35
korzenjlibosva, yes, and that is the problem or can it be?13:35
*** crose has joined #openstack-neutron13:35
*** tonytan4ever has joined #openstack-neutron13:36
korzenjlibosva, I guess that only corner case here is the situation when in parent class you declare fields_no_update as some field, and  in child class you want this field to be updatable13:37
*** ociuhandu has joined #openstack-neutron13:37
korzenjlibosva, and not even in child class but also in synthetic fields13:37
*** trevormc has joined #openstack-neutron13:38
korzenjlibosva, for example: subnet.fields('route', 'destination') and route.fields_no_update =['destination']13:38
*** jamesdenton has joined #openstack-neutron13:39
korzenjlibosva, the above will block in subnet the update of destination field, magic ;)13:39
jlibosvakorzen: I think the wrong is assuming that all NeutronDbObject models will have 'id'13:39
jlibosvakorzen: maybe we should add a condition to add primary_key to fields_no_update only if object actually implements 'id' as a field13:40
korzenjlibosva, niceo ne13:40
*** tonytan_brb has joined #openstack-neutron13:41
*** yamamoto has quit IRC13:41
*** boden has quit IRC13:41
*** tonytan_brb is now known as tonytan4ever_13:41
*** janzian has joined #openstack-neutron13:41
*** c64cosmin_ has joined #openstack-neutron13:42
openstackgerritAndreas Scheuring proposed openstack/neutron: [WIP] Merging portbinding and distributed portbinding table  https://review.openstack.org/34041013:42
*** lrichard has joined #openstack-neutron13:42
*** tonytan4ever has quit IRC13:43
*** amotoki has joined #openstack-neutron13:43
*** tonytan4ever_ has quit IRC13:44
*** andymaier has quit IRC13:44
*** tonytan4ever has joined #openstack-neutron13:45
*** c64cosmin has quit IRC13:45
*** wolverineav has quit IRC13:45
*** yamamoto has joined #openstack-neutron13:45
korzenjlibosva, ok so I will add :[fields_no_update_set.add(key) for key in base.primary_keys13:46
korzen if key in cls.fields]13:47
*** wolverineav has joined #openstack-neutron13:49
openstackgerritWojciech Dec proposed openstack/neutron: Add name spaces initializing interface driver  https://review.openstack.org/33726313:49
*** javeriak has quit IRC13:50
*** eezhova has quit IRC13:51
*** amotoki has quit IRC13:51
*** garyk has quit IRC13:51
*** jlanoux has quit IRC13:51
*** boden has joined #openstack-neutron13:54
*** lrichard has quit IRC13:54
*** javeriak has joined #openstack-neutron13:56
*** korzen has quit IRC13:57
*** wolverineav has quit IRC13:57
*** amotoki has joined #openstack-neutron13:58
*** pradk has joined #openstack-neutron13:58
*** neiljerram has quit IRC13:59
*** njohnston|sleep is now known as njohnston14:00
*** njohnston is now known as njohnston|sleep14:00
*** njohnston|sleep is now known as njohnston14:00
*** wolverineav has joined #openstack-neutron14:00
*** lrichard has joined #openstack-neutron14:01
*** lrichard has quit IRC14:01
*** lrichard has joined #openstack-neutron14:01
*** c64cosmin_ has quit IRC14:02
*** singhj has joined #openstack-neutron14:03
*** amotoki has quit IRC14:03
*** eezhova has joined #openstack-neutron14:07
*** yamahata has joined #openstack-neutron14:09
*** iyamahat has joined #openstack-neutron14:10
*** iyamahat has quit IRC14:10
*** neiljerram has joined #openstack-neutron14:11
*** alex_xu has quit IRC14:11
*** dasanind has joined #openstack-neutron14:11
*** alex_xu has joined #openstack-neutron14:12
jlibosvakorzen_: does it solve the issue you're seing?14:14
*** rossella_s has quit IRC14:14
*** sindhu has quit IRC14:15
*** fzdarsky has joined #openstack-neutron14:15
*** iyamahat has joined #openstack-neutron14:16
*** sindhu has joined #openstack-neutron14:17
openstackgerritDarek Smigiel proposed openstack/neutron: Added Deprecation Warning to models  https://review.openstack.org/33579214:18
*** wolverineav has quit IRC14:18
andreas_srkukura, Hi - if you have a minute - I was just wondering how distributed compute ports might work together with l2pop14:19
andreas_srkukura, I have the feeling that this might become challenging. If I get it right, agents set up rules like: mac reachable via vxlan-abc14:21
andreas_srkukura, but now there might be 2 rules, one for the source and one for the target hypervisor...14:21
*** jlanoux has joined #openstack-neutron14:23
*** sindhu has quit IRC14:25
*** akshai has joined #openstack-neutron14:26
*** markvoelker has quit IRC14:26
*** wolverineav has joined #openstack-neutron14:27
*** imcsk8|zZz is now known as imcsk814:30
*** nmagnezi has quit IRC14:31
*** dasanind_ has joined #openstack-neutron14:35
*** saju_m has joined #openstack-neutron14:35
*** dasanind has quit IRC14:35
*** bailin has quit IRC14:36
*** eilert has joined #openstack-neutron14:37
*** garyk has joined #openstack-neutron14:39
*** slaweq has quit IRC14:39
*** tidwellr1 has joined #openstack-neutron14:40
*** slaweq has joined #openstack-neutron14:40
*** amotoki has joined #openstack-neutron14:40
*** marst has joined #openstack-neutron14:40
*** moshele has quit IRC14:41
*** vishwanathj has joined #openstack-neutron14:42
*** gvrangan has joined #openstack-neutron14:43
*** moshele has joined #openstack-neutron14:44
*** markvoelker has joined #openstack-neutron14:44
*** garyk has quit IRC14:45
*** moshele has quit IRC14:46
*** lbrune has joined #openstack-neutron14:47
*** fnaval has quit IRC14:48
*** wolverineav has quit IRC14:48
openstackgerritNate Johnston proposed openstack/neutron-lib: [WIP] Generalize agent extension mechanism  https://review.openstack.org/34112214:49
openstackgerritNate Johnston proposed openstack/neutron-lib: [WIP] Generalize agent extension mechanism  https://review.openstack.org/34112214:50
*** garyk has joined #openstack-neutron14:50
*** jhershbe_ has quit IRC14:51
*** singhj has quit IRC14:52
*** shausy has quit IRC14:53
*** itzikb has quit IRC14:53
*** jhershbe has joined #openstack-neutron14:53
*** numan_ has quit IRC14:53
*** wolverineav has joined #openstack-neutron14:54
*** armax has joined #openstack-neutron14:55
*** gvrangan has quit IRC14:56
*** lrichard has quit IRC14:57
*** moshele has joined #openstack-neutron14:58
*** mars_toktonaliev has joined #openstack-neutron14:59
*** ijw has joined #openstack-neutron14:59
*** singhj has joined #openstack-neutron14:59
edandgaryk, hi can you please take a look https://review.openstack.org/#/c/338252/ thank you14:59
*** fnaval has joined #openstack-neutron14:59
*** lrichard has joined #openstack-neutron14:59
*** techcet has joined #openstack-neutron15:00
*** Leo_ has joined #openstack-neutron15:00
*** ijw has quit IRC15:00
*** wolverineav has quit IRC15:00
*** jistr|cowork is now known as jistr|mtg15:00
*** Leom has joined #openstack-neutron15:01
*** links has joined #openstack-neutron15:01
*** ijw has joined #openstack-neutron15:01
*** vishwanathj has quit IRC15:02
*** vishwanathj has joined #openstack-neutron15:02
*** vishwanathj has quit IRC15:03
*** vishwanathj has joined #openstack-neutron15:04
*** Leo_ has quit IRC15:05
*** banix has joined #openstack-neutron15:07
*** suresh1 has joined #openstack-neutron15:07
garyklama lo be keff15:09
*** mars_toktonaliev has quit IRC15:09
*** gvrangan has joined #openstack-neutron15:10
*** javeriak has quit IRC15:10
*** singhj has quit IRC15:10
*** ametts has quit IRC15:10
*** Suresh3423423 has quit IRC15:11
*** edand has quit IRC15:12
*** wolverineav has joined #openstack-neutron15:12
*** techcet has quit IRC15:16
*** vishwanathj has quit IRC15:17
*** vishwanathj has joined #openstack-neutron15:17
mlavalleamuller: ping15:18
openstackgerritNa Zhu proposed openstack/python-neutronclient: [WIP]Dynamic routing CLIs OSC transition  https://review.openstack.org/34076315:18
*** wolverineav has quit IRC15:18
*** daneyon has joined #openstack-neutron15:19
*** moshele has quit IRC15:19
*** eezhova has quit IRC15:20
*** jhershbe has quit IRC15:20
*** obondarev has quit IRC15:21
*** neiljerram has left #openstack-neutron15:21
*** sridharg has quit IRC15:21
*** wolverineav has joined #openstack-neutron15:21
*** neiljerram has joined #openstack-neutron15:21
*** saggi1 has joined #openstack-neutron15:22
*** ametts has joined #openstack-neutron15:23
*** saggi1 has quit IRC15:24
*** saggi1 has joined #openstack-neutron15:24
*** techcet has joined #openstack-neutron15:24
*** vthapar has quit IRC15:24
*** andreas_s has quit IRC15:25
*** lucas___ has joined #openstack-neutron15:26
*** jistr|mtg is now known as jistr15:27
*** pcaruana has quit IRC15:28
*** thumpba has joined #openstack-neutron15:28
*** wolverineav has quit IRC15:29
*** wolverineav has joined #openstack-neutron15:31
*** jhershbe has joined #openstack-neutron15:32
*** singhj has joined #openstack-neutron15:33
*** rcernin has quit IRC15:33
*** agireud has quit IRC15:34
*** Leom has quit IRC15:35
*** mordred has quit IRC15:35
*** prateek has joined #openstack-neutron15:35
*** nplanel has quit IRC15:37
*** banix_ has joined #openstack-neutron15:37
*** vikram has quit IRC15:38
*** wolverineav has quit IRC15:38
*** banix has quit IRC15:40
*** banix_ is now known as banix15:40
*** saggi1 has quit IRC15:40
*** mickeys has joined #openstack-neutron15:41
openstackgerritvenkata anil proposed openstack/neutron: Update in-memory firewall for only requested ports  https://review.openstack.org/33503715:41
*** sindhu has joined #openstack-neutron15:42
*** watanabe_isao has joined #openstack-neutron15:42
*** lucas___ has quit IRC15:43
*** prateek_ has joined #openstack-neutron15:43
*** anilvenkata has quit IRC15:44
*** wolverineav has joined #openstack-neutron15:45
*** prateek has quit IRC15:46
*** eezhova has joined #openstack-neutron15:46
*** mickeys has quit IRC15:46
*** sindhu has quit IRC15:46
*** lucas___ has joined #openstack-neutron15:47
*** lucas___ has quit IRC15:48
*** lucas____ has joined #openstack-neutron15:48
*** kobis1 has quit IRC15:48
openstackgerritWojciech Dec proposed openstack/neutron: Add name spaces initializing interface driver  https://review.openstack.org/33726315:49
*** iyamahat has quit IRC15:49
*** shashank_hegde has joined #openstack-neutron15:50
*** yamahata has quit IRC15:50
*** ametts has quit IRC15:50
*** Leo_ has joined #openstack-neutron15:51
*** Sukhdev_ has joined #openstack-neutron15:51
*** dasanind_ has quit IRC15:52
*** wolverineav has quit IRC15:52
*** wolverineav has joined #openstack-neutron15:52
*** iranzo has quit IRC15:52
openstackgerritHenry Gessau proposed openstack/neutron-lib: Add Neutron context module and some policy methods  https://review.openstack.org/30386715:53
*** jhershbe has quit IRC15:53
*** oshvartz has quit IRC15:54
*** watanabe_isao has quit IRC15:54
*** crose has quit IRC15:54
*** agireud has joined #openstack-neutron15:54
*** vishwanathj has quit IRC15:54
*** andreas_s_ has joined #openstack-neutron15:55
*** vishwanathj has joined #openstack-neutron15:55
*** watanabe_isao has joined #openstack-neutron15:57
*** julim_ has joined #openstack-neutron15:57
*** catintheroof has joined #openstack-neutron15:58
*** baoli_ has quit IRC15:59
*** amotoki has quit IRC15:59
*** julim has quit IRC16:00
*** ygbo has quit IRC16:00
*** eezhova has quit IRC16:00
*** rcernin has joined #openstack-neutron16:00
*** sputnik13 has quit IRC16:01
*** davideagnello has quit IRC16:01
bodenHenryG, dougwig: friendly reminder we have a few topics on the neutron-lib wiki for todays meeting: https://wiki.openstack.org/wiki/Network/Lib/Meetings#Open_Discussion16:02
*** janzian has quit IRC16:03
*** openstackgerrit has quit IRC16:03
*** bvandewa has joined #openstack-neutron16:04
*** openstackgerrit has joined #openstack-neutron16:04
*** amuller has quit IRC16:04
HenryGboden: ack, thanks16:05
*** tesseract- has quit IRC16:06
*** eddima has quit IRC16:06
*** mhickey has joined #openstack-neutron16:08
*** banix_ has joined #openstack-neutron16:08
*** obondarev has joined #openstack-neutron16:08
*** banix has quit IRC16:12
*** banix_ is now known as banix16:12
*** azbiswas has joined #openstack-neutron16:13
*** david-lyle has joined #openstack-neutron16:14
*** vikram has joined #openstack-neutron16:14
*** janzian has joined #openstack-neutron16:14
*** kobis has joined #openstack-neutron16:15
*** lrichard has quit IRC16:17
*** iyamahat has joined #openstack-neutron16:20
*** vikram has quit IRC16:20
*** jlibosva has quit IRC16:20
*** jlanoux has quit IRC16:21
*** yamahata has joined #openstack-neutron16:23
*** lbrune has quit IRC16:25
*** kawa2014 has quit IRC16:25
*** yfried has quit IRC16:26
*** prateek_ has quit IRC16:26
*** javeriak has joined #openstack-neutron16:26
*** devvesa has quit IRC16:28
*** mickeys has joined #openstack-neutron16:28
*** wolverineav has quit IRC16:28
*** marun has joined #openstack-neutron16:29
*** wolverineav has joined #openstack-neutron16:29
openstackgerritBrian Haley proposed openstack/neutron: Fix for check_vlan_transparency on mech drivers not called  https://review.openstack.org/34100316:31
*** lucasagomes is now known as lucas|afk16:33
*** wolverineav has quit IRC16:34
*** mohankumar has quit IRC16:36
*** kevo has quit IRC16:37
*** shashank_hegde has quit IRC16:38
openstackgerritJohn Davidge proposed openstack/neutron: [WIP] Enable CRUD for Subnet Service Types  https://review.openstack.org/33785116:39
*** banix_ has joined #openstack-neutron16:39
*** banix has quit IRC16:42
*** banix_ is now known as banix16:42
*** singhj has quit IRC16:45
*** edmondsw has quit IRC16:45
*** andreas_s_ has quit IRC16:46
*** ijw has quit IRC16:47
clarkbdougwig: before bed last night I kicked off a second run of the GBP tests and they failed again for me16:47
clarkbdougwig: I think its likely a test order thing16:47
*** davidsha has quit IRC16:48
*** bvandewa has quit IRC16:49
*** agireud has quit IRC16:49
*** kawa2014 has joined #openstack-neutron16:51
*** fragatina has joined #openstack-neutron16:52
*** fragatina has quit IRC16:52
*** mohankumar has joined #openstack-neutron16:52
*** dasanind has joined #openstack-neutron16:52
*** vishwanathj has quit IRC16:52
*** singhj has joined #openstack-neutron16:53
*** kobis has quit IRC16:53
*** fragatina has joined #openstack-neutron16:53
*** vishwanathj has joined #openstack-neutron16:53
dougwigclarkb: you're always using single-use nodes, right?  i've so far been able to get it to fail on the first run of a fresh node, and it works on every run after for me.16:53
clarkbdougwig: no, my test VM is being reused16:53
clarkbbut its also single cpu which will affect test grouping and ordering16:54
dougwigclarkb: ok, mine is 2 cpu and 4gb, and also kinda slow.16:54
*** lrichard has joined #openstack-neutron16:55
*** kobis has joined #openstack-neutron16:55
*** thumpba has quit IRC16:55
openstackgerritArmando Migliaccio proposed openstack/neutron: Fix cleanup logic for trunk tests  https://review.openstack.org/34167716:56
*** lucas____ has quit IRC16:56
*** edand has joined #openstack-neutron16:57
*** akshai has quit IRC16:57
*** yamamoto has quit IRC16:57
*** agireud has joined #openstack-neutron16:58
*** julim_ has quit IRC16:58
*** julim has joined #openstack-neutron16:59
*** lrichard has quit IRC16:59
*** ijw has joined #openstack-neutron17:00
rkukuraclarkb: FYI, summitnaiksatam successfully ran the GBP UTs on what I think was a brand new xenial VM. He may be able to suppy more detail when he is online. Also, we merged https://review.openstack.org/#/c/341299/1 which removed the testlib_api usage from GBP.17:00
*** obondarev has quit IRC17:00
*** lrichard has joined #openstack-neutron17:00
*** links has quit IRC17:01
clarkbrkukura: ya dougwig is able to run them successfully too just not consistently17:01
clarkbI think its likely you have some ordering issues in the tests and my setup tickles it more often than others17:01
rkukuraclarkb: thats possible17:02
*** akshai has joined #openstack-neutron17:02
openstackgerritArmando Migliaccio proposed openstack/neutron: Add new attributes to trunk model  https://review.openstack.org/34121717:02
rkukuraclarkb: curious whether the patch removing testlib_api usage changes anything for you17:03
*** sambetts|cat is now known as sambetts17:03
clarkbrkukura: let me grab it and restart the tests17:04
*** thumpba has joined #openstack-neutron17:04
*** edand has quit IRC17:04
*** kawa2014 has quit IRC17:04
clarkbrkukura: its running now will let you know the results when done17:04
*** lrichard has quit IRC17:05
*** Sukhdev_ has quit IRC17:05
*** aranjan has joined #openstack-neutron17:05
*** sambetts is now known as sambetts|cat17:06
*** baoli has joined #openstack-neutron17:07
*** lbrune has joined #openstack-neutron17:08
*** banix_ has joined #openstack-neutron17:10
*** nyechiel has quit IRC17:13
*** javeriak_ has joined #openstack-neutron17:13
*** banix has quit IRC17:13
*** banix_ is now known as banix17:13
*** kobis has quit IRC17:13
*** bfernando has quit IRC17:15
*** lrichard has joined #openstack-neutron17:15
*** fragatina has quit IRC17:15
*** tflynn has joined #openstack-neutron17:15
*** javeriak has quit IRC17:15
rkukuraclarkb: thanks17:16
*** wolverineav has joined #openstack-neutron17:17
*** wolverineav has quit IRC17:17
*** wolverineav has joined #openstack-neutron17:18
*** lucas___ has joined #openstack-neutron17:18
*** wolverineav has quit IRC17:18
*** wolverineav has joined #openstack-neutron17:19
*** lucas____ has joined #openstack-neutron17:19
*** marios is now known as marios|gone17:19
*** marios|gone is now known as marios17:19
*** prateek_ has joined #openstack-neutron17:20
*** luca_____ has joined #openstack-neutron17:20
*** dasanind has quit IRC17:21
*** luca_____ has quit IRC17:21
*** luca_____ has joined #openstack-neutron17:22
*** rkukura has quit IRC17:22
*** kevo has joined #openstack-neutron17:22
*** lucas___ has quit IRC17:22
*** lucas____ has quit IRC17:23
*** gvrangan has quit IRC17:24
*** abhiraut has joined #openstack-neutron17:24
*** gvrangan has joined #openstack-neutron17:26
*** lrichard has quit IRC17:26
*** singhj has quit IRC17:28
*** lbrune has quit IRC17:29
openstackgerritgaryk proposed openstack/neutron-lib: devref for public API docstring  https://review.openstack.org/34058017:31
*** abhiraut has quit IRC17:31
garykclarkb: i ahve spun up a xenial env and run the vmware_nsx unit tests. they pass.17:35
clarkbgaryk: see what dougwig reported we think its related to test order or similar less deterministic issue17:35
garykwhere did he report this?17:37
dougwiggaryk: scroll up.  :)17:37
clarkbin this channel about an hour ago17:37
*** banix_ has joined #openstack-neutron17:41
garykHenryG: bde17:41
garykHenryG: boden: any idea why we cannot approve patches in neutron-lib?17:42
*** Leo_ has quit IRC17:42
garykdougwig: i scrolled up and only saw one thing with testlib17:42
*** abhiraut has joined #openstack-neutron17:42
garyki rane the tests twice on a clean xenial setup and there were no failures. i have 4 vcpus17:42
garykshould i change to 1?17:42
*** shashank_hegde has joined #openstack-neutron17:43
*** lbrune has joined #openstack-neutron17:44
HenryGgaryk: http://lists.openstack.org/pipermail/openstack-dev/2016-June/098488.html17:44
*** rkukura has joined #openstack-neutron17:44
*** banix has quit IRC17:45
*** banix_ is now known as banix17:45
garykyesh, but since today cannot do a +WF.17:48
*** SumitNaiksatam has joined #openstack-neutron17:48
*** shivrao has joined #openstack-neutron17:52
*** vishwanathj has quit IRC17:52
*** vishwanathj has joined #openstack-neutron17:53
*** singhj has joined #openstack-neutron17:55
*** efoley_ is now known as efoley17:57
*** yamamoto has joined #openstack-neutron17:58
*** singhj has quit IRC17:59
*** ametts has joined #openstack-neutron18:00
*** lbrune has quit IRC18:01
*** agireud has quit IRC18:02
*** lbrune has joined #openstack-neutron18:02
*** s3wong has joined #openstack-neutron18:04
*** yamamoto has quit IRC18:04
*** sudipto has quit IRC18:04
*** wolverin_ has joined #openstack-neutron18:05
*** garyk has quit IRC18:05
*** swat30 has quit IRC18:06
*** agireud has joined #openstack-neutron18:07
*** aranjan has quit IRC18:07
*** swat30 has joined #openstack-neutron18:08
*** aranjan has joined #openstack-neutron18:08
*** wolverineav has quit IRC18:09
*** pcaruana has joined #openstack-neutron18:09
*** john-davidge has quit IRC18:10
*** luca_____ has quit IRC18:10
*** banix_ has joined #openstack-neutron18:12
*** lucas___ has joined #openstack-neutron18:12
*** aranjan has quit IRC18:13
*** lucas___ has quit IRC18:13
*** lucas___ has joined #openstack-neutron18:13
*** lbrune has quit IRC18:13
*** aranjan has joined #openstack-neutron18:13
*** banix has quit IRC18:15
*** banix_ is now known as banix18:15
*** sambetts|cat is now known as sambetts18:16
*** sambetts is now known as sambetts|afk18:16
*** wolverin_ has quit IRC18:17
*** wolverineav has joined #openstack-neutron18:18
*** jaimguer has joined #openstack-neutron18:18
*** tidwellr1 has quit IRC18:18
*** mordred has joined #openstack-neutron18:19
*** neil_ has joined #openstack-neutron18:20
*** abhiraut has quit IRC18:21
*** vishwanathj has quit IRC18:22
*** neiljerram has quit IRC18:23
*** banix has quit IRC18:23
*** ametts has quit IRC18:24
*** lucas___ has quit IRC18:24
*** nyechiel has joined #openstack-neutron18:25
*** azbiswas has quit IRC18:27
*** javeriak_ has quit IRC18:28
*** ametts has joined #openstack-neutron18:28
*** gvrangan has quit IRC18:29
*** prateek has joined #openstack-neutron18:30
*** dasanind has joined #openstack-neutron18:30
*** prateek_ has quit IRC18:32
*** lucas___ has joined #openstack-neutron18:33
*** mickeys has quit IRC18:33
*** lbrune has joined #openstack-neutron18:33
*** dasanind has quit IRC18:33
*** Leom has joined #openstack-neutron18:34
*** dasanind has joined #openstack-neutron18:35
*** abhiraut has joined #openstack-neutron18:35
jschwarzkevinbenton, ping18:36
*** lucas___ has quit IRC18:37
*** Swami has joined #openstack-neutron18:37
*** elopez__ has joined #openstack-neutron18:38
*** nyechiel has quit IRC18:39
*** tonytan4ever has quit IRC18:40
*** elopez_ has quit IRC18:40
openstackgerritKumar Acharya proposed openstack/neutron: delete event payload  https://review.openstack.org/34091118:40
*** dasanind has quit IRC18:41
clarkbrkukura: it still failed for me18:42
*** Sukhdev has joined #openstack-neutron18:42
clarkbrkukura: so ya likely not related to that code path and instead related to some other inter test dependency or conflict18:42
*** dasanind has joined #openstack-neutron18:42
rkukuraclarkb: Any obvious difference than yesterday?18:42
rkukuraclarkb: If you run one of the failing tests individually, does it pass?18:43
clarkbrkukura: no its still failing about the same number of tests18:43
clarkbrkukura: I haven't tried that but dougwig did and said they do pass that way18:43
openstackgerritWojciech Dec proposed openstack/neutron: Add name spaces initializing interface driver  https://review.openstack.org/33726318:45
*** jaimguer has quit IRC18:46
*** kobis has joined #openstack-neutron18:46
*** singhj has joined #openstack-neutron18:48
*** rdo has joined #openstack-neutron18:49
*** akshai has quit IRC18:49
kevinbentonjschwarz: pong18:50
jschwarzkevinbenton, hey, how are you?18:50
jschwarzkevinbenton, I can be online for an hour now or tomorrow morning before the deadline if you want to make changes18:51
jschwarzto the submisson, that is18:51
*** kobis has quit IRC18:52
*** david-lyle has quit IRC18:53
kevinbentonjschwarz: it looks pretty good. I'll shoot you an email if I think of anything and you can change it in the morning18:53
jschwarzkevinbenton, ack :)18:53
jschwarzbe in touch then18:53
jschwarznn18:53
*** prateek_ has joined #openstack-neutron18:53
*** mhickey has quit IRC18:54
*** baoli has quit IRC18:54
*** ijw has quit IRC18:56
*** stackempty has joined #openstack-neutron18:56
stackemptyhello ..18:56
stackemptyanyone here ..18:57
*** prateek has quit IRC18:57
*** ociuhandu has quit IRC18:57
dasmstackempty: someone is here.18:58
*** gouthamr has quit IRC18:59
*** mordred has quit IRC18:59
stackemptyok .. so i need help yeah .. it kinda takes a while for floating ips to be unreachable after dissociating them from instances ..18:59
*** gouthamr has joined #openstack-neutron18:59
*** elo has joined #openstack-neutron18:59
stackemptydo u have any idea what could be wrong ..?18:59
*** mriedem has joined #openstack-neutron18:59
stackemptya very long while .. like 15 minutes long.18:59
mriedemcarl_baldwin: what's the plan for tempest testing with this? https://review.openstack.org/#/c/299591/18:59
mriedemcarl_baldwin: is a new job required for deferred ip allocation?19:00
*** sindhu has joined #openstack-neutron19:00
*** yamamoto has joined #openstack-neutron19:00
stackemptyeven though its been dissociated ..and i can see that from the api .. but the IP still responds to pings.19:00
dasmstackempty: what do you mean? you have fip assigned to vm? then you're disassociating it from vm. for 15 mins you're able to reach vm by this ip?19:01
*** baoli has joined #openstack-neutron19:01
stackempty@dasm yup ..19:01
stackempty15 mins after its been dissociated .. the vm is still reachable by the floating IP.19:01
dasmstackempty: how are you disassociating fip?19:02
stackemptyvia the api ..19:02
stackemptyi query back .. and see its gone .. but when i ping .. it still responds ..19:02
stackemptyand i can still get into the VM in question.19:03
*** sindhu has quit IRC19:03
carl_baldwinmriedem: I think it makes sense to have a tempest test.  I had a discussion with mlavalle about 2 weeks ago about it.  He is working with someone to create such tests.19:04
*** akshai has joined #openstack-neutron19:05
*** yamamoto has quit IRC19:05
stackempty@dasm .. and then i see this quite a lot in the linuxbridge logs ... Skipping ARP spoofing rules for port xxxx because it has port security disabled19:06
*** banix has joined #openstack-neutron19:06
mriedemcarl_baldwin: ok, the build abort/rescheduling on failure stuff scares me a bit19:06
mriedemcarl_baldwin: i tried to get caught up on that change,19:07
mriedemsounds like we don't want to abort the build if ip allocation fails, we just reschedule and it's cool19:07
*** iranzo has joined #openstack-neutron19:07
*** iranzo has joined #openstack-neutron19:07
*** bvandewa has joined #openstack-neutron19:07
carl_baldwinmriedem: It certainly isn't ideal.  It won't be until John's prep work to move stuff to the conductor is done.19:07
mriedemand if i create a server with 2 nics, one is deferred ip allocation and another is not, and the deferred ip allocatoin port fails, nova *should* deallocate the other nic19:07
mriedembefore rescheduling19:07
carl_baldwinmriedem: I haven't tried that but I could.19:08
mriedemi'd feel much more comfortable...19:08
*** moshele has joined #openstack-neutron19:08
*** parora has joined #openstack-neutron19:10
*** suresh1 has quit IRC19:11
carl_baldwinmriedem: I'll give it a go and report on what happens.19:12
dasmstackempty: i quickly tested this behavior against openstack (i think liberty release). i was pinging vm, and when i've disassociated fip, it immediately timeouted.19:13
*** prateek_ has quit IRC19:13
carl_baldwinmriedem: Any other scenarios that you can think of?19:13
dasmstackempty: you probably should submit a bug for this, and add all the information: which version, reproduction steps, etc.19:14
stackemptyok .. thanks .. i use mitika tho ..19:14
mriedemcarl_baldwin: that's the main one19:15
stackemptyand when i clear the arp cache on the server i'm pinging from .. it stops responding ..19:15
stackempty ip -s -s neigh flush all19:15
mriedemunrelated - for anyone - does neutron send a vif updated event when you add or modify a fixed IP on a port?19:15
mriedemhttps://bugs.launchpad.net/nova/+bug/160247519:15
openstackLaunchpad bug 1602475 in OpenStack Compute (nova) "Inconsistent Network info data on port update" [Undecided,Incomplete] - Assigned to Nachi Ueno (nati-ueno)19:15
carl_baldwinmriedem: ok, I'll brainstorm a bit with mlavalle too.  Tests are in the works.19:16
openstackgerritAradhana Singh proposed openstack/neutron: Refactoring config options for ml2 config opts  https://review.openstack.org/34022819:16
*** bvandewa has quit IRC19:19
*** tidwellr has joined #openstack-neutron19:20
openstackgerritRyan Tidwell proposed openstack/neutron: Fill in trunk_details on port resource  https://review.openstack.org/33470019:21
*** banix has quit IRC19:21
*** agireud has quit IRC19:22
*** banix has joined #openstack-neutron19:25
*** agireud has joined #openstack-neutron19:27
*** kobis has joined #openstack-neutron19:28
*** sindhu has joined #openstack-neutron19:28
*** azbiswas has joined #openstack-neutron19:28
*** bvandewa has joined #openstack-neutron19:28
*** kobis has quit IRC19:29
*** efoley has quit IRC19:29
*** kobis has joined #openstack-neutron19:29
*** saju_m has quit IRC19:29
*** eilert has quit IRC19:30
*** saju_m has joined #openstack-neutron19:30
openstackgerritRyan Tidwell proposed openstack/neutron-dynamic-routing: Fix bug for Permission denied  https://review.openstack.org/33366819:30
openstackgerritRyan Tidwell proposed openstack/neutron-dynamic-routing: WIP Create tempest plugin for neutron-dynamic-routing  https://review.openstack.org/33531019:30
*** parora has quit IRC19:31
* tbachman looks for clarkb19:33
*** azbiswas has quit IRC19:33
*** dasanind has quit IRC19:33
*** lbrune has quit IRC19:34
*** edmondsw has joined #openstack-neutron19:34
*** pcaruana has quit IRC19:35
*** lrichard_ has joined #openstack-neutron19:37
*** boden has quit IRC19:37
*** gvrangan has joined #openstack-neutron19:37
*** moshele has quit IRC19:39
*** lucas___ has joined #openstack-neutron19:41
*** fpan has joined #openstack-neutron19:42
*** lucas___ has quit IRC19:44
openstackgerritArmando Migliaccio proposed openstack/neutron-lib: Add tool to track migration to neutron-lib  https://review.openstack.org/34177319:46
*** can8dnSix has joined #openstack-neutron19:47
*** moshele has joined #openstack-neutron19:47
*** fpan has quit IRC19:50
*** stackempty has quit IRC19:51
*** gvrangan has quit IRC19:52
*** bvandewa has quit IRC19:53
*** vishwanathj has joined #openstack-neutron19:54
*** eilert has joined #openstack-neutron19:55
openstackgerritPablo Iranzo Gómez proposed openstack/neutron-lib: Add validator to test integers  https://review.openstack.org/33723719:58
*** moshele has quit IRC19:58
*** sr__ is now known as sr_foxley19:59
*** sr_foxley is now known as sbalukoff19:59
*** dasanind has joined #openstack-neutron19:59
*** yamamoto has joined #openstack-neutron20:02
*** boden has joined #openstack-neutron20:04
*** garyk has joined #openstack-neutron20:04
*** sindhu has quit IRC20:04
*** sindhu has joined #openstack-neutron20:06
*** nyechiel has joined #openstack-neutron20:06
*** catintheroof has quit IRC20:07
*** yamamoto has quit IRC20:07
*** dasanind has quit IRC20:08
*** dasanind has joined #openstack-neutron20:09
*** techcet has quit IRC20:10
garykkevinbenton: can you please look at https://review.openstack.org/33810420:11
*** techcet has joined #openstack-neutron20:13
*** bvandewa has joined #openstack-neutron20:14
*** singhj has quit IRC20:15
*** gvrangan has joined #openstack-neutron20:16
openstackgerritBrian Haley proposed openstack/neutron: DVR: Fix ItemAllocator class to handle exceptions  https://review.openstack.org/34179420:16
kevinbentongaryk: lgtm20:16
*** techcet has quit IRC20:17
garykgracias20:17
*** tonytan4ever has joined #openstack-neutron20:17
openstackgerritHenry Gessau proposed openstack/neutron: Add retry decorator to dhcp_ready_on_ports  https://review.openstack.org/34179520:17
*** singhj has joined #openstack-neutron20:18
*** mickeys has joined #openstack-neutron20:18
*** mickeys has quit IRC20:18
*** mickeys has joined #openstack-neutron20:19
*** garyk has quit IRC20:23
*** neophy has joined #openstack-neutron20:24
*** ijw has joined #openstack-neutron20:24
*** gvrangan has quit IRC20:25
*** dasanind has quit IRC20:25
*** ijw_ has joined #openstack-neutron20:27
*** garyk has joined #openstack-neutron20:27
*** ijw has quit IRC20:28
*** Murali has quit IRC20:29
*** grassass has quit IRC20:30
*** ijw_ has quit IRC20:30
*** Murali has joined #openstack-neutron20:30
*** ijw has joined #openstack-neutron20:30
*** julim has quit IRC20:30
*** xgerman has quit IRC20:30
*** dasanind has joined #openstack-neutron20:30
*** xgerman has joined #openstack-neutron20:31
*** bvandewa has quit IRC20:34
*** bvandewa has joined #openstack-neutron20:35
*** kobis has quit IRC20:35
openstackgerritWojciech Dec proposed openstack/neutron: Add name spaces initializing interface driver  https://review.openstack.org/33726320:38
*** sindhu has quit IRC20:39
openstackgerritSlawek Kaplonski proposed openstack/neutron: [WIP] Add QoS bandwidth limit for instance ingress traffic  https://review.openstack.org/30362620:40
*** banix has quit IRC20:40
openstackgerritSlawek Kaplonski proposed openstack/neutron: Add QoS bandwidth limit for instance ingress traffic  https://review.openstack.org/30362620:41
openstackgerritAradhana Singh proposed openstack/neutron: DHCP Auto Scheduling for Segments  https://review.openstack.org/33371620:41
*** dasanind has quit IRC20:41
*** david-lyle has joined #openstack-neutron20:43
*** rahuls has quit IRC20:43
*** garyk has quit IRC20:44
*** david-lyle has quit IRC20:47
*** gvrangan has joined #openstack-neutron20:47
*** banix has joined #openstack-neutron20:49
*** neophy has quit IRC20:49
*** azbiswas has joined #openstack-neutron20:49
*** david-lyle has joined #openstack-neutron20:49
*** garyk has joined #openstack-neutron20:50
*** azbiswas_ has joined #openstack-neutron20:51
openstackgerritMerged openstack/neutron-fwaas: add "reject" action to firewall rule doesn't work for postgresql  https://review.openstack.org/33796320:51
*** banix has quit IRC20:54
*** azbiswas has quit IRC20:54
*** sindhu has joined #openstack-neutron20:55
*** marst has quit IRC20:57
*** cleong has quit IRC20:57
*** marst has joined #openstack-neutron20:57
*** julim has joined #openstack-neutron20:58
*** can8dnSix has quit IRC20:59
*** aranjan_ has joined #openstack-neutron21:01
*** ijw has quit IRC21:01
rawlingaryk: following up on https://review.openstack.org/#/c/341212/1/neutron/services/trunk/plugin.py - do you think it's better to just pass the trunk OVO rather than the dict?21:01
*** nyechiel has quit IRC21:01
*** david-lyle__ has joined #openstack-neutron21:02
garykrawlin: yes, i think that we should pass the object.21:03
*** aranjan has quit IRC21:04
*** yamamoto has joined #openstack-neutron21:04
*** aranjan_ has quit IRC21:04
*** aranjan__ has joined #openstack-neutron21:04
*** trevormc has quit IRC21:04
*** jamesdenton has quit IRC21:05
*** sindhu has quit IRC21:08
*** aranjan__ has quit IRC21:08
*** yamamoto has quit IRC21:09
*** ijw has joined #openstack-neutron21:10
*** thumpba has quit IRC21:10
*** lrichard_ has quit IRC21:11
*** lrichard_ has joined #openstack-neutron21:12
*** yamahata has quit IRC21:12
*** neil_ has quit IRC21:13
*** nlahouti has joined #openstack-neutron21:13
*** neiljerram has joined #openstack-neutron21:14
openstackgerritRyan Tidwell proposed openstack/neutron: Fill in trunk_details on port resource  https://review.openstack.org/33470021:14
*** Swami has quit IRC21:17
*** svenkat has quit IRC21:18
*** garyk has quit IRC21:20
*** iranzo has quit IRC21:20
*** ociuhandu has joined #openstack-neutron21:20
openstackgerritMerged openstack/neutron: Ensure deferred IP fails when host is provided no IP allocated  https://review.openstack.org/33924721:20
*** thorst_ has quit IRC21:21
*** thorst_ has joined #openstack-neutron21:23
*** lrichard_ has quit IRC21:23
*** nlahouti has quit IRC21:24
*** nlahouti has joined #openstack-neutron21:24
*** vishwanathj has quit IRC21:25
*** watanabe_isao has quit IRC21:25
*** vishwanathj has joined #openstack-neutron21:25
*** sindhu has joined #openstack-neutron21:25
*** thorst__ has joined #openstack-neutron21:26
*** thorst_ has quit IRC21:28
*** david-lyle__ has quit IRC21:28
*** garyk has joined #openstack-neutron21:29
*** rossella_s has joined #openstack-neutron21:31
*** thorst__ has quit IRC21:31
*** marst has quit IRC21:32
*** baoli has quit IRC21:33
*** tonytan4ever has quit IRC21:35
*** claudiub has quit IRC21:36
*** elopez__ has quit IRC21:37
*** sindhu has quit IRC21:39
*** vishwanathj has quit IRC21:41
*** vishwanathj has joined #openstack-neutron21:41
*** ozialien10 has quit IRC21:43
*** rcernin has quit IRC21:43
*** ozialien10 has joined #openstack-neutron21:44
*** garyk has quit IRC21:45
*** Swami has joined #openstack-neutron21:45
*** ociuhandu has quit IRC21:46
*** nlahouti1 has joined #openstack-neutron21:48
*** nlahouti has quit IRC21:48
*** nlahouti1 has quit IRC21:51
*** nlahouti has joined #openstack-neutron21:51
*** boden has quit IRC21:52
*** fzdarsky has quit IRC21:53
*** rossella_s has quit IRC21:53
*** garyk has joined #openstack-neutron21:53
*** abhiraut has quit IRC21:54
*** garyk has quit IRC21:56
*** sindhu has joined #openstack-neutron21:56
*** elopez has joined #openstack-neutron21:57
*** vishwanathj has quit IRC21:57
*** elopez is now known as Guest7348721:58
*** garyk has joined #openstack-neutron21:58
dhellmannarmax : regarding https://bugs.launchpad.net/neutron/+bug/1600281 I'd like to sort out the stable branch for neutron-lib by either backporting 0.0.2 into the branch or doing something to ensure that 0.0.1 works22:00
openstackLaunchpad bug 1600281 in neutron "ImportError: No module named api" [Medium,New]22:00
*** shivrao has quit IRC22:00
*** nlahouti has quit IRC22:01
armaxdhellmann: ok, let me pull dougwig in22:01
*** garyk has quit IRC22:01
*** nlahouti1 has joined #openstack-neutron22:01
*** garyk has joined #openstack-neutron22:01
armaxdhellmann: bear with me22:02
dhellmannarmax : sure. I vaguely remember this happening, but not why.22:02
*** jaimguer has joined #openstack-neutron22:02
*** iyamahat has quit IRC22:02
*** sinh has quit IRC22:02
*** akshai has quit IRC22:03
*** Guest73487 has quit IRC22:03
*** mriedem has quit IRC22:03
*** apevec has joined #openstack-neutron22:03
apevecarmax, dhellmann - so git merge 0.0.3 on stable/mitaka neutron-lib ?22:04
*** Guest73487 has joined #openstack-neutron22:04
*** iyamahat has joined #openstack-neutron22:04
dhellmannapevec : that's one option, and I guess then we'd tag 0.0.4?22:04
apevecyeah, we'd need new mitaka release22:05
dhellmannapevec : are the changes up to 0.0.3 all good stable backport candidates?22:05
apevecthen that neutron backport which was revert could be restored22:05
*** aranjan has joined #openstack-neutron22:05
*** yamamoto has joined #openstack-neutron22:05
*** sindhu has quit IRC22:06
dhellmannthat would be good, I hate the idea that we've reverted a fix because of this :-/22:06
*** thorst_ has joined #openstack-neutron22:06
dhellmannapevec : do you want to go ahead and propose the change to merge 0.0.3 into stable/mitaka, and we'll see how that does in the gate?22:07
*** mickeys has quit IRC22:08
dhellmannis neutron-lib even used by neutron in mitaka? maybe that's why we didn't worry about this?22:08
*** mickeys has joined #openstack-neutron22:08
apevecit is, that's why we noticed backport didn't work :)22:08
dhellmannok22:08
*** jaimguer has left #openstack-neutron22:09
dhellmannah, I see, the 0.0.2 version was tagged and then added to the releases repo retroactively22:10
*** akshai has joined #openstack-neutron22:10
*** aranjan has quit IRC22:10
*** shivrao has joined #openstack-neutron22:10
*** thorst_ has quit IRC22:11
*** thorst__ has joined #openstack-neutron22:11
*** abhiraut has joined #openstack-neutron22:11
*** yamamoto has quit IRC22:11
*** akshai has quit IRC22:12
*** janzian has quit IRC22:12
*** mickeys has quit IRC22:13
apevecarmax, 0.0.1..0.0.3 has few commits with "blueprint neutron-lib" but that just means 0.0.1 currently in stable/mitaka is just not usable?22:13
*** Leom has quit IRC22:13
apevecanyway, I'll propose git merge 0.0.3 and we can discuss in the review22:13
apevecI wonder how that will look like in gerrit?22:14
*** thorst_ has joined #openstack-neutron22:14
armaxapevec: dougwig and HenryG should be aware, they are the ones who handle these things, let me make sure they are on the same page22:14
*** gouthamr has quit IRC22:15
apevecarmax, should I leave that merge review to them?22:15
dougwigreading22:15
*** shivrao has quit IRC22:15
* HenryG also reading22:15
*** sinh has joined #openstack-neutron22:15
*** thorst__ has quit IRC22:15
dougwigdhellmann: it'd be safe to pull the latest neutron-lib release into mitaka. there have been no backwards compat changes.  i have some internal questions about whether a stable/ branch of neutron-lib even makes sense, versus just versioning into pypi. it's effectively branchless, the way we run it.22:16
dhellmanndougwig : ok, let's get the current situation sorted out and then we can resolve the stable branch question -- in general we require them for all of our official libraries because of the way we manage dependencies22:17
*** singhj has quit IRC22:18
*** thorst_ has quit IRC22:18
dhellmanndougwig : you're also using the stable:follows-policy tag for that lib right now, fwiw22:18
dougwigdhellmann: ok, then i'd favor pulling 0.2.0 into mitaka.22:18
dhellmannthe further we go up the chain the harder it is to find a new version number we can use22:19
dhellmannif we stop at 0.0.3 then we can tag 0.0.422:19
dhellmannif we go to 0.2.0 we have to actually tag that as 0.3.0, we have to deal with any dependency changes, and we have to skip 0.3.0 on master22:20
dougwigdhellmann: let me peek at the differences.22:20
apevecalso there might have been g-r sync which added non-mitaka version in requirements.txt22:20
dhellmannright22:20
*** ametts has quit IRC22:20
HenryGIf a release of neutorn-lib has requirements that exceed the upper-constraints of mitaka, then it can't be used, right?22:21
dhellmannHenryG : that's right22:21
dougwiglooks like between 0.0.3..0.2.0 is just constants, test changes, and requirements.  those constants will likely cause backport issues, but then, we can also workaround those directly (hardcode). so 0.0.4 off of 0.0.3 seems safe.22:21
dougwigdhellmann: ^^22:22
dhellmannHenryG : to clarify, it can't use anything that is not also part of mitaka22:22
*** singhj has joined #openstack-neutron22:22
dhellmanndougwig : ok, that sounds like a good plan then22:22
dhellmannapevec : what do you think?22:22
apevecyes, that looks safest choice, 0.0.3 was still close enough22:22
HenryGdhellmann: ack, is there a (simple) way of checking?22:22
openstackgerritBrandon Logan proposed openstack/neutron: Filter out subnets on different segments for dhcp  https://review.openstack.org/33936522:23
apevecand I checked all requirements.txt are still mitaka22:23
dhellmanndougwig : to be precise, the plan is to merge 0.0.3 into stable/mitaka and then tag the results as 0.0.4 -- we need the release from the stable branch22:23
dhellmannHenryG : I imagine there's a way to invoke pip with the requirements.txt file of the version we want and the constraints file of stable/mitaka, but I don't know the syntax for that off the top of my head. If things are set up properly, apevec's patch should trigger it in the CI system22:24
HenryGdhellmann: thanks again22:24
dhellmannsure thing, and thanks everyone for coming together on a plan so quickly :-)22:24
dhellmannI'll watch for the release request for 0.0.422:25
openstackgerritRawlin Peters proposed openstack/neutron: Add context and trunk to subport add/remove event payload  https://review.openstack.org/34121222:25
apevecdhellmann, ah (you are not allowed to upload merges)22:25
apevecsays gerrit22:25
dhellmannapevec : hmm. we might need help from someone in infra, then22:25
*** Leo_ has joined #openstack-neutron22:25
HenryGAnd in the future we should tag stable releases of neutron-lib?22:25
dhellmannapevec : how many patches is it?22:26
*** shivrao has joined #openstack-neutron22:26
*** singhj has quit IRC22:26
dhellmannHenryG : yes, your governance tags say you want to. as things stand right now, there's no room for a new version number on that branch. after we merge 0.0.3 in, we can tag 0.0.4 and continue with new 0.0.X versions after that as needed22:26
apevecdhellmann, 1622:26
*** saju_m has quit IRC22:26
dhellmannso we could cherry pick them and approve the series; cherry pick them and squash them; or ask infra to help with the merge22:27
apevecgit log: http://paste.openstack.org/show/532247/22:27
dhellmann16 doesn't seem like so many to approve 1 by 122:27
apevecdhellmann, yes, those are the options22:27
dhellmannarmax, dougwig : do you have a preference? ^^22:27
dhellmannHenryG : ^^22:27
*** Leo_ has quit IRC22:28
*** neil_ has joined #openstack-neutron22:28
*** daneyon has quit IRC22:28
dhellmannapevec : you could skip the requirements update entirely, so that's 15 :-)22:28
*** sindhu has joined #openstack-neutron22:28
apevecmerge squash is 43 files changed, 3217 insertions(+), 733 deletions(-)22:29
dougwigdhellmann: can't we in theory push a merge commit to gerrit from a topic branch to stable/mitaka?22:29
dhellmanndougwig : permission for that is restricted22:29
dougwigi think i have the ACLs for that on neutron repos.22:29
dhellmannwe don't generally want merges like this22:29
dhellmannoh, ok, cool maybe you can do it then22:29
dougwigsimilar to this process: http://docs.openstack.org/infra/manual/drivers.html#merge-feature-branch-into-master22:29
dhellmannapevec : ^^22:30
apevecah cool, use the power then22:30
HenryGdougwig: will the hacking checks bite us?22:30
* dhellmann shields his eyes22:30
apevecit will be still review22:30
*** dane_leblanc has quit IRC22:30
apevecso we'll have CI on it right?22:31
dougwigHenryG: i don't think neutron uses them yet, but we should test it.22:31
dougwigin mitaka22:31
* armax braces for impact22:31
openstackgerritBrandon Logan proposed openstack/neutron: Filter out subnets on different segments for dhcp  https://review.openstack.org/33936522:32
*** neiljerram has quit IRC22:32
*** aranjan has joined #openstack-neutron22:33
*** pradk has quit IRC22:34
*** tonytan4ever has joined #openstack-neutron22:35
*** mickeys has joined #openstack-neutron22:36
dougwigapevec HenryG dhellmann armax: in theory, https://review.openstack.org/#/c/341832/ is the merge review.22:36
dougwigthey're funky, since you don't see the auto-merged stuff in the diff.22:36
apevecright, only conflict resolution22:36
dhellmanndougwig : nice22:36
apevecI'll add my stable-maint +2 there but we need tonyb on this22:37
*** garyk has quit IRC22:37
openstackgerritRawlin Peters proposed openstack/neutron: Add context and trunk to subport add/remove event payload  https://review.openstack.org/34121222:37
dhellmannit would be good to have some details in the commit message explaining why the merge is being done (to allow a new point release containing updates needed for whatever fix was previously reverted, and to allow future point releases from the stable branch)22:38
apevecgood point dougwig ^22:38
openstackgerritMerged openstack/neutron: ML2: don't use IntegrityError for duplicate detection  https://review.openstack.org/33810422:38
*** mlavalle has quit IRC22:38
apevecdhellmann, I'll quote you :)22:38
dhellmannapevec : CC-BY 2.0 ;-)22:39
dhellmannwe could also include a Closes-Bug reference to that bug22:39
dhellmannhttps://bugs.launchpad.net/neutron/+bug/160028122:40
openstackLaunchpad bug 1600281 in neutron mitaka "ImportError: No module named api" [Medium,New]22:40
dhellmannapevec , dougwig ^^22:40
dougwigok, here comes patchset 3.22:40
*** tonytan4ever has quit IRC22:41
dhellmannsorry22:41
dougwigdhellmann: ok, how's that?22:41
dhellmann+122:41
dougwigaside from my missing 'g'.22:41
dhellmannwhat's a little typo among friends?22:42
dougwigdepends on what file contains the typo.  :)22:43
*** apevec has quit IRC22:43
*** apevec has joined #openstack-neutron22:44
*** apevec has quit IRC22:44
*** apevec has joined #openstack-neutron22:44
dhellmannso true22:44
dougwigapevec: i saw a -1 on the review, but your comment is blank.  do you want a change?22:44
apevecdougwig, what dhellmann said22:44
dhellmanndougwig : I think he was copying my comments from irc22:45
apeveclooks like my dsl dropped in the bad moment22:45
dougwigno worries.  let's see what our pal jenkins has to say, then we can make a release patch.22:45
apevecdougwig, ah no it's there, inline https://review.openstack.org/#/c/341832/1//COMMIT_MSG@922:46
dhellmannI'll look for that in the morning, it's time for dinner here. Thanks again for the quick response to this, dougwig & armax !22:46
*** iyamahat has quit IRC22:47
*** tpsilva has quit IRC22:48
*** garyk has joined #openstack-neutron22:50
*** garyk has quit IRC22:52
openstackgerritBrandon Logan proposed openstack/neutron: Filter out subnets on different segments for dhcp  https://review.openstack.org/33936522:54
*** nlahouti1 has quit IRC22:54
*** nlahouti has joined #openstack-neutron22:54
openstackgerritMerged openstack/neutron: Add retry decorator to dhcp_ready_on_ports  https://review.openstack.org/34179522:56
*** apevec has quit IRC22:57
*** garyk has joined #openstack-neutron22:57
*** garyk1 has joined #openstack-neutron23:01
*** garyk has quit IRC23:01
*** singhj has joined #openstack-neutron23:01
*** nlahouti has quit IRC23:01
*** nlahouti has joined #openstack-neutron23:01
openstackgerritClenimar Filemon proposed openstack/python-neutronclient: Create a Session if no one is provided  https://review.openstack.org/33087923:02
*** iyamahat has joined #openstack-neutron23:03
*** john51_ has quit IRC23:04
*** john51 has joined #openstack-neutron23:04
*** garyk1 has quit IRC23:04
*** garyk has joined #openstack-neutron23:06
*** bradjones has quit IRC23:06
*** nlahouti1 has joined #openstack-neutron23:07
*** nlahouti has quit IRC23:07
*** singhj has quit IRC23:07
*** yamamoto has joined #openstack-neutron23:07
*** bradjones has joined #openstack-neutron23:07
*** bradjones has quit IRC23:07
*** bradjones has joined #openstack-neutron23:07
*** tonytan4ever has joined #openstack-neutron23:08
*** jckasper has quit IRC23:08
*** mickeys has quit IRC23:10
*** mickeys has joined #openstack-neutron23:10
*** garyk has quit IRC23:12
*** garyk1 has joined #openstack-neutron23:12
*** mickeys has quit IRC23:12
*** mickeys has joined #openstack-neutron23:13
*** yamamoto has quit IRC23:13
*** tonytan4ever has quit IRC23:15
*** garyk1 has quit IRC23:15
*** tonytan4ever has joined #openstack-neutron23:15
*** garyk has joined #openstack-neutron23:15
openstackgerritRyan Tidwell proposed openstack/neutron: get_trunk_by_port_id() RPC for OVS trunk driver  https://review.openstack.org/33928323:16
openstackgerritRyan Tidwell proposed openstack/neutron: WIP Add openvswitch driver and callback handlers  https://review.openstack.org/34184623:16
*** garyk has quit IRC23:18
*** fpan has joined #openstack-neutron23:21
*** garyk has joined #openstack-neutron23:22
*** ijw has quit IRC23:24
*** edmondsw has quit IRC23:26
*** garyk has quit IRC23:27
*** yamahata has joined #openstack-neutron23:27
*** sindhu has quit IRC23:30
*** garyk has joined #openstack-neutron23:31
*** garyk has quit IRC23:32
*** ijw has joined #openstack-neutron23:33
*** garyk has joined #openstack-neutron23:33
*** yuanying_off is now known as yuanying23:37
*** nlahouti1 has quit IRC23:38
*** nlahouti has joined #openstack-neutron23:38
*** watanabe_isao has joined #openstack-neutron23:41
openstackgerritArmando Migliaccio proposed openstack/neutron-lib: Document release steps for neutron-lib  https://review.openstack.org/33526123:42
*** djan has joined #openstack-neutron23:45
*** garyk has quit IRC23:47
*** nlahouti has quit IRC23:49
*** garyk has joined #openstack-neutron23:49
*** nlahouti has joined #openstack-neutron23:49
*** nlahouti1 has joined #openstack-neutron23:51
*** nlahouti has quit IRC23:51
*** garyk has quit IRC23:51
*** garyk1 has joined #openstack-neutron23:51
openstackgerritOpenStack Proposal Bot proposed openstack/neutron: Updated from global requirements  https://review.openstack.org/33991223:53
*** nlahouti1 has quit IRC23:54
*** tonytan4ever has quit IRC23:54
*** nlahouti has joined #openstack-neutron23:54
*** garyk1 has quit IRC23:57
*** Sukhdev has quit IRC23:58
*** sbalukoff_ has joined #openstack-neutron23:58
*** Sukhdev has joined #openstack-neutron23:59

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