Tuesday, 2017-01-17

openstackgerritzhangshuai proposed openstack/karbor: Add metadata parameter to checkpoint API  https://review.openstack.org/35274801:18
*** zhangshuai has joined #openstack-karbor01:24
*** zhurong has joined #openstack-karbor01:41
*** wujiajun has joined #openstack-karbor02:01
*** yinwei_computer has quit IRC02:45
*** yinwei_computer has joined #openstack-karbor02:46
*** gouthamr has quit IRC03:12
*** zhurong has quit IRC03:40
openstackgerritzengchen proposed openstack/karbor: Prepare for refactoring clients used in protect service  https://review.openstack.org/40464406:28
*** Jeffrey4l_ has joined #openstack-karbor06:30
*** Jeffrey4l has quit IRC06:34
*** Jeffrey4l_ is now known as Jeffrey4l06:34
*** zhurong has joined #openstack-karbor06:36
openstackgerritzengchen proposed openstack/karbor: Update the way of getting endpoint of other service  https://review.openstack.org/40799006:50
openstackgerritzengchen proposed openstack/karbor: Update the way of getting endpoint of other service  https://review.openstack.org/40799007:01
openstackgerritzengchen proposed openstack/karbor: Update the way of getting endpoint of other service  https://review.openstack.org/40799007:05
openstackgerritzengchen proposed openstack/karbor: Update the way of getting endpoint of other service  https://review.openstack.org/40799007:10
*** c00281451 has joined #openstack-karbor07:11
*** c00281451 is now known as zengchen07:11
zengchenping yuvalb07:19
openstackgerritzengchen proposed openstack/karbor: Update the way of getting endpoint of other service  https://review.openstack.org/40799007:32
*** yuval has joined #openstack-karbor07:47
openstackgerritzengchen proposed openstack/karbor: Prepare for refactoring clients used in protect service  https://review.openstack.org/40464407:47
openstackgerritchenying proposed openstack/karbor: Update the glance backup protection plugin  https://review.openstack.org/41682407:49
yuvalhey zengchen07:49
zengchenyuval:hi, how are you?07:49
yuvalzengchen: very well, you?07:50
zengchenyuval:I just want to tell you something about 'git mv'.07:50
zengchenyuval:if I run 'git mv /utils.py /clients/utils.py' and modify the utils.py. then the grit will not show the udpate as rename /utils.py to /clients/utils.py but show it as delete /utils.py and add /clients/utils.py.07:50
yuvalzengchen: I ran into it as well in the past. Because there are some changes after the move gerrit is confused and thinks it is a new file07:51
yuvalzengchen: it is ok07:51
zengchenyuval:I am updating my patch, then you will review conveniently.07:52
zengchenyuval:I decide rename the utils.py in the first patch, and update it in second patch. then you will see the difference.07:53
yuvalzengchen: in the comments here, in line 81-82 ( https://review.openstack.org/#/c/404644/10/karbor/services/protection/client_factory.py ), what I meant is that if 'session' or 'keystone_plugin' is not in kwargs, kwargs['session'] will give KeyError07:54
zengchenyuval:let me take a look.07:55
yuvaland regarding the init function: can we have it handle cases where it is called twice? i.e: not loading the same modules again07:56
zengchenyuval:about first one. I don't understand. why 'session' and 'keystone_plugin' not in kwargs? what i have done set the value in kwargs.08:00
zengchenyuval:and regarding the init function. if do as before, then we may have to solve the problem of loading same client twice. but if do as i have done ,i don't see any problem.08:03
openstackgerritzengchen proposed openstack/karbor: Update the way of getting endpoint of other service  https://review.openstack.org/40799008:07
yuvalzengchen: if you always inject 'session' argument into kwargs, how can the "if kwargs.get('session')" condition not satisified? (here, for example: https://review.openstack.org/#/c/408382/3/karbor/services/protection/clients/glance.py )08:10
zengchenyuval:kwargs['session'] = cls._generate_session(context, service) means 'session' must in kwargs, but not means kwargs['session'] is not None, because cls._generate_session may return None.08:13
yuvalzengchen: only when _generate_session fails08:13
zengchenyuval:yes08:14
zengchenyvual:so if kwargs.get('session') == None, then it will run original codes.08:15
openstackgerritzengchen proposed openstack/karbor: Fix token expire wich may happen in using clients  https://review.openstack.org/40838208:20
*** yamamoto has quit IRC08:21
chenying_ping yuva08:53
chenying_ping yuval08:53
chenying_yuval The patch about glance plugin has been updated. :)08:53
*** yamamoto has joined #openstack-karbor09:00
*** yamamoto has quit IRC09:07
*** zhurong has quit IRC09:44
*** yamamoto has joined #openstack-karbor09:45
*** yamamoto has quit IRC09:49
*** yamamoto has joined #openstack-karbor10:28
*** yamamoto has quit IRC10:29
*** zengyingzhe has quit IRC10:30
*** zengyingzhe has joined #openstack-karbor10:30
*** yamamoto has joined #openstack-karbor10:38
*** tommylikehu has joined #openstack-karbor10:49
*** yamamoto has quit IRC10:56
openstackgerritMerged openstack/python-karborclient: Check the resource when creating a plan  https://review.openstack.org/41828010:59
openstackgerritzengchen proposed openstack/karbor: Prepare for refactoring clients used in protect service  https://review.openstack.org/40464411:01
*** yamamoto has joined #openstack-karbor11:30
*** yamamoto has quit IRC11:34
openstackgerritwu proposed openstack/python-karborclient: Make command 'karbor provider-show' print pretty  https://review.openstack.org/42123912:14
openstackgerritchenying proposed openstack/karbor: Update the glance backup protection plugin  https://review.openstack.org/41682412:35
openstackgerritwu proposed openstack/python-karborclient: Make command 'karbor provider-show' print pretty  https://review.openstack.org/42123912:46
*** gouthamr has joined #openstack-karbor12:48
*** zhangshuai has quit IRC13:36
*** zhangshuai has joined #openstack-karbor13:37
*** tommylikehu_ has joined #openstack-karbor13:58
*** zhangshuai has quit IRC14:03
*** zhangshuai has joined #openstack-karbor14:03
*** yamamoto has joined #openstack-karbor14:31
*** leon_wang has joined #openstack-karbor14:34
*** yamamoto has quit IRC14:35
*** leon_wang has quit IRC15:45
*** tommylikehu_ has quit IRC16:04
*** yuval has quit IRC16:05
*** zhangshuai has quit IRC16:23
*** zhangshuai has joined #openstack-karbor16:24
*** wujiajun has quit IRC16:26
*** wujiajun has joined #openstack-karbor16:26
*** dimak has quit IRC18:01
*** dimak has joined #openstack-karbor18:02
*** diablo_rojo has joined #openstack-karbor19:39
diablo_rojoHello, just wanted to give you all a reminder that the period for the Travel Support Program for the PTG ends today. We would love to get more people from karbor to the PTG. Here is the link to the TSP Application: https://openstackfoundation.formstack.com/forms/travelsupportptg_atlanta19:39
*** tommylikehu has quit IRC19:40
*** Jeffrey4l has quit IRC21:35
*** Jeffrey4l has joined #openstack-karbor21:48
*** diablo_rojo has quit IRC21:54
*** gouthamr has quit IRC22:01
*** yamamoto has joined #openstack-karbor22:11
*** tommylikehu_ has joined #openstack-karbor23:11
*** tommylikehu_ has quit IRC23:11
*** tommylik_ has joined #openstack-karbor23:11
*** tommylik_ has quit IRC23:12
*** gouthamr has joined #openstack-karbor23:27

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