Wednesday, 2016-11-23

*** yanyanhu has joined #openstack-zaqar01:29
*** tqtran has quit IRC02:21
openstackgerritFei Long Wang proposed openstack/zaqar-specs: Add tests for zaqar specs  https://review.openstack.org/40104002:25
openstackgerritFei Long Wang proposed openstack/zaqar: Clean transport logs for API endpoints  https://review.openstack.org/39522302:30
openstackgerritFei Long Wang proposed openstack/zaqar-specs: Add tests for zaqar specs  https://review.openstack.org/40104002:32
flwangwxy_: ping03:44
flwangcan you recreate the py27 failure of specs repo?03:44
wxy_flwang, It works well in my local env04:01
wxy_checking now.04:02
*** flwang1 has quit IRC04:08
*** GB21 has joined #openstack-zaqar04:17
*** GB21 has quit IRC04:22
*** GB21 has joined #openstack-zaqar04:34
openstackgerritRabi Mishra proposed openstack/zaqar: Use KEYSTONE_IDENTITY_BACKEND  https://review.openstack.org/40106906:00
*** adu has joined #openstack-zaqar06:06
*** ramishra has joined #openstack-zaqar06:15
ramishraflwang: hi around?06:15
*** nadya has joined #openstack-zaqar06:37
*** nadya has quit IRC06:38
openstackgerritRabi Mishra proposed openstack/zaqar: Use KEYSTONE_IDENTITY_BACKEND  https://review.openstack.org/40106907:04
*** adu has quit IRC07:11
*** nadya has joined #openstack-zaqar07:12
*** nadya has quit IRC07:12
*** tesseract has joined #openstack-zaqar07:12
*** tesseract is now known as Guest5952807:13
*** GB21 has quit IRC07:21
*** nadya has joined #openstack-zaqar07:27
openstackgerritwangxiyuan proposed openstack/zaqar-specs: Fix py27 CI failure  https://review.openstack.org/40110607:44
openstackgerritwangxiyuan proposed openstack/zaqar-specs: Fix py27 CI failure  https://review.openstack.org/40110607:48
*** GB21 has joined #openstack-zaqar07:53
ramishraAny cores around who can review at https://review.openstack.org/401069?08:02
openstackgerritwangxiyuan proposed openstack/zaqar: Clean transport logs for API endpoints  https://review.openstack.org/39522308:09
openstackgerritMerged openstack/zaqar: Use KEYSTONE_IDENTITY_BACKEND  https://review.openstack.org/40106908:52
*** yanyanhu has quit IRC10:11
*** nadya has quit IRC10:53
*** rakhmerov has quit IRC11:01
*** nadya has joined #openstack-zaqar11:04
*** rakhmerov has joined #openstack-zaqar11:05
*** GB21 has quit IRC11:14
*** GB21 has joined #openstack-zaqar11:30
*** exploreshaifali has joined #openstack-zaqar11:50
*** openstackgerrit has quit IRC12:03
*** openstackgerrit has joined #openstack-zaqar12:03
*** GB21 has quit IRC12:05
*** shaifali has joined #openstack-zaqar12:12
*** GB21 has joined #openstack-zaqar12:12
*** exploreshaifali has quit IRC12:12
*** GB21 has quit IRC12:17
*** nadya has quit IRC12:37
*** GB21 has joined #openstack-zaqar12:43
*** nadya has joined #openstack-zaqar12:45
*** nadya has quit IRC12:46
*** GB21 has quit IRC13:06
*** Guest59528 has quit IRC13:19
*** nadya has joined #openstack-zaqar13:46
*** nadya has quit IRC13:51
*** shaifali_ has joined #openstack-zaqar13:53
*** shaifali has quit IRC13:57
*** ramishra has quit IRC13:59
*** ramishra has joined #openstack-zaqar14:01
*** pcaruana has quit IRC14:14
*** shaifali has joined #openstack-zaqar14:22
*** nadya has joined #openstack-zaqar14:24
*** shaifali_ has quit IRC14:25
*** tesseract has joined #openstack-zaqar14:32
*** tesseract is now known as Guest4865314:33
*** shaifali_ has joined #openstack-zaqar14:35
*** shaifali has quit IRC14:37
*** Guest48653 has quit IRC14:39
*** tesseract- has joined #openstack-zaqar14:39
*** tesseract- has quit IRC14:49
*** shaifali_ has quit IRC15:00
*** nadya has quit IRC15:53
*** nadya has joined #openstack-zaqar15:54
*** nadya has quit IRC15:56
*** nadya_ has joined #openstack-zaqar15:56
*** nadya_ has quit IRC15:57
*** nadya has joined #openstack-zaqar15:58
*** nadya has quit IRC16:02
*** ramishra has quit IRC16:34
*** nadya has joined #openstack-zaqar16:43
*** mpanetta has quit IRC17:38
*** mpanetta has joined #openstack-zaqar18:02
*** nadya has quit IRC18:04
*** nadya has joined #openstack-zaqar18:04
*** nadya has quit IRC18:08
*** tqtran has joined #openstack-zaqar18:28
*** flwang1 has joined #openstack-zaqar18:41
flwang1tqtran: i have some questions about the integration of horizon + zaqar, if you have time18:51
tqtranhey hey sure18:52
flwang1tqtran: cool, wait a sec, i will show you a patch18:52
tqtranok18:54
flwang1gerrit is slow :(18:56
flwang1tqtran: https://review.openstack.org/24600918:57
flwang1tqtran: could you pls take a look above patch?18:57
flwang11. if the patch can easily reuse, since i'm not sure if the horizon code structure has been changed a lot18:58
tqtranlooking18:59
flwang12. at line #70 of https://review.openstack.org/#/c/246009/1/horizon/static/horizon/js/horizon.realtime.js  I'm hardcoding token and project id, is there anyway to get it from server side18:59
tqtranflwang: they are currently not available to the client19:01
flwang1tqtran: they = ?19:02
tqtranbut there is another patch to make the token available to client19:02
tqtranlooking for it19:02
tqtranhttps://review.openstack.org/#/c/311189/19:03
tqtranok i lied, apparently it already merged19:03
tqtranproject id is already available to the browser19:05
tqtranlet me find the object you need19:05
flwang1any security concern if the client token is enabled?19:08
tqtrannot a strong one.19:10
tqtranif someone gets your token, they will be able to do whatever until it expires. same thing if they were to obtain it from cli19:11
flwang1true19:11
tqtranso theres a bit of complication, to get the user's information like project id and so on, you need to use the new angular code19:12
flwang1so based on your view, is it possible do get notification from zaqar via websocket?19:12
tqtranyou've written your code using the legacy way, so theres no access to the angular modules19:12
flwang1O:-)19:12
tqtranwell, the hard part isnt the code review, its the configuration19:13
tqtranmost of the folks in horizon probably doesnt know how to set it all up19:13
tqtran(including me haha!)19:13
flwang1holy shit :D19:13
tqtrani can do a generic code review, but having a step-by-step instructions on setup will help19:13
tqtranim sure we can figure it out, but not sure if people are interested enough to take the time to do it19:14
tqtranbtw, theres going to be a rewrite of the instances page using the new angular code in P19:14
flwang1then, except you, who should i involve to roll the ball, Rob C is in19:14
flwang1this topic is re-raise by Rob C19:15
flwang1seems he just got 1-2 interns to do this19:15
tqtranyou only need two cores :P if rob is willing to help, then i'm willing to help also19:15
flwang1fantastic19:15
tqtranbut my preference would be to see this code re-written as an angular module. i can help you with that as well19:16
flwang1i hope i don't have to touch the horizon code this time19:16
flwang1but i don't know19:16
tqtranlet me bring it up in the meeting today19:16
flwang1TBH, i have no idea about angular19:16
tqtranit ez pz19:16
tqtrani can help with that19:17
flwang1would you mind me adding you in our email loop?19:17
tqtransure, add me19:17
flwang1there is an email discussion19:17
flwang1cool19:17
flwang1so, Rob would like to see: 1. get rid of polling,   instance page, image page, volume page, etc, etc19:18
flwang12. a new notification center19:18
tqtranok19:18
flwang1so that user can get some notification on dash, for example, at the up-right corner, like your quota is running out, or someting like that19:18
tqtranlet me talk to him and see what his vision is. the images panel is currently defaulting to angular as well.19:19
tqtranyeah thats a VERY cool idea19:19
flwang1can you remind me your email? i can forward Rob's mail to you now19:19
flwang1and then adding you to the loop19:19
tqtrantqtran@us.ibm.com19:19
flwang1oh, man, you're still at IBM19:19
tqtranlol19:20
tqtranyeah ibm for life!19:20
flwang1i love IBM19:20
flwang1so, can you help take a look the patch? and if it's possible, propose a new set based on angular19:22
flwang1and i can polish it a bit from the zaqar side19:22
flwang1meanwhile, it would like nice if you can add a doc in the patch about how to configure it19:23
flwang1am i asking to much? ;)19:23
tqtranlol19:23
tqtranlet me try and set it up first, then i'll add the doc19:24
tqtranonce i confirm that the patch works, i can help you rewrite it as an angular module19:24
tqtranbut first, let me talk to the horizon folks and see what they want to do (whether we merge the legacy code or wait until instances is rework before we merge)19:25
tqtrani'll bring it up at todays meeting19:25
flwang1awesome19:27
flwang1thank you so much19:27
tqtrannp, this is exciting stuff19:28
flwang1true, no-poll and the notification are both cool features19:29
*** flwang1 has quit IRC19:34
*** nadya has joined #openstack-zaqar19:56
*** flwang1 has joined #openstack-zaqar20:39
*** nadya has quit IRC20:50
*** flaper87 has quit IRC20:52
-openstackstatus- NOTICE: Due to a problem with the cinder volume backing the log server, jobs are failing with POST_FAILURE. Please avoid issuing 'recheck' commands until the issue is resolved.21:10
*** ChanServ changes topic to "Due to a problem with the cinder volume backing the log server, jobs are failing with POST_FAILURE. Please avoid issuing 'recheck' commands until the issue is resolved."21:10
*** mpanetta has quit IRC21:52
*** mpanetta has joined #openstack-zaqar21:52
*** AAzza has quit IRC22:29
*** AAzza has joined #openstack-zaqar22:31
*** ChanServ changes topic to "OpenStack Queuing and Notification Service || Smile :D || Meetings every Monday @ 21:00 UTC/15:00 UTC || Wiki: https://wiki.openstack.org/wiki/Zaqar || Paste: http://paste.openstack.org/ || Send messages and make some noise :D"22:55
-openstackstatus- NOTICE: The affected filesystems on the log server are repaired. Please leave 'recheck' comments on any changes which failed with POST_FAILURE.22:55
flwangtqtran: still around?23:00
openstackgerritFei Long Wang proposed openstack/zaqar: Support purge queue -- websocket  https://review.openstack.org/40178923:19
openstackgerritFei Long Wang proposed openstack/zaqar-specs: Fix py27 CI failure  https://review.openstack.org/40110623:27

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