Friday, 2017-07-07

*** kiennt has joined #openstack-zun00:32
*** kiennt has quit IRC00:39
*** zhurong has joined #openstack-zun00:44
*** kiennt has joined #openstack-zun00:51
*** Shunli has joined #openstack-zun00:52
openstackgerritfeng.shengqin proposed openstack/python-zunclient master: Enhance api version support in CLI  https://review.openstack.org/47412800:54
openstackgerritNgo Quoc Cuong proposed openstack/zun master: Enable H904 check  https://review.openstack.org/48038701:04
*** jwcroppe_ has joined #openstack-zun01:18
*** jwcroppe has quit IRC01:21
openstackgerritfeng.shengqin proposed openstack/python-zunclient master: Enhance api version support in CLI  https://review.openstack.org/47412801:41
openstackgerritMerged openstack/zun master: Handle docker error consistently  https://review.openstack.org/47953801:46
*** caowei has joined #openstack-zun01:49
*** hongbin has joined #openstack-zun01:55
openstackgerritKien Nguyen proposed openstack/zun master: Add api-ref for more container operations  https://review.openstack.org/48088902:18
openstackgerritHongbin Lu proposed openstack/zun master: Optimize connect_container_to_network  https://review.openstack.org/47725102:47
openstackgerritHongbin Lu proposed openstack/zun master: Minor refactor of get_security_group_ids  https://review.openstack.org/47770502:47
*** lakerzhou has joined #openstack-zun02:51
openstackgerritHongbin Lu proposed openstack/zun master: Refactor create/delete sandbox code  https://review.openstack.org/47831602:52
openstackgerritHongbin Lu proposed openstack/zun master: Refactor networking code of docker driver  https://review.openstack.org/47903602:52
openstackgerritHongbin Lu proposed openstack/zun master: Make sandbox container optional  https://review.openstack.org/47163402:55
openstackgerritmiaohb proposed openstack/zun master: Add api-ref for more container operations  https://review.openstack.org/48088903:03
openstackgerritmiaohb proposed openstack/zun master: Add api-ref for more container operations  https://review.openstack.org/48088903:15
openstackgerritMerged openstack/zun-ui master: Imported Translations from Zanata  https://review.openstack.org/48096603:22
*** Shunli has quit IRC03:25
*** Shunli has joined #openstack-zun03:26
openstackgerritKien Nguyen proposed openstack/zun master: Use __future__ module absolute_import  https://review.openstack.org/48139803:36
openstackgerritKien Nguyen proposed openstack/zun master: Replace map with list  https://review.openstack.org/48140003:49
*** Shunli has quit IRC03:54
*** Shunli has joined #openstack-zun03:55
kiennthi, i am following Zun. I have 2 questions about zun and zun-ui:04:04
kiennt1. Do we have option for Docker local registry?04:05
mkraikiennt: Hi04:06
mkraiWe don't support local registry now04:06
kiennt2. I used Zun-ui and i have to fill the image-name, maybe change text field to option field, that user can choose image name depend on  Image driver. It's easier04:06
kienntShould we support this feature? Is it possible for implement?04:07
*** janki has joined #openstack-zun04:35
*** adisky__ has joined #openstack-zun04:41
hongbinkiennt: i think both are possible to implement04:51
kiennthongbin: create some bps would be good.04:52
hongbinkiennt: for #1, keep in mind that zun has an option for glance, which is similar to local registry, however, this is not satisfied, having a local registry should be fine04:53
hongbinkiennt: i think #1 would be an easy add, create a bug would be enough04:54
hongbinkiennt: for #2, suggest you to talk to shu-mutou-AWAY , he is in charge of the zun-ui04:54
openstackgerritKien Nguyen proposed openstack/zun master: Rename kw to kwargs  https://review.openstack.org/48141804:54
hongbinsorry, i need to leave now, see you all04:55
*** hongbin has quit IRC04:55
kiennthongbin: sure, will do. Thank you.04:55
*** shu-mutou-AWAY is now known as shu-mutou04:56
*** kiennt has quit IRC05:19
*** kiennt has joined #openstack-zun05:56
*** lakerzhou has quit IRC06:22
kienntshu-mutou, hi, i asked hongbin about changing image name field from text field to option field, let user choose image from list of images instead of fill name.06:28
kienntit would be easier for user06:28
shu-mutouhi kiennt, it good for us. but we have to new image at creation if the image is not in image driver. can you implement it as combo-box?06:32
mkraikiennt: We support images from docker also. So I am not sure how would that work06:34
kienntshu-mutou, can you give me more details about it? I'm not sure i can do it, I will investigate and try to do.06:35
*** caowei has quit IRC06:36
shu-mutoukiennt: if we can implement combo-box, we can input image as text for new image, also can select image from pulldown.06:36
*** caowei has joined #openstack-zun06:36
shu-mutoukiennt: and image list in pulldown should be gotton for each driver. how about it?06:37
mkraishu-mutou: We download image on the go also if it doesn't exist in any of the drivers.06:38
kienntshu-mutou, it sound good. That's what I mean, i have missed between option and combo box, LOL :)06:39
shu-mutoukiennt: Unfortunately, I didn't implement combo-box into any panels, so I also need to investigate implementing it.06:39
*** diga has joined #openstack-zun06:39
shu-mutouhi mkrai, we can get image list using image-list, right?06:40
shu-mutoumkrai: it means that we can provide the list for image selection using image-list06:41
kienntshu-mutou: sure, hope you can bring it to zun-ui. That would be great.06:43
shu-mutoumkrai: and to get new image, we need to keep text input area.06:43
shu-mutoukiennt: could you write bp for that?06:43
kienntshu-mutou: yep, i am going to do it now. And assign it to you?06:44
shu-mutoukiennt: if I may have time for it, I assign by myself. please leave it as blank.06:46
mkraishu-mutou: The image-list will only provide the images in glance.06:46
kienntshu-mutou: ok, i will do06:47
mkraiSo I think we should have text box as well for providing new images which don't exist in glance06:47
shu-mutoumkrai: I may know. ;)  combo-box can realize both of them.06:49
mkraishu-mutou: It's great then :) Thanks06:52
mkraiI don't know about combo-box ;)06:52
shu-mutoumkrai: combo-box has text input area and pulldown, you may have seen in somewhere. \^o^/06:59
*** kiennt has quit IRC07:13
*** kiennt has joined #openstack-zun07:13
*** egonzalez has joined #openstack-zun07:38
openstackgerritmiaohb proposed openstack/zun master: Add api-ref for container stats  https://review.openstack.org/48148608:00
*** diga has quit IRC08:10
*** janonymous has joined #openstack-zun08:33
*** janonymous has left #openstack-zun08:33
*** Shunli has quit IRC09:29
*** openstackgerrit has quit IRC09:48
*** openstackgerrit has joined #openstack-zun09:54
openstackgerritMerged openstack/zun master: Fix the sample responses in API docs  https://review.openstack.org/48112009:54
*** egonzalez has quit IRC10:07
*** egonzalez has joined #openstack-zun10:09
*** caowei has quit IRC10:11
openstackgerritKien Nguyen proposed openstack/zun master: Refactor Glance Image driver  https://review.openstack.org/48156310:27
*** kiennt has quit IRC10:38
*** c06 has joined #openstack-zun10:43
*** zhurong has quit IRC10:46
*** zhurong has joined #openstack-zun11:40
*** zhurong has quit IRC11:46
*** lakerzhou has joined #openstack-zun12:24
*** c06 has quit IRC12:35
*** catintheroof has joined #openstack-zun12:40
*** kiennt has joined #openstack-zun12:59
*** janki has quit IRC13:03
*** kiennt has quit IRC13:04
*** zhurong has joined #openstack-zun13:24
*** jwcroppe_ has quit IRC13:37
*** jwcroppe has joined #openstack-zun13:37
*** jwcroppe has quit IRC13:42
*** jwcroppe has joined #openstack-zun13:53
*** adisky__ has quit IRC14:08
*** hongbin has joined #openstack-zun14:08
*** vikasc has quit IRC14:14
*** vikasc has joined #openstack-zun14:18
*** zhurong has quit IRC14:26
*** catintheroof has quit IRC14:52
*** catintheroof has joined #openstack-zun14:53
*** catinthe_ has joined #openstack-zun14:56
*** catintheroof has quit IRC14:59
*** egonzalez has quit IRC15:04
*** catintheroof has joined #openstack-zun15:06
*** catinthe_ has quit IRC15:09
*** sudipto has joined #openstack-zun15:10
*** sudipto_ has joined #openstack-zun15:10
*** catinthe_ has joined #openstack-zun15:35
*** catintheroof has quit IRC15:36
openstackgerritMerged openstack/zun master: Rename kw to kwargs  https://review.openstack.org/48141815:39
openstackgerritMerged openstack/zun master: Replace map with list  https://review.openstack.org/48140015:39
openstackgerritMerged openstack/zun master: Updated from global requirements  https://review.openstack.org/48119115:40
openstackgerritMerged openstack/zun master: Clean up network resources after tempest tests  https://review.openstack.org/47940916:12
*** catinthe_ has quit IRC16:19
*** catintheroof has joined #openstack-zun16:19
*** janki has joined #openstack-zun16:38
*** janki has quit IRC17:00
*** sudipto has quit IRC17:35
*** sudipto_ has quit IRC17:35
*** catinthe_ has joined #openstack-zun19:56
*** catintheroof has quit IRC19:59
*** lakerzhou has quit IRC20:36
*** catinthe_ has quit IRC20:39
openstackgerritHongbin Lu proposed openstack/zun master: Introduce policy rule for all tenants  https://review.openstack.org/48175821:05
openstackgerritHongbin Lu proposed openstack/zun master: Introduce policy rule for all tenants  https://review.openstack.org/48175821:07
*** catintheroof has joined #openstack-zun21:33
*** openstackgerrit has quit IRC21:47
*** openstackstatus has quit IRC21:56
*** openstack has joined #openstack-zun21:59
*** jwcroppe has quit IRC22:11
*** jwcroppe has joined #openstack-zun22:11
*** jwcroppe has quit IRC22:15
*** openstackgerrit has joined #openstack-zun22:20
openstackgerritHongbin Lu proposed openstack/zun master: [WIP] Support show/delete with all_tenants  https://review.openstack.org/47995822:20
*** catintheroof has quit IRC22:42

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