17:00:12 #startmeeting Designate 17:00:13 Meeting started Wed Feb 17 17:00:12 2016 UTC and is due to finish in 60 minutes. The chair is mugsie. Information about MeetBot at http://wiki.debian.org/MeetBot. 17:00:14 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 17:00:17 The meeting name has been set to 'designate' 17:00:18 #topic Roll Call 17:00:20 o/ 17:00:31 o/ 17:00:31 o/ 17:00:46 o/ 17:00:47 federico3: ekarlso Kiall courtesy ping 17:00:50 o/ 17:01:03 o/ 17:01:20 #topic Action Items from last week 17:01:44 midcycle was last week! 17:02:02 yup - how are the action items coming from that? 17:02:06 heya 17:02:16 :) 17:02:26 i think we can skip this for this week 17:02:38 #topic Bug Triage (timsim - recurring) 17:02:50 is the meetbot dead 17:02:52 ? 17:02:58 #hrlp 17:03:00 #help 17:03:14 i think it might be 17:03:17 Oh well 17:03:22 meh - lets continue 17:03:27 * timsim really needs to investigate https://bugs.launchpad.net/designate/+bug/1516355 17:03:27 Launchpad bug 1516355 in Designate ""RecordSet not found" while trying to update NS Pool" [Undecided,New] - Assigned to Tim Simmons (timsim) 17:03:46 If someone else has time and wants to do that, feel free, but I'll try and do that this week. 17:04:01 https://bugs.launchpad.net/designate/+bug/1541603 17:04:02 Launchpad bug 1541603 in Designate "No multiple errors returned simultaniously if there is a invalid record type error" [Undecided,New] 17:04:13 triaged, m3, high 17:04:21 assign to me if it is not assigned 17:04:32 I think I knwo where the error is 17:04:36 K 17:04:36 https://bugs.launchpad.net/designate/+bug/1543729 17:04:37 Launchpad bug 1543729 in Designate "CLI requires domain name to be first, rather than anywhere" [Undecided,New] 17:04:50 high, triaged 17:05:02 nothing liuke a live demo to find bugs 17:05:03 Yea, that was embarassing for mugsie ;) 17:05:07 Is that a client bug? 17:05:10 yeah 17:05:10 yea 17:05:14 I'll move it 17:05:14 I filed in the wrong place 17:05:23 thats embarassing for Kiall 17:05:30 https://bugs.launchpad.net/designate/+bug/1544358 17:05:30 Launchpad bug 1544358 in Designate "Designate should 400 on a SPF record data with trailing backlash" [Undecided,New] 17:05:30 tsk tsk Kiall 17:05:43 Not as embarrassing as writing on a wall though right mugsie? 17:05:49 did a fix go in for that? 17:05:51 damn it 17:05:52 I thought I saw one 17:06:06 timsim: 17:06:20 Kiall: there was a fix, but that bug remains 17:06:22 test for it appears to be failing https://review.openstack.org/#/c/278801/ 17:06:41 oh, a test but no fix. OK 17:06:49 OK, High, Triaged 17:06:51 High, 3 17:07:15 agreed 17:07:19 Also 17:07:27 does it apply to TXT too? 17:07:35 I'd bet it does 17:07:56 actually I think it doesn't 17:08:14 Wel- SPF rdata is defined as "go look at the TXT defintion" 17:08:51 So, there's likely a bug somewhere (us or dnspython) if the data is treated differently. 17:08:58 ummm, well i had tests using the same dataset for both spf and txt recordsets. 17:09:36 ok - add the potential for issues in TXT to the bug, and whoewver fixes it should test both 17:09:47 + 17:09:55 cool 17:10:05 This one...https://bugs.launchpad.net/designate/+bug/1546437 17:10:05 Launchpad bug 1546437 in Designate "Unable to restart the keystone services" [Undecided,New] 17:10:08 https://bugs.launchpad.net/designate/+bug/1546437 17:10:16 lol 17:10:36 Move to keystone? 17:10:43 Sure 17:10:48 Its a bug in our contrib/vagrant 17:10:50 so, no 17:10:57 how is it a bug in that? 17:11:11 it breaks in that. not in clean devstack 17:11:25 therefor, a problem in ours. 17:11:26 CentOS? 17:11:32 we dont have CentOS in contrib/vagrant... 17:11:51 It's 100% not us 17:11:58 oh, i have seen it this week in our devstack plugin in anycase 17:12:15 using the contib/vagrant 17:12:27 Yea, we pull in the keystone code.. 17:12:28 fwiw, I have to comment out the centos bits in the contrib/vagrant Vagrantfile to get it to build 17:12:35 not sure if that is releated 17:12:38 Move to keystone ;) 17:12:41 related* 17:12:43 elarson: you mean fedore? 17:12:46 fedoar? 17:12:49 its not keystone 17:12:49 wow 17:12:57 yeah federer 17:13:17 corell linux 17:13:23 keystones requirements are not specifing tightly enough the oslo.config version they need.. the trace is clealy keystone code. 17:14:01 they specify them exactly like us ;) 17:14:06 from global reqs 17:14:29 looks like we should bump the minimum for global requirements 17:14:49 Okay.. I'm still at a loss what we can do about the keystone devstack code and/or keystone code and/or keystone requirements? 17:14:49 It's not a designate issue ;) 17:14:50 stevemar++ 17:15:19 we can see why it fails when using our contrib/vagrant and not in openstack-dev/devstack 17:15:28 looks like it should be 3.2.0 at minimum: https://github.com/openstack/oslo.config/commit/f5e2fab3ae5af5bd47fe3526a73f13fbaa27c1f0 17:15:58 mugsie: all we do in vagrant is clone devstack and prep a localrc, it not related. 17:16:03 hmm... global requirements already has a minimum... 3.4.0 17:16:05 https://github.com/openstack/requirements/blob/master/global-requirements.txt#L95 17:16:31 it could tbe the localrc 17:16:47 that is also in the docs, (linked in verbatim) 17:16:49 wha... liberty version... 17:17:01 we didn't use "deprecated_reason" in liberty 17:17:31 ah. we may not be specifiying the brannch in our localrc then 17:17:38 the example localrc 17:18:03 yeah, something mucky going on there 17:18:05 anyway - I will look at it this week 17:18:06 i'll comment 17:18:19 Alright, I'll assign to you mugsie 17:18:24 #action mugsie to look at bug/1546437 17:18:30 lets move on 17:18:30 * stevemar remains quiet 17:18:40 That's all the bugs 17:18:49 #topic Designate/Neutron Integration Update (mlavalle - recurring) 17:18:54 mugsie: hi 17:18:56 mlavalle: over to you 17:19:01 thanks 17:19:21 Last week we merged the code for Nova and its unit tests 17:19:36 so we are really in the home stretch of this effort 17:19:56 (cake) 17:20:06 great :) 17:20:09 Last night I pushed for review the chapter I am adding to the OpenStack Networking Guide 17:20:29 https://review.openstack.org/#/c/280957 17:20:39 i saw that - it is in my reading list :) 17:20:48 I added Kiall and mugsie to the reviewers 17:21:10 Last night it passed Jenkins tests and I am already getting reviews 17:21:14 Yea, I saw it pop by this morning, but haven't dig in yet 17:21:18 dug* 17:21:29 That's awesome mlavalle 17:21:32 so, we will make Mitaka 17:21:41 \o/ 17:21:46 do we need to add anything to clients ? 17:21:56 yea, mlavalle thats excellent :) 17:22:03 w00t. that's right, I just said w00t 17:22:17 mugsie: I am adding support to the Neutron client 17:22:31 cool - thats all we should need, right? 17:22:37 it's a minor thing. Excpect a commit over the next couple of days 17:22:44 mugsie: yeah, that's all 17:22:46 We also exposed a bug in nova ;) It was generating invalid host names for display name inputs.. 17:22:59 Kiall: yeah, that was great 17:23:13 I'm just glad the fix wasn't a revert since it was gate breaking ;) 17:23:28 Kiall: btw, thanks for your help. I was away on vacation 17:23:31 that day 17:23:37 yeah, lucky it was only intermitent 17:23:48 I don't think I helped? lol 17:24:04 that's all I have for today 17:24:04 I don't remember helping! 17:24:18 Kiall: you were present and rechecked one of the patchsets 17:24:38 any more questions for mlavalle ? 17:24:39 oh, fair enough .. :) 17:24:52 thanks guys! 17:24:58 Nope, just \o/ - years in the making and nearly wrapped up thanks to mlavalle :) 17:25:09 ok - thanks mlavalle ! 17:25:12 #topic Stable Backport Triage (kiall - recurring) 17:25:18 http://paste.openstack.org/show/487301/ 17:25:25 2 weeks of changes this week, due to midcycle 17:25:26 * mlavalle runs to another meeting 17:25:50 As usual, take a few.. nominate anything we need to backport 17:25:54 0022fd8 Ensure ZoneManager emits valid objects 17:26:18 24c957b Merge "Added Keystone and RequestID headers to CORS middleware"? maybe? did that exist in L? 17:27:09 no, and that is a feature 17:28:03 any others? 17:28:03 Well - CORS middleware landed in L I think 17:28:52 did it? 17:28:56 huh 17:29:00 so it did 17:30:10 eh, it can go back, I am not pushed either way 17:30:18 And, it's broke when you actually try use it 17:30:18 (that fix fixes it..) 17:30:18 That it then? 17:30:19 So, any others?Just the 1? the 2? 17:30:21 this thing on? 17:30:33 wow - IRC lag and a half.. 17:30:38 yeah I'm super lagged 17:30:49 wow 17:31:06 SO.. where were we? lol.. just the 2? just the 1 17:31:08 ? 17:31:08 that just sploded with loads of text 17:31:11 yeah, just 2 17:31:17 freenode was netsplitting during the day 17:31:26 #action kiall to BP 0022fd8 Ensure ZoneManager emits valid objects 17:31:37 any takers on the other? 17:31:42 Easier for me to BP my own chnage ;') 17:31:47 yeah, looks like wherever irccloud connects from is dying atm 17:31:53 i will do the cors one 17:31:55 K 17:32:06 #action mugsie bp 24c957b 17:32:16 (not that the bot is recording anything ;)) 17:32:25 #topic sonuk: tempest plugin implementation 17:32:33 sonuk: around? 17:32:39 yes 17:32:50 how are you getting on with the tempest plugin? 17:33:04 do you need anything from anyone? 17:33:04 i did it locally its working fine . 17:33:25 i need to move functional test to plugin 17:34:15 OK, cool 17:34:24 i did it locally its working fine . 17:34:25 #topic Open Discussion 17:34:27 IRCcloud fail ^ 17:34:45 any off agenda items? 17:34:53 yea, small one.. 17:34:54 Vote for summit talks? 17:34:58 +1 17:35:02 sonuk: if you can submit the plugin by itself, then I can help move functional tests over 17:35:20 I split some of the non pool conf -> DB specific changes out of that patch, so we can start landing stuff as I write more code/tests etc 17:35:21 fyi, I've started passing people on the left in the hallways. thanks hpe 17:35:35 elarson: lol, always pass on the left! 17:36:10 Kiall: cool. there is one there that is failing (and I need :P ) 17:36:19 the AttributeList one 17:36:33 pglass: thanks. i can move it as i have done it locally and its working fine 17:36:34 heh, I'll fix. 17:36:56 I should be updating the scheduler today at somepoint 17:37:29 anything else? 17:37:47 or am i just lagged and talking to myself 17:37:47 not me from 17:37:50 WTF 17:37:57 I can't type today at all 17:38:17 I have a real big wall beside me - if I wrote on that would people see it? :P 17:38:31 I would... 17:38:33 might be more effient than freenode right now 17:39:00 lol. I think we're all done here. 17:39:05 cool 17:39:09 #endmeeting