Tuesday, 2017-02-14

*** flwang1 has quit IRC00:18
*** flwang1 has joined #openstack-zaqar00:30
openstackgerritFeilong Wang proposed openstack/zaqar master: Using cp insteald ln for zaqar-ui  https://review.openstack.org/43335100:30
*** wanghao has joined #openstack-zaqar00:40
*** wanghao has quit IRC00:43
*** wanghao has joined #openstack-zaqar00:44
*** wanghao_ has joined #openstack-zaqar00:47
*** wanghao has quit IRC00:51
*** yanyanhu has joined #openstack-zaqar01:37
wxyflwang: wanghao_ :https://review.openstack.org/#/c/432868 this is merged yesterday. But it seems that redis grenade Ci still use mongo as backend.01:43
wxyCould you please take a look. I have no idea now.01:44
wxyhttps://review.openstack.org/#/c/426943/01:44
flwangwxy: it's not correct, IMHO01:48
wxyflwang: :(01:51
flwangwxy: IMHO, you should change the pre_test_hook01:53
flwanginstead of the gate_hook01:53
flwangi would suggest try hard code the env var in pre_test_hook to redis, before you propose any new change to make sure it works01:54
wxyflwang: thinking and will try. Thanks.01:56
*** tqtran has quit IRC02:02
*** lhx__ has joined #openstack-zaqar02:07
flwangshu-mutou-AWAY: ping02:09
*** shu-mutou-AWAY is now known as shu-mutou02:10
shu-mutouflwang: pong02:10
flwangshu-mutou: now we're seeing a bug about updating queue's metadata02:11
flwanghttps://bugs.launchpad.net/zaqar-ui/+bug/158125302:11
openstackLaunchpad bug 1581253 in Zaqar-ui "Updating the queue's metadata in the ui does not work" [High,Confirmed]02:11
flwangshu-mutou: is there a better place to convert the number to integer   https://github.com/openstack/zaqar-ui/blob/master/zaqar_ui/api/rest/zaqar.py#L6102:11
shu-mutoulooking...02:12
flwangat line 61, the metadata we got is using string instead of integer02:12
openstackgerritMerged openstack/zaqar master: Remove the Warning log  https://review.openstack.org/43135702:12
shu-mutouwow, I'll check and fix it.02:14
flwangyou know how to fix it, right?02:15
flwangit's an easy fix i think02:15
shu-mutouI'm not sure, so need time.02:16
flwangok, i can fix it if you need time, you can help review it02:16
flwangshu-mutou: i need your help for https://bugs.launchpad.net/zaqar-ui/+bug/1664374 and https://bugs.launchpad.net/zaqar-ui/+bug/155781502:16
openstackLaunchpad bug 1664374 in Zaqar-ui "Direction path is not correct" [Medium,New]02:16
openstackLaunchpad bug 1557815 in Zaqar-ui "Queue filter doesn't work properly" [Medium,Confirmed]02:16
flwangbtw, i'd like to know could we change the metadata showing from a string to a simple table02:17
flwangcurrently, we're showing the queue's metadata as string from a dict02:17
flwangi'm trying to figure out if we can show it as a simple table02:18
shu-mutouagree. is that a plan for pike?02:18
flwang+------------------+----------------------------------------------------------------------------------+02:19
flwang| Key                 | Value                                                                                                 |02:19
flwang+------------------+----------------------------------------------------------------------------------+02:19
flwang| aaa                 | bbb                                                                                                     |02:19
flwangdepends on your time :)02:19
flwangi can do some simple work02:19
flwangbut we do have much work for you if you have bandwidth02:19
flwang(10:28:35) flwang: 1.   as a user, I want to be able to post messages on dash02:19
flwang(10:28:51) flwang: 2. as a user, i want to be able to retrieve messages on dash02:19
flwang(10:29:06) flwang: 3. as a user, i want to be able to edit subscriptions on dash02:19
flwang(10:29:19) flwang: 4. as a user, i want to be able to purge a queue on dash02:19
flwangand we may also need some polish for the new pool and flavor panels after my testing02:20
flwangi think i can do the purge queue02:20
flwangit should be easy, just an api call from a new action of the queue02:21
flwangthe others are difficult for me after horizon getting complex02:21
shu-mutouI see. we should summarize and plan for pike on BP or etherpad.02:22
flwangshu-mutou: i can create bp02:22
shu-mutouagree with gettig complex Horizon :/02:23
flwangshu-mutou: ok, for the first stage, it would be nice if you can help fix those bugs02:23
flwangmy general plan for pike is getting the 'queues' panel fully useable02:24
openstackgerritMerged openstack/zaqar master: Use auth_type instead of auth_plugin  https://review.openstack.org/43011402:25
shu-mutouyeah. awesome.02:25
*** mpanetta has quit IRC02:25
shu-mutouI will do my best as long as I can for pike also.02:26
*** mpanetta has joined #openstack-zaqar02:26
flwangfantastic02:26
flwangpls focus on https://bugs.launchpad.net/zaqar-ui/+bug/1664374 and https://bugs.launchpad.net/zaqar-ui/+bug/155781502:26
openstackLaunchpad bug 1664374 in Zaqar-ui "Direction path is not correct" [Medium,New]02:26
openstackLaunchpad bug 1557815 in Zaqar-ui "Queue filter doesn't work properly" [Medium,Confirmed]02:26
flwangi will fix the metadata update issue02:26
shu-mutouOK. ;)02:27
openstackgerritwangxiyuan proposed openstack/zaqar master: [test]Support cold migration  https://review.openstack.org/43340502:46
*** adu has joined #openstack-zaqar02:48
*** eliqiao has joined #openstack-zaqar03:02
openstackgerritMerged openstack/zaqar master: Add the missed decorator to pools  https://review.openstack.org/43125203:03
flwangwxy: i don't really understand what you're doing in https://review.openstack.org/#/c/433405/1/devstack/gate/gate_hook.sh03:09
wxyflwang: you can take a look at the log. http://logs.openstack.org/43/426943/13/check/gate-grenade-dsvm-redis-zaqar-ubuntu-xenial-nv/3059c1c/logs/grenade.sh.txt.gz03:10
wxyflwang: actually, export ZAQAR_BACKEND=redis has been there already. But it was skipped03:11
wxyflwang: becase that there is a redundant "export" in localrc. The same as "OS_NO_CACHE". I guess it's a devstack bug.03:12
wxyflwang: So just take a try and see what's the result.03:12
*** adu has left #openstack-zaqar03:16
openstackgerritwanghao proposed openstack/zaqar master: Subscription Confirmation Support-3  https://review.openstack.org/38947303:18
wxyflwang: Emm, I find out the reason now. We really have a redundant "export" in gate_hook03:22
flwangyep, the export in gate_hook will overwrite03:23
openstackgerritwangxiyuan proposed openstack/zaqar master: [test]Support cold migration  https://review.openstack.org/43340503:24
wxyflwang: https://review.openstack.org/#/c/433405/2/devstack/gate/gate_hook.sh03:24
wxyflwang: maybe it should be like this.03:24
flwangok, let's see the result03:25
openstackgerritwangxiyuan proposed openstack/zaqar master: [test]Support cold migration  https://review.openstack.org/43340503:26
wxyflwang: OK03:26
*** mpanetta has quit IRC03:40
*** mpanetta has joined #openstack-zaqar03:40
shu-mutouflwang: for https://bugs.launchpad.net/zaqar-ui/+bug/1664374 , I'd like to use new Horizon's feature, it means Horizon's common Angular views module. If using this, breadcrumb will not be shown for now. It seems to occur commonly in Angularized panels. Is it OK?03:44
openstackLaunchpad bug 1664374 in Zaqar-ui "Direction path is not correct" [Medium,New]03:44
shu-mutouflwang: the feature is already used in pool and pool-flavor panels03:45
flwangshu-mutou: sure03:46
flwangdoes that mean we will get rid of the direction path?03:46
shu-mutouflwang: yes.03:47
flwangshu-mutou: i don't mind if that's the direction of horizon03:50
shu-mutouflwang: ok. i'll upload the patch soon.03:53
flwangawesome, thanks03:54
*** david-lyle_ has joined #openstack-zaqar03:56
*** flwang1 has quit IRC03:58
*** david-lyle has quit IRC03:58
openstackgerritShu Muto proposed openstack/zaqar-ui master: Use common Angular view for Queues panel  https://review.openstack.org/43342903:58
openstackgerritShu Muto proposed openstack/zaqar-ui master: Fix deletion of subscriber  https://review.openstack.org/43343804:47
*** tqtran has joined #openstack-zaqar05:01
*** tqtran has quit IRC05:06
*** nadya has joined #openstack-zaqar05:16
*** nadya has quit IRC05:17
openstackgerritOpenStack Proposal Bot proposed openstack/zaqar master: Updated from global requirements  https://review.openstack.org/43155706:02
*** jtomasek has quit IRC06:12
wxyflwang: It is working now. added comments here: https://review.openstack.org/#/c/426943/ :)06:14
*** lhx__ has quit IRC06:51
*** rcernin has joined #openstack-zaqar06:54
*** tqtran has joined #openstack-zaqar07:04
*** flwang1 has joined #openstack-zaqar07:08
*** tqtran has quit IRC07:08
*** tesseract has joined #openstack-zaqar07:15
*** flwang1 has quit IRC07:35
*** lhx__ has joined #openstack-zaqar07:41
*** wanghao has joined #openstack-zaqar07:50
*** wanghao_ has quit IRC07:54
*** nadya has joined #openstack-zaqar07:56
*** pcaruana has joined #openstack-zaqar08:11
*** amoralej|off is now known as amoralej08:15
*** lhx__ has quit IRC08:22
*** lhx__ has joined #openstack-zaqar08:24
*** flwang1 has joined #openstack-zaqar08:48
flwang1shu-mutou: ping08:52
shu-mutouflwang1: pong08:53
flwang1shu-mutou: do you know where is the code of horizon to get the region's list for the dropdown list?08:53
shu-mutouflwang1: i'm not sure about regions, sorry08:55
flwang1shu-mutou: that's ok, thanks08:55
openstackgerritwanghao proposed openstack/zaqar master: Subscription Confirmation Support-3  https://review.openstack.org/38947309:04
*** tqtran has joined #openstack-zaqar09:05
wanghaoflwang1: wxy: hi, guys,  I have added a new web service example in subscription-3,  that will use CORS and make the process work well. pls, have a look.09:06
flwang1wanghao: great, thanks for that09:06
wanghaoflwang1: np09:07
*** tqtran has quit IRC09:09
openstackgerritFeilong Wang proposed openstack/zaqar-ui master: Fix queue metadata update issue  https://review.openstack.org/43351109:11
*** flwang1 has quit IRC09:31
*** flwang1 has joined #openstack-zaqar09:31
*** wanghao has quit IRC09:33
openstackgerritShu Muto proposed openstack/zaqar-ui master: Fix filter that doesn't work properly  https://review.openstack.org/43353809:44
*** tesseract-RH has joined #openstack-zaqar09:56
*** nadya has quit IRC10:00
*** tesseract has quit IRC10:04
*** yanyanhu has quit IRC10:17
*** nadya has joined #openstack-zaqar10:49
*** lhx__ has quit IRC10:50
*** tqtran has joined #openstack-zaqar11:07
*** tqtran has quit IRC11:11
*** tqtran has joined #openstack-zaqar13:08
*** tqtran has quit IRC13:13
*** amoralej is now known as amoralej|lunch13:50
*** amoralej|lunch is now known as amoralej14:49
*** nadya has quit IRC15:32
*** mpanetta has quit IRC15:37
*** mpanetta has joined #openstack-zaqar15:38
*** rcernin has quit IRC16:11
*** david-lyle has joined #openstack-zaqar16:26
*** david-lyle_ has quit IRC16:29
*** nadya has joined #openstack-zaqar16:47
*** rcernin has joined #openstack-zaqar16:49
*** tqtran has joined #openstack-zaqar16:57
*** flwang1 has quit IRC17:21
*** pcaruana has quit IRC17:31
*** nadya has quit IRC17:33
*** nadya has joined #openstack-zaqar17:58
*** nadya has quit IRC18:04
*** nadya has joined #openstack-zaqar18:23
*** tesseract-RH has quit IRC18:26
*** amoralej is now known as amoralej|off19:23
*** nadya has quit IRC19:57
*** nadya has joined #openstack-zaqar20:08
*** openstackgerrit has quit IRC20:18
*** nadya has quit IRC20:21
*** flwang1 has joined #openstack-zaqar20:52
*** shu-mutou has quit IRC21:12
*** shu-mutou has joined #openstack-zaqar21:13
*** shu-mutou has quit IRC21:15
*** shu-mutou has joined #openstack-zaqar21:16
*** flwang1 has quit IRC21:23
*** rcernin has quit IRC21:44
*** flwang1 has joined #openstack-zaqar21:56
*** flwang1 has quit IRC21:57
*** flwang has quit IRC22:04
*** flwang has joined #openstack-zaqar22:04
*** tonyb_ has joined #openstack-zaqar22:38
*** ameade_ has joined #openstack-zaqar22:40
*** flwang has quit IRC22:42
*** ameade has quit IRC22:42
*** tonyb has quit IRC22:42
*** vkmc has quit IRC22:42
*** zigo has quit IRC22:46
*** andreaf has quit IRC22:46
*** vipuls has quit IRC22:46
*** tonyb_ is now known as tonyb22:46
*** vkmc has joined #openstack-zaqar22:47
*** openstackgerrit has joined #openstack-zaqar22:48
openstackgerritFeilong Wang proposed openstack/zaqar-ui master: Fix queue metadata update issue  https://review.openstack.org/43351122:48
*** ameade_ is now known as ameade22:50
*** flwang has joined #openstack-zaqar22:52
*** zigo has joined #openstack-zaqar22:52
*** andreaf has joined #openstack-zaqar22:52
*** vipuls has joined #openstack-zaqar22:52
*** zigo is now known as Guest2705722:54

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