Tuesday, 2017-03-21

*** mtanino has joined #openstack-oslo00:14
*** Syed__ has quit IRC00:25
*** amotoki has joined #openstack-oslo00:26
*** tommylikehu_ has joined #openstack-oslo00:30
*** gcb_ has quit IRC00:35
*** tommylikehu_ has quit IRC00:35
*** mtanino has quit IRC00:39
*** Guest68764 has quit IRC00:43
*** Guest68764 has joined #openstack-oslo00:50
*** browne has quit IRC01:01
*** yamamoto has joined #openstack-oslo01:12
*** jamielennox is now known as jamielennox|away01:16
*** zhangguoqing has joined #openstack-oslo01:18
openstackgerritzhangsong proposed openstack/tooz master: Add shared filelock  https://review.openstack.org/44574301:25
*** jamielennox|away is now known as jamielennox01:28
openstackgerritRushil Chugh proposed openstack/oslo.tools master: Ping crushil instead of rloo  https://review.openstack.org/44774501:29
*** dimtruck is now known as zz_dimtruck01:35
*** boden has joined #openstack-oslo01:37
*** boden has quit IRC01:38
*** gcb has joined #openstack-oslo01:49
*** browne has joined #openstack-oslo01:53
*** browne has quit IRC02:02
*** tommylikehu_ has joined #openstack-oslo02:32
*** zz_dimtruck is now known as dimtruck02:32
*** tommylikehu_ has quit IRC02:36
*** yamamoto has quit IRC02:41
*** yamamoto has joined #openstack-oslo02:48
*** gcb has quit IRC02:58
*** nicolasbock has quit IRC03:02
openstackgerritMerged openstack/oslo.policy master: Use Sphinx 1.5 warning-is-error  https://review.openstack.org/44660803:11
*** gcb has joined #openstack-oslo03:14
*** gcb has quit IRC03:14
*** gcb has joined #openstack-oslo03:15
*** spzala has joined #openstack-oslo03:19
*** dimtruck is now known as zz_dimtruck03:21
*** yamamoto has quit IRC03:25
openstackgerritChangBo Guo(gcb) proposed openstack/oslo.messaging master: Refactor logic of getting exector's executor_thread_pool_size  https://review.openstack.org/44778203:42
openstackgerritzhangsong proposed openstack/tooz master: Add shared filelock  https://review.openstack.org/44574303:44
*** links has joined #openstack-oslo03:44
*** yamahata has quit IRC03:47
*** tovin07_ has joined #openstack-oslo04:00
*** spzala has quit IRC04:05
*** ihrachys has joined #openstack-oslo04:07
*** yamamoto has joined #openstack-oslo04:09
*** jamielennox is now known as jamielennox|away04:12
*** d0ugal has quit IRC04:16
*** d0ugal has joined #openstack-oslo04:17
*** tommylikehu_ has joined #openstack-oslo04:32
*** tommylikehu_ has quit IRC04:37
*** spzala has joined #openstack-oslo04:47
*** spzala has quit IRC04:51
*** yamahata has joined #openstack-oslo04:59
*** spzala has joined #openstack-oslo05:11
*** spzala has quit IRC05:15
openstackgerrithnyang proposed openstack/oslo.config master: Remove log translations  https://review.openstack.org/44781205:16
openstackgerritD G Lee proposed openstack/oslo.reports master: Remove log translations  https://review.openstack.org/44781305:16
*** lpetrut has joined #openstack-oslo05:19
openstackgerritD G Lee proposed openstack/oslo.reports master: Remove log translations  https://review.openstack.org/44781605:24
*** ihrachys has quit IRC05:32
openstackgerritD G Lee proposed openstack/oslo.reports master: Remove log translations  https://review.openstack.org/44782405:33
openstackgerritzhangguoning proposed openstack/oslo.concurrency master: Remove log translate  https://review.openstack.org/44782805:39
openstackgerritD G Lee proposed openstack/oslo.reports master: Remove log translations  https://review.openstack.org/44783005:41
*** rcernin has joined #openstack-oslo05:43
openstackgerrithnyang proposed openstack/oslo.config master: remove log translations Log messages are no longer being translated. This removes all use of the _LE, _LI, and _LW translation markers to simplify logging and to avoid confusion with new contributions.  https://review.openstack.org/44783205:48
openstackgerritZhangHongtao proposed openstack/oslo.messaging master: Remove log translations  https://review.openstack.org/44783605:54
openstackgerritSiyi Luo proposed openstack/oslo.log master: Remove log translations  https://review.openstack.org/44783705:56
*** rcernin has quit IRC05:57
openstackgerritzhangguoning proposed openstack/oslo.concurrency master: Remove log translations  https://review.openstack.org/44782805:57
openstackgerrithnyang proposed openstack/oslo.utils master: Remove log translations Log messages are no longer being translated. This removes all use of the _LE, _LI, and _LW translation markers to simplify logging and to avoid confusion with new contributions.  https://review.openstack.org/44784806:07
openstackgerritSiyi Luo proposed openstack/oslo.utils master: Remove log translations  https://review.openstack.org/44785106:08
*** lpetrut has quit IRC06:13
*** xianghui has joined #openstack-oslo06:18
xianghuiHi folks, how Can I construct an admin context() outside of the OpenStack, I find that oslo.context get_admin_context() works by getting values from threading.local()06:20
*** nkrinner_afk is now known as nkrinner06:28
*** lpetrut has joined #openstack-oslo06:30
*** jbadiapa has joined #openstack-oslo06:30
*** kornicameister has joined #openstack-oslo06:31
gcbxianghui,  do you mean https://github.com/openstack/oslo.context/blob/master/oslo_context/context.py#L413 ?06:31
*** jaosorior has joined #openstack-oslo06:31
xianghuigcb, yes, I wonder how the context values are stored? just saw L413 and L3806:33
*** lpetrut has quit IRC06:34
xianghuigcb, and here is another example https://ask.openstack.org/en/question/65056/use-nova-context-to-get-image-details/06:35
*** kornicameister has quit IRC06:35
xianghuiuse the keystoneclient to get all the details then fullfil the RequestContext06:35
xianghuidoes it make sense? or you may have other better ways?06:35
gcbxianghui, https://github.com/openstack/oslo.context/blob/master/oslo_context/context.py#L256  stores the context into threading.local.  and I think we should access keystone firstly.06:38
gcbif we can skip step of accessing keystone , that means it's a security issue06:39
xianghuigcb, ok , another python question06:41
xianghuiL277  the function update_store06:41
xianghuiit seems just simply by assign self to the _request_store06:41
xianghuithe context is stored in the threading.local()06:42
xianghuiam I understanding right?06:42
xianghuisince I have not seen where set the user_id, project_id06:43
xianghuiit just set the 'self' or update the _request_store06:43
gcbcontext instance has property  _user_id, _project_ and  set project_id in https://github.com/openstack/oslo.context/blob/master/oslo_context/context.py#L27206:47
gcbself contains all of the information06:47
openstackgerritDou Rui Yuan proposed openstack/oslo.privsep master: Remove log translations  https://review.openstack.org/44788906:49
openstackgerritSiyi Luo proposed openstack/oslo.cache master: Remove log translations  https://review.openstack.org/44789106:50
xianghuigcb, yes, I understand that, for example, if the user_id equals 'admin' or 'foo', where does it set,  with self I don't understand how it is set06:53
*** amotoki_ has joined #openstack-oslo07:00
gcblook at https://github.com/openstack/oslo.context/blob/master/oslo_context/context.py#L222 and  https://github.com/openstack/oslo.context/blob/master/oslo_context/context.py#L27107:00
*** david-lyle has quit IRC07:02
*** amotoki has quit IRC07:03
xianghuigcb, :)  let's go back to L413, def get_admin_context() <- this function just set is_admin=true internally, doesn't transfter user as L22207:04
xianghuiso I wonder how does the 'admin' value is setting into the user_id07:04
openstackgerritHoupeng Liu proposed openstack/oslo.messaging master: Remove log translations  https://review.openstack.org/44790207:12
gcbxianghui,  admin_context doesn't mean user_id is admin, the key property is_admin, like we check if a  context is a admin context in L44107:16
gcbxianghui, we usually just call get_admin_context in code and pass it to other functions which need admin context07:17
*** amotoki has joined #openstack-oslo07:18
*** spzala has joined #openstack-oslo07:18
xianghuigcb, https://github.com/openstack/neutron/blob/ca751a1486812e498d9539980d8cd7bf6d7ebab7/neutron/api/rpc/handlers/l3_rpc.py#L8707:19
xianghuiin neutron, it will just call get_admin_context() to get the context where has admin context, so it didn't transfer any user/project/auth_url07:19
gcbyes, that's also the way nova does07:20
*** amotoki_ has quit IRC07:21
xianghuigcb, sorry, I am confused..07:21
gcbplease note, this code in api or other internal part, user need pass user/project/auth_url before their request can be sent into api layer07:21
xianghuido you mean get_admin_context doesn't really return the admin context?07:21
gcbadmin_context is used internally07:22
xianghuigcb, ok, do you know where does it send to api layer internally?07:22
*** e0ne has joined #openstack-oslo07:22
xianghuigcb, I am asking because I am trying to write the Notifier , a subclass of oslo.Notifier07:22
xianghuiin the notify.info(..) function it needs context07:23
*** spzala has quit IRC07:23
xianghuiand my code is outside OpenStack, I am trying to construct the context07:23
gcbI suggest your customize notifier should be loaded by oslo_messaging and get user information from OpenStack07:26
*** lpetrut has joined #openstack-oslo07:27
gcbHave you looked at https://github.com/openstack/oslo.messaging/blob/master/oslo_messaging/notify/_impl_routing.py which can customize notifier07:29
*** eezhova has joined #openstack-oslo07:31
xianghuigcb, thanks much , looking07:31
gcbor just just implement your special notifer  and make it loadable by oslo.messaging as plugin  like https://github.com/openstack/oslo.messaging/blob/master/setup.cfg#L5107:32
xianghuigcb, btw, so for the customized notifier, the notify info will post to RabbitMQ in my case, it will be in the notify.info queue,07:33
xianghuido you know how to check it arrives there?07:34
*** tesseract has joined #openstack-oslo07:35
openstackgerrithnyang proposed openstack/oslo.config master: remove log translations Log messages are no longer being translated. This removes all use of the _LE, _LI, and _LW translation markers to simplify logging and to avoid confusion with new contributions.  https://review.openstack.org/44783207:36
*** e0ne has quit IRC07:43
*** spzala has joined #openstack-oslo07:43
gcbxianghui, I have no idea now, maybe you can check ceilometer and find how ceilometer receive event from other components07:44
xianghuigcb, right, thanks much !!!!!07:45
*** cdent has joined #openstack-oslo07:47
*** spzala has quit IRC07:48
gcbxianghui: np07:49
*** spzala has joined #openstack-oslo07:50
*** spzala has quit IRC07:54
openstackgerritSiyi Luo proposed openstack/oslo.log master: Remove log translations  https://review.openstack.org/44783707:58
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-oslo08:00
*** spzala has joined #openstack-oslo08:02
*** lpetrut has quit IRC08:03
openstackgerritOleksii Zamiatin proposed openstack/oslo.messaging master: Check devstack gate zmq  https://review.openstack.org/22977908:06
*** gibi has joined #openstack-oslo08:06
*** shardy has joined #openstack-oslo08:07
*** spzala has quit IRC08:07
*** ozamiatin has joined #openstack-oslo08:07
*** pcaruana has joined #openstack-oslo08:11
*** shardy has quit IRC08:24
openstackgerritSiyi Luo proposed openstack/oslo.policy master: Remove log translations  https://review.openstack.org/44786708:27
*** e0ne has joined #openstack-oslo08:30
openstackgerritHoupeng Liu proposed openstack/oslo.messaging master: Remove log translations  https://review.openstack.org/44790208:31
*** eezhova has quit IRC08:31
-openstackstatus- NOTICE: Wiki is broken with database problems, we are working to resolve it08:32
*** ChanServ changes topic to "Wiki is broken with database problems, we are working to resolve it"08:32
*** tommylikehu_ has joined #openstack-oslo08:34
*** spzala has joined #openstack-oslo08:38
*** lpetrut has joined #openstack-oslo08:39
*** tommylikehu_ has quit IRC08:39
-openstackstatus- NOTICE: Wiki problems have been fixed, it's up and running08:40
*** ChanServ changes topic to "#openstack-oslo"08:40
*** spzala has quit IRC08:42
*** jpena|off is now known as jpena08:44
openstackgerritDuan Jiong proposed openstack/oslo.service master: Remove log translations  https://review.openstack.org/44795408:45
openstackgerritDou Rui Yuan proposed openstack/oslo.privsep master: Remove log translations  https://review.openstack.org/44788908:53
*** jpena is now known as jpena|off08:57
openstackgerritSiyi Luo proposed openstack/oslo.cache master: Remove log translations  https://review.openstack.org/44789109:01
*** eezhova has joined #openstack-oslo09:02
*** openstackgerrit has quit IRC09:03
*** jpena|off is now known as jpena09:04
*** mhickey has joined #openstack-oslo09:12
*** chenying_ has quit IRC09:22
*** openstackgerrit has joined #openstack-oslo09:24
openstackgerritYu Chaochao proposed openstack/oslo.cache master: Remove log translations  https://review.openstack.org/44789109:24
*** spzala has joined #openstack-oslo09:26
*** chenying has joined #openstack-oslo09:30
*** spzala has quit IRC09:31
*** xianghui has quit IRC09:35
*** spzala has joined #openstack-oslo09:38
*** spzala has quit IRC09:43
dimsgcb : ping, we need to release oslo.privsep with a patch that merged yday. can you please open a review in releases repo?09:53
*** tovin07_ has quit IRC09:58
*** nicolasbock has joined #openstack-oslo10:08
*** jaosorior is now known as jaosorior_brb10:14
*** spzala has joined #openstack-oslo10:15
*** boden has joined #openstack-oslo10:15
*** amotoki has quit IRC10:17
*** spzala has quit IRC10:19
*** gcb has quit IRC10:26
*** gcb has joined #openstack-oslo10:28
*** jamielennox|away is now known as jamielennox10:30
gcbdims: sure, I'm on it now10:32
*** yamahata has quit IRC10:32
*** tommylikehu_ has joined #openstack-oslo10:36
*** gcb has quit IRC10:37
*** e0ne has quit IRC10:42
*** tommylikehu_ has quit IRC10:44
*** e0ne has joined #openstack-oslo10:44
*** shardy has joined #openstack-oslo10:45
*** eck` is now known as eck`gone10:46
*** spzala has joined #openstack-oslo10:51
*** gcb has joined #openstack-oslo10:55
*** spzala has quit IRC10:56
*** e0ne has quit IRC10:56
*** gcb has quit IRC10:57
*** gcb has joined #openstack-oslo10:57
*** chenying has quit IRC11:02
*** e0ne has joined #openstack-oslo11:03
*** jamielennox is now known as jamielennox|away11:05
*** gcb has quit IRC11:06
*** sdague__ is now known as sdague11:09
*** jamielennox|away is now known as jamielennox11:12
*** zhangguoqing has quit IRC11:15
openstackgerritSiyi Luo proposed openstack/oslo.cache master: Remove log translations  https://review.openstack.org/44789111:19
*** gcb has joined #openstack-oslo11:20
*** amotoki has joined #openstack-oslo11:36
*** lucasagomes is now known as lucas-brb11:50
*** eck`gone is now known as eck`11:53
*** eck` is now known as eck`gone12:10
*** eck`gone is now known as eck`12:15
*** ansmith has joined #openstack-oslo12:18
*** gcb has quit IRC12:20
*** gcb has joined #openstack-oslo12:21
openstackgerritDou Rui Yuan proposed openstack/oslo.privsep master: Remove log translations  https://review.openstack.org/44788912:24
*** chenying has joined #openstack-oslo12:35
*** kgiusti has joined #openstack-oslo12:37
*** jaosorior_brb is now known as jaosorior12:38
*** tommylikehu_ has joined #openstack-oslo12:41
*** gordc has joined #openstack-oslo12:45
*** tommylikehu_ has quit IRC12:46
*** eck` is now known as eck`gone12:53
openstackgerritMerged openstack/oslo.policy master: oslopolicy-sample-generator description support  https://review.openstack.org/44333012:55
jd_harlowja: u still maintain doc8?12:56
*** shardy has quit IRC12:57
openstackgerritSiyi Luo proposed openstack/oslo.cache master: Remove log translations  https://review.openstack.org/44789113:00
*** shardy has joined #openstack-oslo13:03
*** lucas-brb is now known as lucasagomes13:14
*** links has quit IRC13:24
*** ihrachys has joined #openstack-oslo13:26
*** jpena is now known as jpena|lunch13:31
*** tommylikehu_ has joined #openstack-oslo13:48
*** tommylikehu_ has quit IRC13:49
*** tommylikehu_ has joined #openstack-oslo13:50
*** spzala has joined #openstack-oslo13:55
*** mtanino has joined #openstack-oslo13:59
*** eck`gone is now known as eck`14:11
*** zz_dimtruck is now known as dimtruck14:20
*** e0ne has quit IRC14:37
*** pblaho has quit IRC14:39
*** Syed__ has joined #openstack-oslo14:40
*** jpena|lunch is now known as jpena14:42
*** e0ne has joined #openstack-oslo14:48
*** david-lyle has joined #openstack-oslo14:49
openstackgerritSiyi Luo proposed openstack/oslo.vmware master: Remove log translations  https://review.openstack.org/44787914:53
openstackgerritAnthony Washington proposed openstack/oslo.policy master: Add release note for 439070  https://review.openstack.org/44813914:54
openstackgerritAnthony Washington proposed openstack/oslo.policy master: Add release note for 439070  https://review.openstack.org/44813914:55
*** ctp has joined #openstack-oslo14:57
*** david-lyle has quit IRC15:09
*** pblaho has joined #openstack-oslo15:14
openstackgerritJohn L. Villalovos proposed openstack/oslo.utils master: WIP/DNM: Test patch  https://review.openstack.org/44814815:14
*** david-lyle has joined #openstack-oslo15:15
*** tommylikehu_ has quit IRC15:16
*** shardy is now known as coding_shardy15:23
openstackgerritStephen Finucane proposed openstack-dev/cookiecutter master: Remove MANIFEST.in  https://review.openstack.org/44816315:40
openstackgerritStephen Finucane proposed openstack-dev/cookiecutter master: Remove 'build_releasenotes'  https://review.openstack.org/44816415:40
openstackgerritStephen Finucane proposed openstack-dev/cookiecutter master: Bump pbr to 2.0, Sphinx to 1.5  https://review.openstack.org/44816515:40
openstackgerritStephen Finucane proposed openstack-dev/cookiecutter master: Use Sphinx 1.5 warning-is-error  https://review.openstack.org/44816615:40
*** lpetrut has quit IRC15:43
*** yamahata has joined #openstack-oslo15:44
*** eezhova has quit IRC15:53
*** david-lyle has quit IRC15:54
*** nkrinner is now known as nkrinner_afk15:56
*** david-lyle has joined #openstack-oslo16:01
*** spzala has quit IRC16:10
*** amotoki has quit IRC16:13
*** e0ne has quit IRC16:20
*** jaosorior has quit IRC16:29
*** eezhova has joined #openstack-oslo16:37
jlvillalAnyone working on fixing oslo.utils broken build?  https://review.openstack.org/44814816:48
jlvillalSeems like the gate is broken for oslo_utils.16:49
sdaguejlvillal: this is this generic issue around tempest install breaking16:54
*** pblaho has quit IRC16:54
jlvillalsdague: Oh. Thanks. I'll assume someone somewhere is working on it :)16:54
sdagueactually, no one seems to be16:54
jlvillal:(16:54
sdaguethe only suggestions right now are change uc on stable, which is weird16:55
*** jaosorior has joined #openstack-oslo16:55
*** eezhova has quit IRC16:55
jlvillalsfinucan: ^^^16:55
*** eezhova has joined #openstack-oslo16:55
sfinucanjlvillal: So I _didn't_ break something :) Good to know16:56
jlvillal:)16:56
sfinucanWant me to look into it? I don't know how far I'll get but I can try16:56
jlvillalsfinucan: I don't mind. I did that test patch because I saw your patch breaking over and over again.16:57
harlowjajd_ i guess :-P16:57
jlvillalI haven't looked into why it is breaking.16:57
harlowja'maintain'16:57
sfinucanjlvillal: Yeah, I'll take a punt at it, assuming gcb doesn't have anything more to add?16:57
openstackgerritJay Pipes proposed openstack/tooz master: etcd3: add etcd3 coordination driver  https://review.openstack.org/44722316:57
*** coding_shardy is now known as shardy16:57
jd_harlowja: so go review!16:58
harlowjakk16:58
harlowjalol16:58
harlowjayes sir16:58
harlowjalol16:58
sdaguehas anyone looked at a more directly native systemd interface from oslo.log?17:00
harlowjanot that i've heard of sdague17:00
sdaguethere was an interesting suggestion at the PTG to move to doing user units instead of screen for devstack17:01
harlowjai wonder if u can just plug in https://www.freedesktop.org/software/systemd/python-systemd/journal.html17:01
sdaguehowever, the naive log capture is a little odd17:01
harlowjaor https://www.freedesktop.org/software/systemd/python-systemd/journal.html#journalhandler-class17:01
harlowja`logging.root.addHandler(JournalHandler())`17:01
harlowjasdague ya, i mean i guess its always been a question of 'how much to do with devstack'17:02
harlowjakeep it simple (and screen) or integrate more and more17:02
sdaguewell, the screen flow seemed to be falling over for some basic bits of making changes that impact more than one service17:03
sdagueanyway, with systemd everywhere now, it made me wonder if anyone had looked into a handler like that. As it would make using journalctl a lot more powerful17:07
harlowjaya, makes sense17:12
*** pblaho has joined #openstack-oslo17:24
*** spzala has joined #openstack-oslo17:27
*** mhickey has quit IRC17:27
*** spzala has quit IRC17:32
*** david-lyle_ has joined #openstack-oslo17:37
*** david-lyle has quit IRC17:38
*** spzala has joined #openstack-oslo17:38
*** lucasagomes is now known as lucas-afk17:38
dimssileht : ping17:40
*** cdent has quit IRC17:40
*** yamahata has quit IRC17:40
dimssileht : can you please remind me of why we wanted to move to eventlet 0.20.1?17:41
*** spzala has quit IRC17:41
*** spzala has joined #openstack-oslo17:41
*** ozamiatin has quit IRC17:41
*** ozamiatin has joined #openstack-oslo17:41
*** ozamiatin has quit IRC17:42
*** ozamiatin has joined #openstack-oslo17:42
*** ozamiatin has quit IRC17:43
*** ozamiatin has joined #openstack-oslo17:43
silehtdims, oslo.messaging py35 functional tests don't pass with earlier version because of the new subprocess stuff17:43
*** ozamiatin has quit IRC17:44
dimssileht : can you please comment here? https://review.openstack.org/#/c/448104/17:44
silehtdims, anything using subprocess+eventlet-monkeypatching is broken with py3517:44
dimsthat's a strong case. thanks sileht17:45
*** lpetrut has joined #openstack-oslo17:47
silehtdims, it's wierd that sphinx need monkeypatching17:49
silehtI can't take a look futher today, but maybe that hide another issue17:49
silehtlooks like that already reported upstream :)17:51
dimssileht : i already posted workarounds for manila and cinder so we are good17:52
silehtoki17:52
dimstrue it's weird17:52
silehtdims, I got it, they import cinder module in doc17:55
silehtdims, and the root cinder module monkeypatch stuff17:56
silehtdims, and it should not for the doc generation17:56
dimsah makes sense17:56
*** jaosorior has quit IRC17:57
*** mtanino has quit IRC17:58
*** spzala has quit IRC17:59
harlowjafriends don't let friends use eventlet18:00
harlowjalol18:00
*** eezhova has quit IRC18:01
sdaguedims: do we need a revert? or is this going to be fixable18:01
*** spzala has joined #openstack-oslo18:01
dimssdague : lined up fixes already18:01
*** markd_ has quit IRC18:04
*** spzala has quit IRC18:05
*** spzala has joined #openstack-oslo18:07
*** eezhova has joined #openstack-oslo18:08
*** spzala has quit IRC18:10
*** spzala has joined #openstack-oslo18:10
*** mtanino has joined #openstack-oslo18:11
*** shardy has quit IRC18:18
*** yamahata has joined #openstack-oslo18:26
*** spzala has quit IRC18:27
*** yamahata has quit IRC18:31
*** yamahata has joined #openstack-oslo18:31
*** tesseract has quit IRC18:31
*** spzala has joined #openstack-oslo18:34
*** spzala has quit IRC18:38
*** pcaruana has quit IRC18:39
*** jpena is now known as jpena|off18:39
openstackgerritVipin Balachandran proposed openstack/osprofiler master: Remove unused imports  https://review.openstack.org/44823018:45
*** david-lyle_ has quit IRC18:46
openstackgerritJay Pipes proposed openstack/tooz master: etcd3: add etcd3 coordination driver  https://review.openstack.org/44722318:52
*** dharinic is now known as dharinic|lunch19:09
*** spzala has joined #openstack-oslo19:13
*** spzala has quit IRC19:15
*** spzala has joined #openstack-oslo19:15
*** lpetrut has quit IRC19:17
*** eck` is now known as eck`gone19:18
*** cdent has joined #openstack-oslo19:39
jd_harlowja: is someone else going to press +A on doc8 ?!19:42
harlowjalol19:42
harlowjajosh jr?19:42
harlowjalol19:42
harlowjado u want to become a core reviewer :-P19:43
harlowjaok josh jr approved19:43
*** dharinic|lunch is now known as dharinic19:46
*** eck`gone is now known as eck`19:51
*** spzala has quit IRC19:54
*** mpotdar_ has joined #openstack-oslo19:57
*** lpetrut has joined #openstack-oslo20:00
jd_harlowja: yeah add me as core i'll watch the project20:01
harlowjak20:01
jd_harlowja: i see u cannot be trusted anyway!20:02
jd_;p20:02
harlowjaprob20:02
harlowjalol20:02
*** e0ne has joined #openstack-oslo20:04
*** browne has joined #openstack-oslo20:16
openstackgerritKen'ichi Ohmichi proposed openstack/oslo.utils master: WIP/DNM: Test patch  https://review.openstack.org/44814820:29
*** kgiusti has left #openstack-oslo20:37
*** mpotdar_ has quit IRC20:38
*** ansmith has quit IRC20:48
*** e0ne has quit IRC20:53
harlowjajd_ okie u have been added20:54
*** dimtruck is now known as zz_dimtruck21:10
*** eck` is now known as eck`gone21:19
*** ihrachys has quit IRC21:21
*** david-lyle has joined #openstack-oslo21:23
*** zz_dimtruck is now known as dimtruck21:34
*** ozamiatin has joined #openstack-oslo21:45
*** lpetrut has quit IRC21:49
*** cdent has quit IRC21:56
*** gordc has quit IRC22:06
*** browne has quit IRC22:19
*** boden has quit IRC22:25
*** eezhova has quit IRC22:27
*** dimtruck is now known as zz_dimtruck22:29
*** david-lyle has quit IRC22:57
*** tommylikehu_ has joined #openstack-oslo23:03
*** tommylik_ has joined #openstack-oslo23:05
*** tommylik_ has quit IRC23:05
*** tommylikehu_ has quit IRC23:05
*** harlowja has quit IRC23:06
*** ozamiatin has quit IRC23:31
*** jamielennox is now known as jamielennox|away23:35
*** mtanino has quit IRC23:38
*** jamielennox|away is now known as jamielennox23:39
*** d34dh0r53 has quit IRC23:50
*** _d34dh0r53_ has joined #openstack-oslo23:54
*** Guest68764 has quit IRC23:55

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