*** tosky has quit IRC | 00:28 | |
*** yamamoto has joined #openstack-horizon | 00:32 | |
*** yamamoto has quit IRC | 00:40 | |
*** hoangcx has joined #openstack-horizon | 00:54 | |
*** linkmark has quit IRC | 00:59 | |
*** r-daneel has joined #openstack-horizon | 01:21 | |
*** asettle_ is now known as asettle | 01:45 | |
*** sapd_ has joined #openstack-horizon | 01:50 | |
*** sapd__ has quit IRC | 01:50 | |
*** dave-mccowan has joined #openstack-horizon | 02:14 | |
*** dave-mcc_ has joined #openstack-horizon | 02:15 | |
*** dave-mccowan has quit IRC | 02:19 | |
*** felipemonteiro_ has quit IRC | 02:22 | |
*** dave-mccowan has joined #openstack-horizon | 02:33 | |
*** dave-mcc_ has quit IRC | 02:35 | |
*** zhurong has joined #openstack-horizon | 02:54 | |
*** namnh has joined #openstack-horizon | 03:02 | |
*** yamamoto has joined #openstack-horizon | 03:14 | |
*** david-lyle has joined #openstack-horizon | 03:38 | |
*** ChanServ sets mode: +o david-lyle | 03:38 | |
*** dave-mccowan has quit IRC | 03:41 | |
*** david-lyle has quit IRC | 03:45 | |
*** zhurong has quit IRC | 04:26 | |
*** udesale has joined #openstack-horizon | 04:27 | |
*** zhurong has joined #openstack-horizon | 05:32 | |
*** udesale__ has joined #openstack-horizon | 05:34 | |
*** ratailor has joined #openstack-horizon | 05:35 | |
*** udesale has quit IRC | 05:37 | |
*** cshen has joined #openstack-horizon | 06:03 | |
*** yamamoto has quit IRC | 06:08 | |
*** ianychoi_ is now known as ianychoi | 06:12 | |
*** masco has joined #openstack-horizon | 06:17 | |
*** threestrands has quit IRC | 06:17 | |
openstackgerrit | Merged openstack/horizon master: Remove app-catalog from plugin list https://review.openstack.org/526949 | 06:19 |
---|---|---|
*** yamamoto has joined #openstack-horizon | 06:22 | |
*** cshen has quit IRC | 06:29 | |
*** yamamoto has quit IRC | 06:32 | |
*** ircuser-1 has joined #openstack-horizon | 06:42 | |
*** btully has joined #openstack-horizon | 06:43 | |
openstackgerrit | Merged openstack/horizon master: Updated from global requirements https://review.openstack.org/526899 | 06:45 |
*** udesale has joined #openstack-horizon | 06:46 | |
*** udesale__ has quit IRC | 06:48 | |
*** btully has quit IRC | 06:48 | |
*** zhurong has quit IRC | 06:50 | |
*** cshen has joined #openstack-horizon | 07:16 | |
*** hoonetorg has quit IRC | 07:18 | |
*** namnh has quit IRC | 07:29 | |
*** namnh_ has joined #openstack-horizon | 07:29 | |
*** hoonetorg has joined #openstack-horizon | 07:31 | |
*** yamamoto has joined #openstack-horizon | 07:33 | |
*** makowals has joined #openstack-horizon | 07:37 | |
*** yamamoto has quit IRC | 07:38 | |
*** yamamoto has joined #openstack-horizon | 07:38 | |
*** lajoskatona has joined #openstack-horizon | 07:39 | |
*** rcernin has quit IRC | 07:43 | |
*** yamamoto has quit IRC | 07:52 | |
*** yamamoto has joined #openstack-horizon | 08:06 | |
*** kfox1111 has quit IRC | 08:28 | |
*** btully has joined #openstack-horizon | 08:32 | |
*** btully has quit IRC | 08:37 | |
*** cshen_ has joined #openstack-horizon | 08:38 | |
*** hoangcx has quit IRC | 08:41 | |
*** amoralej|off is now known as amoralej | 08:45 | |
*** hoangcx has joined #openstack-horizon | 08:46 | |
*** rcernin has joined #openstack-horizon | 08:47 | |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Fix wrong link to VM in admin volume detail https://review.openstack.org/521366 | 08:48 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Show volume snapshots in admin volume detail page https://review.openstack.org/521367 | 08:48 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Avoid sending error message twice in BatchAction https://review.openstack.org/521381 | 08:51 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Avoid duplicated message in Batch/DeleteAction https://review.openstack.org/521382 | 08:51 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Improve exception message in network related Batch/DeleteAction https://review.openstack.org/521384 | 08:51 |
*** e0ne has joined #openstack-horizon | 09:02 | |
*** Jack_Iv has joined #openstack-horizon | 09:07 | |
*** jpich has joined #openstack-horizon | 09:11 | |
*** yamamoto has quit IRC | 09:33 | |
*** yamamoto has joined #openstack-horizon | 09:34 | |
amotoki | flwang: I added a setting to control whether servers_update_addresses is called or not to your patch https://review.openstack.org/#/c/510718/ | 09:43 |
amotoki | flwang: we received more feedback that it is useful to skip servers_update_addresses in the provider-network deployment scenario (without FIP) | 09:44 |
amotoki | flwang: so I added a setting. If you are fine with this, I can merge this. | 09:44 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Disabling debug data for production https://review.openstack.org/247215 | 09:59 |
*** mrch has joined #openstack-horizon | 09:59 | |
e0ne | amotoki, flwang: I'm sorry, I added a comment with -1. feel free to merge it if you're agree with a proposed solution | 10:12 |
*** cshen_ has quit IRC | 10:13 | |
amotoki | e0ne: i half agree with you. | 10:14 |
amotoki | e0ne: actually a case where we need servers_update_addresses is when nova network info cache is not synced with neutron | 10:15 |
amotoki | something like just after FIP is associated | 10:15 |
amotoki | horizon can update IP address info ONLY when such case happens | 10:15 |
amotoki | it can be done in a client side (i.e. browser side) if the client side code stores which instance is touched | 10:16 |
amotoki | I am not sure how we can achieve it in a reasonable term. at least I have no good idea as my JS knowledge | 10:17 |
e0ne | amotoki: that's why I'm proposing to add some TODOs to the code and mentioned that it's non-blocking -1 | 10:18 |
e0ne | tbh, -1 is always non-blocking :) | 10:19 |
amotoki | hehe :) | 10:20 |
*** btully has joined #openstack-horizon | 10:21 | |
*** btully has quit IRC | 10:26 | |
*** tosky has joined #openstack-horizon | 10:37 | |
*** yamamoto has quit IRC | 10:47 | |
*** yamamoto has joined #openstack-horizon | 10:47 | |
*** yamamoto has quit IRC | 10:52 | |
*** ethfci has joined #openstack-horizon | 11:03 | |
*** namnh_ has quit IRC | 11:03 | |
*** Jack_Iv has quit IRC | 11:08 | |
*** wolverineav has joined #openstack-horizon | 11:17 | |
*** Jack_Iv has joined #openstack-horizon | 11:18 | |
*** udesale has quit IRC | 11:19 | |
*** Jack_Iv has quit IRC | 11:23 | |
*** ianychoi has quit IRC | 11:37 | |
*** ratailor has quit IRC | 11:41 | |
*** btully has joined #openstack-horizon | 11:42 | |
*** linkmark has joined #openstack-horizon | 11:49 | |
*** ianychoi has joined #openstack-horizon | 11:50 | |
*** btully has quit IRC | 11:57 | |
*** yamamoto has joined #openstack-horizon | 12:02 | |
*** dave-mccowan has joined #openstack-horizon | 12:06 | |
*** Jack_Iv has joined #openstack-horizon | 12:08 | |
*** dave-mcc_ has joined #openstack-horizon | 12:14 | |
*** dave-mccowan has quit IRC | 12:16 | |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Allow to skip API calls to Neutron in instance tables https://review.openstack.org/510718 | 12:22 |
amotoki | e0ne: I hope you are okay with the updated version ^ | 12:23 |
*** masco has quit IRC | 12:23 | |
*** Jack_Iv_ has joined #openstack-horizon | 12:23 | |
*** Jack_Iv has quit IRC | 12:27 | |
e0ne | amotoki: thanks a lot :) | 12:36 |
amotoki | e0ne: thanks for the suggestion | 12:37 |
*** masco has joined #openstack-horizon | 12:38 | |
e0ne | amotoki: np. +1'ed | 12:41 |
robcresswell | e0ne: Nice results | 12:50 |
robcresswell | That looks much better | 12:50 |
e0ne | robcresswell: thanks for the suggestion | 12:50 |
e0ne | robcresswell: I think, if we do more production-like case (e.g. more unique images usage) it should be better | 12:51 |
*** amoralej is now known as amoralej|lunch | 12:51 | |
e0ne | robcresswell: oh.. please, ignore my previous message. it was about another patch:( | 12:52 |
e0ne | robcresswell: I appreciate if you drop few words to opnstack-dev@ into my thread | 12:56 |
*** makowals has quit IRC | 12:58 | |
*** makowals has joined #openstack-horizon | 12:59 | |
*** lennyb has quit IRC | 13:00 | |
*** lennyb has joined #openstack-horizon | 13:02 | |
amotoki | e0ne: question on your performance data | 13:03 |
amotoki | e0ne: what does 'current approach' mean? | 13:03 |
*** udesale has joined #openstack-horizon | 13:03 | |
amotoki | e0ne: IIRC we also would like to see a result without parallel fetching. we introduce ThreadPoolExecutor without any performance evaluation. | 13:06 |
amotoki | at now we have parallel resource fetching only in the instance page. If we introduce more parallelism, we also need to compare non-parallel and parallel approach two. | 13:07 |
amotoki | in general, parallel approach works but if we would like to have some performance improvement which is not apparent some perf data would be nice. | 13:08 |
amotoki | at least I am not sure how parallel fetching improves the performance as a whole by https://review.openstack.org/#/c/426493/ | 13:10 |
e0ne | amotoki: 'current approach' means non-parallel | 13:20 |
amotoki | e0ne: i am looking at [3] of http://lists.openstack.org/pipermail/openstack-dev/2017-December/125371.html | 13:21 |
amotoki | e0ne: so non-parallel is fastest? | 13:22 |
*** rcernin has quit IRC | 13:23 | |
e0ne | amotoki: in current case - yes, but I don't understand why :( | 13:23 |
e0ne | amotoki: let me check if I didn't miss anything | 13:25 |
amotoki | e0ne: is it about the project instance table page? | 13:27 |
e0ne | amotoki: it's volumes page | 13:27 |
e0ne | amotoki, robcresswell: I copy-pasted wrong data to the spreadsheet | 13:27 |
e0ne | let me fix it | 13:28 |
e0ne | amotoki, robcresswell: done | 13:37 |
e0ne | non-parralel is slower | 13:37 |
e0ne | eventlet(green threads) is faster a bit but consumes less memory and doesn't require special wsgi app configuration | 13:38 |
e0ne | I can provide horizon.log if needed | 13:39 |
*** ianychoi has quit IRC | 13:40 | |
*** btully has joined #openstack-horizon | 13:41 | |
e0ne | amotoki: thanks for pointing me on a wrong data | 13:46 |
*** btully has quit IRC | 13:46 | |
*** amoralej|lunch is now known as amoralej | 13:51 | |
*** masco has quit IRC | 13:52 | |
*** makowals has quit IRC | 13:57 | |
*** makowals has joined #openstack-horizon | 13:58 | |
*** udesale has quit IRC | 14:05 | |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Allow to skip API calls to Neutron in instance tables https://review.openstack.org/510718 | 14:19 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Define default POLICY_DIRS value https://review.openstack.org/527104 | 14:26 |
*** makowals has quit IRC | 14:26 | |
*** lajoskatona has quit IRC | 14:28 | |
*** lblanchard has joined #openstack-horizon | 14:29 | |
*** makowals has joined #openstack-horizon | 14:29 | |
*** lblanchard has quit IRC | 14:29 | |
*** david-lyle has joined #openstack-horizon | 14:51 | |
*** ChanServ sets mode: +o david-lyle | 14:51 | |
*** yamamoto has quit IRC | 14:53 | |
*** felipemonteiro_ has joined #openstack-horizon | 14:55 | |
*** felipemonteiro__ has joined #openstack-horizon | 14:56 | |
openstackgerrit | Ahmed Zaid proposed openstack/horizon master: Add more actions to admin. https://review.openstack.org/527114 | 14:59 |
*** felipemonteiro_ has quit IRC | 15:00 | |
openstackgerrit | Ahmed Zaid proposed openstack/horizon master: Add more actions to admin. https://review.openstack.org/527116 | 15:02 |
*** yamamoto has joined #openstack-horizon | 15:06 | |
*** yamamoto has quit IRC | 15:12 | |
*** r-daneel has quit IRC | 15:18 | |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: doc: use "python manage.py" directly rather "tox -e manage" https://review.openstack.org/527121 | 15:21 |
openstackgerrit | Ahmed Zaid proposed openstack/horizon master: Add more actions to admin. https://review.openstack.org/519600 | 15:21 |
openstackgerrit | Ahmed Zaid proposed openstack/horizon master: Add more actions to admin. https://review.openstack.org/519600 | 15:23 |
openstackgerrit | Ahmed Zaid proposed openstack/horizon master: Add more actions to admin. https://review.openstack.org/519600 | 15:25 |
openstackgerrit | Ahmed Zaid proposed openstack/horizon master: Add more actions to admin. https://review.openstack.org/519600 | 15:26 |
*** makowals has quit IRC | 15:39 | |
openstackgerrit | Ahmed Zaid proposed openstack/horizon master: Add more actions to admin. https://review.openstack.org/519600 | 15:41 |
*** makowals has joined #openstack-horizon | 15:45 | |
*** mvk has quit IRC | 15:46 | |
*** yamamoto has joined #openstack-horizon | 15:52 | |
*** yamamoto has quit IRC | 15:54 | |
*** yamamoto has joined #openstack-horizon | 15:54 | |
*** yamamoto has quit IRC | 15:54 | |
openstackgerrit | Ahmed Zaid proposed openstack/horizon master: Add more actions to admin. https://review.openstack.org/519600 | 15:55 |
*** r-daneel has joined #openstack-horizon | 15:56 | |
openstackgerrit | Ahmed Zaid proposed openstack/horizon master: Add more actions to admin. https://review.openstack.org/527142 | 16:05 |
*** dave-mcc_ is now known as dave-mccowan | 16:11 | |
openstackgerrit | Ahmed Zaid proposed openstack/horizon master: Add more actions to admin. https://review.openstack.org/527147 | 16:15 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Always display server description https://review.openstack.org/527156 | 16:38 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Always display server description https://review.openstack.org/527156 | 16:43 |
*** gyee has joined #openstack-horizon | 16:51 | |
*** Jack_Iv_ has quit IRC | 16:54 | |
*** yamamoto has joined #openstack-horizon | 16:54 | |
*** Jack_Iv has joined #openstack-horizon | 16:55 | |
amotoki | robcresswell: I made cleanup on quota code (main part) and reduces the number of API calls a lot | 17:01 |
amotoki | robcresswell: I think you are working on the angular overview panel, so I would like ask you whether my direction is okay or not | 17:02 |
amotoki | robcresswell: https://review.openstack.org/#/q/topic:bp/make-quotas-great-again+status:open | 17:02 |
robcresswell | amotoki: I'm not sure I will get time to finish it now | 17:02 |
robcresswell | I am pretty much off Horizon :( | 17:02 |
*** yamamoto has quit IRC | 17:03 | |
amotoki | robcresswell: yeah, i know it. so does the cleanup and improvement in python side make sense to you? | 17:03 |
e0ne | amotoki: I'll review your patches. I like 'reduces the number of API calls a lot' phrase :) | 17:03 |
*** Jack_Iv_ has joined #openstack-horizon | 17:06 | |
amotoki | e0ne: half of them are refactoring and cleanup on codes. perhaps the highlights is https://review.openstack.org/#/c/526699/ | 17:07 |
*** Jack_Iv has quit IRC | 17:09 | |
*** cshen_ has joined #openstack-horizon | 17:29 | |
*** cshen_ has quit IRC | 17:46 | |
*** cshen_ has joined #openstack-horizon | 17:48 | |
*** e0ne has quit IRC | 17:56 | |
*** cshen_ has quit IRC | 18:12 | |
*** flwang1 has joined #openstack-horizon | 18:16 | |
flwang1 | amotoki: thank you for your great work | 18:16 |
flwang1 | on https://review.openstack.org/#/c/510718/ | 18:17 |
*** cshen_ has joined #openstack-horizon | 18:17 | |
*** Jack_Iv_ has quit IRC | 18:28 | |
*** jpich has quit IRC | 18:34 | |
*** cshen_ has quit IRC | 18:37 | |
*** Jack_Iv has joined #openstack-horizon | 18:38 | |
*** cshen_ has joined #openstack-horizon | 18:38 | |
*** Jack_Iv has quit IRC | 18:43 | |
*** tosky has quit IRC | 18:46 | |
*** cshen_ has quit IRC | 18:46 | |
*** cshen_ has joined #openstack-horizon | 18:51 | |
*** mrch has quit IRC | 18:55 | |
*** MasterOfBugs has joined #openstack-horizon | 18:57 | |
*** pramodrj07 has joined #openstack-horizon | 18:57 | |
*** e0ne has joined #openstack-horizon | 19:01 | |
*** Jack_Iv has joined #openstack-horizon | 19:06 | |
*** cshen_ has quit IRC | 19:07 | |
*** MasterOfBugs has quit IRC | 19:07 | |
*** pramodrj07 has quit IRC | 19:07 | |
*** btully has joined #openstack-horizon | 19:08 | |
*** cshen_ has joined #openstack-horizon | 19:09 | |
*** btully has quit IRC | 19:12 | |
*** tosky has joined #openstack-horizon | 19:15 | |
*** itlinux has joined #openstack-horizon | 19:18 | |
*** itlinux has quit IRC | 19:22 | |
*** flwang1 has quit IRC | 19:26 | |
*** amoralej is now known as amoralej|off | 19:26 | |
*** itlinux has joined #openstack-horizon | 19:27 | |
*** itlinux has quit IRC | 19:29 | |
*** pramodrj07 has joined #openstack-horizon | 19:35 | |
*** MasterOfBugs has joined #openstack-horizon | 19:35 | |
*** e0ne has quit IRC | 19:38 | |
*** e0ne has joined #openstack-horizon | 19:38 | |
*** e0ne has quit IRC | 19:40 | |
*** MasterOfBugs has quit IRC | 19:46 | |
*** pramodrj07 has quit IRC | 19:46 | |
*** MasterOfBugs has joined #openstack-horizon | 19:46 | |
*** cshen_ has quit IRC | 19:46 | |
*** pramodrj07 has joined #openstack-horizon | 19:46 | |
*** cshen_ has joined #openstack-horizon | 19:48 | |
*** jdavis has joined #openstack-horizon | 19:50 | |
*** e0ne has joined #openstack-horizon | 19:57 | |
*** Jack_Iv has quit IRC | 19:59 | |
*** e0ne has quit IRC | 20:02 | |
*** nsingh has joined #openstack-horizon | 20:16 | |
*** niraj_singh has quit IRC | 20:18 | |
*** e0ne has joined #openstack-horizon | 20:28 | |
*** jdavis has quit IRC | 20:52 | |
*** nsingh has quit IRC | 20:54 | |
*** felipemonteiro_ has joined #openstack-horizon | 20:54 | |
*** nsingh has joined #openstack-horizon | 20:55 | |
*** felipemonteiro__ has quit IRC | 20:57 | |
openstackgerrit | Amelia Cordwell proposed openstack/horizon master: Optional removal of V2 openrc file https://review.openstack.org/524429 | 20:58 |
*** flwang1 has joined #openstack-horizon | 21:02 | |
*** wolverineav has quit IRC | 21:04 | |
*** wolverineav has joined #openstack-horizon | 21:05 | |
*** cshen_ has quit IRC | 21:10 | |
*** cshen_ has joined #openstack-horizon | 21:11 | |
*** david-lyle has quit IRC | 21:13 | |
*** threestrands has joined #openstack-horizon | 21:41 | |
*** threestrands has quit IRC | 21:41 | |
*** threestrands has joined #openstack-horizon | 21:41 | |
*** r-daneel has quit IRC | 21:43 | |
*** r-daneel has joined #openstack-horizon | 21:43 | |
*** tosky__ has joined #openstack-horizon | 21:48 | |
*** niraj_singh has joined #openstack-horizon | 21:49 | |
*** tosky has quit IRC | 21:49 | |
*** tosky__ is now known as tosky | 21:49 | |
*** tonyb_ has joined #openstack-horizon | 21:51 | |
*** Krenair_ has joined #openstack-horizon | 21:55 | |
*** nsingh has quit IRC | 21:56 | |
*** lennyb has quit IRC | 21:56 | |
*** ircuser-1 has quit IRC | 21:56 | |
*** dayou has quit IRC | 21:56 | |
*** EmilienM has quit IRC | 21:56 | |
*** tonyb has quit IRC | 21:56 | |
*** brad[] has quit IRC | 21:56 | |
*** Krenair has quit IRC | 21:56 | |
*** Krenair_ is now known as Krenair | 21:56 | |
*** Krenair has quit IRC | 21:56 | |
*** Krenair has joined #openstack-horizon | 21:56 | |
*** EmilienM has joined #openstack-horizon | 21:57 | |
*** tlbr has quit IRC | 21:57 | |
*** ircuser-1 has joined #openstack-horizon | 21:58 | |
*** NikitaKonovalov has quit IRC | 21:58 | |
*** dayou has joined #openstack-horizon | 21:59 | |
*** PramodJ has joined #openstack-horizon | 22:00 | |
*** lennyb has joined #openstack-horizon | 22:00 | |
*** Pramod has joined #openstack-horizon | 22:00 | |
*** PramodJ has quit IRC | 22:01 | |
*** Pramod has quit IRC | 22:01 | |
*** NikitaKonovalov has joined #openstack-horizon | 22:01 | |
*** pramodrj07 has quit IRC | 22:01 | |
*** MasterOfBugs has quit IRC | 22:01 | |
*** cshen_ has quit IRC | 22:02 | |
*** tlbr has joined #openstack-horizon | 22:02 | |
*** brad[] has joined #openstack-horizon | 22:08 | |
*** mvk has joined #openstack-horizon | 22:10 | |
*** jeremy_moffitt has joined #openstack-horizon | 22:15 | |
*** rcernin has joined #openstack-horizon | 22:19 | |
*** e0ne has quit IRC | 22:22 | |
*** dave-mccowan has quit IRC | 22:34 | |
*** btully has joined #openstack-horizon | 22:45 | |
*** btully has quit IRC | 22:50 | |
*** threestrands_ has joined #openstack-horizon | 23:04 | |
*** threestrands_ has quit IRC | 23:04 | |
*** threestrands_ has joined #openstack-horizon | 23:04 | |
*** threestrands has quit IRC | 23:06 | |
*** felipemonteiro_ has quit IRC | 23:16 | |
*** jappleii__ has joined #openstack-horizon | 23:20 | |
*** felipemonteiro_ has joined #openstack-horizon | 23:20 | |
*** jappleii__ has quit IRC | 23:21 | |
*** jappleii__ has joined #openstack-horizon | 23:22 | |
*** threestrands_ has quit IRC | 23:22 | |
*** tosky has quit IRC | 23:36 | |
*** felipemonteiro_ has quit IRC | 23:44 | |
*** linkmark has quit IRC | 23:47 | |
*** wolverineav has quit IRC | 23:47 | |
*** wolverineav has joined #openstack-horizon | 23:47 | |
*** wolverineav has quit IRC | 23:52 | |
*** DuncanT has quit IRC | 23:55 | |
*** johnsom has quit IRC | 23:56 | |
*** Kvisle has quit IRC | 23:57 | |
*** betherly has quit IRC | 23:57 | |
*** ameade has quit IRC | 23:57 | |
*** lenards has quit IRC | 23:57 | |
*** twouters has quit IRC | 23:57 | |
*** Adri2000 has quit IRC | 23:57 | |
*** johnsom has joined #openstack-horizon | 23:58 | |
*** Adri2000 has joined #openstack-horizon | 23:59 | |
*** absubram has joined #openstack-horizon | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!