*** ianychoi has joined #openstack-meeting | 00:00 | |
*** lseki has quit IRC | 00:18 | |
*** Lucas_Gray has quit IRC | 00:34 | |
*** mriedem_away has quit IRC | 00:57 | |
*** lbragstad has quit IRC | 01:16 | |
*** yamamoto has joined #openstack-meeting | 01:16 | |
*** gyee has quit IRC | 01:42 | |
*** ekcs has quit IRC | 01:47 | |
*** apetrich has quit IRC | 01:57 | |
*** whoami-rajat has joined #openstack-meeting | 01:57 | |
*** igordc has quit IRC | 01:58 | |
*** baojg has joined #openstack-meeting | 02:02 | |
*** iyamahat_ has quit IRC | 02:09 | |
*** yamahata has quit IRC | 02:09 | |
*** markvoelker has joined #openstack-meeting | 02:10 | |
*** markvoelker has quit IRC | 02:14 | |
*** ykatabam has quit IRC | 02:16 | |
*** baojg has quit IRC | 02:17 | |
*** bnemec has quit IRC | 02:18 | |
*** bnemec has joined #openstack-meeting | 02:29 | |
*** bobh has joined #openstack-meeting | 02:34 | |
*** radeks has joined #openstack-meeting | 02:38 | |
*** bobh has quit IRC | 02:39 | |
*** ykatabam has joined #openstack-meeting | 02:52 | |
*** ricolin has joined #openstack-meeting | 02:54 | |
*** yamahata has joined #openstack-meeting | 02:55 | |
*** bnemec has quit IRC | 03:11 | |
*** enriquetaso has quit IRC | 03:11 | |
*** radeks_ has joined #openstack-meeting | 03:12 | |
*** radeks has quit IRC | 03:14 | |
*** bnemec has joined #openstack-meeting | 03:29 | |
*** boxiang has joined #openstack-meeting | 03:41 | |
*** ysandeep has joined #openstack-meeting | 03:47 | |
*** ekcs has joined #openstack-meeting | 03:49 | |
*** akhil_jain has joined #openstack-meeting | 03:51 | |
*** ykatabam has quit IRC | 03:54 | |
*** imsurit_ofc has joined #openstack-meeting | 04:01 | |
ekcs | #startmeeting congressteammeeting | 04:02 |
---|---|---|
openstack | Meeting started Fri May 31 04:02:12 2019 UTC and is due to finish in 60 minutes. The chair is ekcs. Information about MeetBot at http://wiki.debian.org/MeetBot. | 04:02 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 04:02 |
*** openstack changes topic to " (Meeting topic: congressteammeeting)" | 04:02 | |
openstack | The meeting name has been set to 'congressteammeeting' | 04:02 |
*** baojg has joined #openstack-meeting | 04:02 | |
ekcs | Hello. time for congress meeting. Topics for today go here: https://etherpad.openstack.org/p/congress-meeting-topics | 04:03 |
ekcs | akhil_jain: you around? | 04:07 |
akhil_jain | ekcs: Hi, sorry got late | 04:08 |
ekcs | hi! np! | 04:08 |
ekcs | how’s it been? | 04:08 |
akhil_jain | everything good, how about you? | 04:08 |
ekcs | I’m not too bad. Just busy! | 04:09 |
*** Lucas_Gray has joined #openstack-meeting | 04:09 | |
akhil_jain | oh ok. started working on some feature? | 04:10 |
ekcs | yea I started working on the authentication. but got pulled into other work and haven’t been able to finish. | 04:11 |
akhil_jain | ok great | 04:11 |
ekcs | Well. Not sure we have a whole lot to talk about today. | 04:12 |
ekcs | #topic updated backlog | 04:12 |
*** openstack changes topic to "updated backlog (Meeting topic: congressteammeeting)" | 04:12 | |
ekcs | one thing I did is updated the public task list: https://etherpad.openstack.org/p/congress-task-priority | 04:12 |
ekcs | just my opinion on priority and can definitely adjust | 04:13 |
ekcs | depending on what others think. | 04:13 |
ekcs | Unfortunately I still haven’t found a tool for a open and collaborative priority list that facilitates discussion. maybe we’ll end up using google doc, but that may be blocked in china. | 04:14 |
*** baojg has quit IRC | 04:15 | |
ekcs | anyway so please leave any comments on the etherpad or email =) | 04:15 |
*** baojg has joined #openstack-meeting | 04:15 | |
ekcs | still looking for a priority list solution. | 04:15 |
*** Lucas_Gray has quit IRC | 04:16 | |
ekcs | well moving on then. | 04:17 |
ekcs | #topic prometheus integration | 04:17 |
*** openstack changes topic to "prometheus integration (Meeting topic: congressteammeeting)" | 04:17 | |
ekcs | akhil_jain: you wanna start us off? | 04:18 |
akhil_jain | yes, i was made setup using canonical prometheus-openstack-exporter | 04:18 |
akhil_jain | i need your opinion on how to approch this integration | 04:19 |
akhil_jain | i am able to fetch the data from openstack using it | 04:19 |
ekcs | oh great! | 04:19 |
ekcs | ok what are your thoughts so far? | 04:20 |
akhil_jain | you wrote on google doc that it is something like monasca, so is there something you have on your mind? | 04:20 |
*** Lucas_Gray has joined #openstack-meeting | 04:21 | |
akhil_jain | I am still trying to know more about prometheus. mainly how to use their alaertmanager | 04:21 |
ekcs | great! | 04:22 |
ekcs | well at the most basic level I think receiving webhooks from prometheus would be great: https://prometheus.io/docs/alerting/configuration/#webhook_config | 04:23 |
ekcs | one issue is how to authenticate the webhook. | 04:23 |
ekcs | perhaps congress needs to add a restricted bearer token authentication for receiving webhooks. | 04:24 |
ekcs | then for congress agnostic engine, the webhook would need to be translated into tables as usual. | 04:25 |
ekcs | for congress-json, there should be no translation needed. | 04:25 |
ekcs | for congress-json, a sample json ingester config may be sufficient. https://github.com/openstack/congress/blob/master/etc/sample_json_ingesters/monasca.yaml | 04:27 |
akhil_jain | so the main thing will be figuring out how to authenticate webhook, will work on it | 04:27 |
ekcs | and perhaps that’s where we can also configure a bearer token for special authentication. | 04:27 |
ekcs | akhil_jain: yea that seems to be a big piece. I have not done much research on the best way to do that. maybe look into how other open stack projects are doing it. or maybe zaqar can help. | 04:28 |
ekcs | I can also do more reseach if you like | 04:28 |
akhil_jain | i will start digging into it first and let you know if stuck somewhere, thanks anyways | 04:29 |
ekcs | another piece is to figure out what is configurable on prometheus side in terms authentication tokens or other mechanism it can send along with webhook. | 04:30 |
akhil_jain | yes got it | 04:30 |
ekcs | great! yea definitely hit me up if stuck on anything. I’m happy to look deeper. | 04:31 |
akhil_jain | that cool! thanks | 04:31 |
ekcs | but yea thanks for the discussion. this turns out to be more general than prometheus. webhook authetication in addition to keystone is a big general feature for other things too! | 04:32 |
akhil_jain | yes thats required | 04:33 |
ekcs | oh this also looks relevant: https://prometheus.io/docs/alerting/configuration/#http_config | 04:34 |
ekcs | well I don’t have anything else for today =) | 04:36 |
ekcs | you? | 04:36 |
akhil_jain | seems like we will have you this only, thanks for head start | 04:36 |
akhil_jain | that will be it ekcs, from my side | 04:36 |
ekcs | ok great! | 04:37 |
ekcs | well happy friday and have a great weekend! | 04:37 |
akhil_jain | Thanks and same to you | 04:37 |
akhil_jain | Bye! | 04:37 |
ekcs | bye! | 04:40 |
ekcs | #endmeeting | 04:40 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings/" | 04:40 | |
openstack | Meeting ended Fri May 31 04:40:40 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 04:40 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/congressteammeeting/2019/congressteammeeting.2019-05-31-04.02.html | 04:40 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2019/congressteammeeting.2019-05-31-04.02.txt | 04:40 |
openstack | Log: http://eavesdrop.openstack.org/meetings/congressteammeeting/2019/congressteammeeting.2019-05-31-04.02.log.html | 04:40 |
*** toabctl has joined #openstack-meeting | 04:41 | |
*** imsurit_ofc1 has joined #openstack-meeting | 05:02 | |
*** pcaruana has joined #openstack-meeting | 05:03 | |
*** imsurit_ofc has quit IRC | 05:04 | |
*** ykatabam has joined #openstack-meeting | 05:04 | |
*** imsurit_ofc1 is now known as imsurit_ofc | 05:05 | |
*** ricolin has quit IRC | 05:05 | |
*** igordc has joined #openstack-meeting | 05:06 | |
*** ykatabam has quit IRC | 05:06 | |
*** rcernin has quit IRC | 05:07 | |
*** ekcs has quit IRC | 05:16 | |
*** _alastor_ has joined #openstack-meeting | 05:20 | |
*** imsurit_ofc has quit IRC | 05:21 | |
*** Qiming has joined #openstack-meeting | 05:26 | |
*** imsurit_ofc has joined #openstack-meeting | 05:34 | |
*** imsurit_ofc is now known as imsurit | 05:43 | |
*** Lucas_Gray has quit IRC | 05:44 | |
*** igordc has quit IRC | 05:52 | |
*** hyunsikyang__ has joined #openstack-meeting | 05:54 | |
*** hyunsikyang__ has quit IRC | 05:58 | |
*** hyunsikyang__ has joined #openstack-meeting | 05:58 | |
*** hyunsikyang__ has quit IRC | 05:58 | |
*** yamamoto has quit IRC | 06:01 | |
*** lpetrut has joined #openstack-meeting | 06:03 | |
*** _alastor_ has quit IRC | 06:03 | |
*** ykatabam has joined #openstack-meeting | 06:06 | |
*** kopecmartin|off is now known as kopecmartin | 06:09 | |
*** rcernin has joined #openstack-meeting | 06:10 | |
*** yamamoto has joined #openstack-meeting | 06:36 | |
*** e0ne has joined #openstack-meeting | 06:36 | |
*** _alastor_ has joined #openstack-meeting | 06:37 | |
*** yamamoto has quit IRC | 06:41 | |
*** yamamoto has joined #openstack-meeting | 06:41 | |
*** bobh has joined #openstack-meeting | 06:45 | |
*** armax has quit IRC | 06:49 | |
*** bobh has quit IRC | 06:50 | |
*** yamamoto has quit IRC | 06:51 | |
*** apetrich has joined #openstack-meeting | 06:57 | |
*** yamamoto has joined #openstack-meeting | 06:59 | |
*** jgriffith has quit IRC | 07:01 | |
*** jgriffith has joined #openstack-meeting | 07:01 | |
*** dmacpher has quit IRC | 07:02 | |
*** dmacpher has joined #openstack-meeting | 07:05 | |
*** _pewp_ has quit IRC | 07:12 | |
*** tesseract has joined #openstack-meeting | 07:12 | |
*** _pewp_ has joined #openstack-meeting | 07:13 | |
*** hemna has quit IRC | 07:14 | |
*** iyamahat has joined #openstack-meeting | 07:15 | |
*** hemna has joined #openstack-meeting | 07:16 | |
*** yamamoto has quit IRC | 07:18 | |
*** iyamahat has quit IRC | 07:21 | |
*** yamahata has quit IRC | 07:21 | |
*** yamamoto has joined #openstack-meeting | 07:24 | |
*** rcernin has quit IRC | 07:52 | |
*** imsurit_ofc has joined #openstack-meeting | 07:58 | |
*** imsurit has quit IRC | 08:00 | |
*** imsurit_ofc is now known as imsurit | 08:00 | |
*** iyamahat has joined #openstack-meeting | 08:13 | |
*** Lucas_Gray has joined #openstack-meeting | 08:20 | |
*** iyamahat has quit IRC | 08:20 | |
*** janki has joined #openstack-meeting | 08:42 | |
*** baojg has quit IRC | 08:46 | |
*** baojg has joined #openstack-meeting | 08:47 | |
*** panda is now known as panda|ruck | 09:24 | |
*** ociuhandu has joined #openstack-meeting | 09:33 | |
*** baojg has quit IRC | 09:35 | |
*** electrofelix has joined #openstack-meeting | 09:38 | |
*** boxiang has quit IRC | 09:41 | |
*** akhil_jain has quit IRC | 09:46 | |
*** janki has quit IRC | 09:46 | |
*** janki has joined #openstack-meeting | 09:48 | |
*** janki has quit IRC | 09:49 | |
*** janki has joined #openstack-meeting | 09:50 | |
*** janki has quit IRC | 09:52 | |
*** janki has joined #openstack-meeting | 09:53 | |
*** Lucas_Gray has quit IRC | 09:55 | |
*** yamamoto has quit IRC | 09:58 | |
*** bobh has joined #openstack-meeting | 10:00 | |
*** ysandeep has quit IRC | 10:01 | |
*** janki has quit IRC | 10:02 | |
*** janki has joined #openstack-meeting | 10:03 | |
*** janki has quit IRC | 10:04 | |
*** bobh has quit IRC | 10:04 | |
*** yamamoto has joined #openstack-meeting | 10:32 | |
*** yamamoto has quit IRC | 10:40 | |
*** baojg has joined #openstack-meeting | 10:44 | |
*** carloss has joined #openstack-meeting | 10:48 | |
*** sridharg has joined #openstack-meeting | 11:00 | |
*** Liang__ has joined #openstack-meeting | 11:04 | |
*** imsurit has quit IRC | 11:45 | |
*** EmilienM is now known as EvilienM | 11:45 | |
*** eharney has quit IRC | 11:50 | |
*** lifeless has quit IRC | 11:51 | |
*** lifeless has joined #openstack-meeting | 11:52 | |
*** ykatabam has quit IRC | 12:09 | |
*** openstack has joined #openstack-meeting | 12:26 | |
*** ChanServ sets mode: +o openstack | 12:26 | |
*** M0nk3Ee has joined #openstack-meeting | 12:26 | |
*** lifeless has joined #openstack-meeting | 12:27 | |
*** mordred has joined #openstack-meeting | 12:27 | |
*** yaawang has quit IRC | 12:30 | |
*** yaawang has joined #openstack-meeting | 12:32 | |
*** yamamoto has joined #openstack-meeting | 12:32 | |
*** yamamoto has quit IRC | 12:36 | |
*** ykatabam has quit IRC | 12:54 | |
*** raildo has joined #openstack-meeting | 12:59 | |
*** mriedem has joined #openstack-meeting | 13:05 | |
*** yamamoto has joined #openstack-meeting | 13:07 | |
*** eharney has joined #openstack-meeting | 13:09 | |
*** d34dh0r53 has quit IRC | 13:11 | |
*** d34dh0r53 has joined #openstack-meeting | 13:13 | |
*** d34dh0r53 has quit IRC | 13:15 | |
*** d34dh0r53 has joined #openstack-meeting | 13:18 | |
*** igordc has joined #openstack-meeting | 13:19 | |
*** lbragstad has joined #openstack-meeting | 13:32 | |
*** njohnston has joined #openstack-meeting | 13:33 | |
*** enriquetaso has joined #openstack-meeting | 13:39 | |
*** electrofelix has quit IRC | 13:43 | |
*** tidwellr has joined #openstack-meeting | 13:46 | |
*** yamamoto has quit IRC | 13:50 | |
*** janders has joined #openstack-meeting | 13:50 | |
*** yamamoto has joined #openstack-meeting | 13:51 | |
*** yamamoto has quit IRC | 13:51 | |
*** yamamoto has joined #openstack-meeting | 13:51 | |
*** yamamoto has quit IRC | 13:56 | |
slaweq | #startmeeting neutron_drivers | 14:00 |
openstack | Meeting started Fri May 31 14:00:14 2019 UTC and is due to finish in 60 minutes. The chair is slaweq. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:00 |
slaweq | hi | 14:00 |
*** openstack changes topic to " (Meeting topic: neutron_drivers)" | 14:00 | |
openstack | The meeting name has been set to 'neutron_drivers' | 14:00 |
janders | g'day | 14:00 |
haleyb | o/ | 14:00 |
tidwellr | hi | 14:01 |
*** yamamoto has joined #openstack-meeting | 14:01 | |
slaweq | let's wait couple more minutes for yamamoto and amotoki | 14:01 |
janders | ok! | 14:02 |
njohnston | o/ | 14:02 |
*** Lucas_Gray has joined #openstack-meeting | 14:05 | |
*** yamamoto has quit IRC | 14:05 | |
slaweq | as we are still waiting, I want to kindly ask people for review of https://review.opendev.org/#/c/661760/ if You will have some time | 14:05 |
slaweq | it's patch related to RFE approved 1 or 2 weeks ago | 14:05 |
slaweq | I will be grateful for all comments :) | 14:06 |
*** armax has joined #openstack-meeting | 14:07 | |
slaweq | we have only one rfe for today https://bugs.launchpad.net/neutron/+bug/1830240 | 14:08 |
openstack | Launchpad bug 1830240 in neutron "[RFE] Allow subnets from different subnet pools on the same network when using address scopes" [Wishlist,New] | 14:08 |
slaweq | but as we don't have quorum, I'm not sure if we want to talk about it or just wait for next week when we will have quorum | 14:09 |
slaweq | what do You think? haleyb? tidwellr? | 14:09 |
tidwellr | I'm in no rush on this, I don't think it's much of a time sink to implement | 14:09 |
slaweq | so, lets end this meeting quickly and talk about this one as first next week | 14:10 |
haleyb | i've read the proposal and it looks good, but suppose we need quorum. | 14:10 |
slaweq | are everyone fine with this? | 14:10 |
haleyb | yes, until next week... | 14:11 |
slaweq | ok | 14:11 |
slaweq | so thanks for short meeting :) | 14:11 |
slaweq | and have a great weekend :) | 14:11 |
slaweq | #endmeeting | 14:11 |
tidwellr | bye | 14:11 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings/" | 14:11 | |
openstack | Meeting ended Fri May 31 14:11:38 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:11 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/neutron_drivers/2019/neutron_drivers.2019-05-31-14.00.html | 14:11 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/neutron_drivers/2019/neutron_drivers.2019-05-31-14.00.txt | 14:11 |
slaweq | o/ | 14:11 |
openstack | Log: http://eavesdrop.openstack.org/meetings/neutron_drivers/2019/neutron_drivers.2019-05-31-14.00.log.html | 14:11 |
*** janders has quit IRC | 14:15 | |
*** igordc has quit IRC | 14:18 | |
*** radeks_ has quit IRC | 14:36 | |
*** igordc has joined #openstack-meeting | 14:36 | |
*** shilpasd has quit IRC | 14:38 | |
*** lseki has joined #openstack-meeting | 14:38 | |
*** eharney has quit IRC | 14:53 | |
*** lpetrut has quit IRC | 14:56 | |
*** Lucas_Gray has quit IRC | 14:56 | |
*** Lucas_Gray has joined #openstack-meeting | 14:58 | |
*** iyamahat has joined #openstack-meeting | 15:00 | |
*** _alastor_ has quit IRC | 15:09 | |
*** eharney has joined #openstack-meeting | 15:14 | |
*** e0ne has quit IRC | 15:14 | |
*** Lucas_Gray has quit IRC | 15:15 | |
*** iyamahat has quit IRC | 15:23 | |
*** macza has joined #openstack-meeting | 15:28 | |
*** _alastor_ has joined #openstack-meeting | 15:40 | |
*** Lucas_Gray has joined #openstack-meeting | 15:41 | |
*** bnemec is now known as beekneemech | 15:49 | |
*** gyee has joined #openstack-meeting | 15:50 | |
*** sridharg has quit IRC | 15:54 | |
*** eharney has quit IRC | 16:01 | |
*** _alastor_ has quit IRC | 16:06 | |
*** Lucas_Gray has quit IRC | 16:10 | |
*** kopecmartin is now known as kopecmartin|off | 16:10 | |
*** Lucas_Gray has joined #openstack-meeting | 16:12 | |
*** mriedem is now known as mriedem_hangry | 16:14 | |
*** eharney has joined #openstack-meeting | 16:21 | |
*** ociuhandu_ has joined #openstack-meeting | 16:38 | |
*** ociuhandu has quit IRC | 16:41 | |
*** bdperkin has quit IRC | 16:41 | |
*** ociuhandu_ has quit IRC | 16:42 | |
*** _alastor_ has joined #openstack-meeting | 16:55 | |
*** _alastor_ has quit IRC | 17:05 | |
*** bdperkin has joined #openstack-meeting | 17:05 | |
*** manjeets has joined #openstack-meeting | 17:23 | |
*** baojg has quit IRC | 17:23 | |
*** carloss has quit IRC | 17:24 | |
*** enriquetaso has quit IRC | 17:25 | |
*** Lucas_Gray has quit IRC | 17:31 | |
*** manjeets has quit IRC | 17:33 | |
*** panda|ruck has quit IRC | 17:59 | |
*** panda has joined #openstack-meeting | 18:01 | |
*** sridharg has joined #openstack-meeting | 18:03 | |
*** tesseract has quit IRC | 18:04 | |
*** sridharg has quit IRC | 18:27 | |
*** enriquetaso has joined #openstack-meeting | 18:32 | |
*** senrique_ has joined #openstack-meeting | 18:35 | |
*** whoami-rajat has quit IRC | 18:37 | |
*** senrique_ has quit IRC | 18:37 | |
*** senrique_ has joined #openstack-meeting | 18:37 | |
*** enriquetaso has quit IRC | 18:38 | |
*** mattia has quit IRC | 18:38 | |
*** mattia has joined #openstack-meeting | 18:38 | |
*** yamamoto has joined #openstack-meeting | 18:41 | |
*** mriedem_hangry is now known as mriedem | 18:44 | |
*** yamamoto has quit IRC | 18:46 | |
*** bobh has joined #openstack-meeting | 18:51 | |
*** eharney has quit IRC | 18:54 | |
*** senrique_ is now known as enriquetaso | 19:03 | |
*** dtrainor has quit IRC | 19:10 | |
*** raildo_ has joined #openstack-meeting | 19:14 | |
*** raildo has quit IRC | 19:15 | |
*** dtrainor has joined #openstack-meeting | 19:33 | |
*** bdperkin has quit IRC | 19:39 | |
*** slaweq has quit IRC | 19:48 | |
*** slaweq has joined #openstack-meeting | 19:53 | |
*** dmsimard has quit IRC | 19:55 | |
*** dmsimard has joined #openstack-meeting | 19:56 | |
*** dmsimard has quit IRC | 19:56 | |
*** eharney has joined #openstack-meeting | 19:57 | |
*** mattw4 has joined #openstack-meeting | 19:58 | |
*** slaweq has quit IRC | 19:58 | |
*** dmsimard has joined #openstack-meeting | 20:01 | |
*** dmsimard has quit IRC | 20:01 | |
*** e0ne has joined #openstack-meeting | 20:07 | |
*** radeks has joined #openstack-meeting | 20:11 | |
*** e0ne has quit IRC | 20:12 | |
*** e0ne has joined #openstack-meeting | 20:13 | |
*** dmsimard has joined #openstack-meeting | 20:21 | |
*** radeks has quit IRC | 20:22 | |
*** bobh has quit IRC | 20:29 | |
*** e0ne has quit IRC | 20:30 | |
*** rfolco has quit IRC | 20:45 | |
*** dklyle has quit IRC | 20:58 | |
*** ayoung has quit IRC | 21:11 | |
*** Lucas_Gray has joined #openstack-meeting | 21:43 | |
*** pcaruana has quit IRC | 21:54 | |
*** raildo_ has quit IRC | 21:55 | |
*** _erlon_ has quit IRC | 22:19 | |
*** enriquetaso has quit IRC | 22:20 | |
*** yamamoto has joined #openstack-meeting | 22:44 | |
*** yamamoto has quit IRC | 22:48 | |
*** macza has quit IRC | 23:06 | |
*** mattw4 has quit IRC | 23:15 | |
*** _alastor_ has joined #openstack-meeting | 23:27 | |
*** _alastor_ has quit IRC | 23:32 | |
*** panda has quit IRC | 23:37 | |
*** gyee has quit IRC | 23:44 | |
*** enriquetaso has joined #openstack-meeting | 23:46 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!