*** flwang1 has quit IRC | 00:18 | |
*** flwang1 has joined #openstack-zaqar | 00:30 | |
openstackgerrit | Feilong Wang proposed openstack/zaqar master: Using cp insteald ln for zaqar-ui https://review.openstack.org/433351 | 00:30 |
---|---|---|
*** wanghao has joined #openstack-zaqar | 00:40 | |
*** wanghao has quit IRC | 00:43 | |
*** wanghao has joined #openstack-zaqar | 00:44 | |
*** wanghao_ has joined #openstack-zaqar | 00:47 | |
*** wanghao has quit IRC | 00:51 | |
*** yanyanhu has joined #openstack-zaqar | 01:37 | |
wxy | flwang: 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 |
wxy | Could you please take a look. I have no idea now. | 01:44 |
wxy | https://review.openstack.org/#/c/426943/ | 01:44 |
flwang | wxy: it's not correct, IMHO | 01:48 |
wxy | flwang: :( | 01:51 |
flwang | wxy: IMHO, you should change the pre_test_hook | 01:53 |
flwang | instead of the gate_hook | 01:53 |
flwang | i would suggest try hard code the env var in pre_test_hook to redis, before you propose any new change to make sure it works | 01:54 |
wxy | flwang: thinking and will try. Thanks. | 01:56 |
*** tqtran has quit IRC | 02:02 | |
*** lhx__ has joined #openstack-zaqar | 02:07 | |
flwang | shu-mutou-AWAY: ping | 02:09 |
*** shu-mutou-AWAY is now known as shu-mutou | 02:10 | |
shu-mutou | flwang: pong | 02:10 |
flwang | shu-mutou: now we're seeing a bug about updating queue's metadata | 02:11 |
flwang | https://bugs.launchpad.net/zaqar-ui/+bug/1581253 | 02:11 |
openstack | Launchpad bug 1581253 in Zaqar-ui "Updating the queue's metadata in the ui does not work" [High,Confirmed] | 02:11 |
flwang | shu-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#L61 | 02:11 |
shu-mutou | looking... | 02:12 |
flwang | at line 61, the metadata we got is using string instead of integer | 02:12 |
openstackgerrit | Merged openstack/zaqar master: Remove the Warning log https://review.openstack.org/431357 | 02:12 |
shu-mutou | wow, I'll check and fix it. | 02:14 |
flwang | you know how to fix it, right? | 02:15 |
flwang | it's an easy fix i think | 02:15 |
shu-mutou | I'm not sure, so need time. | 02:16 |
flwang | ok, i can fix it if you need time, you can help review it | 02:16 |
flwang | shu-mutou: i need your help for https://bugs.launchpad.net/zaqar-ui/+bug/1664374 and https://bugs.launchpad.net/zaqar-ui/+bug/1557815 | 02:16 |
openstack | Launchpad bug 1664374 in Zaqar-ui "Direction path is not correct" [Medium,New] | 02:16 |
openstack | Launchpad bug 1557815 in Zaqar-ui "Queue filter doesn't work properly" [Medium,Confirmed] | 02:16 |
flwang | btw, i'd like to know could we change the metadata showing from a string to a simple table | 02:17 |
flwang | currently, we're showing the queue's metadata as string from a dict | 02:17 |
flwang | i'm trying to figure out if we can show it as a simple table | 02:18 |
shu-mutou | agree. is that a plan for pike? | 02:18 |
flwang | +------------------+----------------------------------------------------------------------------------+ | 02:19 |
flwang | | Key | Value | | 02:19 |
flwang | +------------------+----------------------------------------------------------------------------------+ | 02:19 |
flwang | | aaa | bbb | | 02:19 |
flwang | depends on your time :) | 02:19 |
flwang | i can do some simple work | 02:19 |
flwang | but we do have much work for you if you have bandwidth | 02:19 |
flwang | (10:28:35) flwang: 1. as a user, I want to be able to post messages on dash | 02:19 |
flwang | (10:28:51) flwang: 2. as a user, i want to be able to retrieve messages on dash | 02:19 |
flwang | (10:29:06) flwang: 3. as a user, i want to be able to edit subscriptions on dash | 02:19 |
flwang | (10:29:19) flwang: 4. as a user, i want to be able to purge a queue on dash | 02:19 |
flwang | and we may also need some polish for the new pool and flavor panels after my testing | 02:20 |
flwang | i think i can do the purge queue | 02:20 |
flwang | it should be easy, just an api call from a new action of the queue | 02:21 |
flwang | the others are difficult for me after horizon getting complex | 02:21 |
shu-mutou | I see. we should summarize and plan for pike on BP or etherpad. | 02:22 |
flwang | shu-mutou: i can create bp | 02:22 |
shu-mutou | agree with gettig complex Horizon :/ | 02:23 |
flwang | shu-mutou: ok, for the first stage, it would be nice if you can help fix those bugs | 02:23 |
flwang | my general plan for pike is getting the 'queues' panel fully useable | 02:24 |
openstackgerrit | Merged openstack/zaqar master: Use auth_type instead of auth_plugin https://review.openstack.org/430114 | 02:25 |
shu-mutou | yeah. awesome. | 02:25 |
*** mpanetta has quit IRC | 02:25 | |
shu-mutou | I will do my best as long as I can for pike also. | 02:26 |
*** mpanetta has joined #openstack-zaqar | 02:26 | |
flwang | fantastic | 02:26 |
flwang | pls focus on https://bugs.launchpad.net/zaqar-ui/+bug/1664374 and https://bugs.launchpad.net/zaqar-ui/+bug/1557815 | 02:26 |
openstack | Launchpad bug 1664374 in Zaqar-ui "Direction path is not correct" [Medium,New] | 02:26 |
openstack | Launchpad bug 1557815 in Zaqar-ui "Queue filter doesn't work properly" [Medium,Confirmed] | 02:26 |
flwang | i will fix the metadata update issue | 02:26 |
shu-mutou | OK. ;) | 02:27 |
openstackgerrit | wangxiyuan proposed openstack/zaqar master: [test]Support cold migration https://review.openstack.org/433405 | 02:46 |
*** adu has joined #openstack-zaqar | 02:48 | |
*** eliqiao has joined #openstack-zaqar | 03:02 | |
openstackgerrit | Merged openstack/zaqar master: Add the missed decorator to pools https://review.openstack.org/431252 | 03:03 |
flwang | wxy: i don't really understand what you're doing in https://review.openstack.org/#/c/433405/1/devstack/gate/gate_hook.sh | 03:09 |
wxy | flwang: 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.gz | 03:10 |
wxy | flwang: actually, export ZAQAR_BACKEND=redis has been there already. But it was skipped | 03:11 |
wxy | flwang: becase that there is a redundant "export" in localrc. The same as "OS_NO_CACHE". I guess it's a devstack bug. | 03:12 |
wxy | flwang: So just take a try and see what's the result. | 03:12 |
*** adu has left #openstack-zaqar | 03:16 | |
openstackgerrit | wanghao proposed openstack/zaqar master: Subscription Confirmation Support-3 https://review.openstack.org/389473 | 03:18 |
wxy | flwang: Emm, I find out the reason now. We really have a redundant "export" in gate_hook | 03:22 |
flwang | yep, the export in gate_hook will overwrite | 03:23 |
openstackgerrit | wangxiyuan proposed openstack/zaqar master: [test]Support cold migration https://review.openstack.org/433405 | 03:24 |
wxy | flwang: https://review.openstack.org/#/c/433405/2/devstack/gate/gate_hook.sh | 03:24 |
wxy | flwang: maybe it should be like this. | 03:24 |
flwang | ok, let's see the result | 03:25 |
openstackgerrit | wangxiyuan proposed openstack/zaqar master: [test]Support cold migration https://review.openstack.org/433405 | 03:26 |
wxy | flwang: OK | 03:26 |
*** mpanetta has quit IRC | 03:40 | |
*** mpanetta has joined #openstack-zaqar | 03:40 | |
shu-mutou | flwang: 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 |
openstack | Launchpad bug 1664374 in Zaqar-ui "Direction path is not correct" [Medium,New] | 03:44 |
shu-mutou | flwang: the feature is already used in pool and pool-flavor panels | 03:45 |
flwang | shu-mutou: sure | 03:46 |
flwang | does that mean we will get rid of the direction path? | 03:46 |
shu-mutou | flwang: yes. | 03:47 |
flwang | shu-mutou: i don't mind if that's the direction of horizon | 03:50 |
shu-mutou | flwang: ok. i'll upload the patch soon. | 03:53 |
flwang | awesome, thanks | 03:54 |
*** david-lyle_ has joined #openstack-zaqar | 03:56 | |
*** flwang1 has quit IRC | 03:58 | |
*** david-lyle has quit IRC | 03:58 | |
openstackgerrit | Shu Muto proposed openstack/zaqar-ui master: Use common Angular view for Queues panel https://review.openstack.org/433429 | 03:58 |
openstackgerrit | Shu Muto proposed openstack/zaqar-ui master: Fix deletion of subscriber https://review.openstack.org/433438 | 04:47 |
*** tqtran has joined #openstack-zaqar | 05:01 | |
*** tqtran has quit IRC | 05:06 | |
*** nadya has joined #openstack-zaqar | 05:16 | |
*** nadya has quit IRC | 05:17 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/zaqar master: Updated from global requirements https://review.openstack.org/431557 | 06:02 |
*** jtomasek has quit IRC | 06:12 | |
wxy | flwang: It is working now. added comments here: https://review.openstack.org/#/c/426943/ :) | 06:14 |
*** lhx__ has quit IRC | 06:51 | |
*** rcernin has joined #openstack-zaqar | 06:54 | |
*** tqtran has joined #openstack-zaqar | 07:04 | |
*** flwang1 has joined #openstack-zaqar | 07:08 | |
*** tqtran has quit IRC | 07:08 | |
*** tesseract has joined #openstack-zaqar | 07:15 | |
*** flwang1 has quit IRC | 07:35 | |
*** lhx__ has joined #openstack-zaqar | 07:41 | |
*** wanghao has joined #openstack-zaqar | 07:50 | |
*** wanghao_ has quit IRC | 07:54 | |
*** nadya has joined #openstack-zaqar | 07:56 | |
*** pcaruana has joined #openstack-zaqar | 08:11 | |
*** amoralej|off is now known as amoralej | 08:15 | |
*** lhx__ has quit IRC | 08:22 | |
*** lhx__ has joined #openstack-zaqar | 08:24 | |
*** flwang1 has joined #openstack-zaqar | 08:48 | |
flwang1 | shu-mutou: ping | 08:52 |
shu-mutou | flwang1: pong | 08:53 |
flwang1 | shu-mutou: do you know where is the code of horizon to get the region's list for the dropdown list? | 08:53 |
shu-mutou | flwang1: i'm not sure about regions, sorry | 08:55 |
flwang1 | shu-mutou: that's ok, thanks | 08:55 |
openstackgerrit | wanghao proposed openstack/zaqar master: Subscription Confirmation Support-3 https://review.openstack.org/389473 | 09:04 |
*** tqtran has joined #openstack-zaqar | 09:05 | |
wanghao | flwang1: 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 |
flwang1 | wanghao: great, thanks for that | 09:06 |
wanghao | flwang1: np | 09:07 |
*** tqtran has quit IRC | 09:09 | |
openstackgerrit | Feilong Wang proposed openstack/zaqar-ui master: Fix queue metadata update issue https://review.openstack.org/433511 | 09:11 |
*** flwang1 has quit IRC | 09:31 | |
*** flwang1 has joined #openstack-zaqar | 09:31 | |
*** wanghao has quit IRC | 09:33 | |
openstackgerrit | Shu Muto proposed openstack/zaqar-ui master: Fix filter that doesn't work properly https://review.openstack.org/433538 | 09:44 |
*** tesseract-RH has joined #openstack-zaqar | 09:56 | |
*** nadya has quit IRC | 10:00 | |
*** tesseract has quit IRC | 10:04 | |
*** yanyanhu has quit IRC | 10:17 | |
*** nadya has joined #openstack-zaqar | 10:49 | |
*** lhx__ has quit IRC | 10:50 | |
*** tqtran has joined #openstack-zaqar | 11:07 | |
*** tqtran has quit IRC | 11:11 | |
*** tqtran has joined #openstack-zaqar | 13:08 | |
*** tqtran has quit IRC | 13:13 | |
*** amoralej is now known as amoralej|lunch | 13:50 | |
*** amoralej|lunch is now known as amoralej | 14:49 | |
*** nadya has quit IRC | 15:32 | |
*** mpanetta has quit IRC | 15:37 | |
*** mpanetta has joined #openstack-zaqar | 15:38 | |
*** rcernin has quit IRC | 16:11 | |
*** david-lyle has joined #openstack-zaqar | 16:26 | |
*** david-lyle_ has quit IRC | 16:29 | |
*** nadya has joined #openstack-zaqar | 16:47 | |
*** rcernin has joined #openstack-zaqar | 16:49 | |
*** tqtran has joined #openstack-zaqar | 16:57 | |
*** flwang1 has quit IRC | 17:21 | |
*** pcaruana has quit IRC | 17:31 | |
*** nadya has quit IRC | 17:33 | |
*** nadya has joined #openstack-zaqar | 17:58 | |
*** nadya has quit IRC | 18:04 | |
*** nadya has joined #openstack-zaqar | 18:23 | |
*** tesseract-RH has quit IRC | 18:26 | |
*** amoralej is now known as amoralej|off | 19:23 | |
*** nadya has quit IRC | 19:57 | |
*** nadya has joined #openstack-zaqar | 20:08 | |
*** openstackgerrit has quit IRC | 20:18 | |
*** nadya has quit IRC | 20:21 | |
*** flwang1 has joined #openstack-zaqar | 20:52 | |
*** shu-mutou has quit IRC | 21:12 | |
*** shu-mutou has joined #openstack-zaqar | 21:13 | |
*** shu-mutou has quit IRC | 21:15 | |
*** shu-mutou has joined #openstack-zaqar | 21:16 | |
*** flwang1 has quit IRC | 21:23 | |
*** rcernin has quit IRC | 21:44 | |
*** flwang1 has joined #openstack-zaqar | 21:56 | |
*** flwang1 has quit IRC | 21:57 | |
*** flwang has quit IRC | 22:04 | |
*** flwang has joined #openstack-zaqar | 22:04 | |
*** tonyb_ has joined #openstack-zaqar | 22:38 | |
*** ameade_ has joined #openstack-zaqar | 22:40 | |
*** flwang has quit IRC | 22:42 | |
*** ameade has quit IRC | 22:42 | |
*** tonyb has quit IRC | 22:42 | |
*** vkmc has quit IRC | 22:42 | |
*** zigo has quit IRC | 22:46 | |
*** andreaf has quit IRC | 22:46 | |
*** vipuls has quit IRC | 22:46 | |
*** tonyb_ is now known as tonyb | 22:46 | |
*** vkmc has joined #openstack-zaqar | 22:47 | |
*** openstackgerrit has joined #openstack-zaqar | 22:48 | |
openstackgerrit | Feilong Wang proposed openstack/zaqar-ui master: Fix queue metadata update issue https://review.openstack.org/433511 | 22:48 |
*** ameade_ is now known as ameade | 22:50 | |
*** flwang has joined #openstack-zaqar | 22:52 | |
*** zigo has joined #openstack-zaqar | 22:52 | |
*** andreaf has joined #openstack-zaqar | 22:52 | |
*** vipuls has joined #openstack-zaqar | 22:52 | |
*** zigo is now known as Guest27057 | 22:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!