13:00:58 #startmeeting openstackclient 13:00:58 Meeting started Thu Jan 12 13:00:58 2017 UTC and is due to finish in 60 minutes. The chair is dtroyer. Information about MeetBot at http://wiki.debian.org/MeetBot. 13:00:59 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 13:01:01 The meeting name has been set to 'openstackclient' 13:01:29 Good Thursday OSC-ers, anyone here yet? 13:01:37 o/ 13:01:38 o/ 13:01:51 courtesy ping: dhellmann, rtheis, stevemar, sheel,, thingee, ankur-gupta-f 13:02:06 hi dtroyer and RuiChen 13:02:38 hi huanxuan :) 13:03:20 OK, let's get started. 13:03:37 #link https://etherpad.openstack.org/p/osc-weekly-meeting 13:03:49 that is the agenda, which I was just filling out a few minutes ago... 13:04:24 basically, right now we are focused on a couple of things toward getting two more releases before the freeze in a couple of weeks 13:04:28 #topic releases 13:05:21 We want to make a release soon, this week yet if possible, that fixes all of the SDK issues so the blacklists for SDK 0.9.11 and 0.9.12 can be removed 13:05:39 o/ 13:05:47 There are currently a couple of new-ish issues getting in the way of that 13:06:05 yes 13:06:11 can stevemar or huanxuan summarize that for us? (I've only skimmed the scrollback so far) 13:06:51 yeah, some guys report bugs about 0.9.2 sdk in channel yesterday 13:07:20 yes, jiahui was fix them 13:07:20 huanxuan: you can summarize the current gate issues :) 13:07:29 ((RuiChen, you mean 0.9.12?)) 13:07:44 yes, sorry 0.9.12 13:08:25 stevemar: the current gate issues is about the unit test... 13:09:50 huanxuan: i think there are 2 gate issues with unit tests? 13:10:00 huanxuan: one for test_image: https://review.openstack.org/#/c/419445/ 13:10:18 and another about Network qos rule 13:10:18 yes, and two for test_network_qos_rule 13:10:33 you can see one of them here: https://review.openstack.org/#/c/419067/ 13:10:48 I think ralonsoh_ is working on them now 13:10:55 I can reproduce the qos rule one locally 13:11:16 weird how that got merged! 13:11:20 huanxuan: I'm on it 13:11:37 because it only fails when scp_mark=0 13:11:40 dscp_mark 13:11:50 yes, I guess it is 13:11:50 and it's random 13:12:30 http://logs.openstack.org/45/419445/1/check/gate-python-openstackclient-python27-ubuntu-xenial/db77b56/console.html#_2017-01-12_12_37_46_480826 13:12:53 Note that I found two errors in qos rule 13:13:27 the second one is also caused by scp_mark=0 right? 13:13:33 both 13:13:55 ok, thank you ralonsoh_ 13:14:09 huanxuan: i think they are the qos rule create and set? both trying to set dscp_mark=0 ? 13:14:49 do we have a fix proposed for that yet? 13:15:06 dtroyer: no, ralonsoh_ is on it 13:15:19 ok, I'll keep a watch out for it 13:15:22 yes 13:15:23 we could skip the tests if necessary? 13:15:33 looks like huanxuan is on the image test already 13:15:45 yes, but not sure it works 13:16:02 I am trying to do that 13:16:24 that's another one that is racy, it passed the original review a number of times 13:17:23 I am concerned that we are refactroing a bit too aggressively and making tests that step on each other when run in parallel 13:18:11 have to step away for a bit, sorry 13:18:34 https://review.openstack.org/#/c/419445/ has already failed py27 unit tests 13:19:00 with the qos failure 13:19:12 * dtroyer sigs 13:19:17 I saw it, it failed by the qos rule 13:19:20 we may need to hit both in a single review? 13:19:44 ralonsoh_: what is your estimate for fixing the qos unit tests? 13:19:55 15 mins 13:20:10 i'm passing the test locally 13:20:16 ok, cool. let's run that and if we can merge it we'll swing back and get the image test 13:20:32 ok 13:20:44 back 13:20:45 if it doesn't get through the check due to the image test, lets go ahead and merge the two reviews 13:21:45 we don't need to wait for all jobs to finish… does everyone know how to check the results as it runs? 13:22:19 you can see results here http://status.openstack.org/zuul/ as they run, just type in the project name or patch number :) 13:22:45 yes, thanks stevemar 13:22:56 thanks stevemar 13:23:12 the unit tests are fairly quick so we'll see a failure soon-ish 13:23:20 yes 13:23:27 I see it 13:23:56 thank you 13:24:04 ok, after the unit tests are clear, we think the functional tests are too now, correct? 13:24:12 yeah 13:24:36 sorry for the delay. QoS fix: https://review.openstack.org/#/c/419461/ 13:24:53 thank you ralonsoh 13:24:54 \o/ 13:24:58 nice! thank you ralonsoh 13:25:48 thank you ralonsoh 13:25:58 so https://review.openstack.org/419129 needs to merge first, then https://review.openstack.org/418650 should be clear. at which point we can remove the requirements change and merge that and be done with the skips 13:26:22 _that_ is when I am proposing we do the next release 13:26:34 I'm looking at the release notes in parallel to all of this 13:27:12 so there may be the traditional relnote cleanup to merge last and that'll be the release commit (if we need it) 13:27:29 so far it looks good, we're doing much better at the release notes! 13:27:31 we've been fixing the rel notes before merging 13:27:37 ;) 13:28:23 oh one more bug should be fixed before releasing... 13:28:26 https://review.openstack.org/#/c/418221/ 13:28:56 I have a new idea about it 13:29:00 that, however, is not a proper fix 13:29:16 RuiChen: whats the new idea? 13:29:19 we have to hack around auth plugin stuffs already due to o-c-c 13:29:25 RuiChen: nice job investigating so far 13:29:31 how about add a new global option --legacy-networking=true/false, user decide which one he want talk to neutron or nova-network, we only need to do small modification in is_network_endpoint_enabled() 13:29:40 thank you, stevemar 13:30:45 There is no OS_NETWORK_API_VERSION=1 now (Neutron started at v2), we could use that as the trigger 13:31:15 changing the default now is huge though, and is likely to break things, so we would have to queue that for osc 4 13:31:15 you mean OS_NETWORK_API_VERSION=1 is nova-network? 13:31:26 for osc 13:31:37 dtroyer: do users normally set OS_NETWORK_API_VERSION=1 to use nova-net? 13:31:47 in theory yes 13:31:57 ha, theory 13:32:04 we've never made them do it before :) 13:32:06 although our code doesn't recognize v1, so making it do that to force using nova-net would not break anything 13:32:18 stevemar: no, that doesn't do anything now 13:32:33 we rely soley on the sc, which needs auth, which… 13:34:06 can we catch the exception and retry with real credentials? 13:34:34 sc => service catalog (to get the authentication information) 13:34:58 if we had real credentials it would work already, this fails when those are not present. 13:35:00 correct? 13:35:01 oh right, this only happens if there is no auth information right? 13:35:31 we support no auth to show help message now 13:35:31 so modifying the is_network_endpoint_enabled() check in client manager to fall back to api version if no sc might work 13:35:47 RuiChen: right, and we need to keep it that way as much as possible 13:37:20 the current question is that we pass usename and others to Token class 13:37:57 these merge the fake token and correct user options 13:38:37 stevemar: can I submit a change to ksa that removes all of the extra arg checking? that causes more problems than it helps I think… 13:38:59 token can just ignore username, and phase_of_moon for that matter if it doesn't want to see them 13:39:30 bah, you'd have to bug jamie to see what he set it up that way, probably for backwards compat reasons 13:39:34 will jamielennox die with frustration? :) 13:40:11 arggg... this is a tough one 13:40:21 it forces us to filter out everyhting a user may have lying around that the current auth type can't deal with. that is a plugin function. 13:40:38 maybe I split them into two layers and we get to bypass the comatibility-checking layer 13:41:10 I think we only care about required-but-missing, not unwanted-but-present args 13:41:33 to clarify what i said earlier, this only happens if authentication info is present (since it conflicts), if there are none then we are all clear 13:41:38 anyway, thats for another day, and we'd still have to fight through o-c-c to do it too 13:41:55 going back to my catch and retry idea 13:42:13 ok, yeah 13:42:35 can we catch the TypeError and retry by removing the TOKEN and URL ? 13:42:37 so catch and remove auth info altogether? 13:42:50 that too 13:42:53 lets try it 13:43:24 ok, I will try it 13:44:12 ralonsoh_: https://review.openstack.org/419461 cleared unit tests! 13:44:57 nice 13:45:09 dtroyer: perfect! 13:46:04 ok, so I also wanted to ask about https://review.openstack.org/#/c/418183/ and if that needs to get into the first release 13:46:22 more SDK bits 13:48:16 no idea :) 13:49:27 I'll test it locally on sdk 0.9.12 and find out... 13:50:07 thank you dtroyer 13:50:11 so to summarize, we have a list for the first release that includes unit test fixes, functional test fixes, and at least one more bug fix. 13:50:12 ok, sound good 13:50:35 we may be close getting that out this week yet, so likely Monday for that release 13:50:54 ok 13:51:11 sounds good, \o/ 13:51:25 then we do another one that contains the remvol of the sdk blacklists (which have to get through in between) 13:51:35 and that's stable/ocata 13:51:38 phew! 13:52:04 much smoother than stable/newton ! :) 13:52:19 did i just bring back nightmares for you dtroyer? :) 13:52:22 so anything else that anyone wants in the stable/ocata branch needs to be ready to go by wednesday next week 13:52:42 * dtroyer has an auto-block set for triggery-things 13:52:55 actually I want to implement more cinder v2 command 13:53:09 how close is that huanxuan? 13:53:20 https://review.openstack.org/#/c/414197/ 13:53:24 the encryption-* stuff is close! 13:53:35 ok, yes, that should be doable 13:53:35 yes 13:53:46 thingee: and i have been reviewing it as it goes 13:53:58 https://bugs.launchpad.net/python-openstackclient/+bug/1655624 13:53:58 Launchpad bug 1655624 in python-openstackclient "implement cinder "get-pools" and "get-capabilities" commands in OSC" [Undecided,New] - Assigned to aohuanxuan (huanxuan-ao) 13:54:02 we can work that once we make the release proposal, we don't need to wait for the final merges 13:54:07 I report a bug for the last two commands 13:55:02 But not sure it make sense or not 13:55:13 * dtroyer looking 13:55:31 I'll respond in the bug, not sure about 'volume backend' but it may be ok 13:55:46 ok 13:55:49 huanxuan: regarding the manage/unmanage commands, what happened there? 13:55:56 we have 5 minutes left 13:56:01 i think we did volume manage, but not anything else? 13:56:22 there is: volume manage, snapshot manage, volume unmanage, snapshot unmanage 13:56:29 yes 13:56:46 i think smcginnis had issues with it, or someone did? 13:56:47 I plan to let jiahui and zhiyong help me about those 13:57:11 sorry, I have a question about OSC version and bug fix 13:57:21 ok please 13:57:35 for example, Mitaka OpenStack adopt OSC version [1.8.0, 2.3.0], if a bug in current master impact the stable version 2.3.0, what we should do? 13:57:53 release 2.3.1 or latest version to ship the fix? 13:58:05 Our downstream team face the bug https://bugs.launchpad.net/python-openstackclient/+bug/1560157 13:58:05 Launchpad bug 1560157 in python-openstackclient ""openstack network list" fails with "An SSL error occurred."" [Medium,Fix released] - Assigned to Richard Theis (rtheis) 13:58:19 they want an official osc release to fix the bug, but not the latest version, because some new commands maybe can't use in Mitaka OpenStack, and the bug block whole the networking commands in SSL config. 13:58:30 we _really_ do not want to get stuck on requiring a mitaka OSC for mitaka clouds, but encourage everyone to use current OSC 13:59:10 Hey folks, seems like you out of time, right? 13:59:22 one minute yet on my clock 13:59:23 :) 13:59:34 Ok, sorry 13:59:35 RuiChen: we can talk in -sdks 13:59:37 RuiChen: let's move that to -sdks 13:59:38 yes 13:59:42 ok 13:59:48 ok 13:59:49 thank you everyone! 13:59:50 thank you everyone 13:59:56 thank you ! 13:59:58 #endmeeting