Tuesday, 2017-03-07

*** shu-mutou has joined #openstack-zaqar00:27
*** pt_15 has quit IRC00:45
*** zhurong has joined #openstack-zaqar01:06
*** lhx__ has joined #openstack-zaqar01:48
*** wanghao has joined #openstack-zaqar01:50
flwangwxy: wanghao: meeting02:06
flwang#openstack-meeting-302:06
wanghaoflwang: coming02:06
openstackgerritMerged openstack/zaqar master: Support cold migration  https://review.openstack.org/42694302:31
*** lhx__ has quit IRC02:57
*** wanghao has quit IRC02:58
*** lhx__ has joined #openstack-zaqar02:58
*** wanghao has joined #openstack-zaqar02:58
flwangwxy: ping03:04
flwangwanghao: need you guys a hand03:04
wanghaoflwang: here03:05
wxyflwang: here03:07
flwangdo you think it makes sense if admin user can create queue in user's tenant?03:09
wxyflwang: it's useful for admin management.03:11
flwangwxy: the background is searchlight is trying to post messages to user's queues03:12
wxyflwang: to use searchlight service user?03:14
openstackgerritwangxiyuan proposed openstack/zaqar master: Make import clearly in i18n.py  https://review.openstack.org/44182003:15
flwangno, currently, searchlight can collect notifications and index them. now they would like to forward those notifications to zaqar queue so that end user can consume them03:15
flwangshu-mutou: ping03:15
*** lhx__ has quit IRC03:16
shu-mutouhi, flwang!03:16
wxyhttps://review.openstack.org/#/c/438384/ this one?03:16
flwangshu-mutou: i have a question about the ChoiceField03:18
flwangwxy: yes03:18
flwangshu-mutou: if i have two ChoiceField03:18
flwanghow can set the 2nd ChoiceFiled's choices based on the selected value of the 1st?03:18
wxyflwang: can searchlight decide which notification will be sent to which user's queue?03:18
flwangwxy: no, i think03:19
shu-mutouflwang: is that for purge_queue?03:20
flwangshu-mutou: no another work :)03:20
flwangshu-mutou: btw, as for the purge queue, i have a patch set will propose soon. but feel free to update it if you can03:21
flwangshu-mutou: btw, https://review.openstack.org/#/c/437230/1 is ready for review, we have merged the patch needed in python-zaqarclient03:22
shu-mutouflwang: is that using angular-json-schema?03:22
flwangshu-mutou: no, traditional ChoiceField of forms03:22
wxyflwang: I think it makes sense if admin user can create a queue for a user03:24
wxyflwang: But I can't see how searchlight use it at this moment.03:24
flwangwxy: but seems no other service supports that03:24
wxyflwang: Glance can create an image with owner.03:25
*** wanghao_ has joined #openstack-zaqar03:25
flwangwxy: so you mean glance can create an new image in tenant A as an admin, even thought admin is not in tenant A?03:26
*** eliqiao_ is now known as eliqiao03:28
openstackgerritMerged openstack/zaqar-ui master: Updated from global requirements  https://review.openstack.org/44013003:28
shu-mutouflwang: ah.. I am not familiar with django forms.03:28
shu-mutouflwang: but I found https://ask.openstack.org/en/question/59257/how-to-dynamically-update-the-initial-value-in-a-form-choicefield/03:28
*** wanghao has quit IRC03:29
shu-mutouflwang: I hope that helps you.03:29
flwangshu-mutou: cool, thanks03:30
wxyflwang: Glance admin user can create an new image for a common tenant.03:30
flwangwxy: ok, i will take a look. thanks03:32
wxyFor example, paste.openstack.org/show/60168703:33
shu-mutouflwang: btw, I get time to review your patches today. so please check them later. ;)03:33
flwangshu-mutou: yep, sure03:34
flwangshu-mutou: thanks03:37
*** lhx__ has joined #openstack-zaqar04:30
wanghao_flwang:  sorry for delay, a internal meeting this morning.   Well,  I understand the background, but I think is there an other option that admin could create a queue that some tenants could see it, but it's not created in this tenant.05:03
wanghao_flwang: like a public queue,  some tenant which could be specified by admin can see it and consume it.  This kind of queue still belong to admin tenant.05:04
*** lhx__ has quit IRC05:08
*** lhx__ has joined #openstack-zaqar05:08
openstackgerritXueFeng Liu proposed openstack/python-zaqarclient master: Fix The header X-PROJECT-ID  missing bug  https://review.openstack.org/44022305:09
*** nadya has joined #openstack-zaqar05:19
*** nadya has quit IRC05:20
*** jtomasek has quit IRC05:35
*** wanghao_ has quit IRC05:36
*** wanghao has joined #openstack-zaqar05:36
*** rcernin has joined #openstack-zaqar05:40
*** wanghao has quit IRC05:54
*** wanghao has joined #openstack-zaqar05:55
openstackgerritOpenStack Proposal Bot proposed openstack/zaqar master: Updated from global requirements  https://review.openstack.org/43833005:55
*** wanghao has quit IRC06:02
*** wanghao has joined #openstack-zaqar06:02
openstackgerritShu Muto proposed openstack/zaqar-ui master: Use common Angular view for Queues panel  https://review.openstack.org/43342906:05
*** wanghao_ has joined #openstack-zaqar06:07
*** wanghao has quit IRC06:11
*** rcernin has quit IRC06:13
wxywanghao_: it's like image's "is_public" property. Right?06:20
wxywanghao_: But it may break the queue's order feature, Such as FIFO.06:20
wanghao_wxy: yes06:23
wanghao_wxy: How to break?   admin can publish message to this queue,  and other tenants can get the message from this queue.06:25
wanghao_still FIFO I think.06:25
wxyflwang: other tenants can't publish message?06:25
wxyif some tenants can publish message in the same queue, the message will be mixed at output side.06:26
wanghao_wxy: my thought is tenants can't publish message in public queue which is created by admin.07:12
wxywanghao_: If so, another problem is that which message should be claimed by which user? The user doesn't know what messages in the queue and whether the coming messages are belong to him.07:17
wxywanghao_: IMO, public queue could be used for this kind of situation: some publisher send messages to the queue, but the destination is only one. Only one user could get the messages.07:20
wanghao_wxy: your concern could be fixed under this way:  admin could create some public queues for each tenant.07:33
wanghao_wxy: so, each tenant could see one queue and claim messages as it want.07:33
wanghao_wxy: Of course, admin can create one public queue for many tenants,  in this case, many tenants are like workers,  they share messages.07:36
wxywanghao_: Cool. So this kind of queue is created by tenant A , is shared with B. Then A can send message, B can receive message. It's n:1 mapping.07:38
wanghao_wxy: yes,  you can set it as n:1 mapping or n:m mapping07:40
wxywanghao_: n:m maybe doesn't work. This is my previous opinion: the messages in one queue should not be claimed by more than one users.07:41
wanghao_wxy: one queue, many users,  this case will like workers model.07:42
wanghao_wxy: I mean,  we didn't restrict the mapping model,  it's more flexible。07:43
wanghao_wxy: 1:n,  n:1, n:m  we can support them all.07:44
*** tesseract has joined #openstack-zaqar07:47
wxywanghao_: OK, leave the log to flwang. I think a spec is needed here.07:47
wanghao_wxy: yes07:48
*** pcaruana has joined #openstack-zaqar07:50
*** rcernin has joined #openstack-zaqar07:55
*** lhx__ has quit IRC07:58
*** lhx__ has joined #openstack-zaqar08:06
openstackgerritwangxiyuan proposed openstack/zaqar master: Move auth and osprofiler to middleware folder  https://review.openstack.org/43664108:30
*** amoralej|off is now known as amoralej08:38
*** jtomasek has joined #openstack-zaqar08:59
*** nadya has joined #openstack-zaqar09:00
*** wanghao_ has quit IRC09:17
openstackgerritXueFeng Liu proposed openstack/python-zaqarclient master: Fix The header X-PROJECT-ID  missing bug  https://review.openstack.org/44022309:22
*** wanghao has joined #openstack-zaqar09:23
*** wanghao has quit IRC09:27
*** shu-mutou is now known as shu-mutou-AWAY09:49
*** nadya has quit IRC09:58
*** openstackgerrit has quit IRC10:33
*** nadya has joined #openstack-zaqar10:40
*** Guest6667 is now known as Guest666610:43
*** openstackgerrit has joined #openstack-zaqar11:23
openstackgerritwangxiyuan proposed openstack/zaqar master: Support CORS  https://review.openstack.org/43666111:23
openstackgerritwangxiyuan proposed openstack/zaqar master: Move auth and osprofiler to middleware folder  https://review.openstack.org/43664111:23
*** wanghao has joined #openstack-zaqar11:42
*** wanghao has quit IRC12:07
openstackgerritMerged openstack/python-zaqarclient master: Fix The header X-PROJECT-ID  missing bug  https://review.openstack.org/44022312:20
*** wanghao has joined #openstack-zaqar12:27
*** wanghao has quit IRC12:37
*** wanghao has joined #openstack-zaqar12:40
*** zhurong has quit IRC12:45
*** wanghao has quit IRC13:05
*** lhx__ has quit IRC13:10
*** rbrady-afk is now known as rbrady13:23
*** nadya has quit IRC13:30
*** zhurong has joined #openstack-zaqar13:35
*** amoralej is now known as amoralej|lunch13:54
*** lhx__ has joined #openstack-zaqar13:55
*** zhurong has quit IRC14:16
*** nadya has joined #openstack-zaqar14:23
*** nadya has quit IRC14:26
*** nadya has joined #openstack-zaqar14:33
*** nadya has quit IRC14:44
*** amoralej|lunch is now known as amoralej14:55
*** pcaruana has quit IRC15:09
*** pcaruana has joined #openstack-zaqar15:23
openstackgerritThomas Herve proposed openstack/python-zaqarclient master: Revert "Fix The header X-PROJECT-ID  missing bug"  https://review.openstack.org/44257315:56
thervewxy, ^^^15:57
therveflwang, ^^^15:57
therveZaqar client broke heat gate I believe15:57
wxytherve: can you show me any log?16:05
thervewxy, http://logs.openstack.org/75/442475/1/check/gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-xenial/5d92779/16:06
therveBut I have no doubt that's the issue16:06
thervewxy, For the record: https://github.com/openstack/heat/blob/master/heat/engine/clients/os/zaqar.py#L5116:08
thervePossibly line 67 actually16:08
wxytherve: Got it. I'll take a look tomorrow.16:18
wxyYeah the problem is at L6716:18
therveThanks for the approve! Let me know if we can test something tomorrow16:19
wxyproject id is changed so pre-sign failed16:19
wxySure. Have to go sleep now. It's hard for me to debug with phone ;)16:20
therve:)16:21
*** adu has joined #openstack-zaqar16:24
*** pcaruana has quit IRC16:26
*** rcernin has quit IRC16:30
*** nadya has joined #openstack-zaqar16:30
*** lhx__ has quit IRC16:31
*** tesseract has quit IRC16:38
*** adu has left #openstack-zaqar16:47
openstackgerritMerged openstack/python-zaqarclient master: Revert "Fix The header X-PROJECT-ID  missing bug"  https://review.openstack.org/44257316:57
*** david-lyle_ has joined #openstack-zaqar17:52
*** david-lyle has quit IRC17:54
*** david-lyle_ is now known as david-lyle17:55
*** david-lyle has quit IRC18:04
*** david-lyle has joined #openstack-zaqar18:05
*** david-lyle has quit IRC18:23
*** david-lyle has joined #openstack-zaqar18:25
*** david-lyle has quit IRC18:29
*** nadya has quit IRC18:30
*** david-lyle has joined #openstack-zaqar18:36
*** jtomasek has quit IRC18:39
*** nadya has joined #openstack-zaqar18:43
*** nadya has quit IRC18:45
*** david-lyle has quit IRC19:04
*** david-lyle has joined #openstack-zaqar19:06
*** rbrady is now known as rbrady-afk19:22
*** nadya has joined #openstack-zaqar19:40
*** amoralej is now known as amoralej|off19:43
*** flwang has quit IRC19:49
*** flwang has joined #openstack-zaqar20:02
*** nadya has quit IRC20:24
openstackgerritMerged openstack/zaqar-ui master: Support subscriptoin age and confirmed  https://review.openstack.org/43723020:38
*** nadya has joined #openstack-zaqar22:24
*** nadya has quit IRC22:29
openstackgerritKen'ichi Ohmichi proposed openstack/zaqar master: Switch to use stable data_utils  https://review.openstack.org/44285423:05

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