Friday, 2016-04-15

*** pradk has quit IRC00:06
zzzeekkevinbenton: there's a function we made in oslo.db which tries to generalize compare-and-swap.  The ORMs use of version_id is pretty specific00:40
*** stewie925 has quit IRC00:45
*** zz_dimtruck is now known as dimtruck00:51
bknudsonharlowja: are you familiar at all with wrapt? It's driving me nuts.00:54
harlowjabknudson a little familar, not super00:54
harlowjamedium familari00:54
bknudsonhttps://review.openstack.org/#/c/305489/3/debtcollector/moves.py00:54
patchbotbknudson: patch 305489 - debtcollector - Fix renamed_kwarg to preserve argspec00:54
bknudsonseems like you can't do what you want to do... capture the original f00:55
bknudsonnone of the wrapt examples show using the original f -- e.g., http://www.pydanny.com/python-decorator-cheatsheet.html00:56
harlowjaisn't the 'wrapped' param the original?00:56
bknudsonharlowja: yes, but you only have access to that when the wrapper is called00:57
*** _amrith_ is now known as amrith00:57
bknudsonnot when it's being created00:57
*** kzaitsev_mb has quit IRC00:58
harlowjaright, i think its hidden away inside the wrapt lib00:58
bknudsonso it's going to be less efficient since it's going to do work every time the fn is called rather than up-front.00:59
bknudsonI was looking at the FunctionAdapter maybe that would be usable.01:00
harlowjaright01:00
* harlowja just noticed that decorator() takes an adapter01:00
harlowjaso now u are more advanced wrapt user than me :-P01:00
bknudsonFunctionWrapper01:00
harlowjahttps://github.com/GrahamDumpleton/wrapt/blob/develop/src/wrapt/decorators.py#L17401:00
harlowjaya01:00
bknudsonthing is decorator() is not a small wrapper to call FunctionWrapper :(01:01
harlowjaya, its not, lol01:01
harlowjafor last resort, i've sometimes made a issue on graham dumpleton wrapt github01:02
harlowjaand asked a question there01:02
harlowjahe seems pretty responsive :)01:02
bknudsonthe problem I'm trying to fix is that when @debtcollector.removed_kwarg or whatever is used the argspec is wiped out. So the keystoneclient docs are now useless.01:03
harlowjaright01:03
bknudsongood idea. I'll put together an example and see if I get a response.01:03
harlowjahttps://github.com/GrahamDumpleton/wrapt/issues/44 was one i asked before01:03
harlowjabknudson is just the docstring getting wiped?01:04
bknudsonthe docstring is fine. it's the argspec.01:04
harlowjaafaik sphinx has a long-outstanding issues with not showing args and stuff of decorators01:04
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/pbr: File is wrongly marked as executable  https://review.openstack.org/30620201:05
bknudsonI tried it with my change in https://review.openstack.org/#/c/305489/ and it works.01:05
patchbotbknudson: patch 305489 - debtcollector - Fix renamed_kwarg to preserve argspec01:05
bknudsonI get the args.01:05
harlowjak01:05
bknudsonI'm just not happy with my change since it seems like a step backwards.01:07
harlowjaya, agreed, maybe someway to do this in wrapt that we aren't aware of01:07
harlowjahttp://stackoverflow.com/questions/14383797/getting-sphinx-to-recognise-correct-signature is simialr and such that i've seen before01:09
*** yamahata has quit IRC01:11
*** amotoki_ has quit IRC01:16
*** sputnik13_ has quit IRC01:20
*** EinstCrazy has joined #openstack-oslo01:21
bknudsonit's a weird design. I posted the question we'll see what happens.01:21
harlowjakk01:21
harlowjacool01:21
harlowjahttps://github.com/GrahamDumpleton/wrapt/issues/66 thx01:22
harlowjai'll check that/subscribe01:22
bknudsonhttps://review.openstack.org/#/c/305489/3/debtcollector/moves.py is where it's kind of concerning01:23
patchbotbknudson: patch 305489 - debtcollector - Fix renamed_kwarg to preserve argspec01:23
harlowjaya, its a bunch of recalculation01:23
bknudsonit's got some work to do every time that would be faster.01:23
harlowjaya01:24
bknudsonhe's all over this question01:24
harlowjaholy crap01:24
harlowjathat took like 1 minute01:24
harlowjalol01:24
harlowjaand he even included code in that 1 minute01:25
harlowjacrazy01:25
harlowjaha01:25
bknudsonI'll try it out.01:25
*** EinstCra_ has joined #openstack-oslo01:31
bknudsonit worked.01:33
*** EinstCrazy has quit IRC01:35
harlowjasweet01:36
harlowjaya, that guy is pretty nice01:36
harlowjade-facto-decorator-expert-guy01:36
*** mtanino has quit IRC01:36
openstackgerritBrant Knudson proposed openstack/debtcollector: Fix renamed_kwarg to preserve argspec  https://review.openstack.org/30548901:38
openstackgerritBrant Knudson proposed openstack/debtcollector: Fix renamed_kwarg to preserve argspec  https://review.openstack.org/30548901:40
bknudsonit's so obvious -- https://review.openstack.org/#/c/305489/5/debtcollector/updating.py01:41
patchbotbknudson: patch 305489 - debtcollector - Fix renamed_kwarg to preserve argspec01:41
harlowjalol, nice01:41
bknudsonI would have never figured that out.01:41
harlowja:)01:42
openstackgerritBrant Knudson proposed openstack/debtcollector: Fix renamed_kwarg to preserve argspec  https://review.openstack.org/30548901:50
harlowjaalright, bbl01:52
*** mriedem has quit IRC02:01
*** EinstCra_ has quit IRC02:19
*** EinstCrazy has joined #openstack-oslo02:20
*** vilobhmm111 has joined #openstack-oslo02:24
*** amotoki has joined #openstack-oslo02:25
*** vilobhmm11 has quit IRC02:25
*** dimtruck is now known as zz_dimtruck02:36
openstackgerritLi Yingjun proposed openstack/pycadf: Add missing os-volumes_boot to nova_api_audit_map.conf  https://review.openstack.org/30622102:41
*** yamamoto_ has joined #openstack-oslo02:43
*** e0ne has joined #openstack-oslo02:51
*** vilobhmm111 has quit IRC02:52
*** amotoki has quit IRC02:55
*** e0ne has quit IRC02:56
*** amotoki has joined #openstack-oslo02:59
*** e0ne has joined #openstack-oslo03:00
*** e0ne has quit IRC03:08
*** jecarey has joined #openstack-oslo03:08
*** e0ne has joined #openstack-oslo03:11
*** jecarey has quit IRC03:13
*** e0ne has quit IRC03:13
*** salv-orlando has joined #openstack-oslo03:16
*** salv-orlando has quit IRC03:17
*** e0ne has joined #openstack-oslo03:17
*** salv-orlando has joined #openstack-oslo03:17
*** harlowja_at_home has joined #openstack-oslo03:18
*** salv-orl_ has quit IRC03:20
*** salv-orlando has quit IRC03:22
*** pleia2_ has joined #openstack-oslo03:27
*** harlowja_at_home has quit IRC03:30
*** browne has quit IRC03:32
*** dhellmann has quit IRC03:32
*** pleia2 has quit IRC03:32
*** yportnova has quit IRC03:32
*** yportnova has joined #openstack-oslo03:38
*** browne has joined #openstack-oslo03:39
*** lpetrut has joined #openstack-oslo03:39
*** yamamoto_ has quit IRC03:44
*** pleia2_ is now known as pleia203:46
*** gonzalo2kx has joined #openstack-oslo03:48
*** amrith is now known as _amrith_03:57
*** e0ne has quit IRC04:00
*** gonzalo2kx has quit IRC04:00
*** yamamoto_ has joined #openstack-oslo04:02
*** e0ne has joined #openstack-oslo04:04
*** dhellmann has joined #openstack-oslo04:05
openstackgerritMerged openstack/oslo.utils: Provide single step check if eventlet is monkey_patched  https://review.openstack.org/30405304:07
*** lpetrut has quit IRC04:07
*** yamamoto_ has quit IRC04:09
*** salv-orlando has joined #openstack-oslo04:18
*** e0ne has quit IRC04:22
*** e0ne has joined #openstack-oslo04:26
*** e0ne has quit IRC04:30
*** salv-orlando has quit IRC04:30
*** salv-orlando has joined #openstack-oslo04:45
*** salv-orlando has quit IRC04:48
*** yamahata has joined #openstack-oslo04:48
*** harlowja_at_home has joined #openstack-oslo04:50
*** harlowja_at_home has quit IRC05:00
*** gonzalo2kx has joined #openstack-oslo05:03
*** rcernin has joined #openstack-oslo05:10
*** vilobhmm11 has joined #openstack-oslo05:24
*** jdandrea_ has joined #openstack-oslo05:25
*** browne1 has joined #openstack-oslo05:25
*** amotoki_ has joined #openstack-oslo05:26
*** mkoderer__ has quit IRC05:26
*** amotoki has quit IRC05:27
*** browne has quit IRC05:28
*** jlvillal has quit IRC05:28
*** dkehn has quit IRC05:28
*** jdandrea has quit IRC05:28
*** jlvillal has joined #openstack-oslo05:34
*** mkoderer__ has joined #openstack-oslo05:35
*** yamamoto has joined #openstack-oslo05:43
*** davidlenwell has quit IRC05:44
*** davidlenwell has joined #openstack-oslo05:46
*** salv-orlando has joined #openstack-oslo05:51
*** EinstCra_ has joined #openstack-oslo05:52
*** dkehn has joined #openstack-oslo05:53
*** EinstCra_ has quit IRC05:53
*** nkrinner has joined #openstack-oslo05:55
*** EinstCra_ has joined #openstack-oslo05:55
*** EinstCrazy has quit IRC05:56
*** YorikSar has quit IRC06:02
*** YorikSar has joined #openstack-oslo06:03
*** amotoki_ has quit IRC06:07
*** yamamoto has quit IRC06:14
*** yamamoto has joined #openstack-oslo06:16
*** vilobhmm111 has joined #openstack-oslo06:17
*** vilobhmm11 has quit IRC06:21
*** tesseract has joined #openstack-oslo06:29
*** tesseract is now known as Guest6322906:29
openstackgerritVipin Balachandran proposed openstack/oslo.vmware: Support download of virtual disk in ova container  https://review.openstack.org/30581606:30
*** salv-orlando has quit IRC06:31
*** EinstCra_ has quit IRC06:32
openstackgerritIhar Hrachyshka proposed openstack/oslo.versionedobjects: Expose object context thru a public property  https://review.openstack.org/29125706:33
openstackgerritOleksii Zamiatin proposed openstack/oslo.messaging: Use eventletutils to check is_monkey_patched  https://review.openstack.org/30452306:35
*** ozamiatin has joined #openstack-oslo06:36
*** EinstCrazy has joined #openstack-oslo06:37
*** EinstCrazy has quit IRC06:42
*** EinstCrazy has joined #openstack-oslo06:44
*** EinstCra_ has joined #openstack-oslo06:47
openstackgerritIhar Hrachyshka proposed openstack/oslo.versionedobjects: Introduce fixture to enforce sorted order for object changes  https://review.openstack.org/28776106:50
*** EinstCrazy has quit IRC06:51
*** jdandrea has joined #openstack-oslo06:55
*** jdandrea_ has quit IRC06:57
*** jlvillal has quit IRC06:58
*** vilobhmm11 has joined #openstack-oslo06:58
*** davidlenwell_ has joined #openstack-oslo07:01
*** browne has joined #openstack-oslo07:02
*** mkoderer__ has quit IRC07:03
*** vilobhmm111 has quit IRC07:04
*** nkrinner has quit IRC07:04
*** davidlenwell has quit IRC07:04
*** browne1 has quit IRC07:04
*** mkoderer__ has joined #openstack-oslo07:09
*** jecarey has joined #openstack-oslo07:09
*** jlvillal has joined #openstack-oslo07:11
*** nkrinner has joined #openstack-oslo07:11
*** jamielennox is now known as jamielennox|away07:11
*** jecarey has quit IRC07:14
*** achanda has joined #openstack-oslo07:20
*** browne has quit IRC07:21
*** amotoki has joined #openstack-oslo07:25
*** pcaruana has joined #openstack-oslo07:31
*** yamahata has quit IRC07:54
*** e0ne has joined #openstack-oslo07:58
*** shardy has joined #openstack-oslo07:58
*** jpena|off is now known as jpena08:01
*** dukhlov_ has joined #openstack-oslo08:03
*** achanda has quit IRC08:06
*** openstackgerrit has quit IRC08:08
*** jamielennox|away is now known as jamielennox08:11
*** _stowa has quit IRC08:11
*** _stowa has joined #openstack-oslo08:15
*** eliqiao has quit IRC08:16
*** YorikSar has quit IRC08:17
*** YorikSar has joined #openstack-oslo08:17
*** eliqiao has joined #openstack-oslo08:17
*** openstackgerrit has joined #openstack-oslo08:17
*** openstackgerrit has quit IRC08:18
*** openstackgerrit has joined #openstack-oslo08:18
openstackgerritOleksii Zamiatin proposed openstack/oslo.messaging: [zmq] Reduce threading from python proxy  https://review.openstack.org/30485208:18
openstackgerritOleksii Zamiatin proposed openstack/oslo.messaging: [zmq] Reduce threading from python proxy  https://review.openstack.org/30485208:19
openstackgerritJulien Danjou proposed openstack/oslo.db: Remove unused sqlite_fk in _init_connection_args call  https://review.openstack.org/30534108:22
openstackgerritJulien Danjou proposed openstack/oslo.db: Add support for custom JSON serializer  https://review.openstack.org/30534208:22
openstackgerritOleksii Zamiatin proposed openstack/oslo.messaging: [zmq] Reduce threading from python proxy  https://review.openstack.org/30485208:24
openstackgerritJulien Danjou proposed openstack/oslo.db: Allow testing of MySQL and PostgreSQL scenario locally  https://review.openstack.org/30549208:28
*** dukhlov_ has quit IRC08:32
*** dukhlov_ has joined #openstack-oslo08:36
*** yassine__ has joined #openstack-oslo08:37
*** dukhlov_ has quit IRC08:40
*** e0ne has quit IRC08:43
*** jamielennox is now known as jamielennox|away08:43
*** mhickey has joined #openstack-oslo08:46
*** dims_ has quit IRC08:46
*** dims has joined #openstack-oslo08:49
*** vilobhmm11 has quit IRC08:53
*** e0ne has joined #openstack-oslo08:53
openstackgerritVipin Balachandran proposed openstack/oslo.vmware: Support download of virtual disk in ova container  https://review.openstack.org/30581609:00
*** dukhlov_ has joined #openstack-oslo09:02
openstackgerritVipin Balachandran proposed openstack/oslo.vmware: Support download of virtual disk in ova container  https://review.openstack.org/30581609:03
*** salv-orlando has joined #openstack-oslo09:05
-openstackstatus- NOTICE: Gerrit is going to be restarted because is not processing new changes09:05
*** salv-orlando has quit IRC09:15
*** amotoki has quit IRC09:18
-openstackstatus- NOTICE: No jobs are being processed by gerrit and zuul . We are working to solve the problem, please be aware that no changes have been sent to the queue in the last hour, so you will need to recheck jobs for that period.09:21
*** ChanServ changes topic to "No jobs are being processed by gerrit and zuul . We are working to solve the problem, please be aware that no changes have been sent to the queue in the last hour, so you will need to recheck jobs for that period."09:21
*** cdent has joined #openstack-oslo09:22
*** dukhlov_ has quit IRC09:27
*** zqfan has joined #openstack-oslo09:40
*** ndipanov has joined #openstack-oslo09:40
*** ChanServ changes topic to "#openstack-oslo"09:49
-openstackstatus- NOTICE: Zuul and gerrit are working normally now. Please recheck any jobs that may have been affected by this failure.09:50
*** amotoki has joined #openstack-oslo09:55
*** andymaier has joined #openstack-oslo09:56
*** amotoki has quit IRC10:05
*** salv-orlando has joined #openstack-oslo10:06
*** ndipanov has quit IRC10:22
*** ndipanov has joined #openstack-oslo10:24
*** lpetrut has joined #openstack-oslo10:37
*** EinstCra_ has quit IRC10:40
*** sdague has joined #openstack-oslo10:40
*** EinstCrazy has joined #openstack-oslo10:40
*** EinstCrazy has quit IRC10:45
*** cdent has quit IRC10:51
*** _amrith_ is now known as amrith10:54
*** lpetrut has quit IRC10:59
*** lpetrut has joined #openstack-oslo10:59
*** lpetrut has quit IRC11:10
*** xek has joined #openstack-oslo11:22
*** yamamoto has quit IRC11:40
*** sheeprine has quit IRC11:41
*** sheeprine has joined #openstack-oslo11:42
*** cdent has joined #openstack-oslo11:45
*** dims has quit IRC11:46
*** openstack has quit IRC11:51
*** openstack has joined #openstack-oslo11:52
*** sheeprine has quit IRC11:54
*** sheeprine has joined #openstack-oslo11:55
*** dims has joined #openstack-oslo11:56
openstackgerritAnn Kamyshnikova proposed openstack/oslo.db: Fix server_default comparison for BigInteger  https://review.openstack.org/30444311:56
*** andymaier has quit IRC12:01
*** dukhlov has joined #openstack-oslo12:04
*** dukhlov has quit IRC12:06
*** pradk has joined #openstack-oslo12:11
*** dukhlov has joined #openstack-oslo12:13
*** EinstCrazy has joined #openstack-oslo12:21
*** yamamoto has joined #openstack-oslo12:24
*** jeckersb_gone is now known as jeckersb12:27
*** salv-orl_ has joined #openstack-oslo12:27
openstackgerritGevorg Davoian proposed openstack/oslo.messaging: Add configurable serialization to pika  https://review.openstack.org/30417212:30
*** salv-orlando has quit IRC12:30
*** cdent has quit IRC12:31
*** ndipanov has quit IRC12:31
*** mhickey has quit IRC12:31
*** _stowa has quit IRC12:31
*** ozamiatin has quit IRC12:33
*** cdent has joined #openstack-oslo12:34
*** _stowa has joined #openstack-oslo12:39
openstackgerritDinesh Bhor proposed openstack/oslo.db: Add validate_db_int() method for validation  https://review.openstack.org/30638912:40
*** gordc has joined #openstack-oslo12:42
*** jpena is now known as jpena|lunch12:42
*** mhickey has joined #openstack-oslo12:43
*** ndipanov has joined #openstack-oslo12:46
*** pradk has quit IRC12:49
*** pradk has joined #openstack-oslo12:50
*** amrith is now known as _amrith_12:51
*** alaski is now known as lascii12:52
*** ndipanov has quit IRC12:53
*** dukhlov has quit IRC12:56
*** dukhlov has joined #openstack-oslo12:58
*** yamamoto has quit IRC13:01
*** rlrossit has joined #openstack-oslo13:03
*** ozamiatin has joined #openstack-oslo13:04
*** yamamoto has joined #openstack-oslo13:08
*** kgiusti has joined #openstack-oslo13:12
*** andymaier has joined #openstack-oslo13:13
*** ndipanov has joined #openstack-oslo13:14
*** mriedem has joined #openstack-oslo13:22
*** jaosorior has joined #openstack-oslo13:25
*** mhickey has quit IRC13:25
*** cdent has quit IRC13:27
*** andymaier has quit IRC13:32
*** salv-orlando has joined #openstack-oslo13:33
*** jecarey has joined #openstack-oslo13:35
*** salv-orl_ has quit IRC13:35
*** jimbobhickville has joined #openstack-oslo13:37
*** dukhlov has quit IRC13:40
*** dukhlov has joined #openstack-oslo13:41
*** dukhlov has quit IRC13:44
*** dukhlov has joined #openstack-oslo13:47
*** ozamiatin has quit IRC13:55
*** ozamiatin has joined #openstack-oslo13:57
*** jpena|lunch is now known as jpena14:00
*** dims has quit IRC14:01
*** EinstCrazy has quit IRC14:01
*** EinstCrazy has joined #openstack-oslo14:01
*** haypo has joined #openstack-oslo14:02
haypodoes someone know if the Cue project is still alive? :)14:02
*** EinstCrazy has quit IRC14:03
thervehaypo, It has a ptl14:04
*** dims has joined #openstack-oslo14:04
haypotherve: i'm not sure that you replied to my question :-D14:04
haypotherve: is the PTL dead or alive?14:04
haypohaha14:04
*** EinstCrazy has joined #openstack-oslo14:05
*** gordc has quit IRC14:06
thervehaypo, http://eavesdrop.openstack.org/meetings/cue/2015/cue.2015-12-01-18.09.log.html that was their last meeting14:06
therveSo I'd say no14:06
haypo"no meeting today, too many people on vacation" oh14:07
*** EinstCrazy has quit IRC14:07
haypotherve: last change was merged 1 month ago, so at least the project is not completly dead14:07
*** dansmith is now known as superdan14:07
*** sdague has quit IRC14:07
*** gordc has joined #openstack-oslo14:07
silehttherve, http://lists.openstack.org/pipermail/openstack-dev/2016-March/089573.html14:08
*** sdague has joined #openstack-oslo14:08
rpodolyakaakamyshnikova: could you please fix the unit tests in your patch? https://review.openstack.org/#/c/304443/ :)14:08
patchbotrpodolyaka: patch 304443 - oslo.db - Fix server_default comparison for BigInteger14:08
*** gdavoian has joined #openstack-oslo14:09
akamyshnikovarpodolyaka, oops14:09
akamyshnikovasure :)14:10
hayposileht: oh, i just understood the punt. cue ... queue...14:11
haypo*clap* *clap* :)14:11
*** salv-orlando has quit IRC14:12
*** sigmavirus24_awa is now known as sigmavirus2414:12
openstackgerritAnn Kamyshnikova proposed openstack/oslo.db: Fix server_default comparison for BigInteger  https://review.openstack.org/30444314:13
*** mtanino has joined #openstack-oslo14:14
*** EinstCrazy has joined #openstack-oslo14:15
*** _amrith_ is now known as amrith14:15
*** zz_dimtruck is now known as dimtruck14:15
*** EinstCrazy has quit IRC14:16
*** salv-orlando has joined #openstack-oslo14:17
*** EinstCrazy has joined #openstack-oslo14:18
*** lpetrut has joined #openstack-oslo14:20
*** EinstCrazy has quit IRC14:21
*** e0ne_ has joined #openstack-oslo14:25
*** e0ne has quit IRC14:26
*** achanda has joined #openstack-oslo14:30
*** achanda has quit IRC14:32
*** gonzalo2kx has quit IRC14:37
*** ozamiatin has quit IRC14:38
openstackgerritAlexey Yelistratov proposed openstack/osprofiler: Add backward compatible drivers structure  https://review.openstack.org/24700514:47
openstackgerritAlexey Yelistratov proposed openstack/osprofiler: Add backward compatible drivers structure  https://review.openstack.org/24700514:48
*** dukhlov has quit IRC14:49
openstackgerritAlexey Yelistratov proposed openstack/osprofiler: Add backward compatible drivers structure  https://review.openstack.org/24700514:53
*** gonzalo2kx has joined #openstack-oslo14:53
*** gonzalo2kx has quit IRC15:04
*** pcaruana has quit IRC15:06
*** superdan is now known as _-_15:08
*** _-_ is now known as superdan15:09
*** zhiyan has quit IRC15:11
*** boris-42 has quit IRC15:11
*** EinstCrazy has joined #openstack-oslo15:11
*** fungi has quit IRC15:12
*** root1 has quit IRC15:12
*** pkholkin has quit IRC15:12
*** rpodolyaka has quit IRC15:13
*** odyssey4me has quit IRC15:13
*** root1 has joined #openstack-oslo15:14
*** jecarey_ has joined #openstack-oslo15:17
*** odyssey4me has joined #openstack-oslo15:17
*** boris-42 has joined #openstack-oslo15:20
*** ozamiatin has joined #openstack-oslo15:20
*** gdavoian_ has joined #openstack-oslo15:20
*** dukhlov has joined #openstack-oslo15:20
*** fungi has joined #openstack-oslo15:20
*** tonyb_ has joined #openstack-oslo15:20
*** pleia2_ has joined #openstack-oslo15:21
*** root___16 has joined #openstack-oslo15:21
*** eliqiao_ has joined #openstack-oslo15:22
*** ozamiatin has quit IRC15:22
*** binarin has joined #openstack-oslo15:22
*** rpodolyaka has joined #openstack-oslo15:23
*** zhiyan has joined #openstack-oslo15:24
*** davidlenwell has joined #openstack-oslo15:24
*** jlvillal_ has joined #openstack-oslo15:24
*** root1 has quit IRC15:25
*** e0ne_ has quit IRC15:25
*** gdavoian has quit IRC15:25
*** gordc has quit IRC15:25
*** dims has quit IRC15:25
*** jecarey has quit IRC15:25
*** ndipanov has quit IRC15:25
*** eliqiao has quit IRC15:25
*** jlvillal has quit IRC15:25
*** davidlenwell_ has quit IRC15:25
*** dhellmann has quit IRC15:25
*** yportnova has quit IRC15:25
*** pleia2 has quit IRC15:25
*** edmondsw has quit IRC15:25
*** sileht has quit IRC15:25
*** ericksonsantos has quit IRC15:25
*** kbyrne has quit IRC15:25
*** mdavidson has quit IRC15:25
*** tonyb has quit IRC15:25
*** binarin_ has quit IRC15:25
*** EmilienM has quit IRC15:25
*** lxsli has quit IRC15:25
*** pleia2_ is now known as pleia215:26
*** dims has joined #openstack-oslo15:26
*** e0ne has joined #openstack-oslo15:26
*** dhellmann has joined #openstack-oslo15:26
*** gordc has joined #openstack-oslo15:27
*** amotoki has joined #openstack-oslo15:27
*** jlvillal_ is now known as jlvillal15:27
*** jlvillal is now known as Guest8106215:27
*** EmilienM has joined #openstack-oslo15:28
*** rpodolyaka has quit IRC15:28
*** mdavidson has joined #openstack-oslo15:29
*** lxsli has joined #openstack-oslo15:29
*** pblaho has quit IRC15:29
*** ndipanov has joined #openstack-oslo15:29
*** sileht has joined #openstack-oslo15:30
*** rcernin has quit IRC15:30
*** edmondsw has joined #openstack-oslo15:31
*** Guest63229 has quit IRC15:31
*** ericksonsantos has joined #openstack-oslo15:32
*** kbyrne has joined #openstack-oslo15:32
*** yportnova has joined #openstack-oslo15:32
*** pkholkin has joined #openstack-oslo15:35
*** browne has joined #openstack-oslo15:37
*** jimbobhickville has quit IRC15:38
*** pblaho has joined #openstack-oslo15:38
*** rpodolyaka has joined #openstack-oslo15:39
*** jaosorior has quit IRC15:43
*** jecarey has joined #openstack-oslo15:45
*** andymaier has joined #openstack-oslo15:47
*** jecarey_ has quit IRC15:48
*** jecarey has quit IRC15:49
*** EinstCrazy has quit IRC15:50
*** EinstCrazy has joined #openstack-oslo15:50
*** yassine__ has quit IRC15:58
*** yamahata has joined #openstack-oslo16:05
*** andymaier has quit IRC16:13
*** andymaier has joined #openstack-oslo16:14
*** pkholkin has quit IRC16:17
*** gdavoian_ has quit IRC16:19
*** mriedem is now known as mriedem_lunch16:19
*** pkholkin has joined #openstack-oslo16:20
*** amotoki has quit IRC16:24
*** salv-orlando has quit IRC16:26
*** sputnik13 has joined #openstack-oslo16:29
*** sputnik13_ has joined #openstack-oslo16:33
*** sputnik13 has quit IRC16:35
*** sputnik13_ has quit IRC16:43
*** amrith is now known as _amrith_16:44
*** harlowja has quit IRC16:44
*** harlowja has joined #openstack-oslo16:45
*** lpetrut has quit IRC16:56
*** cdent has joined #openstack-oslo16:57
openstackgerritDmitriy Ukhlov proposed openstack/oslo.messaging: Refactor base interfaces  https://review.openstack.org/30654216:57
*** permalac has joined #openstack-oslo17:01
*** achanda has joined #openstack-oslo17:04
*** Guest81062 is now known as jlvillal17:04
*** jpena is now known as jpena|off17:05
*** achanda has quit IRC17:08
openstackgerritDmitriy Ukhlov proposed openstack/oslo.messaging: Refactor base interfaces  https://review.openstack.org/30654217:08
*** yamamoto has quit IRC17:10
*** yamamoto has joined #openstack-oslo17:11
*** salv-orlando has joined #openstack-oslo17:14
*** salv-orl_ has joined #openstack-oslo17:17
*** yamamoto has quit IRC17:21
*** kbyrne has quit IRC17:21
*** gordc_ has joined #openstack-oslo17:22
*** pleia2 has quit IRC17:22
*** pblaho_ has joined #openstack-oslo17:22
*** boris-42 has quit IRC17:24
*** yamamoto has joined #openstack-oslo17:24
*** pleia2 has joined #openstack-oslo17:24
*** yamamoto has quit IRC17:25
*** salv-orlando has quit IRC17:26
*** permalac has quit IRC17:26
*** pkholkin has quit IRC17:26
*** cdent has quit IRC17:27
*** andymaier has quit IRC17:27
*** yamahata has quit IRC17:27
*** EinstCrazy has quit IRC17:27
*** pblaho has quit IRC17:27
*** ndipanov has quit IRC17:27
*** lxsli has quit IRC17:27
*** EmilienM has quit IRC17:27
*** gordc has quit IRC17:27
*** dhellmann has quit IRC17:27
*** zhiyan has quit IRC17:27
*** fungi has quit IRC17:27
*** dukhlov has quit IRC17:27
*** sdague has quit IRC17:27
*** sheeprine has quit IRC17:27
*** openstackgerrit has quit IRC17:27
*** jdandrea has quit IRC17:27
*** EmilienM has joined #openstack-oslo17:29
*** eliqiao_ has quit IRC17:30
*** yamamoto has joined #openstack-oslo17:31
*** e0ne has quit IRC17:31
*** EinstCrazy has joined #openstack-oslo17:31
*** dukhlov has joined #openstack-oslo17:33
*** ndipanov has joined #openstack-oslo17:34
*** eliqiao has joined #openstack-oslo17:34
*** david-lyle has quit IRC17:34
*** david-lyle has joined #openstack-oslo17:34
*** jdandrea has joined #openstack-oslo17:35
*** lxsli has joined #openstack-oslo17:35
*** _amrith_ is now known as amrith17:37
*** kbyrne has joined #openstack-oslo17:40
*** mriedem_lunch has quit IRC17:42
*** amrith has left #openstack-oslo17:43
*** rlrossit has quit IRC17:43
*** eliqiao has quit IRC17:44
*** ndipanov has quit IRC17:44
*** dhellmann has joined #openstack-oslo17:44
*** yamahata has joined #openstack-oslo17:46
*** dhellmann_ has joined #openstack-oslo17:46
*** dhellmann_ has quit IRC17:47
*** openstackgerrit has joined #openstack-oslo17:48
*** mriedem has joined #openstack-oslo17:48
*** sdague has joined #openstack-oslo17:49
*** dhellmann has quit IRC17:50
*** shardy has quit IRC17:51
*** psanchez has quit IRC17:53
*** Kiall has quit IRC17:53
*** eliqiao has joined #openstack-oslo17:54
*** Kiall has joined #openstack-oslo17:54
*** psanchez has joined #openstack-oslo17:54
*** boris-42 has joined #openstack-oslo17:54
*** sheeprine has joined #openstack-oslo17:54
*** yamamoto has quit IRC17:54
*** dhellmann has joined #openstack-oslo17:55
*** dhellmann has quit IRC17:57
*** mmasaki has quit IRC17:57
*** dhellmann has joined #openstack-oslo17:57
*** ndipanov has joined #openstack-oslo17:58
*** mmasaki has joined #openstack-oslo17:58
*** rlrossit has joined #openstack-oslo17:59
*** zhiyan has joined #openstack-oslo17:59
*** yamamoto has joined #openstack-oslo18:02
*** sputnik13 has joined #openstack-oslo18:04
*** dukhlov has quit IRC18:04
*** fungi has joined #openstack-oslo18:07
*** pkholkin has joined #openstack-oslo18:10
*** eliqiao has quit IRC18:10
*** eliqiao has joined #openstack-oslo18:11
*** yamamoto has quit IRC18:16
*** e0ne has joined #openstack-oslo18:19
*** vilobhmm11 has joined #openstack-oslo18:20
*** yamamoto has joined #openstack-oslo18:20
*** vilobhmm111 has joined #openstack-oslo18:22
*** vilobhmm11 has quit IRC18:24
*** yamahata has quit IRC18:25
*** EinstCrazy has quit IRC18:26
*** jecarey has joined #openstack-oslo18:29
*** jecarey has quit IRC18:33
*** jecarey has joined #openstack-oslo18:35
*** jecarey has quit IRC18:38
*** gcb has quit IRC18:38
*** gcb has joined #openstack-oslo18:38
*** zqfan has quit IRC18:42
*** haypo has left #openstack-oslo18:56
*** yamamoto has quit IRC18:57
*** rlrossit has quit IRC19:00
*** yamahata has joined #openstack-oslo19:02
*** rlrossit has joined #openstack-oslo19:05
*** rlrossit has quit IRC19:05
*** rlrossit has joined #openstack-oslo19:05
*** browne has quit IRC19:09
*** melwitt has quit IRC19:13
*** jdandrea_ has joined #openstack-oslo19:15
*** gcb has quit IRC19:15
*** melwitt has joined #openstack-oslo19:17
*** jdandrea has quit IRC19:18
*** sputnik13_ has joined #openstack-oslo19:18
*** salv-orlando has joined #openstack-oslo19:20
*** gcb has joined #openstack-oslo19:21
*** pblaho has joined #openstack-oslo19:21
*** sheeprine_ has joined #openstack-oslo19:22
*** kinrui has joined #openstack-oslo19:22
*** sheeprine has quit IRC19:22
*** e0ne has quit IRC19:22
*** fungi has quit IRC19:22
*** pblaho_ has quit IRC19:22
*** sdague has quit IRC19:22
*** salv-orl_ has quit IRC19:22
*** sputnik13 has quit IRC19:22
*** sdague has joined #openstack-oslo19:23
*** e0ne has joined #openstack-oslo19:24
*** gordc_ has quit IRC19:25
*** gcb has quit IRC19:29
*** gcb has joined #openstack-oslo19:29
*** e0ne has quit IRC19:31
*** salv-orl_ has joined #openstack-oslo19:33
*** salv-orl_ has quit IRC19:33
*** salv-orl_ has joined #openstack-oslo19:34
*** salv-orlando has quit IRC19:36
*** sheeprine_ has quit IRC19:36
*** sheeprine has joined #openstack-oslo19:37
*** salv-orl_ has quit IRC19:39
*** achanda has joined #openstack-oslo19:42
*** dulek has quit IRC19:50
*** dulek has joined #openstack-oslo19:52
*** ericksonsantos has quit IRC19:52
*** yamamoto has joined #openstack-oslo19:58
*** kgiusti has left #openstack-oslo19:58
*** toabctl has quit IRC20:00
*** andreaf has quit IRC20:00
*** andreaf has joined #openstack-oslo20:01
*** toabctl has joined #openstack-oslo20:01
*** achanda has quit IRC20:05
*** yamamoto has quit IRC20:08
*** sigmavirus24 is now known as sigmavirus24_awa20:17
*** sigmavirus24_awa is now known as sigmavirus2420:17
*** jdandrea has joined #openstack-oslo20:19
*** andreaf has quit IRC20:23
*** jdandrea_ has quit IRC20:23
*** yamahata has quit IRC20:23
*** pkholkin has quit IRC20:23
*** ericksonsantos has joined #openstack-oslo20:24
*** pkholkin has joined #openstack-oslo20:26
*** andreaf has joined #openstack-oslo20:28
*** achanda has joined #openstack-oslo20:29
*** achanda has quit IRC20:34
*** yamahata has joined #openstack-oslo20:36
*** salv-orlando has joined #openstack-oslo20:38
*** salv-orlando has quit IRC20:38
*** salv-orlando has joined #openstack-oslo20:38
*** jecarey has joined #openstack-oslo20:46
*** jecarey_ has joined #openstack-oslo20:48
*** jecarey has quit IRC20:48
*** browne has joined #openstack-oslo20:54
*** edmondsw has quit IRC20:55
*** psanchez has quit IRC20:58
*** psanchez has joined #openstack-oslo21:00
*** lascii is now known as alaski21:01
*** dukhlov has joined #openstack-oslo21:19
*** dimtruck is now known as zz_dimtruck21:22
*** pradk has quit IRC21:29
*** sigmavirus24 is now known as sigmavirus24_awa21:43
*** sigmavirus24_awa is now known as sigmavirus2421:43
*** mriedem has quit IRC21:45
*** dukhlov has quit IRC21:58
*** sigmavirus24 is now known as sigmavirus24_awa22:05
*** rlrossit has quit IRC22:07
*** SergeyLukjanov has quit IRC22:22
*** SergeyLukjanov has joined #openstack-oslo22:22
*** odyssey4me has quit IRC22:22
*** dmitryme has quit IRC22:23
*** ttx has quit IRC22:23
*** mdavidson has quit IRC22:24
*** dmitryme has joined #openstack-oslo22:25
*** odyssey4me has joined #openstack-oslo22:27
*** yamahata has quit IRC22:35
*** ttx has joined #openstack-oslo22:36
openstackgerritJoshua Harlow proposed openstack/oslo-incubator: Add a tool to propose oslo library releases (and to show whats not released)  https://review.openstack.org/30664822:38
*** mdavidson has joined #openstack-oslo22:38
openstackgerritJoshua Harlow proposed openstack/oslo-incubator: Add a tool to propose oslo library releases (and to show whats not released)  https://review.openstack.org/30664822:38
*** sdague has quit IRC22:45
openstackgerritJoshua Harlow proposed openstack/oslo-incubator: Add a tool to propose oslo library releases (and to show whats not released)  https://review.openstack.org/30664822:56
*** eliqiao_ has joined #openstack-oslo23:02
*** eliqiao has quit IRC23:03
*** mriedem has joined #openstack-oslo23:14
openstackgerritJoshua Harlow proposed openstack/oslo-incubator: Add a tool to propose library releases (and to show whats not released)  https://review.openstack.org/30664823:19
*** takedakn has joined #openstack-oslo23:24
*** takedakn has quit IRC23:25
*** tonyb_ is now known as tonyb23:33
*** browne has quit IRC23:41

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