Monday, 2014-06-09

*** matsuhashi has joined #openstack-ceilometer00:21
*** zhikunliu has joined #openstack-ceilometer00:31
*** nati_ueno has quit IRC00:53
openstackgerritLianhao Lu proposed a change to openstack/ceilometer: Change pipeline_manager to instance attribute in hooks  https://review.openstack.org/9829501:04
*** liusheng has joined #openstack-ceilometer01:08
*** liusheng has quit IRC01:14
*** liusheng has joined #openstack-ceilometer01:16
*** nati_ueno has joined #openstack-ceilometer01:19
*** nati_ueno has quit IRC01:20
*** liusheng has quit IRC01:20
*** liusheng has joined #openstack-ceilometer01:21
*** nosnos has joined #openstack-ceilometer01:43
*** julim has quit IRC02:26
*** mgagne1 is now known as mgagne02:30
*** nosnos has quit IRC03:18
*** matsuhashi has quit IRC04:04
*** nosnos has joined #openstack-ceilometer04:06
*** matsuhashi has joined #openstack-ceilometer04:13
*** r3pl4y has joined #openstack-ceilometer04:37
*** r3pl4y has quit IRC04:45
*** psharma has joined #openstack-ceilometer04:53
*** Longgeek has joined #openstack-ceilometer05:04
*** renlt has joined #openstack-ceilometer05:34
*** _nadya_ has joined #openstack-ceilometer05:41
*** _nadya_ has quit IRC05:48
openstackgerritOpenStack Proposal Bot proposed a change to openstack/ceilometer: Imported Translations from Transifex  https://review.openstack.org/8850606:01
liushengHi, is there anyone can run unit tests in ceilometer.tests.event.test_endpoint.TestEventEndpoint ?06:25
zqfanliusheng: the latest code seems ok, is there any problem?06:28
liushengzqfan, but when I run it, it raise: NoSuchGroupError: no such group: notification06:29
liushengzqfan, I do have no idea about that :(06:29
*** _nadya_ has joined #openstack-ceilometer06:33
liushengzqfan, is it ok in your environment?06:33
zqfanliusheng: please paste the stack trace06:39
zqfanliusheng: it can be the same problem which I told you, somewhere in the source code uses an option before import it06:40
liushengzqfan, trace has posted to you06:42
liushengzqfan, Privately06:42
liushengzqfan, the problem is occured when "self.CONF.set_override("store_events", True, group="notification")" in setup() method, but there is similar in ceilometer.tests.test_notification.TestNotification, it is OK!06:45
liushengzqfan, a similar case06:45
*** Longgeek has quit IRC06:46
zqfanliusheng, that because test_notification imports ceilometer.notification which register(power than import) notification group06:49
zqfanliusheng, the problem is that, is it necessary that ceilometer project will support nosetests? currently, tox is ok to execute single test (it does something to solve the problem but I don't know what is it yet)06:52
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Add missing explicit cfg option import  https://review.openstack.org/9869806:56
silehtliusheng, zqfan does that ^ fix your issue06:56
sileht?06:56
liushengsileht, I am trying to use tox06:56
*** nosnos has quit IRC06:57
silehtzqfan, I don't fix we can use nose, because of an issue with testscenarions and nose06:57
silehtfix/thing06:57
silehtthe nose/testscenarios issue: https://bugs.launchpad.net/testscenarios/+bug/87288706:58
zqfansileht, there are many such problems since tox has been used for a long while, and many test even source code doesn't obey the rule "import before use option", are we going to fix them all?06:58
llusileht: ping06:59
*** r3pl4y has joined #openstack-ceilometer06:59
silehtzqfan, only we someone needs it, we are not looking for all missing opt import07:00
silehtllu, o/07:00
lluabout your comment on https://review.openstack.org/#/c/98295/2/ceilometer/api/hooks.py07:00
lluI added a new parameter just following the DBHook convention, but actually no one is using that. Are you suggesting removing that?07:01
silehtllu, yes I guess we can07:02
lluok, thanks07:02
silehtllu, I'm ask the question is this way, in case I have missed something needed for future patch07:02
*** lsmola_ has joined #openstack-ceilometer07:05
llusileht: sorry, what do you mean by saying 'new attribute'? Do you refer to the new parameter when calling __init__() or do you refer to something else?07:06
lluI changed the pipeline_manager from class attribute to instance attribute so that we can correct mock the unittest07:06
silehtllu, sorry, I means 'new argument'07:07
llusileht, ok I got that.07:08
openstackgerritLianhao Lu proposed a change to openstack/ceilometer: Change pipeline_manager to instance attribute in hooks  https://review.openstack.org/9829507:11
*** zhikunliu has quit IRC07:13
*** Longgeek has joined #openstack-ceilometer07:16
*** Longgeek has quit IRC07:22
*** r0j4z0 has quit IRC07:55
*** amalagon_ has joined #openstack-ceilometer07:56
*** amalagon has quit IRC07:58
*** openstackgerrit has quit IRC08:02
*** vrovachev has joined #openstack-ceilometer08:03
*** openstackgerrit has joined #openstack-ceilometer08:06
*** renlt has quit IRC08:17
*** eglynn has joined #openstack-ceilometer08:19
*** kun_huang has joined #openstack-ceilometer08:20
*** _nadya_ has quit IRC08:30
openstackgerritliusheng proposed a change to openstack/ceilometer: Fix notification for NotImplemented record_events  https://review.openstack.org/9766908:46
*** Alexei_987 has joined #openstack-ceilometer08:48
*** _nadya_ has joined #openstack-ceilometer09:01
*** IvanBerezovskiy has joined #openstack-ceilometer09:02
*** kun_huang has quit IRC09:04
*** _cjones__ has joined #openstack-ceilometer09:06
*** Longgeek has joined #openstack-ceilometer09:07
DinaBelovafolks. o/09:10
DinaBelovaildikov_, eglynn - may you please take a look on the https://review.openstack.org/#/c/91408 - and the change it depends on (due to testing issues). Igor has day off today - so I'll try to fix your comments and recheck failing gates :D09:12
*** Longgeek has quit IRC09:12
DinaBelovait's almost done, I guess - Igor fixed at least all my and Nadya's comments :) it were lots of them :)09:12
*** _cjones_ has quit IRC09:14
*** zqfan has quit IRC09:14
*** zqfan has joined #openstack-ceilometer09:15
eglynnDinaBelova: looking now09:16
DinaBelovaeglynn, thank you sir!09:16
DinaBelovaas we all want to land it in j1 :)09:16
openstackgerritRikimaru Honjo proposed a change to openstack/ceilometer: Adds caches for image and flavor in compute agent  https://review.openstack.org/9830109:17
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Splits hbase storage code base  https://review.openstack.org/9872109:22
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Splits hbase storage code base  https://review.openstack.org/9872109:22
DinaBelovaeglynn, I don't want to run recheck on the https://review.openstack.org/#/c/95640/ and https://review.openstack.org/#/c/96699/ - as they need to be reverified. If you'll add your +2/A it might help to run gate jobs without the rechecks....09:25
DinaBelovaeglynn, may you do that, sir? as gate is still unstable really...09:25
eglynnDinaBelova: no probs, doing it now09:25
DinaBelovaeglynn, thanks!09:26
*** matsuhashi has quit IRC09:31
*** matsuhashi has joined #openstack-ceilometer09:31
DinaBelovasileht, thanks for the review of hbase events :) I've published the answer in the comments09:32
*** kun_huang has joined #openstack-ceilometer09:33
*** zqfan is now known as zqfan_sleep09:33
ildikov_DinaBelova: why does the HBase patch depend on the DBManagers refactor one?09:35
*** matsuhashi has quit IRC09:39
*** matsuhashi has joined #openstack-ceilometer09:40
*** erecio has quit IRC09:42
*** erecio has joined #openstack-ceilometer09:43
DinaBelovaildikov_, the answer is in the sileht's quesiton really09:46
DinaBelovaas currently (in our code) it's almost impossible to pass some (one) test for one backend09:47
DinaBelovaAlexei_987's change makes it easy09:47
DinaBelovaand available for the classes, methods, etc.09:47
ildikov_DinaBelova: hmm, I remembered that we had workarounds for this before, but maybe I mix it with smth else09:50
DinaBelovawell, yes, I don't know for sure, but Alexei_987 and Igor said me that's the best way to do this here09:51
*** _nadya_ has quit IRC09:51
ildikov_DinaBelova: ok09:56
*** kun_huang has quit IRC09:58
*** kun_huang has joined #openstack-ceilometer10:09
*** _nadya_ has joined #openstack-ceilometer10:17
DinaBelovaeglynn, thanks for the comments! please take a look on my answers - ityaptin will provide new patch set. As for the literal '+' - he'll investigate this moment too :)10:17
eglynnDinaBelova: cool, thanks!10:17
DinaBelovareally we forgot that Igor (and all Ukranians) have day-off today :D10:18
DinaBelovaso it was like a surprise :)10:18
*** kun_huang has quit IRC10:22
*** Longgeek has joined #openstack-ceilometer10:31
*** r3pl4y has quit IRC10:38
*** r3pl4y has joined #openstack-ceilometer10:39
openstackgerritPooja Tiwari proposed a change to openstack/ceilometer: Alarm default description update  https://review.openstack.org/9777710:41
openstackgerritPooja Tiwari proposed a change to openstack/ceilometer: Alarm default description update  https://review.openstack.org/9777710:50
*** matsuhashi has quit IRC10:51
*** r3pl4y_ has joined #openstack-ceilometer10:55
*** r3pl4y has quit IRC10:57
*** matsuhashi has joined #openstack-ceilometer10:58
*** kun_huang has joined #openstack-ceilometer11:03
*** _nadya__ has joined #openstack-ceilometer11:16
*** _nadya_ has quit IRC11:16
*** matsuhashi has quit IRC11:18
*** matsuhashi has joined #openstack-ceilometer11:19
*** kun_huang has quit IRC11:20
DinaBelovaHehe :)11:22
DinaBelovawhat I see in the qa channel :)11:22
DinaBelova[15:16:48]  <vrovachev> I see several strange issues with devstack+tempest now (at least speaking about ceilometer testing)11:22
DinaBelova[15:17:33]  <vrovachev> https://review.openstack.org/#/c/98344/ and https://review.openstack.org/#/c/95640/ seem to have one root for failings11:22
DinaBelova[15:17:54]  <vrovachev> so tempest job and ceilometerclient gate are failing because of one reason11:22
DinaBelova[15:18:01]  <vrovachev> although tests are different11:22
DinaBelova[15:18:21]  <vrovachev> in console.log it's seens that "wrong nova credentials" are provided11:22
DinaBelovaSo it looks like our ceilometerclient changes cannot be merged due to https://bugs.launchpad.net/tempest/+bug/1298472 somehow11:23
*** dmsimard_away is now known as dmsimard11:24
*** matsuhashi has quit IRC11:24
*** ityaptin has quit IRC11:25
openstackgerritArthur Svechnikov proposed a change to openstack/python-ceilometerclient: Add methods to resource classes  https://review.openstack.org/9155411:27
*** Ruetobas has quit IRC11:51
*** Ruetobas has joined #openstack-ceilometer11:57
*** Ruetobas has quit IRC12:01
*** jdob has joined #openstack-ceilometer12:07
*** erecio has quit IRC12:08
*** Ruetobas has joined #openstack-ceilometer12:08
*** inc0 has joined #openstack-ceilometer12:12
*** _nadya__ has quit IRC12:12
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Splits hbase storage code base  https://review.openstack.org/9872112:14
*** _nadya_ has joined #openstack-ceilometer12:14
*** _nadya_ has quit IRC12:23
*** thomasem has quit IRC12:25
*** _nadya_ has joined #openstack-ceilometer12:25
*** erecio has joined #openstack-ceilometer12:35
*** ildikov_ has quit IRC12:38
*** gordc has joined #openstack-ceilometer12:48
DinaBelovagordc, eglynn - btw - may you please take a look on the https://review.openstack.org/#/c/95613/3 as it's the dependency (as said, to avoid dirty code for tests) for hbase events change :)12:55
*** prad has joined #openstack-ceilometer12:55
*** rbowen has joined #openstack-ceilometer12:59
*** julim has joined #openstack-ceilometer13:01
openstackgerritIlya Tyaptin proposed a change to openstack/ceilometer: Refactor tests to remove direct access to test DBManagers  https://review.openstack.org/9561313:03
openstackgerritIlya Tyaptin proposed a change to openstack/ceilometer: [HBase] Implement events on HBase  https://review.openstack.org/9140813:03
eglynnDinaBelova: looking13:08
DinaBelovaeglynn, thanks!13:08
*** thomasem has joined #openstack-ceilometer13:15
_nadya_eglynn, DinaBelova, oh, please, take a look at my comments in patch set 813:16
* DinaBelova looking13:16
DinaBelova_nadya_, hehe, ityaptin provided other timestamp method at all :)13:18
DinaBelovais it ok? :)13:18
*** ityaptin has joined #openstack-ceilometer13:18
_nadya_no13:18
_nadya_no.jpg13:18
DinaBelova:D13:19
*** jaypipes has joined #openstack-ceilometer13:19
DinaBelovaityaptin - please fix Nadya's comment about timestamp method :)13:19
_nadya_ityaptin: Ilya please rename EVENTS_table to EVENT_table13:20
ityaptin_nadya_, ok)13:21
openstackgerritIlya Tyaptin proposed a change to openstack/ceilometer: Change using of limit argument in get_sample  https://review.openstack.org/9358513:21
DinaBelovaityaptin, you're quick :D13:22
DinaBelovaoh, that's other change, sorry13:22
ityaptinIt's other CR)13:22
*** palar has joined #openstack-ceilometer13:24
*** cmart has joined #openstack-ceilometer13:25
*** ccrouch has joined #openstack-ceilometer13:26
*** Alexei_987 has quit IRC13:27
*** jaypipes has quit IRC13:28
_nadya_eglynn: one more comment from me to events patch-set 8. Please take a look when you have time13:28
*** palar has quit IRC13:29
*** jaypipes has joined #openstack-ceilometer13:29
*** palar has joined #openstack-ceilometer13:30
eglynn_nadya_: do you mean in https://review.openstack.org/#/c/91408/8/ceilometer/storage/impl_hbase.py ?13:30
eglynn_nadya_: looking13:30
eglynn_nadya_: ... a-ha, k, so addressed in a subsequent patch, that's cool13:31
_nadya_eglynn: yep, I'll create a bug for this to be sure that it will be fixed13:31
eglynn_nadya_: cool, thanks!13:31
amalagon_morning eglynn!13:32
eglynn_nadya_: are you going to also review version 9 of that events patchset? (... just pushed)13:33
eglynn_nadya_: i.e. ... https://review.openstack.org/#/c/91408/9/ceilometer/storage/impl_hbase.py13:33
eglynnamalagon_: goo afternoon!13:33
eglynnamalagon_: 1:1 time?13:33
amalagon_sure13:33
_nadya_eglynn: I'm ok with it except timestamp method. Ilya will upload a new one soon so I will wait for it13:34
eglynn_nadya_: cool, I'll hold off until patchset-10 in that case also13:34
*** jaypipes has quit IRC13:34
*** jaypipes has joined #openstack-ceilometer13:35
*** jaypipes has quit IRC13:36
openstackgerritChristian Martinez proposed a change to openstack/ceilometer: Adding alarm list filtering by state and meter  https://review.openstack.org/9658213:36
*** jaypipes has joined #openstack-ceilometer13:38
*** vrovachev has quit IRC13:39
*** jaypipes has quit IRC13:45
*** jaypipes has joined #openstack-ceilometer13:46
*** jaypipes has quit IRC13:49
*** jaypipes has joined #openstack-ceilometer13:50
openstackgerritIlya Tyaptin proposed a change to openstack/ceilometer: [HBase] Implement events on HBase  https://review.openstack.org/9140813:54
*** Longgeek has quit IRC13:55
*** Longgeek has joined #openstack-ceilometer13:55
*** rwsu has joined #openstack-ceilometer14:04
openstackgerritPradeep Kilambi proposed a change to openstack/ceilometer: Metering LoadBalancer as a Service  https://review.openstack.org/9578414:09
openstackgerritPradeep Kilambi proposed a change to openstack/ceilometer-specs: Minor formatting and typo fixes for spec  https://review.openstack.org/9816514:09
*** _nadya_ has quit IRC14:10
*** ildikov has joined #openstack-ceilometer14:11
amalagon_hey jd__ o/14:13
*** _nadya_ has joined #openstack-ceilometer14:13
jd__hey amalagon_14:13
openstackgerritPradeep Kilambi proposed a change to openstack/ceilometer: Update Measurement Docs for LBaaS  https://review.openstack.org/9851314:14
amalagon_hi ~ I was wondering what the plans were on enabling keystone for gnocchi-api14:14
openstackgerritIlya Tyaptin proposed a change to openstack/ceilometer: [HBase] Implement events on HBase  https://review.openstack.org/9140814:23
*** Alexei_987 has joined #openstack-ceilometer14:34
*** r3pl4y_ has quit IRC14:41
*** fnaval has joined #openstack-ceilometer14:45
jd__amalagon_: no plan for now14:45
jd__but it's a 3 lines patches to enable authentication as we do in Ceilo14:45
*** psharma has quit IRC14:48
*** erecio has quit IRC14:48
*** erecio has joined #openstack-ceilometer14:49
*** erecio has quit IRC14:49
openstackgerritPradeep Kilambi proposed a change to openstack/ceilometer: Metering LoadBalancer as a Service  https://review.openstack.org/9578414:51
*** _nadya_ has quit IRC14:52
*** rongze has joined #openstack-ceilometer14:56
*** r3pl4y has joined #openstack-ceilometer14:59
*** thomasem has quit IRC15:00
*** fnaval has quit IRC15:00
*** fnaval has joined #openstack-ceilometer15:01
*** thomasem has joined #openstack-ceilometer15:03
cmartHello15:05
*** thomasem has quit IRC15:06
cmartDo you guys know if our alarm-list API supports pagination? I saw the DB drivers and they had this: raise NotImplementedError('Pagination not implemented') . Is there any plan to implement this in the near future?15:09
*** jaypipes has quit IRC15:09
*** cdent has joined #openstack-ceilometer15:10
*** erecio has joined #openstack-ceilometer15:12
openstackgerritSean Dague proposed a change to openstack/ceilometer: Change pipeline_manager to instance attribute in hooks  https://review.openstack.org/9829515:20
*** jaypipes has joined #openstack-ceilometer15:21
*** thomasem has joined #openstack-ceilometer15:22
eglynnsileht: o/15:23
eglynncmart: see https://github.com/openstack/ceilometer/blob/master/ceilometer/api/controllers/v2.py#213015:24
*** julim has quit IRC15:24
eglynncmart: also note the pagination capability is not set for alarms15:25
eglynncmart: so short answer is no15:25
cmarteglynn: OK! And there are no plans to do that, right?15:26
cmart(at least for medium term)15:26
eglynncmart: not that I'm aware of ... but as always, patches are welcome15:27
DinaBelovaeglynn, I guess cmart found some nice thing to do here :)15:28
cmarteglynn: because I was thinking on the alarm page, and the amount of alarms that could be retrieved on the admin side.. and then I thought about pagination15:28
openstackgerritVictor Stinner proposed a change to openstack/ceilometer: Respect $TMPDIR environment variable to run tests  https://review.openstack.org/9881815:28
cmartDinaBelova: hahaa.. Well, as soon as I finished the alarm page, I would be glad to do it15:29
DinaBelovaЖ)15:29
DinaBelovaoh, sorry15:29
DinaBelovawrong layout15:29
DinaBelovait was ":)"15:29
cmarteglynn: but maybe it is better to just show the entire table and then add some "cool filtering options" to it :)15:30
silehteglynn, o/15:30
*** inc0 has quit IRC15:31
eglynnsileht: just wondering about https://bugs.launchpad.net/ceilometer/+bug/132352415:32
eglynnsileht: ... you'd an idea on the source of the error and a possible fix, right?15:32
eglynnsileht: ... just wondering if you could propose a patch, if it's just a simple testr config change?15:32
eglynnsileht: ... I ask because sdague is getting concerned about the rate of ceilo unit test failures15:33
silehteglynn, ok I will revert just the timeout part of testr configuration15:34
eglynnsileht: excellent, thank you sir!15:34
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Removes per test testr timeout.  https://review.openstack.org/9882015:43
silehteglynn, ^^15:43
eglynnsileht: thank you sir!15:43
silehteglynn, my though about the real issue into the commit msg15:43
*** promulo_ has quit IRC15:43
*** rongze has quit IRC15:44
*** Ruetobas has quit IRC16:01
*** Ruetobas has joined #openstack-ceilometer16:03
*** IvanBerezovskiy has left #openstack-ceilometer16:04
*** Ruetobas has quit IRC16:08
*** ildikov_ has joined #openstack-ceilometer16:08
*** dmsimard is now known as dmsimard_away16:08
*** ildikov has quit IRC16:10
*** Ruetobas has joined #openstack-ceilometer16:14
*** _nadya_ has joined #openstack-ceilometer16:18
*** _nadya_ has quit IRC16:18
*** Longgeek has quit IRC16:19
*** jaypipes has quit IRC16:21
openstackgerritIlya Tyaptin proposed a change to openstack/ceilometer: [HBase] Implement events on HBase  https://review.openstack.org/9140816:23
openstackgerritPradeep Kilambi proposed a change to openstack/ceilometer: Update Measurement Docs for LBaaS  https://review.openstack.org/9851316:23
openstackgerritChristian Martinez proposed a change to openstack/ceilometer: Adding alarm list filtering by state and meter  https://review.openstack.org/9658216:26
*** rbowen has quit IRC16:42
*** rbowen has joined #openstack-ceilometer16:42
openstackgerritIldiko Vancsa proposed a change to openstack/ceilometer: Fix list of modules not included in auto-gen docs  https://review.openstack.org/9726816:48
openstackgerritIldiko Vancsa proposed a change to openstack/ceilometer: Fix Sphinx directive name in session.py  https://review.openstack.org/9883416:48
eglynnityaptin: I've +2'd https://review.openstack.org/91408 but I wonder if your latest patchset just missed Nadya leaving for the evening16:57
eglynnityaptin: ... if poss, it would be good to get her blessings also (as the hbase domain expert)16:57
ildikov_eglynn: BTW, I guess that patch cannot be mreged without its dependency, but correct me if I'm wrong here16:59
eglynnildikov_: you are not wrong16:59
eglynnildikov_: ... that dependency is somewhat unfortunate17:01
*** gordc has quit IRC17:01
ildikov_eglynn: yeap, this is my opinion too17:01
*** gordc has joined #openstack-ceilometer17:03
openstackgerritA change was merged to openstack/ceilometer: Fix notification for NotImplemented record_events  https://review.openstack.org/9766917:09
*** harlowja_away is now known as harlowja17:09
openstackgerritA change was merged to openstack/python-ceilometerclient: Avoid unnecessary stderr message when run test  https://review.openstack.org/9564017:15
openstackgerritA change was merged to openstack/ceilometer: Add missing explicit cfg option import  https://review.openstack.org/9869817:16
*** _nadya_ has joined #openstack-ceilometer17:18
*** nati_ueno has joined #openstack-ceilometer17:27
_nadya_ildikov_: hi! could you please take a look on my comment here https://review.openstack.org/#/c/91408/10/ceilometer/storage/impl_hbase.py ?17:28
*** eglynn has quit IRC17:31
_nadya_ildikov_: problem is solved :)17:36
openstackgerritPradeep Kilambi proposed a change to openstack/ceilometer: Metering LoadBalancer as a Service  https://review.openstack.org/9578417:36
openstackgerritPradeep Kilambi proposed a change to openstack/ceilometer: Update Measurement Docs for LBaaS  https://review.openstack.org/9851317:36
openstackgerritPradeep Kilambi proposed a change to openstack/ceilometer: Metering LoadBalancer as a Service  https://review.openstack.org/9578417:38
*** _nadya_ has quit IRC17:38
openstackgerritPradeep Kilambi proposed a change to openstack/ceilometer: Update Measurement Docs for LBaaS  https://review.openstack.org/9851317:38
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Removes per test testr timeout  https://review.openstack.org/9882017:43
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Splits hbase storage code base  https://review.openstack.org/9872117:45
*** cdent has quit IRC17:54
*** dmsimard_away is now known as dmsimard18:01
*** fnaval has quit IRC18:06
*** gibi has quit IRC18:10
*** jaypipes has joined #openstack-ceilometer18:15
*** erecio has quit IRC18:19
*** erecio has joined #openstack-ceilometer18:19
*** ildikov has joined #openstack-ceilometer18:27
*** ildikov|2 has joined #openstack-ceilometer18:29
*** ildikov has quit IRC18:29
*** ildikov_ has quit IRC18:30
*** nati_ueno has quit IRC18:31
*** r0j4z0 has joined #openstack-ceilometer18:34
*** nati_uen_ has joined #openstack-ceilometer18:34
*** thomasem has quit IRC18:37
*** _nadya_ has joined #openstack-ceilometer18:43
*** promulo has joined #openstack-ceilometer18:49
ildikov|2_nadya_: hi, sorry for not answering, sometimes my IRC client forgets to inform me about new messages...18:54
*** ildikov|2 is now known as ildikov18:54
ildikov_nadya_: I added a few nits and questions as comments to that patch18:55
*** _nadya_ has quit IRC18:55
*** eglynn has joined #openstack-ceilometer19:00
*** nati_ueno has joined #openstack-ceilometer19:02
*** erecio has quit IRC19:04
*** erecio has joined #openstack-ceilometer19:04
*** nati_uen_ has quit IRC19:06
*** rob_s_parker has quit IRC19:07
*** gibi has joined #openstack-ceilometer19:15
*** nati_ueno has quit IRC19:15
*** fnaval has joined #openstack-ceilometer19:16
*** thomasem has joined #openstack-ceilometer19:18
*** palar_ has joined #openstack-ceilometer19:19
*** thomasem has quit IRC19:20
*** thomasem has joined #openstack-ceilometer19:20
*** palar has quit IRC19:23
*** gibi has quit IRC19:23
*** palar_ has quit IRC19:25
*** gibi has joined #openstack-ceilometer19:27
*** r3pl4y has quit IRC19:33
*** yfujioka has joined #openstack-ceilometer19:40
*** thomasem_ has joined #openstack-ceilometer19:44
*** thomasem_ has quit IRC19:44
*** thomasem_ has joined #openstack-ceilometer19:45
*** thomasem has quit IRC19:46
openstackgerritIldiko Vancsa proposed a change to openstack/ceilometer: Fix list of modules not included in auto-gen docs  https://review.openstack.org/9726819:47
openstackgerritIldiko Vancsa proposed a change to openstack/ceilometer: Fix list of modules not included in auto-gen docs  https://review.openstack.org/9726819:48
*** yfujioka has quit IRC19:51
flwangjd__: ping19:55
flwangdhellmann: ping19:56
jd__flwang: ?19:57
flwangjd__: question about the db migration19:58
flwangjd__: just wanna know is there any best practice about migrating mysql to mongodb against Ceilometer19:58
*** eglynn has quit IRC19:58
jd__flwang: no19:59
flwangso seems it's not related to ceilometer, but a different database migrating issue, is it?20:00
*** julim has joined #openstack-ceilometer20:03
*** boris-42 has quit IRC20:08
*** boris-42 has joined #openstack-ceilometer20:13
*** jdob has quit IRC20:25
*** jdob has joined #openstack-ceilometer20:25
openstackgerritPradeep Kilambi proposed a change to openstack/ceilometer: Metering LoadBalancer as a Service  https://review.openstack.org/9578420:33
*** julim has quit IRC20:34
*** fnaval has quit IRC20:36
*** nati_ueno has joined #openstack-ceilometer20:40
*** fnaval has joined #openstack-ceilometer20:42
*** cmart has quit IRC20:53
openstackgerritPradeep Kilambi proposed a change to openstack/ceilometer: Update Measurement Docs for LBaaS  https://review.openstack.org/9851320:54
*** jdob has quit IRC20:59
*** flwang has quit IRC21:18
*** gordc1 has joined #openstack-ceilometer21:18
*** Underyx|off is now known as underyx21:18
*** gordc has quit IRC21:18
*** gordc1 is now known as gordc21:18
*** rbowen has quit IRC21:23
*** promulo has quit IRC21:29
*** thomasem_ has quit IRC21:39
*** thomasem has joined #openstack-ceilometer21:39
*** thomasem has quit IRC21:44
*** _nadya_ has joined #openstack-ceilometer21:56
*** _nadya_ has quit IRC22:00
*** nati_ueno has quit IRC22:08
*** isviridov_ has joined #openstack-ceilometer22:10
*** aviau has quit IRC22:15
*** isviridov has quit IRC22:17
*** eglynn has joined #openstack-ceilometer22:17
*** gordc has quit IRC22:25
openstackgerritPradeep Kilambi proposed a change to openstack/ceilometer: Metering LoadBalancer as a Service  https://review.openstack.org/9578422:30
*** dmsimard is now known as dmsimard_away22:42
*** eglynn has quit IRC22:46
*** nati_ueno has joined #openstack-ceilometer22:47
*** aviau has joined #openstack-ceilometer22:55
*** jogo has joined #openstack-ceilometer23:01
jogohi23:01
jogoso https://bugs.launchpad.net/ceilometer/+bug/132734423:01
jogo5 hits in the gate in the past 24 hours23:01
jogoI think that warrents higher then medium23:02
jogoeglynn-office: ^23:02
jogosame for https://bugs.launchpad.net/ceilometer/+bug/132352423:02
jogoit looks like your guys are the are the top gate breaker of gate after the ssh issues which are subsiding23:17
jogodhellmann: ^23:18
*** skelpter has joined #openstack-ceilometer23:21
*** nati_ueno has quit IRC23:22
*** promulo has joined #openstack-ceilometer23:23
*** nati_ueno has joined #openstack-ceilometer23:28
*** nati_uen_ has joined #openstack-ceilometer23:31
*** nati_ueno has quit IRC23:32
jogoanyone around?23:45
*** fnaval has quit IRC23:55

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