Friday, 2013-10-18

*** changbl has joined #openstack-metering00:20
*** xiayu_ has joined #openstack-metering00:21
*** matsuhashi has joined #openstack-metering00:21
*** xiayu has quit IRC00:23
*** xiayu has joined #openstack-metering00:26
*** xiayu_ has quit IRC00:30
*** dperaza has quit IRC00:44
*** fandikurnia01 has quit IRC00:59
*** nosnos has joined #openstack-metering01:08
*** nati_uen_ has joined #openstack-metering01:13
*** nati_ueno has quit IRC01:16
*** nati_uen_ has quit IRC01:18
*** SergeyLukjanov has quit IRC01:20
*** xiayu has quit IRC01:32
*** SergeyLukjanov has joined #openstack-metering01:37
*** SergeyLukjanov has quit IRC01:59
*** shakayumi has joined #openstack-metering02:26
*** asalkeld has quit IRC02:37
*** shakayumi has quit IRC02:38
*** jergerber has quit IRC02:43
*** nati_ueno has joined #openstack-metering02:50
*** julim has quit IRC02:59
*** suo has joined #openstack-metering03:00
*** matsuhashi has quit IRC03:04
*** matsuhashi has joined #openstack-metering03:05
*** matsuhashi has quit IRC03:09
*** suo has quit IRC03:23
*** suo has joined #openstack-metering03:27
*** matsuhashi has joined #openstack-metering03:39
*** matsuhashi has quit IRC03:49
*** matsuhashi has joined #openstack-metering03:49
*** matsuhas_ has joined #openstack-metering03:52
*** matsuhashi has quit IRC03:53
*** terriyu has quit IRC04:08
*** nati_uen_ has joined #openstack-metering04:14
*** nati_ueno has quit IRC04:17
*** boris-42 has joined #openstack-metering04:36
*** SergeyLukjanov has joined #openstack-metering05:10
*** suo has quit IRC05:38
*** nadya has joined #openstack-metering05:40
*** suo has joined #openstack-metering06:02
*** nadya has quit IRC06:03
openstackgerritJenkins proposed a change to openstack/ceilometer: Imported Translations from Transifex  https://review.openstack.org/4968006:03
*** Shaan7 has quit IRC06:05
*** Shaan7 has joined #openstack-metering06:06
*** nadya has joined #openstack-metering06:11
*** SergeyLukjanov is now known as _SergeyLukjanov06:34
*** _SergeyLukjanov has quit IRC06:35
*** SergeyLukjanov has joined #openstack-metering06:38
*** lsmola has joined #openstack-metering06:39
*** nati_uen_ has quit IRC06:52
*** nati_ueno has joined #openstack-metering06:53
*** Shaan7 has quit IRC06:55
*** Shaan7 has joined #openstack-metering06:55
*** nati_uen_ has joined #openstack-metering06:56
*** nati_ueno has quit IRC06:56
*** eglynn has quit IRC07:03
*** ArcTanSusan has joined #openstack-metering07:09
*** nadya has quit IRC07:11
*** nadya has joined #openstack-metering07:20
*** SergeyLukjanov_ has joined #openstack-metering07:26
*** SergeyLukjanov has quit IRC07:28
*** nadya has quit IRC07:28
*** Shaan7 has quit IRC07:32
*** SergeyLukjanov has joined #openstack-metering07:32
*** SergeyLukjanov_ has quit IRC07:36
*** eglynn has joined #openstack-metering07:38
*** nati_uen_ has quit IRC07:43
*** nati_ueno has joined #openstack-metering07:43
*** Shaan7 has joined #openstack-metering07:43
*** SergeyLukjanov has quit IRC07:47
*** nati_ueno has quit IRC07:48
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Fix the developer documentation of the alarm API  https://review.openstack.org/4698007:56
*** Bada has joined #openstack-metering07:59
openstackgerritFengqian.gao proposed a change to openstack/ceilometer: Add pagination support for sqlalchemy database  https://review.openstack.org/3545407:59
openstackgerritFengqian.gao proposed a change to openstack/ceilometer: Add pagination support to selected APIs  https://review.openstack.org/3745407:59
openstackgerritFengqian.gao proposed a change to openstack/ceilometer: Change pagination related methods of mongodb and db2  https://review.openstack.org/4186907:59
*** ArcTanSusan has quit IRC08:04
*** nsaje has joined #openstack-metering08:22
*** nprivalova has joined #openstack-metering08:37
jd__sileht: I'm not sure I get the problem at https://review.openstack.org/#/c/52356/6/ceilometer/api/controllers/v2.py L117608:46
*** Shaan7 has quit IRC08:47
silehtjd__, if the admin post a alarm with project-id set to its own project-id, the alarm ids check should not be scoped to the admin project-id, no?08:48
jd__sileht: I think that's the case, or I misread the code?08:49
jd__if it is admin then acl.get_limited_to_project(pecan.request.headers) return None08:49
jd__then project = alarm.project_id08:49
silehtjd__, if alarm.project_id is set, the alarm ids check is always scoped to this project_id, or it should be scoped only if alarm.project_id != admin project-id08:50
*** Shaan7 has joined #openstack-metering08:51
silehtjd__, this is what _get_auth_project does already (except the bug when project_id == Unset)08:51
jd__pffff08:51
jd__I blame the function for being unclear and the tests for not covering theses cases08:51
jd__-s08:51
jd__thanks sileht I'll resend a patch08:53
silehtjd__, my bad for the missing test08:53
jd__feel free to add one as an exercise as they say :)08:53
*** Shaan7 has quit IRC08:55
openstackgerritJulien Danjou proposed a change to openstack/ceilometer: api: update for WSME 0.5b6 compliance  https://review.openstack.org/5235608:56
*** vvechkanov has quit IRC09:01
silehtjd__, I have added the missing use case and it works now :)09:02
jd__\o/09:02
jd__thanks09:02
*** nsaje has quit IRC09:02
openstackgerritSvetlana Shturm proposed a change to openstack/ceilometer: Fix wrong using of Metadata in 15,16 migrations  https://review.openstack.org/5259409:09
jd__eglynn: anychance you can review https://review.openstack.org/52356 so we unblock the gate?09:10
jd__if you're around09:10
eglynnjd__: looking now09:10
silehtjd__, and it fail as expected with the previous patchset :)09:10
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Add tests when admin set alarm owner to its own  https://review.openstack.org/5259509:11
silehtjd__, the test case: https://review.openstack.org/5259509:13
*** nsaje has joined #openstack-metering09:18
*** matsuhas_ has quit IRC09:27
*** matsuhashi has joined #openstack-metering09:27
*** matsuhashi has quit IRC09:28
*** matsuhashi has joined #openstack-metering09:28
*** lsmola has quit IRC09:29
openstackgerritDirk Mueller proposed a change to openstack/python-ceilometerclient: Fix missed Pep8 error with 1.4.6  https://review.openstack.org/5259909:30
openstackgerritA change was merged to openstack/ceilometer: api: update for WSME 0.5b6 compliance  https://review.openstack.org/5235609:51
*** sshturm has joined #openstack-metering09:57
*** Bada has quit IRC09:57
sshturmGuys, could you help me. Gate tests in my patch have been failed. Is there any bug for this fail? Or i should do recheck? https://review.openstack.org/#/c/52330/ I added a new patch with extra blank line and it'v been failed with the same exception.09:59
*** ruhe has joined #openstack-metering10:05
*** nprivalova has quit IRC10:06
*** ruhe has quit IRC10:07
*** lexx has quit IRC10:08
silehtsshturm, this issue has been fixed this morning :) just rebase you patch10:10
*** ruhe has joined #openstack-metering10:11
openstackgerritSvetlana Shturm proposed a change to openstack/ceilometer: Fix wrong using of Metadata in 15,16 migrations  https://review.openstack.org/5233010:31
*** fc__ has quit IRC10:34
*** nsaje has quit IRC10:35
sshturmsileht: Thank you)10:36
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part4  https://review.openstack.org/4714510:42
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part3  https://review.openstack.org/4714410:42
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part6  https://review.openstack.org/4714710:42
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part5  https://review.openstack.org/4714610:42
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part7  https://review.openstack.org/5061310:42
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part1  https://review.openstack.org/4648010:42
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part2  https://review.openstack.org/4714310:42
*** nprivalova has joined #openstack-metering10:47
*** fc__ has joined #openstack-metering10:52
*** ruhe has quit IRC10:58
openstackgerritSvetlana Shturm proposed a change to openstack/ceilometer: Add testing of migrations from oslo  https://review.openstack.org/4387210:59
*** matsuhashi has quit IRC11:17
*** matsuhashi has joined #openstack-metering11:17
*** ruhe has joined #openstack-metering11:18
*** matsuhashi has quit IRC11:22
*** nosnos has quit IRC11:34
*** nosnos has joined #openstack-metering11:35
*** nosnos has quit IRC11:40
openstackgerritSvetlana Shturm proposed a change to openstack/ceilometer: Implement testing of migrations  https://review.openstack.org/4480911:46
*** Bada has joined #openstack-metering11:46
silehtjd__, the devstack patch for ceilometer has been merged, its seems ceilometer have a issue with postgresql11:50
silehthttp://logs.openstack.org/00/49700/4/check/check-tempest-devstack-vm-postgres-full/43a8857/logs/screen-ceilometer-api.txt.gz11:50
silehtjd__, the bug report: https://bugs.launchpad.net/ceilometer/+bug/124152611:53
jd__that's a good news somehow12:00
jd__we can now merge Tempest test12:00
*** Bada has quit IRC12:03
sshturmAre there any problems in gate tests with assertTimestampEqual for ceilometer or i should recheck? (https://review.openstack.org/#/c/52330/)12:11
*** ruhe has quit IRC12:15
*** ruhe has joined #openstack-metering12:29
*** zul has quit IRC12:31
*** nprivalova has quit IRC12:34
*** nprivalova has joined #openstack-metering12:35
*** zul has joined #openstack-metering12:35
*** suo has quit IRC12:38
nprivalovahi folks! I see only one test for HBase. Are there more tests anywhere? I'm interested mostly in integration tests12:41
*** nprivalova is now known as nadya12:41
nadyaI'm trying to create a test which reproduces https://bugs.launchpad.net/ceilometer/+bug/1240474 . But it is impossible using unit-test with mocked HBase because the problem appears during insertion to HBase12:44
*** lsmola has joined #openstack-metering12:52
*** sandywalsh has joined #openstack-metering13:00
jd__nadya: can't you mock the exception13:01
jd__?13:01
*** bpokorny has joined #openstack-metering13:01
silehtnadya, tests are common to all storage drivers, they tests the storage API on each drivers to ensure all drivers to the same things (everything in: storage/test_storage_scenarios.py)13:02
silehts/to the same/do the same13:02
nadyajd__, of course I can add exception to Mock class but it looks very synthetic. It is simple to connect to real HBase from test. Using this approach I got a error from the bug. Maybe you have CI, CD? It would be useful to add several real-HBase test13:05
*** Shaan7 has joined #openstack-metering13:08
*** gordc has joined #openstack-metering13:08
*** julim has joined #openstack-metering13:12
*** ruhe has quit IRC13:15
nadyasileht, thanks for info!13:15
silehtnadya, currently hbase unit are done on a mongodb database and the hbase driver have some tricks to work around difference between mongo and hbase13:17
*** dperaza has joined #openstack-metering13:20
nadyasileht, I'm afraid I didn't get you. I see HBaseEngineTestBase for HBase unit test and looks like there is no dependencies on Mongo. Could you please point me where I can find 'tricks' in the code?13:23
silehtnadya, we use scenarios to start tests on a particular backend, take a look to ceilometer/tests/db.py13:24
silehtnadya, my bad forget what I say, I have mix hbase and db2, sorry13:25
silehtnadya, hbase use hbase://__test__ that is clean :)13:25
silehtnadya, they are no tricks for hbase13:26
nadyasileht, ok, I thought about possible confusion :)13:27
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Add tests when admin set alarm owner to its own  https://review.openstack.org/5259513:32
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Add tests when admin set alarm owner to its own  https://review.openstack.org/5259513:34
sandywalshjd__, ping?13:43
jd__sandywalsh: o/13:43
sandywalshhey!13:43
sandywalshhow's your stevedore?13:43
sandywalshI'm wondering how entry points defined in oslo-incubator make their way into a larger project (like nova)?13:43
sandywalshoslo has a setup.cfg, but since oslo is copied into the other project these don't get copied.13:44
jd__good question13:44
jd__I don't think it does currently13:44
jd__but I might be wrong, let me check :)13:44
sandywalshso,  we manually copy the entry points over?13:44
* sandywalsh is curious where jd__ is checking :)13:45
openstackgerritA change was merged to openstack/ceilometer: Changes FakeMemcache to set token to expire on utcnow + 5 mins  https://review.openstack.org/5218213:45
jd__I'm grepping through update.py in oslo-incubator and I see nothing13:45
sandywalshah13:46
jd__and I see that for example nova copied manually nova-rootwrap = nova.openstack.common.rootwrap.cmd:main13:46
jd__13:46
jd__or things like that13:46
jd__so it definitely seems manual, unfortunately13:46
sandywalshhmm, yeah, I suspect that's the only way this will work13:46
jd__let's call that a limitation of copy/pasting :)13:46
sandywalshhmm, so what happens if someone installs oslo-incubator via pip *and* the service has copied endpoints? Will the extension be loaded twice?13:47
*** dhellmann-afk is now known as dhellmann13:47
sandywalshI guess we have to leave the endpoints out of oslo setup.cfg13:48
*** ryanpetrello has joined #openstack-metering13:48
jd__first nobody is supposed to install oslo-incubator via pip13:48
sandywalshdhellmann, perfect timing ^13:48
*** julim has quit IRC13:48
jd__sandywalsh: then if the entry point named used is the same, it'll be be… overriden?13:49
sandywalshhmm13:49
jd__I'm guessing that, I'd have to check to be sure :)13:49
sandywalshlast hash wins13:50
sandywalshick13:50
sandywalshok, I'll remove the endpoints from oslo ... or just comment them out13:50
jd__which one(s) is bothering you?13:50
jd__or new ones you've added?13:51
sandywalshthere are no guards against overlapping names13:51
dhellmannsandywalsh: right, oslo incubator shouldn't be installed by pip13:51
sandywalshdhellmann, but that's just a convention. If it was program_a and program_b, same problem exists13:51
dhellmannand we need to work to move libraries that declare entry points out of oslo-incubator to their own lib13:51
dhellmannsandywalsh: indeed13:51
*** julim has joined #openstack-metering13:51
dhellmannthat's a feature of entry points -- the namespace they're loaded from doesn't have to be the same as their python package13:52
sandywalshwe could fix update.py to handle patching setup.cfg13:52
sandywalshbut that's a hack13:52
sandywalsh(and likely a flaky one)13:52
sandywalshso, why do we have setup.py in oslo-incubator (and there are lots of entry points in its setup.cfg)13:53
dhellmannsandywalsh: so we can test the incubator code in isolation13:54
sandywalshk, I'll do something around this ... thanks guys13:54
dhellmannpatching update.py may make sense13:55
sandywalshot13:55
sandywalshwhoops13:55
dhellmannwe would need to change the namespace "replace openstack.common…" with "foo.openstack.common…" or just "foo…"13:55
sandywalshyeah, that might be best route for now13:55
sandywalshyep13:55
dhellmannthen foo would use a private namespace for loading the module, until we can move things out of the incubator13:56
dhellmannI didn't realize we had so many entry points listed already :-/13:56
sandywalshthat all said, I am enjoying the DispatchExtensionManager13:57
dhellmann:-)13:59
*** jergerber has joined #openstack-metering14:09
*** msisk has joined #openstack-metering14:11
*** jergerber has quit IRC14:14
*** aignatov_ has quit IRC14:15
*** aignatov has joined #openstack-metering14:16
*** SergeyLukjanov has joined #openstack-metering14:23
*** bpokorny has left #openstack-metering14:32
*** SergeyLukjanov is now known as _SergeyLukjanov14:35
*** _SergeyLukjanov has quit IRC14:35
*** vvechkanov has joined #openstack-metering14:35
vvechkanovjoin #openstack-metering14:36
vvechkanovUps( Sorry(14:36
*** SergeyLukjanov has joined #openstack-metering14:40
*** SergeyLukjanov is now known as _SergeyLukjanov15:09
*** _SergeyLukjanov has quit IRC15:10
vvechkanovHello all. I loock at bug#1211985 called "meter table contains redundant/duplicate data". I found this proposal very interesting, and want to say great thanks to the it author Jay Pipes. But I have a little more ideas about refactoring database. If some of you have time, may be you could look at my comment?15:12
*** SergeyLukjanov has joined #openstack-metering15:13
vvechkanovI just want to discuss this problem/proposal and may be try to implement this feature.15:14
vvechkanovAnd sorry I don't write a link. You can find this bug here: https://bugs.launchpad.net/ceilometer/+bug/121198515:14
openstackgerritA change was merged to openstack/ceilometer: Update python-ceilometerclient lower bound to 1.0.6  https://review.openstack.org/4969715:16
openstackgerritDirk Mueller proposed a change to openstack/python-ceilometerclient: Fix missed Pep8 error with 1.4.6  https://review.openstack.org/5259915:17
*** ruhe has joined #openstack-metering15:31
*** ruhe has quit IRC15:41
*** nati_ueno has joined #openstack-metering15:43
*** aspiers has quit IRC15:51
*** nati_ueno has quit IRC15:52
*** nati_ueno has joined #openstack-metering15:53
*** nati_ueno has quit IRC15:57
*** thomasm has joined #openstack-metering15:58
*** thomasm is now known as Guest6523815:59
*** litong has joined #openstack-metering16:00
*** Ruetobas has quit IRC16:01
*** SergeyLukjanov has quit IRC16:01
*** Ruetobas has joined #openstack-metering16:03
*** Ruetobas has quit IRC16:08
*** krtaylor has quit IRC16:08
*** ruhe has joined #openstack-metering16:13
*** aignatov has quit IRC16:14
*** Ruetobas has joined #openstack-metering16:14
*** SergeyLukjanov has joined #openstack-metering16:16
boris-42jd__ ping16:18
*** Bada has joined #openstack-metering16:24
*** fnaval_ has joined #openstack-metering16:27
*** Bada has quit IRC16:42
openstackgerritNadya Privalova proposed a change to openstack/ceilometer: All data inserted in HBase should be unicoded  https://review.openstack.org/5267016:49
*** fnaval_ has quit IRC16:50
*** fnaval_ has joined #openstack-metering16:50
*** krtaylor has joined #openstack-metering16:55
*** nadya has quit IRC16:55
openstackgerritA change was merged to openstack/python-ceilometerclient: Fix missed Pep8 error with 1.4.6  https://review.openstack.org/5259916:55
openstackgerritA change was merged to openstack/python-ceilometerclient: Updated from global requirements  https://review.openstack.org/5253316:55
*** Bada has joined #openstack-metering16:56
*** terriyu has joined #openstack-metering17:00
*** nati_ueno has joined #openstack-metering17:05
*** eglynn has quit IRC17:08
*** ruhe has quit IRC17:09
litong@jd__, ping17:10
*** Bada has quit IRC17:17
*** ruhe has joined #openstack-metering17:17
*** SergeyLukjanov is now known as _SergeyLukjanov17:47
*** _SergeyLukjanov is now known as SergeyLukjanov17:47
*** SergeyLukjanov is now known as _SergeyLukjanov17:57
*** _SergeyLukjanov is now known as SergeyLukjanov17:57
*** ruhe has quit IRC18:02
*** ruhe has joined #openstack-metering18:13
Guest65238Hey all18:25
*** Guest65238 is now known as thomasm18:25
*** thomasm is now known as thomasm_18:25
*** thomasm_ is now known as thomasem18:25
*** eglynn has joined #openstack-metering18:32
eglynnfolks, am I suffering a brain-seizure here, but does it ever make sense to apply the sum aggregate to a cumulative meter?18:41
eglynnor even a gauge meter for that matter ...18:41
eglynncontext is the weird way horizon now allows you to graph the sum of samples for any meter aggregated over a tenant18:42
eglynndepending on the duration chosen, you generally end up with a meaningless sawtooth pattern in the graph for cumulative meters18:42
eglynn(depending on how many samples happen to fall into each period timeslice)18:43
eglynnhorizon seems to just divide the duration by 400 arbitrarily to get the period length18:43
eglynn... so these slices wouldn't generally match the pipeline interval, unless you happen to set this to 216s ;)18:44
*** msisk has left #openstack-metering18:54
dperazaanyone heard on what will happen with this one: https://review.openstack.org/#/c/52602/19:06
thomasemeglynn, Doesn't the cumulative one just need the latest value?19:06
eglynnthomasem: yep, exactly ... adding all the cumulative samples across a time period make no sense to me19:07
thomasemnone whatsoever.19:07
eglynnthomasem: even for gauge it's arguable19:07
thomasemYeah.. what good would an aggregate of discrete speeds I've gone mean from my car?19:07
thomasemI realize I just butchered English. Sorry.19:08
thomasem=]19:08
eglynnthomasem: I think I got it :)19:08
thomasemBut, yeah, I don't really see a use for either since they're more point-in-time.19:08
openstackgerritAndrew Melton proposed a change to openstack/ceilometer: Adding events to mongo storage engine  https://review.openstack.org/4954819:24
openstackgerritgordon chung proposed a change to stackforge/pycadf: switch list action to read/list  https://review.openstack.org/5269419:27
apmeltonhey jd, is it alright if I file the mongo event implementation changes under the stacktach-integration blueprint19:27
apmeltonjd__: ^^19:27
apmeltonit would seem the original BP for adding event storage has already been set to implemented19:27
*** nadya has joined #openstack-metering19:28
*** nati_uen_ has joined #openstack-metering19:32
openstackgerritA change was merged to stackforge/pycadf: switch list action to read/list  https://review.openstack.org/5269419:34
*** nati_ueno has quit IRC19:34
*** thomasem has quit IRC19:43
*** nadya has quit IRC19:46
openstackgerritA change was merged to stackforge/pycadf: support namespace prefix in id  https://review.openstack.org/5248419:47
*** gordc has quit IRC19:58
*** gordc has joined #openstack-metering19:59
*** krtaylor has quit IRC20:01
*** nadya has joined #openstack-metering20:07
*** SergeyLukjanov is now known as _SergeyLukjanov20:14
openstackgerritAndrew Melton proposed a change to openstack/ceilometer: Adding events to mongo storage engine  https://review.openstack.org/4954820:14
*** _SergeyLukjanov has quit IRC20:15
*** nadya has quit IRC20:18
*** gordc has quit IRC20:20
*** ruhe has quit IRC20:32
*** thomasm has joined #openstack-metering20:35
thomasmback20:36
*** thomasm has quit IRC20:36
*** thomasm has joined #openstack-metering20:37
*** SergeyLukjanov has joined #openstack-metering20:38
*** sandywalsh has quit IRC20:41
thomasmAnyone know why a DB test for sorting on events would fail for py26 but not py27? Are some tests not running for py27 env?20:42
*** gordc has joined #openstack-metering20:44
*** nati_uen_ has quit IRC20:46
*** nati_ueno has joined #openstack-metering20:47
*** SergeyLukjanov is now known as _SergeyLukjanov20:51
*** _SergeyLukjanov has quit IRC20:52
*** sandywalsh has joined #openstack-metering20:54
*** SergeyLukjanov has joined #openstack-metering21:02
*** ruhe has joined #openstack-metering21:08
*** ruhe has quit IRC21:09
*** lsmola has quit IRC21:11
*** eglynn has quit IRC21:12
*** thomasm has quit IRC21:22
*** ryanpetrello has quit IRC21:44
*** ryanpetrello has joined #openstack-metering21:53
*** ryanpetrello has quit IRC21:55
*** litong has quit IRC22:02
*** julim has quit IRC22:05
*** krtaylor has joined #openstack-metering22:14
*** thomasm has joined #openstack-metering22:26
*** thomasm has quit IRC22:27
*** thomasm has joined #openstack-metering22:27
*** julim has joined #openstack-metering22:37
*** julim has quit IRC22:37
*** SergeyLukjanov is now known as _SergeyLukjanov22:41
*** _SergeyLukjanov is now known as SergeyLukjanov22:41
*** thomasm has quit IRC22:43
*** openstackgerrit has quit IRC22:46
*** openstackgerrit has joined #openstack-metering22:46
*** SergeyLukjanov is now known as _SergeyLukjanov22:59
*** _SergeyLukjanov has quit IRC22:59
*** SergeyLukjanov has joined #openstack-metering23:01
*** boris-42 has quit IRC23:02
*** boris-42 has joined #openstack-metering23:02
*** shakayumi has joined #openstack-metering23:08
*** gordc has quit IRC23:22

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