*** ChuckC has quit IRC | 00:00 | |
*** ChuckC has joined #openstack-oslo | 00:00 | |
*** shardy has quit IRC | 00:00 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Start building a redis jobboard (WIP) https://review.openstack.org/176951 | 00:02 |
---|---|---|
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Start building a redis jobboard (WIP) https://review.openstack.org/176951 | 00:04 |
*** shardy_ has quit IRC | 00:04 | |
*** shardy has joined #openstack-oslo | 00:05 | |
*** tsekiyam_ has joined #openstack-oslo | 00:18 | |
openstackgerrit | lifeless proposed openstack-dev/pbr: Improve integration.sh. https://review.openstack.org/177500 | 00:18 |
*** mtanino has quit IRC | 00:21 | |
*** achanda has joined #openstack-oslo | 00:22 | |
*** tsekiyama has quit IRC | 00:22 | |
*** tsekiyam_ has quit IRC | 00:23 | |
harlowja_ | zzzeek started https://bitbucket.org/zzzeek/dogpile.cache/pull-request/32/add-a-cachetools-lru-lfu-in-memory-backend/diff (hopefully thats mostly right); will add tests soon... | 00:33 |
zzzeek | dogpile is so boring! :) | 00:33 |
zzzeek | oh you want to give me the backend huh. means i have to learn all about cachetools | 00:35 |
harlowja_ | :-P | 00:36 |
harlowja_ | up to u ;) | 00:36 |
zzzeek | harlowja_: last commit was on dec 30 2014 | 00:36 |
zzzeek | harlowja_: only 13 stars…. | 00:36 |
harlowja_ | well things like LRU caches and LFU caches don't exactly change that much :-P | 00:37 |
zzzeek | harlowja_: unless they are wrong :) | 00:37 |
zzzeek | harlowja_: are these from py3k source ? | 00:37 |
harlowja_ | i dont think so | 00:37 |
harlowja_ | but maye | 00:38 |
harlowja_ | *maybe | 00:38 |
zzzeek | what is “a variant of the Python 3 Standard Library @lru_cache function decorator.” ? | 00:38 |
harlowja_ | an almost like that other one variant, lol | 00:39 |
harlowja_ | from my understanding https://hg.python.org/releasing/3.4/file/8671f89107c8/Lib/functools.py#l370 isn't made as accessible classes (sadly) | 00:39 |
harlowja_ | hitten in that method :-/ | 00:40 |
harlowja_ | *hidden | 00:40 |
harlowja_ | why it was done like that, who knows, ha | 00:41 |
harlowja_ | ' # The internals of the lru_cache are encapsulated for thread safety and | 00:41 |
harlowja_ | # to allow the implementation to change (including a possible C version). ' i guess | 00:41 |
harlowja_ | but meh | 00:41 |
zzzeek | harlowja_: if we’re going to put LRU/LFU things in here, we either need to get the absolute gold standard lib off pypi as the one we’ll use, or we just add our own | 00:42 |
harlowja_ | sure | 00:42 |
zzzeek | cachetools doesn’t look bad but i hate when in two years i have cruft sitting in my libraries :) | 00:42 |
zzzeek | like bmemcached | 00:43 |
harlowja_ | https://pypi.python.org/pypi/pylru/1.0.9 (is newer/seems more recently maintained) | 00:43 |
harlowja_ | ^ not LFU though | 00:43 |
zzzeek | or the drizzle dialect in SQLAlchemy :) | 00:43 |
zzzeek | or! the turbogears adapter in mako. how crufty can you get | 00:43 |
harlowja_ | or eventlet | 00:44 |
* harlowja_ runs | 00:44 | |
zzzeek | i dont have any eventlet things in my libs :) | 00:44 |
harlowja_ | lol | 00:44 |
zzzeek | but once these plugins make it into my libs, I cant touch them, b.c. who knows who is using them | 00:44 |
zzzeek | becomes my problem | 00:45 |
harlowja_ | ya ya | 00:45 |
zzzeek | plguins I dont care about, nobody uses execpt..who knows, plugin isnt maintained | 00:45 |
zzzeek | that’s all im saying. thats’ why i put a public plugin API with entrypoints and everyhing into dogpile.cache from release 1 | 00:45 |
zzzeek | i would think cachetools would publish a dogpile plugin. shrugs | 00:45 |
harlowja_ | fair nuff | 00:45 |
zzzeek | but its not bad! if cachetools is going to be around, then no biggie. its pretty generic | 00:46 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Build all the wheels in one pass rather than many. https://review.openstack.org/177503 | 00:48 |
*** alexpilotti has quit IRC | 00:48 | |
harlowja_ | zzzeek understood | 00:49 |
*** bknudson has joined #openstack-oslo | 00:56 | |
*** browne has quit IRC | 00:56 | |
openstackgerrit | lifeless proposed openstack-dev/pbr: Honour new test variable PIPVERSION https://review.openstack.org/177457 | 01:00 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Build all the wheels in one pass rather than many. https://review.openstack.org/177503 | 01:00 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Improve integration.sh. https://review.openstack.org/177500 | 01:00 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Test pip install -e of projects. https://review.openstack.org/177504 | 01:00 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Stop testing setup.py install https://review.openstack.org/177505 | 01:00 |
*** jungleboyj has joined #openstack-oslo | 01:03 | |
*** arnaud___ has joined #openstack-oslo | 01:13 | |
*** arnaud___ has quit IRC | 01:18 | |
*** salv-orlando has joined #openstack-oslo | 01:20 | |
openstackgerrit | lifeless proposed openstack-dev/pbr: Honour new test variable PIPVERSION https://review.openstack.org/177457 | 01:21 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Stop testing setup.py install https://review.openstack.org/177505 | 01:21 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Test pip install -e of projects. https://review.openstack.org/177504 | 01:21 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Build all the wheels in one pass rather than many. https://review.openstack.org/177503 | 01:21 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Improve integration.sh. https://review.openstack.org/177500 | 01:21 |
*** zzzeek has quit IRC | 01:22 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Start building a redis jobboard (WIP) https://review.openstack.org/176951 | 01:23 |
lifeless | harlowja_: whats a jobboard ? | 01:23 |
harlowja_ | what isn't it ! | 01:23 |
harlowja_ | lol | 01:23 |
harlowja_ | lifeless a place where some arbitrary unit of work can be placed, that someone else can examine and take ownership of that unit of work | 01:24 |
lifeless | job board? | 01:24 |
harlowja_ | in the zookeeper case, that unit of work can go back to being 'unowned/unclaimed' automagically, blah blah | 01:24 |
harlowja_ | http://tinyurl.com/msdwaar (like that kind of thing, ha) | 01:25 |
harlowja_ | http://docs.openstack.org/developer/taskflow/jobs.html#overview (more blah blah) | 01:25 |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Start building a redis backend job board (WIP) https://review.openstack.org/176951 | 01:26 |
*** yamahata has quit IRC | 01:27 | |
harlowja_ | lifeless http://docs.openstack.org/developer/taskflow/_images/jobboard.png (mesos has a similar diagram, they inspired me to make that one, lol) | 01:27 |
*** vilobhmm12 has quit IRC | 01:27 | |
*** salv-orlando has quit IRC | 01:27 | |
harlowja_ | https://assets.digitalocean.com/articles/mesosphere/mesos_architecture.png (the inspiration i think) | 01:28 |
*** achanda has quit IRC | 01:28 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Start building a redis backend job board (WIP) https://review.openstack.org/176951 | 01:40 |
*** salv-orlando has joined #openstack-oslo | 01:45 | |
*** achanda has joined #openstack-oslo | 01:47 | |
*** browne has joined #openstack-oslo | 01:47 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Incorporate a .svg job board diagram instead of .png https://review.openstack.org/177512 | 01:47 |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Incorporate a .svg job board diagram instead of .png https://review.openstack.org/177512 | 01:48 |
*** salv-orlando has quit IRC | 01:51 | |
*** boris-42 has quit IRC | 02:08 | |
*** achanda has quit IRC | 02:16 | |
*** gtt116 has joined #openstack-oslo | 02:29 | |
*** gtt116__ has quit IRC | 02:31 | |
*** bknudson has quit IRC | 02:38 | |
*** harlowja_ is now known as harlowja_away | 02:50 | |
*** harlowja_at_home has joined #openstack-oslo | 02:53 | |
*** exploreshaifali has joined #openstack-oslo | 02:56 | |
*** harlowja_at_home has quit IRC | 03:00 | |
*** arnaud___ has joined #openstack-oslo | 03:02 | |
*** arnaud___ has quit IRC | 03:07 | |
*** haigang has joined #openstack-oslo | 03:11 | |
*** browne has quit IRC | 03:12 | |
*** exploreshaifali has quit IRC | 03:14 | |
*** haigang has quit IRC | 03:15 | |
*** achanda has joined #openstack-oslo | 03:16 | |
*** achanda has quit IRC | 03:23 | |
*** crc32 has joined #openstack-oslo | 03:28 | |
*** yamahata has joined #openstack-oslo | 03:36 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Retain chain of missing dependencies https://review.openstack.org/176148 | 03:40 |
*** jungleboyj has quit IRC | 03:48 | |
*** crc32 has quit IRC | 03:55 | |
*** arnaud___ has joined #openstack-oslo | 04:03 | |
*** arnaud___ has quit IRC | 04:07 | |
*** salv-orlando has joined #openstack-oslo | 04:08 | |
*** salv-orlando has quit IRC | 04:14 | |
*** salv-orlando has joined #openstack-oslo | 04:27 | |
*** salv-orlando has quit IRC | 04:31 | |
*** sdake has joined #openstack-oslo | 04:38 | |
*** sdake has quit IRC | 04:43 | |
*** jungleboyj has joined #openstack-oslo | 04:46 | |
*** vilobhmm1 has joined #openstack-oslo | 05:03 | |
*** Kennan2 has quit IRC | 05:09 | |
*** salv-orlando has joined #openstack-oslo | 05:10 | |
*** Kennan has joined #openstack-oslo | 05:14 | |
*** salv-orlando has quit IRC | 05:15 | |
*** Kennan2 has joined #openstack-oslo | 05:17 | |
*** Kennan2 has quit IRC | 05:18 | |
*** Kennan2 has joined #openstack-oslo | 05:18 | |
*** Kennan2 has quit IRC | 05:18 | |
*** Kennan2 has joined #openstack-oslo | 05:19 | |
*** Kennan2 has quit IRC | 05:20 | |
*** Kennan2 has joined #openstack-oslo | 05:20 | |
*** vilobhmm1 has quit IRC | 05:20 | |
*** Kennan2 has left #openstack-oslo | 05:20 | |
*** Kennan has quit IRC | 05:20 | |
*** vilobhmm1 has joined #openstack-oslo | 05:22 | |
*** arnaud___ has joined #openstack-oslo | 05:34 | |
*** arnaud___ has quit IRC | 05:38 | |
*** yamahata has quit IRC | 05:45 | |
*** sdake has joined #openstack-oslo | 05:51 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.utils: Imported Translations from Transifex https://review.openstack.org/176639 | 06:12 |
*** zhiyan_ has joined #openstack-oslo | 06:17 | |
*** vish1 has joined #openstack-oslo | 06:19 | |
*** roaet__ has joined #openstack-oslo | 06:20 | |
*** zhiyan has quit IRC | 06:20 | |
*** vishy has quit IRC | 06:20 | |
*** sileht has quit IRC | 06:20 | |
*** openstackgerrit has quit IRC | 06:20 | |
*** rossella_s has quit IRC | 06:20 | |
*** roaet has quit IRC | 06:20 | |
*** andreykurilin has quit IRC | 06:20 | |
*** vish1 is now known as vishy | 06:20 | |
*** zhiyan_ is now known as zhiyan | 06:21 | |
*** rossella_s has joined #openstack-oslo | 06:21 | |
*** achanda has joined #openstack-oslo | 06:22 | |
*** andreykurilin has joined #openstack-oslo | 06:22 | |
*** openstackgerrit has joined #openstack-oslo | 06:22 | |
*** sileht has joined #openstack-oslo | 06:22 | |
*** salv-orlando has joined #openstack-oslo | 06:22 | |
*** yamahata has joined #openstack-oslo | 06:26 | |
*** achanda has quit IRC | 06:26 | |
*** salv-orlando has quit IRC | 06:28 | |
*** vilobhmm1 has quit IRC | 06:28 | |
*** achanda has joined #openstack-oslo | 06:31 | |
*** yamahata has quit IRC | 06:34 | |
*** prad_ has joined #openstack-oslo | 06:51 | |
*** rpodolyaka2 has joined #openstack-oslo | 06:53 | |
*** sileht has quit IRC | 06:58 | |
*** prad has quit IRC | 06:58 | |
*** amrith has quit IRC | 06:58 | |
*** rpodolyaka1 has quit IRC | 06:58 | |
*** tristanC has quit IRC | 06:58 | |
*** amrith has joined #openstack-oslo | 06:59 | |
*** sputnik13 has joined #openstack-oslo | 07:02 | |
*** sileht has joined #openstack-oslo | 07:06 | |
*** subscope_ has joined #openstack-oslo | 07:07 | |
*** tristanC has joined #openstack-oslo | 07:14 | |
*** arnaud___ has joined #openstack-oslo | 07:22 | |
*** salv-orlando has joined #openstack-oslo | 07:25 | |
*** salv-orlando has quit IRC | 07:29 | |
*** amotoki_ has quit IRC | 07:32 | |
*** amotoki_ has joined #openstack-oslo | 07:32 | |
*** ihrachyshka has joined #openstack-oslo | 07:42 | |
*** achanda has quit IRC | 07:42 | |
*** achanda has joined #openstack-oslo | 07:46 | |
*** ihrachyshka has quit IRC | 07:57 | |
*** achanda has quit IRC | 08:03 | |
*** andreykurilin__ has quit IRC | 08:08 | |
openstackgerrit | Victor Stinner proposed openstack/oslo.messaging: Updated from global requirements https://review.openstack.org/177129 | 08:10 |
*** subscope_ has quit IRC | 08:21 | |
*** arnaud___ has quit IRC | 08:46 | |
*** arnaud___ has joined #openstack-oslo | 09:00 | |
*** arnaud___ has quit IRC | 09:00 | |
*** tsufiev has quit IRC | 09:15 | |
*** mfedosin has quit IRC | 09:15 | |
*** amotoki_ has quit IRC | 09:15 | |
*** salv-orlando has joined #openstack-oslo | 09:42 | |
*** mfedosin has joined #openstack-oslo | 09:42 | |
*** tsufiev has joined #openstack-oslo | 09:46 | |
*** exploreshaifali has joined #openstack-oslo | 09:55 | |
*** arnaud___ has joined #openstack-oslo | 10:01 | |
*** arnaud___ has quit IRC | 10:06 | |
*** exploreshaifali has quit IRC | 10:13 | |
*** salv-orlando has quit IRC | 10:44 | |
*** li-ma has joined #openstack-oslo | 10:48 | |
*** sheeprine has quit IRC | 10:52 | |
*** sheeprine has joined #openstack-oslo | 10:57 | |
*** arnaud___ has joined #openstack-oslo | 11:02 | |
*** arnaud___ has quit IRC | 11:06 | |
*** ajo has joined #openstack-oslo | 11:08 | |
*** bknudson has joined #openstack-oslo | 11:38 | |
*** salv-orlando has joined #openstack-oslo | 11:44 | |
*** salv-orlando has quit IRC | 11:51 | |
*** sdake_ has joined #openstack-oslo | 11:55 | |
*** BrianShang_ has quit IRC | 11:58 | |
*** sdake has quit IRC | 11:58 | |
*** BrianShang has joined #openstack-oslo | 12:00 | |
*** mriedem has joined #openstack-oslo | 12:07 | |
*** arnaud___ has joined #openstack-oslo | 12:51 | |
*** arnaud___ has quit IRC | 12:55 | |
*** ajo has quit IRC | 12:55 | |
*** zul has quit IRC | 13:01 | |
*** mriedem1 has joined #openstack-oslo | 13:03 | |
*** mriedem has quit IRC | 13:06 | |
*** prad_ is now known as prad | 13:08 | |
*** sputnik13 has quit IRC | 13:14 | |
*** ir2ivps10 has joined #openstack-oslo | 13:38 | |
*** ajo has joined #openstack-oslo | 14:01 | |
*** ajo has quit IRC | 14:04 | |
*** arnaud___ has joined #openstack-oslo | 14:40 | |
*** arnaud___ has quit IRC | 14:45 | |
*** amotoki_ has joined #openstack-oslo | 14:48 | |
*** salv-orlando has joined #openstack-oslo | 15:02 | |
*** salv-orlando has quit IRC | 15:11 | |
*** ccrouch has joined #openstack-oslo | 15:15 | |
*** harlowja_at_home has joined #openstack-oslo | 15:37 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Start building a redis backend job board (WIP) https://review.openstack.org/176951 | 15:37 |
*** jungleboyj has quit IRC | 15:40 | |
*** arnaud___ has joined #openstack-oslo | 15:40 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Add threaded conductor and have the existing impl. use it (WIP) https://review.openstack.org/174643 | 15:40 |
*** e0ne has joined #openstack-oslo | 15:44 | |
*** arnaud___ has quit IRC | 15:45 | |
*** harlowja_at_home has quit IRC | 15:46 | |
*** exploreshaifali has joined #openstack-oslo | 15:47 | |
*** e0ne has quit IRC | 15:52 | |
openstackgerrit | Monty Taylor proposed openstack-dev/pbr: Stop re-invoking pip https://review.openstack.org/175369 | 16:03 |
openstackgerrit | Monty Taylor proposed openstack-dev/pbr: Prevent the invocation of setup.py install https://review.openstack.org/177557 | 16:03 |
*** li-ma has quit IRC | 16:06 | |
openstackgerrit | Monty Taylor proposed openstack-dev/pbr: Prevent the invocation of setup.py install https://review.openstack.org/177557 | 16:12 |
openstackgerrit | Monty Taylor proposed openstack-dev/pbr: Prevent the invocation of setup.py install https://review.openstack.org/177557 | 16:15 |
*** sdake_ has quit IRC | 16:16 | |
*** sheeprine_ has joined #openstack-oslo | 16:16 | |
*** david-ly_ has joined #openstack-oslo | 16:16 | |
*** e0ne has joined #openstack-oslo | 16:17 | |
*** dhellmann_ has joined #openstack-oslo | 16:18 | |
*** mtreinish_ has joined #openstack-oslo | 16:19 | |
*** sheeprine has quit IRC | 16:19 | |
*** roaet__ has quit IRC | 16:19 | |
*** david-lyle has quit IRC | 16:19 | |
*** mtreinish has quit IRC | 16:19 | |
*** dhellmann has quit IRC | 16:19 | |
*** mtreinish_ is now known as mtreinish | 16:19 | |
*** exploreshaifali has quit IRC | 16:19 | |
*** roaet__ has joined #openstack-oslo | 16:20 | |
*** dhellmann_ is now known as dhellmann | 16:21 | |
*** ujjain- has joined #openstack-oslo | 16:21 | |
openstackgerrit | Monty Taylor proposed openstack-dev/pbr: Loudly warn about invocation of setup.py install https://review.openstack.org/177557 | 16:22 |
openstackgerrit | Monty Taylor proposed openstack-dev/pbr: Error on invocation of setup.py install https://review.openstack.org/177558 | 16:22 |
*** mriedem1 has quit IRC | 16:22 | |
*** vishy has quit IRC | 16:23 | |
*** amotoki has quit IRC | 16:23 | |
*** hogepodge has quit IRC | 16:23 | |
*** ttx has quit IRC | 16:23 | |
*** ujjain has quit IRC | 16:23 | |
*** freyes has quit IRC | 16:23 | |
*** gus has quit IRC | 16:23 | |
*** sdague has quit IRC | 16:23 | |
*** jungleboyj has joined #openstack-oslo | 16:25 | |
*** e0ne has quit IRC | 16:27 | |
openstackgerrit | Merged openstack/taskflow: Add a conductor running example https://review.openstack.org/129412 | 16:31 |
*** e0ne has joined #openstack-oslo | 16:31 | |
*** amotoki has joined #openstack-oslo | 16:32 | |
*** jungleboyj has quit IRC | 16:36 | |
*** e0ne has quit IRC | 16:39 | |
*** sdake has joined #openstack-oslo | 16:41 | |
*** e0ne has joined #openstack-oslo | 16:43 | |
*** e0ne has quit IRC | 16:46 | |
*** gus has joined #openstack-oslo | 16:46 | |
*** sdague has joined #openstack-oslo | 16:46 | |
*** freyes has joined #openstack-oslo | 16:46 | |
*** vishy has joined #openstack-oslo | 16:46 | |
*** ttx has joined #openstack-oslo | 16:47 | |
*** arnaud____ has joined #openstack-oslo | 16:49 | |
*** e0ne has joined #openstack-oslo | 16:50 | |
openstackgerrit | Merged openstack/taskflow: Make the storage layer more resilent to failures https://review.openstack.org/166990 | 16:51 |
*** e0ne has quit IRC | 16:56 | |
*** e0ne has joined #openstack-oslo | 16:58 | |
*** e0ne has quit IRC | 16:59 | |
*** ihrachyshka has joined #openstack-oslo | 17:25 | |
*** achanda has joined #openstack-oslo | 17:25 | |
*** achanda has quit IRC | 17:26 | |
*** vilobhmm1 has joined #openstack-oslo | 17:28 | |
*** vilobhmm1 has quit IRC | 17:44 | |
*** sdake has quit IRC | 17:46 | |
*** sdake has joined #openstack-oslo | 18:10 | |
*** vilobhmm1 has joined #openstack-oslo | 18:13 | |
*** e0ne has joined #openstack-oslo | 18:15 | |
*** ccrouch has quit IRC | 18:18 | |
*** e0ne has quit IRC | 18:20 | |
*** e0ne has joined #openstack-oslo | 18:24 | |
*** e0ne has quit IRC | 18:28 | |
*** e0ne has joined #openstack-oslo | 18:32 | |
*** jungleboyj has joined #openstack-oslo | 18:33 | |
*** e0ne has quit IRC | 18:34 | |
*** e0ne has joined #openstack-oslo | 18:38 | |
*** ihrachyshka has quit IRC | 18:39 | |
*** e0ne has quit IRC | 18:40 | |
*** salv-orlando has joined #openstack-oslo | 18:42 | |
*** ccrouch has joined #openstack-oslo | 18:43 | |
*** salv-orlando has quit IRC | 18:44 | |
*** e0ne has joined #openstack-oslo | 18:44 | |
*** sdake has quit IRC | 18:45 | |
*** e0ne has quit IRC | 18:47 | |
*** e0ne has joined #openstack-oslo | 18:50 | |
*** vilobhmm1 has quit IRC | 18:55 | |
*** e0ne has quit IRC | 18:57 | |
*** vilobhmm1 has joined #openstack-oslo | 18:59 | |
*** e0ne has joined #openstack-oslo | 19:01 | |
*** e0ne has quit IRC | 19:04 | |
*** e0ne has joined #openstack-oslo | 19:08 | |
*** e0ne has quit IRC | 19:11 | |
*** sdake has joined #openstack-oslo | 19:15 | |
*** vilobhmm1 has quit IRC | 19:16 | |
*** arnaud____ has quit IRC | 19:17 | |
*** sdake has quit IRC | 19:20 | |
*** salv-orlando has joined #openstack-oslo | 19:39 | |
*** salv-orlando has quit IRC | 19:46 | |
*** sdake has joined #openstack-oslo | 19:47 | |
*** jaypipes has quit IRC | 19:55 | |
*** salv-orlando has joined #openstack-oslo | 19:58 | |
*** salv-orlando has quit IRC | 20:04 | |
*** salv-orlando has joined #openstack-oslo | 20:17 | |
*** sdake has quit IRC | 20:18 | |
*** salv-orlando has quit IRC | 20:26 | |
*** ajo has joined #openstack-oslo | 20:30 | |
*** ajo has quit IRC | 21:10 | |
*** vilobhmm1 has joined #openstack-oslo | 21:28 | |
*** vilobhmm1 has quit IRC | 21:29 | |
*** vilobhmm1 has joined #openstack-oslo | 21:31 | |
*** vilobhmm1 has quit IRC | 21:59 | |
*** salv-orlando has joined #openstack-oslo | 22:11 | |
*** salv-orlando has quit IRC | 22:20 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!