*** pm90_ has joined #openstack-oslo | 00:00 | |
*** dims has joined #openstack-oslo | 00:00 | |
*** sputnik1_ has quit IRC | 00:00 | |
*** sputnik13 has joined #openstack-oslo | 00:01 | |
*** dims_ has quit IRC | 00:02 | |
*** ndipanov has joined #openstack-oslo | 00:03 | |
*** yamamoto has quit IRC | 00:04 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Correctly apply deciders across flow boundaries https://review.openstack.org/244922 | 00:04 |
---|---|---|
*** yamamoto has joined #openstack-oslo | 00:05 | |
*** ndipanov has quit IRC | 00:06 | |
*** ndipanov has joined #openstack-oslo | 00:06 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Correctly apply deciders across flow boundaries https://review.openstack.org/244922 | 00:10 |
*** alexpilotti has joined #openstack-oslo | 00:10 | |
rohit_ | harlowja: tried the logging stuff, so i dont see the ping requests after few minutes in which things work and then they dont..so is this an issue affecting Kazoo/Zookeeper | 00:14 |
rohit_ | thinking of using redis drivers instead.. | 00:14 |
harlowja_ | rohit_ hmmm | 00:17 |
harlowja_ | the lack of ping requests == bad | 00:17 |
harlowja_ | open kazoo issue? | 00:17 |
harlowja_ | https://github.com/python-zk/kazoo/issues | 00:17 |
harlowja_ | then i guess i can see what i can do | 00:17 |
harlowja_ | or someone else can try to figure it out as well | 00:17 |
harlowja_ | eventlet starvation sucks... | 00:17 |
harlowja_ | *or whatever is happening that might not be that | 00:18 |
rohit_ | just curious as to redis driver has the same issues | 00:18 |
harlowja_ | it doesn't heartbeat in the same manner, so i don't think so | 00:18 |
rohit_ | ok | 00:18 |
* harlowja_ has to dust off the rust on kazoo internals, h | 00:19 | |
harlowja_ | *ha | 00:19 |
*** pballand has quit IRC | 00:19 | |
*** dims has quit IRC | 00:25 | |
*** achanda has joined #openstack-oslo | 00:28 | |
*** dims has joined #openstack-oslo | 00:35 | |
harlowja_ | rohit_ do u know which eventlet version u are using? | 00:35 |
rohit_ | harlowja: should be 0.16.1 | 00:37 |
*** achanda_ has joined #openstack-oslo | 00:37 | |
*** achanda_ has quit IRC | 00:38 | |
rohit_ | oops, its 0.17.4 | 00:38 |
*** achanda has quit IRC | 00:41 | |
*** gonzalo2kx has quit IRC | 00:42 | |
*** dims has quit IRC | 00:45 | |
*** nikhil_k has joined #openstack-oslo | 00:49 | |
*** dims has joined #openstack-oslo | 00:51 | |
*** nikhil_k_ has quit IRC | 00:53 | |
harlowja_ | kk | 00:55 |
harlowja_ | rohit_ if u get adventerous, https://github.com/python-zk/kazoo/pull/363 | 00:55 |
harlowja_ | that i think might help | 00:55 |
*** stevemar_ has joined #openstack-oslo | 00:57 | |
*** mriedem has joined #openstack-oslo | 00:57 | |
*** dims has quit IRC | 00:57 | |
*** pm90_ has quit IRC | 00:59 | |
*** stevemar_ has quit IRC | 01:00 | |
*** dkehn has quit IRC | 01:01 | |
rohit_ | harlowja_: thanks will try that | 01:01 |
harlowja_ | np | 01:01 |
*** dkehn has joined #openstack-oslo | 01:02 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Add a executor backed conductor and have existing impl. use it https://review.openstack.org/174643 | 01:03 |
harlowja_ | rohit_ can u open a kazoo issue anyway, with your description | 01:04 |
rohit_ | harlowja: sure | 01:04 |
harlowja_ | thx | 01:04 |
rohit_ | np | 01:04 |
*** ericksonsantos has joined #openstack-oslo | 01:05 | |
harlowja_ | sputnik13 ^ guess u haven't seen that stuff though | 01:05 |
*** alexpilotti has quit IRC | 01:06 | |
sputnik13 | huh? | 01:06 |
harlowja_ | nm, pings for kazoo or something | 01:06 |
harlowja_ | lol | 01:06 |
*** dims has joined #openstack-oslo | 01:07 | |
sputnik13 | zk heartbeat? | 01:08 |
sputnik13 | is kazoo dropping zk heartbeat with eventlet? | 01:08 |
harlowja_ | unsure | 01:13 |
harlowja_ | ping code is @ https://github.com/python-zk/kazoo/blob/master/kazoo/protocol/connection.py#L528 | 01:14 |
harlowja_ | suggestion from ben (another kazoo guy) was to maybe even remove the timeout, eventlet maybe ignroes it? | 01:14 |
*** rlrossit has joined #openstack-oslo | 01:14 | |
*** rlrossit has quit IRC | 01:15 | |
harlowja_ | it'd be interesting to try rohit_ with eventlet < 0.15 if u can, i remember things being better then | 01:15 |
harlowja_ | i wonder... | 01:15 |
harlowja_ | i never did narrow down some weirdness that was happening with it | 01:15 |
harlowja_ | slight changes in eventlet cascade (which sucks) | 01:15 |
rohit_ | harlowja_ https://github.com/harlowja/kazoo/commit/5564eb87ee2874453f4d7121d5400e169a447666#diff-7c89c6cfc6a591cef0ed3be6bbfb375eR14 should be handling ImportError? | 01:15 |
harlowja_ | ya, rohit_ i just fixed, my fault :) | 01:16 |
rohit_ | k | 01:16 |
harlowja_ | rohit_ other idea was at line RootServ | 01:16 |
harlowja_ | oops | 01:17 |
harlowja_ | at line https://github.com/python-zk/kazoo/blob/master/kazoo/protocol/connection.py#L528 | 01:17 |
harlowja_ | change that to | 01:17 |
harlowja_ | s = self.handler.select([self._socket, self._read_sock], [], [])[0] | 01:17 |
rohit_ | ok | 01:17 |
* harlowja_ goes to look if eventlet select is different... | 01:17 | |
harlowja_ | but ya, first i think try https://github.com/python-zk/kazoo/pull/363 if eventlet is being weird and has didn't select semantics that cause the heartbeat to do weird things, that should cause it to happen periodically no matter what | 01:18 |
rohit_ | harlowja: i'll let you fix that patch before i try it, heres the kazoo issue: https://github.com/python-zk/kazoo/issues/364 | 01:19 |
rohit_ | thanks for you help, see ya soon | 01:20 |
harlowja_ | np | 01:23 |
*** nikhil_k_ has joined #openstack-oslo | 01:25 | |
*** sputnik13 has quit IRC | 01:25 | |
*** nikhil_k has quit IRC | 01:28 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Use conductor entity class constant instead of raw string https://review.openstack.org/237831 | 01:39 |
*** crc32 has joined #openstack-oslo | 01:50 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Move 'convert_to_timeout' to timing type as a helper function https://review.openstack.org/239791 | 01:51 |
*** itisha has joined #openstack-oslo | 02:04 | |
openstackgerrit | Sachi King proposed openstack-dev/pbr: Support git://, git+ssh://, git+https:// without -e flag. https://review.openstack.org/194405 | 02:09 |
*** jerrygb_ has joined #openstack-oslo | 02:16 | |
*** jerrygb has quit IRC | 02:17 | |
*** SurajD has joined #openstack-oslo | 02:20 | |
*** openstackgerrit has quit IRC | 02:22 | |
*** jerrygb_ has quit IRC | 02:23 | |
*** openstackgerrit has joined #openstack-oslo | 02:24 | |
*** goodygum has quit IRC | 02:28 | |
*** goodygum has joined #openstack-oslo | 02:28 | |
*** amrith has quit IRC | 02:29 | |
*** amrith has joined #openstack-oslo | 02:30 | |
*** jerrygb has joined #openstack-oslo | 02:30 | |
openstackgerrit | Merged openstack/oslo-incubator: Add a tool that can extract author information for oslo projects https://review.openstack.org/240969 | 02:33 |
*** kbyrne has quit IRC | 02:34 | |
*** kbyrne has joined #openstack-oslo | 02:36 | |
*** boris-42 has quit IRC | 02:36 | |
*** jdandrea has quit IRC | 02:36 | |
*** jamespage has quit IRC | 02:36 | |
*** markus_z has quit IRC | 02:37 | |
*** samueldmq has quit IRC | 02:37 | |
*** pasquier-s has quit IRC | 02:37 | |
*** ozamiatin has joined #openstack-oslo | 02:38 | |
*** rcernin has quit IRC | 02:38 | |
*** mtanino has quit IRC | 02:38 | |
*** pasquier-s has joined #openstack-oslo | 02:40 | |
*** ozamiatin has quit IRC | 02:41 | |
*** boris-42 has joined #openstack-oslo | 02:43 | |
*** markus_z has joined #openstack-oslo | 02:44 | |
*** jdandrea has joined #openstack-oslo | 02:44 | |
*** jamespage has joined #openstack-oslo | 02:44 | |
*** rjaiswal has joined #openstack-oslo | 02:49 | |
*** mriedem has quit IRC | 02:50 | |
*** crc32 has quit IRC | 02:54 | |
*** SurajD has quit IRC | 02:55 | |
*** stevemar_ has joined #openstack-oslo | 02:58 | |
*** SurajD has joined #openstack-oslo | 02:59 | |
*** stevemar_ has quit IRC | 03:00 | |
*** achanda has joined #openstack-oslo | 03:09 | |
*** SurajD has quit IRC | 03:11 | |
openstackgerrit | Merged openstack/oslo.messaging: Decouple transport for RPC and Notification https://review.openstack.org/233258 | 03:20 |
*** ViswaV has quit IRC | 03:34 | |
*** ViswaV has joined #openstack-oslo | 03:36 | |
openstackgerrit | Merged openstack/oslo.middleware: Add a disabled by ports -> files healthcheck plugin https://review.openstack.org/238728 | 03:41 |
*** jdandrea has quit IRC | 03:49 | |
openstackgerrit | Merged openstack/oslo.config: Add max length check to StrOpt https://review.openstack.org/242880 | 03:49 |
*** dims has quit IRC | 03:56 | |
*** zqfan_afk has joined #openstack-oslo | 04:10 | |
*** itisha has quit IRC | 04:11 | |
*** edmondsw has quit IRC | 04:15 | |
openstackgerrit | Merged openstack/oslo.log: The user_identity format flexibility https://review.openstack.org/218139 | 04:16 |
*** sputnik13 has joined #openstack-oslo | 04:34 | |
*** samueldmq has joined #openstack-oslo | 04:38 | |
openstackgerrit | Angus Lees proposed openstack/oslo.privsep: Add support for Linux capabilities https://review.openstack.org/244984 | 04:41 |
*** boris-42 has quit IRC | 04:48 | |
*** links has joined #openstack-oslo | 04:52 | |
*** stevemar_ has joined #openstack-oslo | 04:59 | |
*** MVenesio has joined #openstack-oslo | 05:00 | |
*** stevemar_ has quit IRC | 05:02 | |
*** MVenesio has quit IRC | 05:07 | |
*** MVenesio has joined #openstack-oslo | 05:07 | |
*** MVenesio_ has joined #openstack-oslo | 05:13 | |
*** MVenesio has quit IRC | 05:13 | |
*** MVenesio_ has quit IRC | 05:16 | |
*** MVenesio has joined #openstack-oslo | 05:17 | |
*** MVenesio has quit IRC | 05:22 | |
*** MVenesio has joined #openstack-oslo | 05:22 | |
*** jecarey has joined #openstack-oslo | 05:25 | |
*** MVenesio has quit IRC | 05:26 | |
*** MVenesio has joined #openstack-oslo | 05:26 | |
*** jecarey has quit IRC | 05:28 | |
*** MVenesio has quit IRC | 05:31 | |
*** MVenesio has joined #openstack-oslo | 05:31 | |
*** MVenesio has quit IRC | 05:33 | |
*** MVenesio has joined #openstack-oslo | 05:33 | |
*** MVenesio has quit IRC | 05:34 | |
*** rjaiswal has quit IRC | 05:35 | |
*** MVenesio has joined #openstack-oslo | 05:35 | |
*** MVenesio has quit IRC | 05:38 | |
*** jecarey has joined #openstack-oslo | 05:39 | |
*** MVenesio has joined #openstack-oslo | 05:39 | |
*** MVenesio has quit IRC | 05:40 | |
*** MVenesio has joined #openstack-oslo | 05:40 | |
*** MVenesio has quit IRC | 05:55 | |
*** MVenesio has joined #openstack-oslo | 05:55 | |
*** MVenesio_ has joined #openstack-oslo | 06:04 | |
*** MVenesio_ has quit IRC | 06:06 | |
*** MVenesio has quit IRC | 06:06 | |
*** MVenesio has joined #openstack-oslo | 06:06 | |
*** jecarey has quit IRC | 06:08 | |
*** MVenesio has quit IRC | 06:09 | |
*** MVenesio has joined #openstack-oslo | 06:10 | |
*** rcernin has joined #openstack-oslo | 06:10 | |
*** MVenesio has quit IRC | 06:13 | |
*** MVenesio has joined #openstack-oslo | 06:14 | |
*** MVenesio has quit IRC | 06:15 | |
*** MVenesio_ has joined #openstack-oslo | 06:15 | |
*** MVenesio_ has quit IRC | 06:17 | |
*** MVenesio has joined #openstack-oslo | 06:17 | |
*** jamielennox is now known as jamielennox|away | 06:17 | |
*** MVenesio has quit IRC | 06:22 | |
*** MVenesio has joined #openstack-oslo | 06:23 | |
*** MVenesio has quit IRC | 06:24 | |
*** MVenesio has joined #openstack-oslo | 06:25 | |
*** rohit_ has quit IRC | 06:26 | |
*** MVenesio_ has joined #openstack-oslo | 06:26 | |
*** MVenesio has quit IRC | 06:27 | |
*** rcernin_ has joined #openstack-oslo | 06:27 | |
*** droyal has quit IRC | 06:27 | |
*** sputnik13 has quit IRC | 06:28 | |
*** MVenesio has joined #openstack-oslo | 06:32 | |
*** droyal has joined #openstack-oslo | 06:33 | |
*** MVenesio has quit IRC | 06:33 | |
*** MVenesio has joined #openstack-oslo | 06:34 | |
*** MVenesio_ has quit IRC | 06:34 | |
*** rohit_ has joined #openstack-oslo | 06:40 | |
*** rjaiswal has joined #openstack-oslo | 06:40 | |
*** MVenesio_ has joined #openstack-oslo | 06:41 | |
*** MVenesio has quit IRC | 06:42 | |
*** MVenesio_ has quit IRC | 06:50 | |
*** MVenesio has joined #openstack-oslo | 06:50 | |
*** MVenesio_ has joined #openstack-oslo | 06:54 | |
*** droyal has quit IRC | 06:54 | |
*** MVenesio has quit IRC | 06:57 | |
*** rcernin is now known as Guest16360 | 07:08 | |
*** rcernin_ has quit IRC | 07:09 | |
*** Guest16360 has quit IRC | 07:09 | |
*** rcernin_ has joined #openstack-oslo | 07:10 | |
*** MVenesio_ has quit IRC | 07:10 | |
*** MVenesio has joined #openstack-oslo | 07:10 | |
*** MVenesio has quit IRC | 07:12 | |
*** droyal has joined #openstack-oslo | 07:12 | |
*** MVenesio has joined #openstack-oslo | 07:12 | |
*** rcernin_ is now known as rcernin | 07:13 | |
*** MVenesio has quit IRC | 07:14 | |
*** MVenesio has joined #openstack-oslo | 07:14 | |
*** ozamiatin has joined #openstack-oslo | 07:17 | |
*** MVenesio has quit IRC | 07:23 | |
*** MVenesio has joined #openstack-oslo | 07:23 | |
*** nkrinner has joined #openstack-oslo | 07:27 | |
*** MVenesio has quit IRC | 07:28 | |
*** MVenesio has joined #openstack-oslo | 07:29 | |
*** MVenesio has quit IRC | 07:35 | |
*** ozamiatin has quit IRC | 07:52 | |
*** yamamoto has quit IRC | 08:05 | |
*** ozamiatin has joined #openstack-oslo | 08:10 | |
*** achanda has quit IRC | 08:20 | |
*** ihrachys has joined #openstack-oslo | 08:26 | |
*** shardy has joined #openstack-oslo | 08:39 | |
*** exploreshaifali has joined #openstack-oslo | 08:41 | |
*** ozamiatin has quit IRC | 08:42 | |
*** jamielennox|away is now known as jamielennox | 08:43 | |
*** rjaiswal has quit IRC | 08:45 | |
haypo | dhellmann, lifeless : hi, could you please take a look at https://review.openstack.org/#/c/217142/ ? OpenStack Proposal Bot wants to remove env markers which would reintroduce a bug :-( | 08:45 |
haypo | is it ok to use env markers in cliff requirements for liberty? it's to fix python34 gate on stable/liberty. please review https://review.openstack.org/#/c/244665/1 | 08:47 |
*** tchaypo has quit IRC | 08:55 | |
*** yamamoto has joined #openstack-oslo | 08:56 | |
*** e0ne has joined #openstack-oslo | 08:57 | |
*** openstackgerrit has quit IRC | 09:01 | |
*** openstackgerrit has joined #openstack-oslo | 09:02 | |
*** e0ne has quit IRC | 09:05 | |
*** rohit_ has quit IRC | 09:06 | |
*** yassine has joined #openstack-oslo | 09:07 | |
*** browne has quit IRC | 09:12 | |
*** browne has joined #openstack-oslo | 09:12 | |
*** mhickey_ has joined #openstack-oslo | 09:26 | |
*** browne has quit IRC | 09:40 | |
*** pkholkin has quit IRC | 09:55 | |
*** pkholkin has joined #openstack-oslo | 09:56 | |
*** yamamoto has quit IRC | 10:01 | |
*** e0ne has joined #openstack-oslo | 10:02 | |
*** openstackgerrit has quit IRC | 10:16 | |
*** openstackgerrit has joined #openstack-oslo | 10:16 | |
*** ndipanov has quit IRC | 10:18 | |
*** yamamoto has joined #openstack-oslo | 10:20 | |
*** yamamoto has quit IRC | 10:20 | |
*** yamamoto has joined #openstack-oslo | 10:23 | |
*** ozamiatin has joined #openstack-oslo | 10:32 | |
openstackgerrit | Oleksii Zamiatin proposed openstack/oslo.messaging: [zmq] Update zmq-deployment guide according to the new driver https://review.openstack.org/244132 | 10:36 |
openstackgerrit | Oleksii Zamiatin proposed openstack/oslo.messaging: [zmq][matchmaker] Distinguish targets by listener types https://review.openstack.org/244036 | 10:36 |
openstackgerrit | Oleksii Zamiatin proposed openstack/oslo.messaging: [zmq] Add config options to specify dynamic ports range https://review.openstack.org/244067 | 10:36 |
openstackgerrit | Oleksii Zamiatin proposed openstack/oslo.messaging: [zmq] Make bind address configurable https://review.openstack.org/244642 | 10:37 |
*** yamamoto has quit IRC | 10:38 | |
*** dguitarbite has quit IRC | 10:45 | |
*** ozamiatin has quit IRC | 10:46 | |
*** ozamiatin has joined #openstack-oslo | 10:51 | |
*** dguitarbite has joined #openstack-oslo | 10:51 | |
*** BAKfr has quit IRC | 10:54 | |
*** BAKfr has joined #openstack-oslo | 10:55 | |
*** exploreshaifali has quit IRC | 10:58 | |
*** AJaeger has joined #openstack-oslo | 11:02 | |
AJaeger | olso.privsep has setup translation in infra but this is not working due to improper setup. | 11:03 |
AJaeger | The change is trivial https://review.openstack.org/#/c/244144/ - could some oslo.privsep cores review and approve, please? | 11:03 |
AJaeger | dims, gus, please check above when you're awake ^ | 11:05 |
*** yassine has quit IRC | 11:35 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/oslo.config: Adjust docstring of module cfg https://review.openstack.org/245103 | 11:36 |
*** cdent has joined #openstack-oslo | 11:38 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/oslo.config: Add DEFAULT group in NoSuchOptError when group=None https://review.openstack.org/245114 | 11:55 |
*** jaypipes has joined #openstack-oslo | 12:04 | |
*** stevemar_ has joined #openstack-oslo | 12:04 | |
*** jaypipes is now known as leakypipes | 12:05 | |
*** nkrinner has quit IRC | 12:21 | |
*** nkrinner has joined #openstack-oslo | 12:21 | |
*** yassine has joined #openstack-oslo | 12:22 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/oslo.config: Allow method set_override with parameter override=None for all types https://review.openstack.org/243001 | 12:27 |
*** gcb has joined #openstack-oslo | 12:28 | |
*** MVenesio has joined #openstack-oslo | 12:32 | |
*** MVenesio has quit IRC | 12:33 | |
*** yamamoto has joined #openstack-oslo | 12:38 | |
*** dims has joined #openstack-oslo | 12:40 | |
*** yamamoto has quit IRC | 12:43 | |
*** links has quit IRC | 12:46 | |
*** dims has quit IRC | 12:56 | |
*** dims has joined #openstack-oslo | 12:56 | |
openstackgerrit | Merged openstack/oslo.messaging: [zmq] Update zmq-deployment guide according to the new driver https://review.openstack.org/244132 | 13:01 |
*** edleafe is now known as figleaf | 13:05 | |
openstackgerrit | Merged openstack/oslo.messaging: [zmq] Make bind address configurable https://review.openstack.org/244642 | 13:13 |
*** links has joined #openstack-oslo | 13:13 | |
*** kgiusti has joined #openstack-oslo | 13:16 | |
openstackgerrit | Merged openstack/oslo.messaging: [zmq][matchmaker] Distinguish targets by listener types https://review.openstack.org/244036 | 13:17 |
*** jerrygb has quit IRC | 13:17 | |
openstackgerrit | Oleksii Zamiatin proposed openstack/oslo.messaging: [zmq] Add config options to specify dynamic ports range https://review.openstack.org/244067 | 13:22 |
*** dims_ has joined #openstack-oslo | 13:23 | |
*** dims has quit IRC | 13:23 | |
*** dims_ has quit IRC | 13:27 | |
*** nikhil_k has joined #openstack-oslo | 13:28 | |
*** nikhil_k_ has quit IRC | 13:28 | |
*** jeckersb is now known as jeckersb_gone | 13:29 | |
*** gordc has joined #openstack-oslo | 13:33 | |
*** edmondsw has joined #openstack-oslo | 13:33 | |
*** zqfan_afk has quit IRC | 13:36 | |
*** dims has joined #openstack-oslo | 13:48 | |
*** xek has quit IRC | 13:49 | |
*** pm90_ has joined #openstack-oslo | 13:56 | |
*** gordc has quit IRC | 13:57 | |
*** gordc has joined #openstack-oslo | 13:59 | |
*** rlrossit has joined #openstack-oslo | 13:59 | |
*** openstackgerrit has quit IRC | 14:01 | |
*** openstackgerrit has joined #openstack-oslo | 14:01 | |
*** jeckersb_gone is now known as jeckersb | 14:05 | |
*** stevemar_ has quit IRC | 14:17 | |
*** xek has joined #openstack-oslo | 14:18 | |
*** jecarey has joined #openstack-oslo | 14:18 | |
*** alaski is now known as lascii | 14:22 | |
*** rlrossit has quit IRC | 14:23 | |
*** dansmith is now known as superdan | 14:25 | |
*** rlrossit has joined #openstack-oslo | 14:26 | |
*** rohit_ has joined #openstack-oslo | 14:29 | |
*** dims_ has joined #openstack-oslo | 14:29 | |
*** dims has quit IRC | 14:32 | |
openstackgerrit | Tom Cocozzello proposed openstack/oslo.middleware: Define entry points for filter factories for Paste Deployment https://review.openstack.org/230156 | 14:33 |
rohit_ | https://www.irccloud.com/pastebin/ZLay22nG/ | 14:34 |
rohit_ | harlowja_: after patching the kazoo connection with https://github.com/python-zk/kazoo/pull/363 , i do see regular pings over time, but i get a lot of expired session messages | 14:34 |
rohit_ | https://www.irccloud.com/pastebin/gZMydWkL/ | 14:34 |
*** mriedem has joined #openstack-oslo | 14:47 | |
*** jdandrea has joined #openstack-oslo | 14:47 | |
jdandrea | dims_: The plot thickens (regarding that verbose/no handlers error): https://bugs.launchpad.net/heat/+bug/1490004 | 14:48 |
openstack | Launchpad bug 1490004 in heat "setting verbose=false causes an oslo warning in heat-api" [Low,Confirmed] | 14:48 |
*** mtanino has joined #openstack-oslo | 14:49 | |
jdandrea | dims_: See 15.6.1.6. in https://docs.python.org/3.1/library/logging.html - does oslo logging have a default "do nothing" handler that can be overridden? If not, maybe I just found something for me to do. :) | 14:50 |
haypo | jdandrea: there is a null handler | 14:50 |
*** exploreshaifali has joined #openstack-oslo | 14:51 | |
jdandrea | haypo: Ooh, interesting. I wonder why that's happening then? | 14:57 |
*** jerrygb has joined #openstack-oslo | 14:57 | |
jdandrea | haypo: (meaning the error as seen in heat and other services) | 14:57 |
* jdandrea fires up pdb | 14:58 | |
dims_ | go jdandrea ! | 14:59 |
AJaeger | thanks, dims_ ! | 15:04 |
*** regXboi has joined #openstack-oslo | 15:04 | |
dims_ | AJaeger :) | 15:07 |
openstackgerrit | Julien Danjou proposed openstack/oslotest: mockpatch: deprecate in favor of native fixtures https://review.openstack.org/245199 | 15:10 |
*** mc_nair has joined #openstack-oslo | 15:12 | |
*** nkrinner has quit IRC | 15:13 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:13 | |
openstackgerrit | Marian Horban proposed openstack/oslo.service: Default value of graceful_shutdown_timeout is set to 60sec https://review.openstack.org/245205 | 15:25 |
*** nikhil_k_ has joined #openstack-oslo | 15:37 | |
*** pradk_ has joined #openstack-oslo | 15:38 | |
*** nikhil_k has quit IRC | 15:40 | |
openstackgerrit | Merged openstack/oslo.messaging: [zmq] Add config options to specify dynamic ports range https://review.openstack.org/244067 | 15:47 |
*** stevemar_ has joined #openstack-oslo | 15:49 | |
krotscheck | gordc: Hey, have a sec? | 15:52 |
gordc | krotscheck: sure. | 15:52 |
krotscheck | gordc: kairat pointed out that to make the oslo middleware base work in glance's paste.ini, we'd need to add support for the "prog" parameter.... | 15:52 |
krotscheck | This one-> https://github.com/openstack/oslo.config/blob/master/oslo_config/cfg.py#L553 | 15:53 |
gordc | hmmm... wasn't even aware that param existed. | 15:53 |
krotscheck | added to this call -> https://github.com/openstack/oslo.middleware/blob/master/oslo_middleware/base.py#L71 | 15:53 |
krotscheck | My question for you is: What should that config parameter be named in paste.ini? | 15:53 |
krotscheck | We already have oslo_config_project | 15:54 |
krotscheck | calling it 'oslo_config_prog' seems a bit too obtues for me. | 15:54 |
gordc | yeah. it'd be difficult to recognise difference | 15:55 |
krotscheck | gordc: it's apparently for situations in which a config file is not named the same thing as the project. e.g. ./glance/glance-api.conf | 15:55 |
gordc | ah, was just going to ask why we need it | 15:55 |
krotscheck | I was thinking calling it oslo_config_project_filename? | 15:56 |
krotscheck | Or namepattern? | 15:56 |
gordc | oslo_config_program? | 15:56 |
krotscheck | Works for me. | 15:57 |
gordc | i'm probably a bad person to ask tbh... this is the first time i'm aware this even exists.lol | 15:57 |
krotscheck | Well, I'll go with that and we can argue about it in the review. | 15:57 |
krotscheck | thanks :) | 15:57 |
gordc | krotscheck: cool cool. it works for me. i'll let those using it complain. :) | 15:58 |
*** boris-42 has joined #openstack-oslo | 16:02 | |
*** browne has joined #openstack-oslo | 16:07 | |
*** rcernin has quit IRC | 16:08 | |
*** ihrachys has quit IRC | 16:12 | |
*** links has quit IRC | 16:13 | |
*** thangp has joined #openstack-oslo | 16:14 | |
*** pm90_ has quit IRC | 16:15 | |
*** pm90__ has joined #openstack-oslo | 16:15 | |
*** rlrossit has quit IRC | 16:15 | |
*** jecarey_ has joined #openstack-oslo | 16:21 | |
*** jecarey_ has quit IRC | 16:24 | |
*** jecarey has quit IRC | 16:25 | |
openstackgerrit | Merged openstack/oslo.privsep: Enable translations https://review.openstack.org/244144 | 16:26 |
*** amrith is now known as _amrith_ | 16:28 | |
*** jecarey has joined #openstack-oslo | 16:29 | |
*** pballand has joined #openstack-oslo | 16:29 | |
*** _amrith_ is now known as amrith | 16:30 | |
*** amrith is now known as _amrith_ | 16:31 | |
*** harlowja_at_home has joined #openstack-oslo | 16:33 | |
harlowja_at_home | rohit_, btw if u want to talk with ben #zookeeper channel ;) | 16:34 |
*** ihrachys has joined #openstack-oslo | 16:35 | |
harlowja_at_home | instead of using https://github.com/python-zk/kazoo/issues/364 as a slow channel :-P | 16:35 |
harlowja_at_home | his question about zookeeper logs seems valid (and may be the root cause) | 16:36 |
rohit_ | harlowja_at_home: ok | 16:39 |
*** AJaeger has quit IRC | 16:45 | |
*** itisha has joined #openstack-oslo | 16:48 | |
jdandrea | haypo, dims_ : Check this out (scroll to line 24). http://paste.openstack.org/show/478824/ | 16:51 |
jdandrea | Perhaps the do-nothing handler isn't ready in time for this? | 16:52 |
haypo | jdandrea: sorry, i have no time to investigate | 16:53 |
jdandrea | Or is it a chicken-egg thing, since heat-api is trying to set things up at this point? The message never appears. | 16:53 |
jdandrea | haypo: No worries. | 16:53 |
haypo | jdandrea: it may be a config issue | 16:53 |
* jdandrea nods | 16:53 | |
jdandrea | I'll keep hacking around. | 16:53 |
jdandrea | dims_: If you have any ideas of where to look next, I'm all ears. Meanwhile, I'll keep looking. | 16:54 |
dims_ | jdandrea ah we are logging even before we are ready to log :) | 16:55 |
* dims_ needs to think about this | 16:55 | |
*** _amrith_ is now known as amrith | 16:56 | |
*** stevemar_ has quit IRC | 16:56 | |
jdandrea | dims_: That's what I'm wondering. Is that what's happening or is it something else? | 17:03 |
jdandrea | dims_: Happy to help with the thinking. Where *is* that do nothing log handler anyway? | 17:04 |
dims_ | jdandrea see handlers.py - NullHandler = logging.NullHandler | 17:05 |
jdandrea | dims_: thx | 17:05 |
dims_ | jdandrea be there with you in a bit, doing something else at the moment | 17:06 |
jdandrea | dims_: np | 17:06 |
jdandrea | dims_: will be afk for a little bit. | 17:06 |
* jdandrea is in search of noms | 17:06 | |
*** shardy has quit IRC | 17:10 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.privsep: Updated from global requirements https://review.openstack.org/243405 | 17:15 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.versionedobjects: Updated from global requirements https://review.openstack.org/245250 | 17:15 |
*** pm90__ has quit IRC | 17:17 | |
*** cdent has quit IRC | 17:17 | |
*** e0ne has quit IRC | 17:26 | |
*** yassine has quit IRC | 17:31 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Instead of simple dispatch limiting use a custom semaphore https://review.openstack.org/239780 | 17:35 |
harlowja_at_home | dims_, so i'm starting to wonder/think if https://github.com/python-zk/kazoo/issues/364 will start to happen more on devstack ... | 17:37 |
harlowja_at_home | https://github.com/python-zk/kazoo/issues/364#issuecomment-156491984 | 17:37 |
harlowja_at_home | * https://zookeeper.apache.org/doc/r3.1.2/zookeeperAdmin.html#Single+Machine+Requirements | 17:37 |
harlowja_at_home | because of how devstack runs in a (single) vm | 17:37 |
harlowja_at_home | rohit_, was seeing that on a vagrant box with 3vms and if its solved by moving zk to its own instance ... then we might want to think about how to do this better so devstack instances don't have similar issues... | 17:38 |
harlowja_at_home | (something to ponder about) | 17:39 |
harlowja_at_home | jd__, ^ also | 17:39 |
harlowja_at_home | SpamapS, ^ u to, ponder away! | 17:39 |
harlowja_at_home | lol | 17:39 |
*** jecarey has quit IRC | 17:40 | |
jd__ | harlowja_at_home: I don't care, none of my projects rely on eventlet monkey patching anymore | 17:40 |
jd__ | watch me not caring | 17:40 |
harlowja_at_home | fair nuff ;) | 17:40 |
harlowja_at_home | jd__, i think the issue can still happen with threading (since its not really a eventlet/threading) issue i think | 17:41 |
harlowja_at_home | its a zookeeper contention issue | 17:41 |
harlowja_at_home | (supposedly) | 17:41 |
jd__ | harlowja_at_home: in that case I'd care more | 17:41 |
jd__ | I just read the title :) | 17:41 |
harlowja_at_home | :) | 17:41 |
harlowja_at_home | ;) | 17:41 |
harlowja_at_home | 'If the underlying problem is that Zookeeper still cannot sync properly then sending more pings will not keep the session active since Zookeeper won't process them within the session lifetime.'... | 17:41 |
harlowja_at_home | fsync and contention... | 17:42 |
harlowja_at_home | and then learned about suggestions @ https://zookeeper.apache.org/doc/r3.1.2/zookeeperAdmin.html#Single+Machine+Requirements | 17:42 |
harlowja_at_home | and then i got thinking about devstack and how it packs everything in one vm... | 17:42 |
*** jecarey has joined #openstack-oslo | 17:43 | |
* dims_ listening | 17:43 | |
harlowja_at_home | andddd then i got thinking about getting u guys to think, lol | 17:43 |
harlowja_at_home | and that was all the thinking i did | 17:44 |
harlowja_at_home | (delgation ftw) | 17:44 |
dims_ | :) | 17:44 |
*** rlrossit has joined #openstack-oslo | 17:44 | |
*** sputnik13 has joined #openstack-oslo | 17:44 | |
dims_ | harlowja_at_home doing something else right now. will read the links in a little bit | 17:45 |
harlowja_at_home | k | 17:45 |
harlowja_at_home | thx for thinking | 17:45 |
*** mriedem is now known as mriedem_lunch | 17:45 | |
*** pm90_ has joined #openstack-oslo | 17:45 | |
*** ozamiatin has quit IRC | 17:45 | |
*** sputnik13 has quit IRC | 17:49 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Instead of simple dispatch limiting use a custom semaphore https://review.openstack.org/239780 | 17:49 |
*** BAKfr has quit IRC | 17:51 | |
*** BAKfr has joined #openstack-oslo | 17:56 | |
*** ihrachys has quit IRC | 17:57 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 18:00 | |
*** ihrachys has joined #openstack-oslo | 18:04 | |
jdandrea | dims_: back, looking at that do-nothing handler now | 18:08 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/oslo.serialization: Fix dump/load to work with BytesIO and StringIO https://review.openstack.org/245285 | 18:19 |
dims_ | jdandrea ok i am with you now. looking at the paste again | 18:19 |
*** ihrachys has quit IRC | 18:20 | |
*** ViswaV_ has joined #openstack-oslo | 18:24 | |
*** ViswaV has quit IRC | 18:25 | |
openstackgerrit | Joshua Harlow proposed openstack/oslo.utils: Add useful 'time_it' decorator https://review.openstack.org/231220 | 18:29 |
*** sigmavirus24_awa is now known as sigmavirus24 | 18:32 | |
dims_ | jdandrea still around? | 18:32 |
*** e0ne has joined #openstack-oslo | 18:32 | |
jdandrea | dims_: Yep. | 18:35 |
jdandrea | dims_: So this is interesting, huh. Do those errors need to go to stderr? | 18:35 |
dims_ | jdandrea : right after register_options() can you add the following line? | 18:36 |
dims_ | logging.getLogger(None).addHandler(logging.NullHandler()) | 18:36 |
jdandrea | dims_: Sure. | 18:36 |
* jdandrea tap tap tappity tap | 18:36 | |
jdandrea | dims_: If you meant within heat-api's main(), I get AttributeError: 'KeywordArgumentAdapter' object has no attribute 'addHandler' | 18:37 |
dims_ | in my case logging was "import logging", heat-api it may be oslo_logging | 18:39 |
dims_ | so do a "import logging as py_logging" and use | 18:39 |
jdandrea | dims_: Exactly. from oslo_log import log as logging | 18:39 |
jdandrea | Ok, I can rework that. | 18:39 |
dims_ | py_logging.getLogger(None).addHandler(py_logging.NullHandler()) | 18:39 |
jdandrea | dims_: Bingo, you got it. | 18:39 |
dims_ | py_logging.getLogger(None).addHandler(py_logging.StreamHandler()) | 18:39 |
* jdandrea puts that above import sys aaaand ... | 18:39 | |
openstackgerrit | Greg Hill proposed openstack/taskflow: Add optional 'defer_reverts' behavior https://review.openstack.org/243268 | 18:39 |
dims_ | try that now | 18:39 |
jdandrea | No more error. HOWEVER ... will that error *ever* be seen? | 18:40 |
dims_ | that's why the StreamHandler() instead of NullHandler() | 18:40 |
dims_ | py_logging.getLogger(None).addHandler(py_logging.StreamHandler()) | 18:41 |
jdandrea | AHHH. | 18:42 |
jdandrea | And thus it gets handled. | 18:42 |
jdandrea | Soooo ... should that be in cfg.py? | 18:42 |
jdandrea | Elsewhere? *head tilt* | 18:42 |
openstackgerrit | Ronald Bradford proposed openstack/oslo.log: Refactor Python 2.6 check to use constant https://review.openstack.org/245293 | 18:42 |
dims_ | no, we should do that in logging.register_options() | 18:43 |
openstackgerrit | Jay Pipes proposed openstack/oslo.versionedobjects: Adds new MACAddressField https://review.openstack.org/245294 | 18:43 |
jdandrea | Ah, of course. | 18:43 |
leakypipes | superdan: ^^ | 18:43 |
jdandrea | Is that something I can add in? Would you like to? | 18:43 |
dims_ | jdandrea go for it | 18:43 |
jdandrea | If that's the only one, then it seems innocuous enough, perhaps even back-port worthy. | 18:43 |
jdandrea | ok | 18:43 |
*** fultonj has joined #openstack-oslo | 18:43 | |
dims_ | jdandrea essentially we need intermediate logging somewhere before the actual logging is setup in log.py's setup() | 18:44 |
* jdandrea nods | 18:44 | |
jdandrea | Only stream though, ya? | 18:44 |
jdandrea | So just that one. | 18:44 |
dims_ | that's the simplest i think | 18:44 |
*** jeckersb is now known as jeckersb_gone | 18:44 | |
dims_ | goes to sys.stderr | 18:44 |
jdandrea | *nod* I'd rather make a minimally invasive change for starters. Then we can see what folks think when it hits gerrit | 18:45 |
dims_ | y thanks! | 18:47 |
jdandrea | dims_: y'welcome! thanks for helping to troubleshoot | 18:48 |
jdandrea | I'll land something in gerrit asap | 18:49 |
openstackgerrit | Merged openstack/oslo.service: Default value of graceful_shutdown_timeout is set to 60sec https://review.openstack.org/245205 | 18:50 |
openstackgerrit | Ronald Bradford proposed openstack/oslo.utils: Refactor Port number validation https://review.openstack.org/245296 | 18:51 |
*** achanda has joined #openstack-oslo | 18:51 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Correctly apply deciders across flow boundaries https://review.openstack.org/244922 | 18:52 |
dims_ | jdandrea nice, thanks | 18:53 |
* dims_ back in a bit. need to head to a parent-teacher conference :) | 18:53 | |
jdandrea | dims_: Can folks skip use of logging.regiter_options()? Suspecting no but, if they can, should it go here? https://github.com/openstack/oslo.log/blob/master/oslo_log/log.py#L66 | 18:53 |
jdandrea | dims_: Ah, got it. Have fun. Been there ... ! | 18:53 |
*** stevemar_ has joined #openstack-oslo | 18:55 | |
*** stevemar_ has quit IRC | 18:55 | |
*** rlrossit has quit IRC | 18:56 | |
*** rlrossit has joined #openstack-oslo | 19:00 | |
*** stevemar_ has joined #openstack-oslo | 19:02 | |
*** stevemar_ has quit IRC | 19:04 | |
*** mriedem_lunch is now known as mriedem | 19:04 | |
*** mhickey_ has quit IRC | 19:04 | |
*** stevemar_ has joined #openstack-oslo | 19:05 | |
*** stevema__ has joined #openstack-oslo | 19:07 | |
*** stevema__ has quit IRC | 19:08 | |
*** stevema__ has joined #openstack-oslo | 19:09 | |
*** stevemar_ has quit IRC | 19:09 | |
*** stevema__ has quit IRC | 19:10 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Use the misc.ensure_dict helper in conductor engine options saving https://review.openstack.org/243875 | 19:19 |
*** jeckersb_gone is now known as jeckersb | 19:20 | |
*** achanda has quit IRC | 19:22 | |
*** thumpba has joined #openstack-oslo | 19:26 | |
openstackgerrit | Joe D'Andrea proposed openstack/oslo.log: Log to sys.stderr to avoid "No handlers could be found..." https://review.openstack.org/245303 | 19:26 |
*** ozamiatin has joined #openstack-oslo | 19:27 | |
*** boris-42 has quit IRC | 19:28 | |
*** thumpba has quit IRC | 19:34 | |
*** thumpba has joined #openstack-oslo | 19:35 | |
*** zqfan_afk has joined #openstack-oslo | 19:43 | |
*** zqfan_afk is now known as zqfan | 19:44 | |
*** thumpba has quit IRC | 19:44 | |
*** thumpba has joined #openstack-oslo | 19:45 | |
*** achanda has joined #openstack-oslo | 19:47 | |
*** zqfan is now known as zqfan_ | 19:48 | |
*** zqfan_ is now known as zqfan_afk | 19:49 | |
*** crc32 has joined #openstack-oslo | 19:51 | |
*** achanda has quit IRC | 19:52 | |
*** pm90_ has quit IRC | 19:53 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 19:55 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 20:04 | |
*** ozamiatin has quit IRC | 20:05 | |
*** thumpba has quit IRC | 20:05 | |
*** thumpba has joined #openstack-oslo | 20:07 | |
*** gwei3 has joined #openstack-oslo | 20:09 | |
*** harlowja_at_home has quit IRC | 20:10 | |
*** pm90_ has joined #openstack-oslo | 20:11 | |
*** sputnik13 has joined #openstack-oslo | 20:13 | |
*** sputnik13 has quit IRC | 20:15 | |
*** sputnik13 has joined #openstack-oslo | 20:15 | |
*** alejandrito has joined #openstack-oslo | 20:16 | |
*** thumpba has quit IRC | 20:18 | |
*** thumpba has joined #openstack-oslo | 20:19 | |
*** thumpba has quit IRC | 20:21 | |
*** jamielennox is now known as jamielennox|away | 20:23 | |
*** thumpba has joined #openstack-oslo | 20:26 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/oslo.serialization: Fix dump/load to work with BytesIO and StringIO https://review.openstack.org/245285 | 20:40 |
*** yamahata has joined #openstack-oslo | 20:44 | |
*** thumpba has quit IRC | 20:49 | |
*** thumpba has joined #openstack-oslo | 20:54 | |
*** stevemar_ has joined #openstack-oslo | 20:54 | |
*** sputnik13 has quit IRC | 20:55 | |
*** sputnik1_ has joined #openstack-oslo | 20:55 | |
*** rlrossit has quit IRC | 20:58 | |
*** stevemar_ has quit IRC | 20:59 | |
*** rlrossit has joined #openstack-oslo | 21:04 | |
*** gordc has quit IRC | 21:07 | |
rbradfor | could somebody offer insight into projects using logging.captureWarnings(True). Is this a function we should have oslo.log, e.g. http://git.openstack.org/cgit/openstack/keystone/tree/keystone/config.py#n56 http://git.openstack.org/cgit/openstack/keystone/tree/keystone/config.py#n56 | 21:11 |
*** crc32 has quit IRC | 21:15 | |
*** sputnik1_ is now known as sputnik13 | 21:18 | |
*** jecarey has quit IRC | 21:24 | |
*** sputnik13 has quit IRC | 21:26 | |
*** thumpba has quit IRC | 21:26 | |
*** sputnik1_ has joined #openstack-oslo | 21:26 | |
*** thumpba has joined #openstack-oslo | 21:28 | |
*** sputnik1_ has quit IRC | 21:29 | |
*** sputnik13 has joined #openstack-oslo | 21:30 | |
*** thangp has quit IRC | 21:31 | |
*** stevemar_ has joined #openstack-oslo | 21:32 | |
*** stevemar_ has quit IRC | 21:33 | |
*** david-lyle has quit IRC | 21:34 | |
*** exploreshaifali has quit IRC | 21:34 | |
*** e0ne has quit IRC | 21:38 | |
*** stevemar_ has joined #openstack-oslo | 21:39 | |
*** stevemar_ has quit IRC | 21:43 | |
*** mtanino has quit IRC | 21:44 | |
*** gwei31 has joined #openstack-oslo | 21:49 | |
*** pm90_ has quit IRC | 21:50 | |
*** gwei3 has quit IRC | 21:51 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/oslo.context: Ensure to_dict() supports non-ascii characters https://review.openstack.org/237767 | 22:06 |
*** thumpba has quit IRC | 22:13 | |
*** gwei31 has quit IRC | 22:15 | |
*** thumpba has joined #openstack-oslo | 22:15 | |
*** itisha has quit IRC | 22:21 | |
*** crc32 has joined #openstack-oslo | 22:26 | |
*** jecarey has joined #openstack-oslo | 22:29 | |
*** rlrossit has left #openstack-oslo | 22:30 | |
*** alejandrito has quit IRC | 22:32 | |
*** jecarey has quit IRC | 22:33 | |
*** thumpba has quit IRC | 22:36 | |
*** thumpba has joined #openstack-oslo | 22:37 | |
*** fultonj has quit IRC | 22:38 | |
*** regXboi has quit IRC | 22:39 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:40 | |
openstackgerrit | Vilobh Meshram proposed openstack/tooz: WIP : Add Consul Driver https://review.openstack.org/245362 | 22:42 |
*** thumpba has quit IRC | 22:43 | |
*** thumpba has joined #openstack-oslo | 22:46 | |
*** alexpilotti has joined #openstack-oslo | 22:48 | |
*** thumpba has quit IRC | 22:50 | |
*** pradk_ has quit IRC | 22:51 | |
*** mriedem has quit IRC | 22:54 | |
*** thumpba has joined #openstack-oslo | 22:54 | |
*** thumpba has quit IRC | 22:55 | |
*** pm90_ has joined #openstack-oslo | 23:00 | |
openstackgerrit | Michael Krotscheck proposed openstack/oslo.middleware: Add oslo_config program support to paste middleware https://review.openstack.org/245371 | 23:00 |
*** sputnik13 has quit IRC | 23:12 | |
*** sputnik13 has joined #openstack-oslo | 23:12 | |
*** sputnik13 has quit IRC | 23:15 | |
*** sputnik13 has joined #openstack-oslo | 23:15 | |
*** dims_ has quit IRC | 23:17 | |
*** sputnik1_ has joined #openstack-oslo | 23:19 | |
*** sputnik13 has quit IRC | 23:21 | |
*** alexpilotti has quit IRC | 23:26 | |
*** ViswaV_ has quit IRC | 23:29 | |
*** mc_nair has quit IRC | 23:33 | |
*** ViswaV has joined #openstack-oslo | 23:37 | |
*** thumpba has joined #openstack-oslo | 23:56 | |
*** sputnik1_ has quit IRC | 23:58 | |
*** sputnik13 has joined #openstack-oslo | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!