Thursday, 2014-02-13

openstackgerritAlexei Kornienko proposed a change to openstack/ceilometer: Fixed DateTime in PostgreSQL  https://review.openstack.org/7309200:03
openstackgerritAlexei Kornienko proposed a change to openstack/ceilometer: Run unit tests against MySQL  https://review.openstack.org/5948900:03
openstackgerritAlexei Kornienko proposed a change to openstack/ceilometer: Fix for get_statistics with postgresql  https://review.openstack.org/5921400:03
openstackgerritAlexei Kornienko proposed a change to openstack/ceilometer: Run tests against PostgreSQL  https://review.openstack.org/6304900:03
*** gordc has quit IRC00:06
*** xmltok has quit IRC00:57
openstackgerritZhang Jinnan proposed a change to openstack/ceilometer: Remove start index 0 in range()  https://review.openstack.org/7311701:14
*** prad__ has quit IRC01:18
*** Yathi has joined #openstack-ceilometer01:24
*** Yathi has quit IRC01:28
*** _cjones_ has quit IRC01:53
*** SergeyLukjanov has quit IRC02:13
*** SergeyLukjanov has joined #openstack-ceilometer02:15
*** nealph has quit IRC02:15
*** daveed has quit IRC02:15
*** ruhe has quit IRC02:15
*** llu has quit IRC02:15
*** sayali_ has quit IRC02:15
*** gpocente1 has joined #openstack-ceilometer02:15
*** Alexei_987 has quit IRC02:19
*** AMike has quit IRC02:19
*** gpocentek has quit IRC02:19
*** sayali has joined #openstack-ceilometer02:19
*** xianghui has joined #openstack-ceilometer02:26
*** ruhe has joined #openstack-ceilometer02:27
*** sayali has quit IRC02:32
*** ruhe has quit IRC02:32
*** gpocente1 has quit IRC02:33
*** flwang has quit IRC02:34
*** Alexei_987 has joined #openstack-ceilometer02:34
*** hhamalai has quit IRC02:35
*** gpocentek has joined #openstack-ceilometer02:37
*** ruhe has joined #openstack-ceilometer02:38
*** hhamalai has joined #openstack-ceilometer02:39
*** sayali has joined #openstack-ceilometer02:43
*** ilyashakhat_ has joined #openstack-ceilometer02:45
*** SergeyLukjanov2 has joined #openstack-ceilometer02:45
*** xianghui has quit IRC02:46
*** dhellmann_ has joined #openstack-ceilometer02:48
*** hhamalai has quit IRC02:49
*** SergeyLukjanov has quit IRC02:49
*** rwsu has quit IRC02:50
*** ilyashakhat has quit IRC02:50
*** dhellmann has quit IRC02:50
*** anteaya has quit IRC02:50
*** SergeyLukjanov2 is now known as SergeyLukjanov02:50
*** dhellmann_ is now known as dhellmann02:50
*** hhamalai_ has joined #openstack-ceilometer02:54
*** xianghui has joined #openstack-ceilometer02:56
*** anteaya has joined #openstack-ceilometer02:57
*** thomasem has joined #openstack-ceilometer02:59
*** thomasem has quit IRC02:59
*** rwsu has joined #openstack-ceilometer03:01
*** flwang has joined #openstack-ceilometer03:13
*** AMike has joined #openstack-ceilometer03:29
*** AMike has quit IRC03:29
*** AMike has joined #openstack-ceilometer03:29
*** llu has joined #openstack-ceilometer03:40
openstackgerritJenkins proposed a change to openstack/ceilometer: Imported Translations from Transifex  https://review.openstack.org/6280806:03
*** ildikov_ has quit IRC06:08
*** _nadya_ has joined #openstack-ceilometer06:41
openstackgerritLin Tan proposed a change to openstack/ceilometer: Rename Openstack to OpenStack  https://review.openstack.org/7317106:55
*** _nadya_ has quit IRC07:03
openstackgerritJia Dong proposed a change to openstack/ceilometer: Implement meter query by 'counter_volume' field  https://review.openstack.org/6738407:54
*** nsaje_ has quit IRC07:58
*** nsaje_ has joined #openstack-ceilometer07:59
*** ildikov_ has joined #openstack-ceilometer08:15
*** openstackgerrit has quit IRC08:16
nprivalovajd__, ping08:33
*** mihgen has joined #openstack-ceilometer08:33
*** saju_m has joined #openstack-ceilometer08:50
ildikov_nprivalova: I've tried to point their attention to your message on this channel yesterday, on the meeting, but I didn't succeed :(09:04
nprivalovaildikov_: yes, I saw it :) thank you anyway. I'll talk to jd__ or sileht today09:05
silehtnprivalova, o/09:05
nprivalovasileht: hi :)09:06
ildikov_nprivalova: ok :)09:06
nprivalovasileht: I saw your discussions about notification layer in oslo https://blueprints.launchpad.net/oslo.messaging/+spec/notification-subscriber-server . Does this mean that notifications will not work in nova for a long time?09:07
silehtnprivalova, this is only the server part, client part is already merged and works well09:08
nprivalovasileht: ah, I see. I'm very unsuccessful in devstack installation in the last two days, every time something goes down. So I cannot finish checking notifications' work09:11
*** yassine has joined #openstack-ceilometer09:11
nprivalovasileht: I'm asking the status because of https://review.openstack.org/#/c/64136/ . I need to know 'known issues'09:12
*** flwang has quit IRC09:20
silehtnprivalova, for nova it seems previously some errors was hidden in gate previously, but the switch to oslo.messaging have reshowed them09:22
silehtnprivalova, dhellmann have try to change the log level from error to warning, but some other core devs prefer fix nova code: ref: https://review.openstack.org/#/c/72658/09:23
silehtnprivalova, and for the oslo.messaging issue with some notification context (https://review.openstack.org/#/c/70759/) jd__ is waiting for markmc09:25
nprivalovasileht: thank you for links!09:26
*** ildikov_ has quit IRC09:31
*** ildikov_ has joined #openstack-ceilometer09:36
Alexei_987sileht: ping09:41
*** eglynn has joined #openstack-ceilometer09:43
eglynnsileht: further the discussion last night about traction on your oslo-messaging reviews09:53
eglynnsileht: ... fpercoco is going to prioritize looking at those patches today09:54
silehteglynn, thanks a lot!09:55
eglynnnp!09:55
silehtAlexei_987, o/09:55
Alexei_987sileht: question about this patch https://review.openstack.org/#/c/73092/09:55
Alexei_987sileht: problem here is that some fields in postgres are already floats09:55
Alexei_987so we need a migration anyway either everything to float or everything to datetime09:56
Alexei_987that's why I choose floats to make it consistent with mysql09:56
silehtAlexei_987, omg09:56
Alexei_987sileht: so what do you think about it?09:57
Alexei_987event.generated is created as float in postgres09:58
silehtAlexei_987, your patch is about alarm in timestamp,  the migration script already use Datetime09:59
Alexei_987sileht: yes10:00
* sileht check for event10:00
Alexei_987migration 00810:00
silehtAlexei_987, for event a new migration is needed10:00
Alexei_987so you propose to convert everything to datetime?10:01
silehtAlexei_987, I think the 024 can be copy/paste but for postgres10:01
Alexei_987sileht: I don't like the fact that we use floats for mysql and datetime for postgresql10:01
silehtAlexei_987, I idea was to use Datetime except for mysql we want DECIMAL10:01
Alexei_987why not using DECIMAL in postgres too?10:02
silehtAlexei_987, because postgres Datetime works well, and sqlalchemy deals we that, it already very annoying to do special code for mysql when you use orm10:03
silehtwe/with10:03
Alexei_987sileht: yes but the problem is that difference10:04
Alexei_987mysql vs postgresql10:04
Alexei_987I would like to avoid it10:04
Alexei_987we could use decimal in all backends10:04
silehtAlexei_987, this is a mysql issue it have a broken default timestamp support ...10:04
Alexei_987ok...10:05
Alexei_987I'll update a migration to convert event.generated to datetime10:05
*** vrovachev has joined #openstack-ceilometer10:07
silehtAlexei_987, I don't like to write python code to convert data, when backend handles it correctly  (my point of view) but yours (same code for every backends) looks ok, I think it's just a performance vs code readability subject10:08
eglynnildikov_: just doing the housekeeping for the upcoming stable/havana 2013.2.2 release10:10
eglynnildikov_: ... https://bugs.launchpad.net/ceilometer/+bug/1245362 is marked in progress for the Havana series10:10
eglynnildikov_: ... seems though that you got the patch landed on stable/havana10:10
ildikov_eglynn: /me looking10:10
eglynnildikov_: https://github.com/openstack/ceilometer/commit/92e4985610:11
ildikov_eglynn: yes, it should be merged already10:11
Alexei_987sileht: well I'm now running tests with datetime for event.generated if it will pass for me I'll update this patch10:12
silehtAlexei_987, ok cool10:12
eglynnildikov_: ... cool! (the git LP hook prolly just didn't recognize the "Fixes bug #1245362" in the commit message)10:12
Alexei_987I hope MySQL will now pass gates :)10:12
Alexei_987cause it was working on my local PC10:12
Alexei_987and failing on gate for some reason10:12
ildikov_eglynn: I will change the status10:12
eglynnildikov_: ... cool, I've taget'd it to 2013.2.210:13
ildikov_eglynn: I should have checked it, but then I forgot, just how it usually happens10:13
silehtAlexei_987, with your sqlalachemy session workaround ?10:13
Alexei_987sileht: yes10:13
eglynnildikov_: nah, there's usually no need to check10:13
silehtAlexei_987, great10:13
ildikov_eglynn: thanks10:13
Alexei_987sileht: it was 100% working on my PC (mysql + postgres)10:13
eglynnildikov_: ... the gerrit/git/LP pipeline should do the needful automagically10:14
ildikov_eglynn: I know, I just usually check, if I got the mail about the status change or not, but this one I did not follow up10:15
ildikov_eglynn: it was mentioned on one of the meetings that this pipeline is not always working fine10:16
eglynnildikov_: a-ha, that explains a lot10:16
ildikov_eglynn: there was another bug, which was also ready, but the status was also not changed...10:17
eglynnildikov_: 1272988?10:17
eglynnfolks 2013.2.2 is imminent, door is well closed at this stage on any further backports10:18
eglynnhere's the final list: https://bugs.launchpad.net/ceilometer/+milestone/2013.2.210:19
ildikov_eglynn: that one is ready and merged10:19
eglynnildikov_: cool, ta much!10:19
eglynn... /me is gratified not to have done a majority of the backports this time round ;)10:20
eglynn... so kudos to ildikov_ & pkilambi :)10:20
ildikov_eglynn: thanks for taking care of these backported fixes :)10:21
*** vrovachev has quit IRC11:00
*** vrovachev has joined #openstack-ceilometer11:10
*** xianghui has quit IRC11:19
*** dragondm has quit IRC11:31
*** dhellmann has quit IRC11:31
*** dhellmann has joined #openstack-ceilometer11:32
*** dragondm has joined #openstack-ceilometer11:32
*** sileht has quit IRC11:32
*** sileht has joined #openstack-ceilometer11:34
*** vrovachev has quit IRC11:40
*** vrovachev1 has joined #openstack-ceilometer11:40
*** vrovachev1 has quit IRC11:48
*** vrovachev has joined #openstack-ceilometer11:49
*** promulo has quit IRC12:00
*** mihgen has quit IRC12:10
*** eglynn is now known as eglynn-lunch12:41
*** sayali_ has joined #openstack-ceilometer12:47
*** mihgen has joined #openstack-ceilometer12:48
*** promulo has joined #openstack-ceilometer12:48
*** sayali has quit IRC12:51
*** flwang has joined #openstack-ceilometer13:01
*** promulo has quit IRC13:12
*** promulo has joined #openstack-ceilometer13:13
*** jdob has joined #openstack-ceilometer13:14
Alexei_987sileht: ping13:27
Alexei_987sileht: is there any chance that you can test this patch locally? https://review.openstack.org/#/c/59489/13:27
Alexei_987sileht: I cannot find out what is wrong there.. it works on my PC and on 2nd test PC but it fails gates13:28
Alexei_987sileht: and mysqld version is the same13:28
*** prad has joined #openstack-ceilometer13:44
*** prad_ has joined #openstack-ceilometer13:50
*** prad has quit IRC13:51
*** prad_ is now known as prad13:51
*** xianghui has joined #openstack-ceilometer14:00
*** gordc has joined #openstack-ceilometer14:11
*** ildikov_ has quit IRC14:14
*** sayali_ has quit IRC14:16
*** ildikov_ has joined #openstack-ceilometer14:16
*** saju_m has quit IRC14:28
*** sayali_ has joined #openstack-ceilometer14:29
*** eglynn-lunch is now known as eglynn14:41
silehtAlexei_987, I try14:43
Alexei_987sileht: thx14:44
*** zqfan has joined #openstack-ceilometer14:59
*** zqfan has quit IRC15:03
silehtAlexei_987, it works too15:14
Alexei_987sileht: that's where the magic starts happening :)15:14
*** sayali_ has quit IRC15:14
Alexei_987sileht: I cannot understand what is the difference that makes tests fail15:15
* sileht retry with the openstack pypi mirror15:18
*** gordc1 has joined #openstack-ceilometer15:19
*** gordc has quit IRC15:19
*** prad has quit IRC15:25
*** prad has joined #openstack-ceilometer15:25
silehtno error too :(15:25
*** xianghui has quit IRC15:26
*** sayali_ has joined #openstack-ceilometer15:29
nprivalovaeglynn: hi! What do you think about https://blueprints.launchpad.net/ceilometer/+spec/hbase-alarming ? I've done the draft impl, all tests pass on real HBase15:29
eglynnnprivalova: nice!15:29
eglynnnprivalova: ... targetted at icehouse, or?15:29
*** tongli has joined #openstack-ceilometer15:30
nprivalovaeglynn: yes, I think I will publish tomorrow or on Monday. The one thing I need to fix is Mocked HBase implementation15:30
eglynnnprivalova: excellent!15:31
ildikov_tongli: hi. are you around?15:35
tongli@ildikov_, yeah, I am here.15:36
tongliwhat's up?15:36
ildikov_tongli: I had a look at the db2 implementation in Ceilometer and I recognized that it uses pymongo15:37
*** thomasem has joined #openstack-ceilometer15:37
tongli@ildikov_, yes.15:37
ildikov_tongli: it looks very similar to the mongo implementation15:38
silehtAlexei_987, perhaps we need to pass the engine to the ForeignKeyConstraint.create in migration script, to be sure the correct database is used ?15:38
tongli@ildikov_, yes, because db2 is adding functions for nosql but with limitations and restrictions.15:39
ildikov_tongli: I'm wondering if it could be reafctored to use one implementation for the two or just extract the common parts?15:39
tongli@ildikov_, well, I was thinking about that, but the differences were quite big and it will have a lot of if else statements in the code.15:40
*** nealph has joined #openstack-ceilometer15:40
ildikov_tongli: and what do you think about extracting the common functions?15:41
tongli@ildikov_, eventually I figured actually it is better to have one for each and the performance will be better.15:41
ildikov_tongli: I mean those ones, which are exactly the same in both drivers15:41
tongliextract common functions are ok, but eventually there should be one driver for each.15:42
tongli@ildikov_, yeah, common functions are ok. can make them callable methods.15:42
tonglithen each driver can call.15:43
ildikov_tongli: sure, if there are big differences then two drivers seem to be logical15:43
tongli@ildikov_, each driver can be fairly small in terms of the code, but there should be two independent drivers.15:43
tonglieach driver can call these common code. I think that will be quite nice.15:44
ildikov_tongli: that was my other idea, to focus on the common functions, which are really the same and just make them callable by each driver15:44
Alexei_987sileht: no this should not be the case.. engine is bind to meta so it's correct15:44
tongliyeah, I think that is good. the common function should not really have if else statement to see which driver it was called.15:44
ildikov_tongli: I was asking, because it seemed that we could reduce the duplication of much code here15:45
Alexei_987sileht: and if it would be wrong we would see it fail locally15:45
tongli@ildikov_, yeah, totally understood.15:45
silehtAlexei_987, yes, I just wonder how the fk can already exists in a freshly created database :(15:46
ildikov_tongli: then I will propose a patch for this, if you support the idea15:46
Alexei_987sileht: from what I see it doesn't exist and mysql fails to create it15:47
*** openstackgerrit has joined #openstack-ceilometer15:47
Alexei_987cause it doesn't like something in alter query15:47
Alexei_987type mismatch of some other reason15:47
tongli@ildikov_, I support the idea of having two different drivers (to avoid if else statements) and share as much code as possible.15:47
ildikov_tongli: yes, that's exactly what I would like to do, reduce the duplicated code without merging the two drivers into one15:48
tongli@ildikov_, cool, I like that, thanks.15:48
Alexei_987sileht: I'm afraid I cannot do much to fix this issue cause I cannot reproduce it15:48
ildikov_tongli: one additional question15:49
* sileht hate the errno 150 of mysql that means something is wrong but I don't know what15:49
ildikov_tongli: we have the complex query feature for samples merged now15:49
ildikov_tongli: it is implemented for mongo now, and I think the implementation should be the same for db2 too15:49
tongli@ildikov_, hmmm, need to test it out to make sure it will work.15:50
ildikov_tongli: our only problem is that we do not have db2 to test15:50
tongli@ildikov_, let's work on that together.15:50
ildikov_tongli: ok, that sounds good15:50
tongli@ildikov_, I have db2 instance that I can run against, no worries.15:51
ildikov_tongli: I will propose the patch for the current duplication and then we can go on with the complex query testing, if that part is ready15:52
tongli@ildikov_, sounds good to me.15:52
ildikov_tongli: cool, thanks15:53
tongli@ildikov_, thanks.15:53
nprivalovabtw, we have first tests in tempest. Alarming: https://review.openstack.org/#/c/70956/15:56
Alexei_987sileht: maybe I should rebase patches and put postgres first?15:58
Alexei_987sileht: cause it seems that postgres can pass tests15:58
Alexei_987sileht: also I've tested a migration that converts event.generated to DateTime15:59
Alexei_987sileht: for some reason it caused more failures than converting other tables to Decimal15:59
*** viktors has joined #openstack-ceilometer16:03
*** saju_m has joined #openstack-ceilometer16:08
openstackgerritBalazs Gibizer proposed a change to openstack/ceilometer: Implements in operator for complex query functionality  https://review.openstack.org/6668716:08
openstackgerritBalazs Gibizer proposed a change to openstack/ceilometer: Implements "not" operator for complex query  https://review.openstack.org/6689216:08
openstackgerritBalazs Gibizer proposed a change to openstack/ceilometer: Implements metadata query for complex query feature  https://review.openstack.org/6689116:08
openstackgerritBalazs Gibizer proposed a change to openstack/ceilometer: Implements field validation for complex query functionality  https://review.openstack.org/6530216:08
*** mihgen has quit IRC16:14
*** xmltok has joined #openstack-ceilometer16:31
openstackgerritA change was merged to openstack/ceilometer: Propogate cacert and insecure flags to glanceclient  https://review.openstack.org/7270316:39
openstackgerritA change was merged to openstack/ceilometer: Remove blank line in docstring  https://review.openstack.org/7285516:44
openstackgerritEric Pendergrass proposed a change to openstack/ceilometer: Bug #1279555 Remove extraneous ca_certs option  https://review.openstack.org/7335116:50
openstackgerritEric Pendergrass proposed a change to openstack/ceilometer: Remove extraneous ca_certs option  https://review.openstack.org/7335116:56
*** _cjones_ has joined #openstack-ceilometer17:13
*** _cjones_ has quit IRC17:16
*** _cjones_ has joined #openstack-ceilometer17:17
*** _nadya_ has joined #openstack-ceilometer17:23
*** yassine has quit IRC17:27
*** viktors has quit IRC17:33
eglynnjd__: you around?17:37
eglynnjd__: so tmrw is the deadline for changes to conference submissions for Atlanta17:37
eglynnjd__: I got some feedback that our joint proposal was a tad light on specifics17:38
eglynnjd__: which is fair enough I guess17:38
eglynnjd__: ... so was thinking of padding it out with some specific examples of the challenges we'll speak to17:38
eglynnjd__: ... I've hacked out a few ideas on that etherpad https://etherpad.openstack.org/p/QuoVadisCeilo17:39
openstackgerritEric Pendergrass proposed a change to openstack/ceilometer: Fix for Bug #1279555, Remove extraneous ca_certs option  https://review.openstack.org/7335117:39
eglynnjd__: ... can you cast your eye over that, adding and/or subtracting as you see fit?17:39
*** _nadya_ has quit IRC17:46
*** eglynn has quit IRC17:54
*** _nadya_ has joined #openstack-ceilometer18:15
*** _nadya_ has quit IRC19:02
openstackgerritIldiko Vancsa proposed a change to openstack/ceilometer: Implements in operator for complex query functionality  https://review.openstack.org/6668719:03
openstackgerritIldiko Vancsa proposed a change to openstack/ceilometer: Implements "not" operator for complex query  https://review.openstack.org/6689219:03
openstackgerritIldiko Vancsa proposed a change to openstack/ceilometer: Implements metadata query for complex query feature  https://review.openstack.org/6689119:03
openstackgerritIldiko Vancsa proposed a change to openstack/ceilometer: Implements field validation for complex query functionality  https://review.openstack.org/6530219:03
openstackgerritIldiko Vancsa proposed a change to openstack/ceilometer: Implements complex query functionality for alarms  https://review.openstack.org/6215819:03
openstackgerritIldiko Vancsa proposed a change to openstack/ceilometer: Implements complex query functionality for alarm history  https://review.openstack.org/6215919:03
*** flwang has quit IRC19:14
*** ildikov_ has quit IRC19:20
*** sayali_ has quit IRC19:28
*** flwang has joined #openstack-ceilometer19:30
dhellmanngordc: ping?19:36
*** mihgen has joined #openstack-ceilometer19:42
gordc1dhellmann: sorry stepped away, whatsup?19:51
dhellmanngordc1: no problem, are there developer docs for pycadf online somewhere?19:51
gordc1dhellmann: i believe they have the final vote to finalise the spec in March.19:52
gordc1dhellmann: i have very rough notes but they are quite old.19:52
dhellmanngordc1: I mean specifically for the pycadf library19:53
gordc1were you looking for docs relating to middleware use or to create CADF events?19:53
dhellmannnot the standard19:53
dhellmannI want to add links to https://review.openstack.org/#/c/73384/19:53
dhellmannoops, I mean http://docs.openstack.org/developer/openstack-projects.html19:54
dhellmannthat's the change to edit that page for some of the other libraries19:54
gordc1dhellmann: ah i see. hmm. i don't have a location for that yet. i was just adding rough notes to an arbitrary 'doc' folder in pyCADF library19:54
gordc1should i create a readthedocs type location for notes?19:55
openstackgerritIldiko Vancsa proposed a change to openstack/ceilometer: Implements in operator for complex query functionality  https://review.openstack.org/6668719:55
openstackgerritIldiko Vancsa proposed a change to openstack/ceilometer: Implements "not" operator for complex query  https://review.openstack.org/6689219:55
openstackgerritIldiko Vancsa proposed a change to openstack/ceilometer: Implements metadata query for complex query feature  https://review.openstack.org/6689119:55
openstackgerritIldiko Vancsa proposed a change to openstack/ceilometer: Implements field validation for complex query functionality  https://review.openstack.org/6530219:55
openstackgerritIldiko Vancsa proposed a change to openstack/ceilometer: Implements complex query functionality for alarm history  https://review.openstack.org/6215919:55
dhellmanngordc1: ok, we can set up a doc build job to update readthedocs.org or have them hosted on docs.openstack.org19:56
dhellmanngordc1: I'll open a bug so we don't forget19:56
gordc1dhellmann: ok that sounds good. either option is fine with me.19:56
*** ildikov_ has joined #openstack-ceilometer19:56
gordc1dhellmann: bug is a good idea. i really need to start documenting pyCADF as we try to expand its use.19:57
dhellmanngordc1: https://bugs.launchpad.net/pycadf/+bug/127995119:57
gordc1perfect19:58
*** julienvey_ has joined #openstack-ceilometer20:07
*** julienvey_ has quit IRC20:07
*** boris-42_ has quit IRC20:07
*** _nadya_ has joined #openstack-ceilometer20:08
*** _nadya_ has quit IRC20:14
*** saju_m has quit IRC20:19
openstackgerritDirk Mueller proposed a change to openstack/ceilometer: Update notification_driver  https://review.openstack.org/7339420:20
*** boris-42_ has joined #openstack-ceilometer20:34
*** tongli has quit IRC20:36
*** xmltok has quit IRC21:07
*** xmltok has joined #openstack-ceilometer21:08
*** promulo has quit IRC21:38
*** jdob has quit IRC22:05
*** thomasem has quit IRC22:17
*** thomasem has joined #openstack-ceilometer22:17
*** thomasem has quit IRC22:17
*** xmltok has quit IRC22:28
*** xmltok has joined #openstack-ceilometer22:46
*** lakspace has joined #openstack-ceilometer22:55
*** _nadya_ has joined #openstack-ceilometer23:15
*** _nadya_ has quit IRC23:19
*** dhellmann is now known as dhellmann_23:45

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