Wednesday, 2013-09-18

*** shakayumi has quit IRC00:05
*** jergerber has quit IRC00:09
*** nosnos has joined #openstack-metering00:18
*** shakayumi has joined #openstack-metering00:28
*** evanjfraser has quit IRC00:49
*** zzs has joined #openstack-metering01:00
*** zzs has left #openstack-metering01:04
*** nati_ueno has quit IRC01:09
*** flwang has quit IRC01:29
*** changbl has joined #openstack-metering01:47
*** evanjfraser has joined #openstack-metering01:49
*** fnaval_ has joined #openstack-metering01:52
*** flwang has joined #openstack-metering02:12
openstackgerritHaomeng,Wang proposed a change to openstack/ceilometer: The existing resource.resource_metadata column size is 5k chars, which is not enough for some large JSON metadata payload, so change to as Text column to make sure store all JSON string without truncating.  https://review.openstack.org/4506402:23
*** sdake_ has joined #openstack-metering02:50
*** sdake_ has joined #openstack-metering02:50
*** sdake_ has quit IRC03:12
*** Daviey has quit IRC03:13
*** evanjfraser has quit IRC03:18
*** evanjfraser_ has joined #openstack-metering03:18
*** Daviey has joined #openstack-metering03:23
*** evanjfraser_ has quit IRC03:29
*** shakayumi has quit IRC03:31
openstackgerritchenxiao proposed a change to openstack/ceilometer: Fixing ceilometer-dbsync errors when using DB2 and sqlalchemy  https://review.openstack.org/4697403:41
openstackgerritHaomeng,Wang proposed a change to openstack/ceilometer: Change resource.resource_metadata to text type  https://review.openstack.org/4506403:41
*** thomasm has joined #openstack-metering04:04
*** evanjfraser has joined #openstack-metering04:12
*** tasdomas_afk is now known as tasdomas04:21
*** thomasm has quit IRC04:23
*** SergeyLukjanov has joined #openstack-metering04:32
*** shakayumi has joined #openstack-metering04:37
*** boris-42 has joined #openstack-metering04:58
*** terriyu has quit IRC05:03
openstackgerritA change was merged to openstack/ceilometer: Fix a tiny mistake in api doc  https://review.openstack.org/4692305:17
*** evanjfraser has quit IRC05:22
*** boris-42 has quit IRC05:59
openstackgerritJenkins proposed a change to openstack/ceilometer: Imported Translations from Transifex  https://review.openstack.org/4708306:02
*** shakayumi has quit IRC06:09
*** sdake_ has joined #openstack-metering06:44
*** sdake_ has joined #openstack-metering06:44
*** haomeng_ has quit IRC06:46
*** haomeng has joined #openstack-metering06:46
openstackgerritChangBo Guo proposed a change to openstack/ceilometer: Use built-in print() instead of print statement  https://review.openstack.org/4709007:01
*** evanjfraser has joined #openstack-metering07:02
*** sdake_ has quit IRC07:04
*** neumerance has joined #openstack-metering07:17
neumerancehi guys07:18
neumeranceI would like to reset all data on my ceilometer07:18
neumeranceto start a new record07:18
neumeranceis there anyone knows how to do it?07:18
*** SergeyLukjanov has quit IRC07:20
lsmolaneumerance, do you use devstack?07:21
neumerancenope07:21
neumeranceI installed it manually07:21
lsmolaneumerance, then I guess you will have to reset your db (mongo?) :-)07:21
neumerancecan you show me how to do that07:22
lsmolaneumerance, I am not really a mongo person, but it should have something like drop all:-)07:23
neumerancenice ok thanks07:23
neumeranceI have another question07:23
lsmolaneumerance, a devstack script is dropping the db, so it should be probably hidden there :-)07:23
neumeranceIll check that07:23
*** haomeng has quit IRC07:24
neumerancehow to instruct ceilometer to update its api data for a certain minutes or seconds07:24
lsmolaneumerance, hmm not really dived into that07:24
lsmolaneumerance, though i did saw that this is the setting of the pollsters07:25
*** haomeng has joined #openstack-metering07:25
neumeranceOk I will check that07:25
lsmolaneumerance, from what i saw, pollster had hardcoded the period of data polling07:26
neumeranceso i need to search how to modify pollster then07:26
neumeranceis that the pipeline.yaml07:27
lsmolaneumerance, i guess it should be settable07:27
*** eglynn has quit IRC07:27
lsmolaneumerance, hmm I have checked just the code of the hardware agent, and it has a methods like cpu.util.15min, though the period seems not to be hardcoded07:29
lsmolaneumerance, to it will be settable somewhere07:30
neumeranceI think it was /etc/ceilometer/pipeline.yaml07:30
neumerancebu i am not sure I will try07:30
neumerancebu i am not sure, I will try07:30
lsmolaneumerance, oh yeah it seems to be the interval07:33
lsmolaneumerance, btw. they are calling it the polling cycle07:33
neumeranceit means this file is what I'm looking for?07:33
neumeranceanyway do you know how to restart all ceilometer services?07:34
lsmolaneumerance, http://lists.openstack.org/pipermail/openstack-dev/2013-July/011378.html07:34
neumeranceI have looking all over the internet but i cant find a tuts about it07:34
neumerancerestart ceilometer-api is not working07:35
lsmolaneumerance, well I do use devstack, so thats kind of easy07:35
lsmolaneumerance, what linux distro do you have?07:35
neumerancehow to do it in devstack?07:35
neumeranceubuntu 12,0407:35
lsmolaneumerance, well in devstack it runs only in screen, so I just restart it and run it manually, service per service07:36
lsmolaneumerance, so I guess it depends how you have installed it. it as system service, you should treat it that way07:37
neumeranceif i  reboot my server does it mean ceilometer services start on reboot as well?07:37
silehtjd__, hi, lets me know when you want to talk about my wsme issue07:38
lsmolaneumerance, that again depends how you have installed it :-)07:38
neumeranceI installed it with this tuts07:38
neumerancehttp://docs.openstack.org/developer/ceilometer/install/manual.html07:38
*** openstack has joined #openstack-metering09:17
*** SergeyLukjanov has joined #openstack-metering09:20
*** nati_ueno has quit IRC09:27
*** maksimov has joined #openstack-metering09:30
*** evanjfraser has quit IRC09:59
*** nosnos has quit IRC10:18
*** neumerance has quit IRC10:31
eglynnsileht: just thinking I may not have been very clear in my comment on putting both the target meter & the additional constraints in threshold rule query10:40
eglynn^^^ https://review.openstack.org/#/c/45085/8/ceilometer/api/controllers/v2.py10:40
eglynnsileht: so just to clarify, the thought was to promote the meter_name up to be a first class attribute of the rule (alongside period, statistic, threshold etc.)10:40
*** neumerance has joined #openstack-metering10:46
silehteglynn, ack, I agree, I have mixed query and meter_name because we have documented this but when I have wrote the _meter_name_from_query(query) it have think I go wrong11:25
*** maksimov has quit IRC11:27
silehteglynn, about the alarm change detection, if the evaluator use the new endpoint PUT /alarms/<id>/state to set the state, what do you think about always using RULE_CHANGE in PUT /alarms/<id> and STATE_TRANSITION in PUT /alarms/<id>/state11:31
eglynnsileht: ^^^ that sounds reasonable on the new state endpoint determining the state_transition event type11:40
silehteglynn, cool11:40
silehteglynn, otherwise wsme is really cool for the input validation :)11:41
eglynnsileht: yeah, nice touch for example putting a lower bound on the period provided11:42
openstackgerritHaomeng,Wang proposed a change to openstack/ceilometer: Change resource.resource_metadata to text type  https://review.openstack.org/4506411:47
openstackgerritChangBo Guo proposed a change to openstack/ceilometer: Use built-in print() instead of print statement  https://review.openstack.org/4709011:51
*** neumerance has quit IRC12:00
*** sandywalsh has joined #openstack-metering12:01
*** shengjie has joined #openstack-metering12:02
*** shengjie has quit IRC12:12
*** maksimov has joined #openstack-metering12:27
*** shang has quit IRC12:28
silehteglynn, that make sense to record the timestamp in the historique detail ? because the history already have a timestamp12:38
eglynnsileht: hmmm, do you mean in the case where the PUT alarm includes a timestamp setting provided by the API caller?12:42
* eglynn thought we set that back to wsme.Unset12:42
eglynnnope, we only do that for the state_timestamp12:43
eglynnhttps://github.com/openstack/ceilometer/blob/master/ceilometer/api/controllers/v2.py#L105312:43
eglynnsileht: so should we always be discarding any timestamp included by the caller in the POST or PUT alarm representation?12:44
*** fujioka has joined #openstack-metering12:45
eglynnsileht: (before we distill out the change to record)12:45
*** bpokorny has joined #openstack-metering12:45
silehteglynn, actually I have do that, timestamp is not modifiable by user12:45
eglynnsileht: so from a quick look at the existing code, seems the alarm timestamp (as opposed to the state_timestamp) is not being update on PUTs12:47
eglynns/update/updated/12:47
*** thomasm has joined #openstack-metering12:48
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Update oslo in ceilometer part2  https://review.openstack.org/4714212:48
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part2  https://review.openstack.org/4714312:48
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part3  https://review.openstack.org/4714412:48
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part4  https://review.openstack.org/4714512:48
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part5  https://review.openstack.org/4714612:48
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part6  https://review.openstack.org/4714712:48
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Update oslo in ceilometer part1  https://review.openstack.org/4647612:48
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part1  https://review.openstack.org/4648012:48
silehteglynn, we need to decide if this timestamp is the created one or the modified one :)12:49
silehtI prefer 'modify'12:49
eglynnsileht: so you'd fixed that timestamp not bing updated in https://review.openstack.org/#/c/45085/9/ceilometer/api/controllers/v2.py12:50
eglynnsileht: I thought it was the timestamp of the last alarm definition update12:50
eglynnsileht: as opposed to a creation timestamp12:50
silehteglynn, yes12:50
eglynnsileht: and your new code to distill out the change (modified fields excluding {state_}timestamp) will also take case of the timestamps not being repeated in the alarm history detail, or?12:52
silehteglynn, yes I drop all timestamp for hisotry detail only12:53
eglynnsileht: cool, I think that's the right to do12:54
eglynnsileht: s/right/right thing/12:54
*** maksimov has quit IRC13:06
*** julim has joined #openstack-metering13:11
*** fnaval_ has quit IRC13:12
*** fnaval_ has joined #openstack-metering13:13
*** fnaval_ has quit IRC13:18
*** fnaval_ has joined #openstack-metering13:37
*** maksimov has joined #openstack-metering13:37
thomasmHey all13:49
*** flwang has joined #openstack-metering13:52
lsmolahello13:59
*** EmilienM has quit IRC14:05
*** EmilienM has joined #openstack-metering14:07
*** terriyu has joined #openstack-metering14:08
*** julim has quit IRC14:12
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part4  https://review.openstack.org/4714514:18
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part3  https://review.openstack.org/4714414:18
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part6  https://review.openstack.org/4714714:18
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part5  https://review.openstack.org/4714614:18
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Update oslo in ceilometer part1  https://review.openstack.org/4647614:18
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part1  https://review.openstack.org/4648014:18
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part2  https://review.openstack.org/4714314:18
openstackgerritVladislav Kuzmin proposed a change to openstack/ceilometer: Update oslo in ceilometer part2  https://review.openstack.org/4714214:18
*** maksimov has quit IRC14:19
silehteglynn, I don't understand the comment here: https://review.openstack.org/#/c/41971/20/ceilometer/api/controllers/v2.py14:20
silehteglynn, the description already have the operator14:21
*** zaneb has joined #openstack-metering14:30
*** terriyu has quit IRC14:44
*** julim has joined #openstack-metering14:47
*** ruhe has joined #openstack-metering14:47
*** ruhe has quit IRC14:48
*** terriyu has joined #openstack-metering14:56
openstackgerritChangBo Guo proposed a change to openstack/ceilometer: Use built-in print() instead of print statement  https://review.openstack.org/4709014:57
*** herndon_ has joined #openstack-metering14:59
*** gordc has joined #openstack-metering14:59
*** nati_ueno has joined #openstack-metering15:12
*** maksimov has joined #openstack-metering15:15
*** herndon_ has quit IRC15:16
*** julim has quit IRC15:23
*** julim has joined #openstack-metering15:26
annegentlejd__: around? There's an intern wrap-up meeting in #opw on irc.gnome.org (might be late for you)15:26
jd__annegentle: yep, now?15:26
annegentlejd__: yeah, I'm in there (make your nick like jd_openstack_mentor) and join in if you can. terriyu hasn't gone yet15:27
terriyujd__: I'll try to ping you when my turn is up15:28
jd__terriyu: cool15:28
*** litong has joined #openstack-metering15:31
litong@eglynn, ping.15:33
annegentlego go go terriyu :)15:34
* annegentle just likes to be encouraging :)15:35
terriyuannegentle: you scared me, I thought it was my turn :)15:35
annegentleterriyu: hee hee. I thought that after I said the first go. then the next two were a bit much :)15:35
annegentleterriyu: I love how marina runs her meetings on irc15:36
annegentleso efficient15:36
terriyujd__: I put up my summary15:43
jd__terriyu: ack :)15:44
jd__what a mess :)15:44
*** nati_ueno has quit IRC15:51
*** herndon_ has joined #openstack-metering15:52
eglynnsileht: sorry, offline there for a while15:57
eglynnsileht: re the comment on https://review.openstack.org/#/c/41971/20/ceilometer/api/controllers/v2.py15:57
eglynnsileht: isn't the AlarmCombinationRule aware of the 'or' versus 'and'?15:57
silehteglynn, in operator and I use in to join all alarm ids15:58
eglynnsileht: d'oh! I'm blind ... sorry for the noise!15:59
silehteglynn, don't worry, it's a bit hidden :)15:59
silehteglynn, I have added my point of view for the partition assignements16:00
*** Ruetobas has quit IRC16:01
eglynnsileht: thanks, looking now16:02
*** Ruetobas has joined #openstack-metering16:04
litong@eglynn, can you please review this patch? https://review.openstack.org/#/c/46175/16:09
*** Ruetobas has quit IRC16:09
eglynnlitong: looking now ...16:10
litong@eglynn, thanks a lot.16:10
*** julim has quit IRC16:13
*** Ruetobas has joined #openstack-metering16:14
openstackgerritJulien Danjou proposed a change to openstack/ceilometer: tests: import pipeline config  https://review.openstack.org/4720016:18
jd__wtf16:22
jd__do we have a regression somewhere or what? http://logs.openstack.org/83/47083/1/gate/gate-ceilometer-python27/4c3d25f/console.html16:22
jd__gate is broken16:23
jd__I wonder if this is WSME related, dhellmann?16:23
*** litong has quit IRC16:23
*** maksimov has quit IRC16:23
jd__I'm going home right now, I hope it'll be fixed by tomorrow16:24
* jd__ looks at the channel with big eyes16:24
jd__:]16:24
silehtjd__, omg16:24
*** litong has joined #openstack-metering16:24
*** litong has quit IRC16:24
*** litong has joined #openstack-metering16:26
*** litong has quit IRC16:26
lsmolaeglynn, hello, I have updated the discussion16:27
eglynnlsmola: thanks16:27
lsmolaeglynn, thank you16:27
lsmolaeglynn, :-)16:27
*** litong has joined #openstack-metering16:29
*** litong has quit IRC16:30
*** litong has joined #openstack-metering16:32
*** litong has quit IRC16:32
*** litong has joined #openstack-metering16:33
*** litong has quit IRC16:33
*** litong has joined #openstack-metering16:34
*** litong has quit IRC16:34
*** SergeyLukjanov has quit IRC16:39
*** julim has joined #openstack-metering16:45
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Implement the combination evaluator  https://review.openstack.org/4283216:48
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Add alarm combination API  https://review.openstack.org/4197116:48
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Alarm API update  https://review.openstack.org/4508516:48
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Fix the developer documentation of the alarm API  https://review.openstack.org/4698016:48
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Provide new API endpoint for alarm state  https://review.openstack.org/4672416:48
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Refactor threshold evaluator  https://review.openstack.org/4670316:48
*** changbl has quit IRC16:48
*** julim has quit IRC17:15
*** julim has joined #openstack-metering17:17
*** litong has joined #openstack-metering17:23
*** nati_ueno has joined #openstack-metering17:29
*** EmilienM has quit IRC17:46
openstackgerritlitong01 proposed a change to openstack/ceilometer: refactor db2 get_meter_statistics method to support mongodb and db2  https://review.openstack.org/4617517:47
*** EmilienM has joined #openstack-metering17:49
litong@eglynn, seems this test case is failing tests.api.v2.test_alarm_scenarios.TestAlarms.test_delete_alarm(mongodb)17:55
litongwhich fails quite few patch sets.17:55
thomasmlitong, In master? I was having a bunch of issues with the tests this morning.17:56
thomasmNot to mention the tests just hanging when I introduce my migration I just wrote.17:56
litong@thomasm, yes, fail py27 and py26.17:56
eglynnlitong: a-ha, seems the response code returned has changed17:56
eglynnlitong: i.e. 200->20117:56
litong@eglynn, yes, should be 204,17:56
eglynnlitong: I'll look into fixing test ASAP17:56
litongI think for deleting should be 204,  no content.17:57
litongseems it expects 200.17:57
eglynnyep, true17:57
litongall related to either 201 or 204.17:58
litongshould be very easy to fix.17:59
eglynnyep, looking now17:59
eglynnI'm guessing triggered by a change in the latest WSME release https://pypi.python.org/pypi/WSME18:00
litong@eglynn, I run the test in my env, with no problems whatsoever.18:02
litongso I guess I have to update WSME to see the problems in my env.18:02
eglynnlitong: yep, me too, older WSME in my tox cache18:02
litonglet me try that.18:02
*** terriyu has quit IRC18:02
litongthe latest code shows we need WSME>=0.5b2, is that the latest requirement?18:04
litong@eglynn, not sure that is all the problem. I have latest env. and I run the tests in my env. it all passed without any problem.18:08
litongunless Jenkins has something that I do not.18:08
eglynn@litong: jenkins runs against a mirror of pypi18:08
eglynnhttp://pypi.openstack.org/openstack/WSME/18:09
eglynnlitong: ^^^ note the 0.5b518:09
litongso to reproduce the problem, we need to use 0.5b5?18:09
litongshall we update our dependencies?18:10
litongI mean in the requirements.txt file,18:11
openstackgerritEoghan Glynn proposed a change to openstack/ceilometer: Update alarm scenario test for correct status codes  https://review.openstack.org/4721918:12
eglynnlitong: well I'd guess that the central requirements would have to be updated first18:12
eglynnlitong: I just proposed a quick patch hopefully to unblock gate18:13
litongk18:14
eglynnlitong: I need to head home from the office shortly, will be back on-line later and take another look at this (specifically the question of updating the requirements version)18:15
litongThat is fine, if you want me to update the requirements.txt to make it 0.5b5, I can do that.18:15
openstackgerritEoghan Glynn proposed a change to openstack/ceilometer: Update alarm scenario test for correct status codes  https://review.openstack.org/4721918:17
eglynnlitong: yeah, cool if you want to go ahead do the requirements change18:17
eglynnlitong: BTW in a totally fresh tox env spun up just now, I see WSME-0.5b5 being pulled down and the same failures as in the gate ...18:20
eglynnlitong: right-o gotta run ... laters18:20
litongThanks. will do.18:20
litongk18:21
*** changbl has joined #openstack-metering18:22
*** eglynn has quit IRC18:26
*** EmilienM has quit IRC18:29
openstackgerritgordon chung proposed a change to openstack/ceilometer: WSME 0.5b5 breaking unit tests  https://review.openstack.org/4722118:31
*** EmilienM has joined #openstack-metering18:32
*** terriyu has joined #openstack-metering18:41
openstackgerritgordon chung proposed a change to openstack/ceilometer: WSME 0.5b5 breaking unit tests  https://review.openstack.org/4722118:48
*** annegentle has quit IRC18:56
litong@gordon, ping19:12
*** maksimov has joined #openstack-metering19:14
*** maksimov has quit IRC19:15
*** maksimov has joined #openstack-metering19:16
*** eglynn has joined #openstack-metering19:17
*** Ruetobas has quit IRC19:17
*** Ruetobas has joined #openstack-metering19:19
*** sdake_ has joined #openstack-metering19:20
*** litong has quit IRC19:23
*** Ruetobas has quit IRC19:23
*** litong has joined #openstack-metering19:24
*** litong has quit IRC19:24
*** eglynn has quit IRC19:25
*** litong has joined #openstack-metering19:25
gordclitong: on a call.19:25
*** litong has quit IRC19:26
*** litong has joined #openstack-metering19:27
*** litong has quit IRC19:27
*** litong has joined #openstack-metering19:27
*** litong has quit IRC19:27
*** litong has joined #openstack-metering19:28
*** litong has quit IRC19:28
*** litong has joined #openstack-metering19:28
*** litong has quit IRC19:30
*** sandywalsh has quit IRC19:30
*** Ruetobas has joined #openstack-metering19:30
*** litong has joined #openstack-metering19:31
*** litong has quit IRC19:33
*** litong has joined #openstack-metering19:35
*** litong has quit IRC19:37
*** litong has joined #openstack-metering19:37
*** gordc has quit IRC19:39
*** litong has quit IRC19:41
*** sdake_ has quit IRC19:41
*** litong has joined #openstack-metering19:43
*** litong has quit IRC19:44
*** zzs has joined #openstack-metering19:45
*** litong has joined #openstack-metering19:45
*** litong has quit IRC19:47
*** sandywalsh has joined #openstack-metering19:47
*** sdake_ has joined #openstack-metering19:48
*** litong has joined #openstack-metering19:48
*** litong has quit IRC19:53
*** litong has joined #openstack-metering19:54
*** litong has quit IRC19:57
*** sandywalsh has quit IRC19:57
*** litong has joined #openstack-metering19:57
*** litong has quit IRC19:59
*** litong has joined #openstack-metering19:59
*** herndon_ has quit IRC20:01
*** julim has quit IRC20:02
*** gordc has joined #openstack-metering20:02
*** herndon_ has joined #openstack-metering20:02
*** litong has quit IRC20:03
*** litong has joined #openstack-metering20:04
*** litong has quit IRC20:07
*** eglynn has joined #openstack-metering20:07
*** evanjfraser has joined #openstack-metering20:07
*** litong has joined #openstack-metering20:07
*** litong has quit IRC20:08
*** litong has joined #openstack-metering20:08
*** litong has quit IRC20:10
*** gordc has quit IRC20:11
*** litong has joined #openstack-metering20:11
*** sandywalsh has joined #openstack-metering20:13
*** litong has quit IRC20:13
*** litong has joined #openstack-metering20:14
*** litong has quit IRC20:18
*** gordc has joined #openstack-metering20:18
*** litong has joined #openstack-metering20:19
*** litong has quit IRC20:22
*** litong has joined #openstack-metering20:22
*** gordc has quit IRC20:22
*** sdake_ has quit IRC20:22
*** gordc has joined #openstack-metering20:22
*** litong has quit IRC20:27
*** litong has joined #openstack-metering20:28
*** litong has quit IRC20:28
*** litong has joined #openstack-metering20:29
*** annegentle has joined #openstack-metering20:29
*** litong has quit IRC20:29
*** litong has joined #openstack-metering20:30
*** SergeyLukjanov has joined #openstack-metering20:31
*** gordc has quit IRC20:31
*** litong has quit IRC20:32
*** gordc has joined #openstack-metering20:32
*** litong has joined #openstack-metering20:33
*** litong has quit IRC20:35
*** litong has joined #openstack-metering20:37
*** litong has quit IRC20:37
*** litong has joined #openstack-metering20:37
*** litong has quit IRC20:38
*** litong has joined #openstack-metering20:40
gordceglynn: i noticed your patch after i submitted mine. should i drop mine? you just need to copy/fix the gettextutils.Message issue to resolve the the rest of failing tests in your patch.20:41
litong@gordc, I am working on that problem as well.20:42
*** eglynn has quit IRC20:42
litongseems we are trying to solve the same problem.20:43
gordclitong, check out my patch: https://review.openstack.org/#/c/47221/20:43
gordchere's the bug i opened... should explain what's broken. https://bugs.launchpad.net/ceilometer/+bug/122726420:43
litong@gordc, you dropped the changes in the requirements.txt, any reason?20:44
*** litong has quit IRC20:44
*** litong has joined #openstack-metering20:45
*** litong has quit IRC20:45
*** litong has joined #openstack-metering20:49
*** litong has quit IRC20:49
*** boris-42 has quit IRC20:51
*** tong|2 has joined #openstack-metering20:52
gordclitong, requirements update hasn't gone through yet (https://review.openstack.org/#/c/46081/) -- we don't really need it to get current tests to pass since infra is set up to pick up latest version if you have requirement set to '>='20:52
*** mahipal has joined #openstack-metering20:54
*** zaneb has quit IRC20:54
openstackgerritA change was merged to stackforge/pycadf: DNS names may not map to service catalog values  https://review.openstack.org/4705520:54
openstackgerritA change was merged to stackforge/pycadf: update tox to 1.6  https://review.openstack.org/4705620:55
tong|2@gordc, the problem is that if we do not update our own env, some of the problems can not be caught before we submit the patch.20:55
gordcright. https://review.openstack.org/#/c/46081/ patch needs to merge before we can do anything on ceilometer side20:56
*** maksimov has quit IRC20:57
tong|2@gordc, ok20:57
*** eglynn has joined #openstack-metering20:57
*** herndon_ has quit IRC21:00
*** tong|2 has quit IRC21:00
*** herndon_ has joined #openstack-metering21:03
*** eglynn has quit IRC21:04
*** sdake_ has joined #openstack-metering21:12
*** sdake_ has joined #openstack-metering21:12
*** shardy is now known as shardy_afk21:14
*** tasdomas is now known as tasdomas_afk21:14
*** sdake_ has quit IRC21:20
*** sdake_ has joined #openstack-metering21:20
*** sdake_ has joined #openstack-metering21:20
*** thomasm has quit IRC21:28
*** sdake_ has quit IRC21:48
*** eglynn has joined #openstack-metering22:00
*** evanjfraser has quit IRC22:00
*** julim has joined #openstack-metering22:07
*** bpokorny has quit IRC22:08
*** maksimov has joined #openstack-metering22:08
*** evanjfraser has joined #openstack-metering22:13
*** zzs has left #openstack-metering22:14
*** julim has quit IRC22:15
*** julim has joined #openstack-metering22:26
*** sbadia_ has joined #openstack-metering22:27
*** changbl has quit IRC22:35
*** sbadia_ is now known as sbadia22:36
*** julim has quit IRC22:47
*** sbadia has quit IRC22:56
*** sbadia has joined #openstack-metering22:57
*** julim has joined #openstack-metering22:59
*** herndon_ has quit IRC23:00
*** julim has quit IRC23:16
*** sbadia has quit IRC23:31
*** sbadia has joined #openstack-metering23:33
*** maksimov has quit IRC23:35
*** sbadia has left #openstack-metering23:41
*** sbadia has joined #openstack-metering23:42
*** changbl has joined #openstack-metering23:52
*** fnaval_ has quit IRC23:56
*** evanjfraser has quit IRC23:57

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