*** chlong has quit IRC | 00:05 | |
*** KrishR has quit IRC | 00:07 | |
*** ge has quit IRC | 00:47 | |
yuywz | zqfan: hi Zhiqiang, are you around? | 00:59 |
---|---|---|
yuywz | zqfan: a question about these two patches https://review.openstack.org/#/c/232976/ and https://review.openstack.org/#/c/310983/ | 01:00 |
yuywz | zqfan: 310983 depends on 232976, but they need to modify the same file 'ceilometer/tests/unit/network/statistics/test_statistics.py' | 01:01 |
yuywz | zqfan: so how to deal with this situation? thanks | 01:02 |
liusheng | yuywz: you may need to dependency between these two patches :) | 01:04 |
liusheng | yuywz: just rebase one on another | 01:05 |
yuywz | thanks liusheng, I'll try that | 01:05 |
openstackgerrit | zhangguoqing proposed openstack/gnocchi: add unit column for metric https://review.openstack.org/312489 | 01:15 |
*** thorst_ has joined #openstack-telemetry | 01:20 | |
*** thorst_ has quit IRC | 01:24 | |
*** chlong has joined #openstack-telemetry | 01:30 | |
zqfan | +1 to liusheng | 01:41 |
openstackgerrit | zhangguoqing proposed openstack/gnocchi: add unit column for metric https://review.openstack.org/312489 | 01:44 |
*** ljxiash has joined #openstack-telemetry | 02:22 | |
*** ljxiash has quit IRC | 02:25 | |
*** ljxiash has joined #openstack-telemetry | 02:26 | |
*** ljxiash has quit IRC | 02:30 | |
*** ljxiash has joined #openstack-telemetry | 02:35 | |
yuywz | zqfan and liusheng: thanks and I tried to rebase 310983 on 232976, but struggling with the 'squash commits first' error message... | 02:46 |
zqfan | since I'm a noob to git, I always use dedicate branch for each patch, so rebase between them is pretty easy to understand for me | 02:48 |
zqfan | for example, you have the 232976 in a branch named A, it is update to date, then 310983 in another branch named B, then checkout B, rebase A, resolve conflict, add it, git rebase --continue, done | 02:50 |
yuywz | yes It's easy to do rebasing between two branches in normal case, and I also do that frequently | 02:50 |
zqfan | but I think this is not the way for git expert to use | 02:51 |
yuywz | but I've no idea why I failed this time | 02:51 |
liusheng | yuywz: is there unstaged changes in each branch ? | 02:51 |
yuywz | liusheng: no | 02:51 |
zqfan | use git log to check what you have in the history | 02:52 |
zqfan | or git rebase --abort, git rebase A -i | 02:52 |
liusheng | yuywz: please try to use git rebase -i ( rebase 310983 on 232976) | 02:52 |
yuywz | first I ran 'git rabase 232976' on branch 310983, then I modified the merge conflicted files, then 'git add' and 'git rebase --continue' and 'git commit --amend', eventually when I ran 'git review', the 'squash commit first' error raised up | 02:55 |
yuywz | will the "depend-on" tag in 310983 commit message affects the rebase? | 02:56 |
yuywz | I never "depends-on" a patch before | 02:56 |
liusheng | yuywz: "depends-on" is only used for cross repository changes | 02:56 |
yuywz | liusheng: ah.... so I should't use it here | 02:57 |
liusheng | I am also not a git expert, but the recommended process are: 1. update the master branch; 2. (232976) git rebase master; 3. (310983)git rebase -i (232976) (if the interactively window have multiple items, pleasee delete them except the last item); 4. handle the conflict and git add. ;git rebase --continue | 03:00 |
yuywz | liusheng: thx, I'll try again, but how to mark 310983 is depends on 232976 if "depends-on" tag is not the right way to do this? | 03:02 |
liusheng | yuywz: if you have create dependency of them, type "git review" on the dependent patch, and then git reiview will reminder you to input a "yes" if you want to push multiple commits | 03:06 |
yuywz | liusheng: thx, got it | 03:08 |
*** ljxiash has quit IRC | 03:20 | |
*** ljxiash has joined #openstack-telemetry | 03:20 | |
openstackgerrit | Merged openstack/ceilometer: event: verify signature before recording events for all dispatchers https://review.openstack.org/311518 | 03:24 |
*** ljxiash has quit IRC | 03:25 | |
*** julim has quit IRC | 03:33 | |
*** julim has joined #openstack-telemetry | 03:33 | |
*** ljxiash has joined #openstack-telemetry | 03:35 | |
*** vinaypotluri has quit IRC | 03:50 | |
*** links has joined #openstack-telemetry | 04:02 | |
*** yprokule has joined #openstack-telemetry | 04:17 | |
zqfan | yuywz: if you come across 'squash commits first' when you run git review, you probably only need to type `yes`, it will upload two patches, and it is expected....... | 04:23 |
zqfan | because you indeed want to upload two patches | 04:23 |
*** dave-mcc_ has quit IRC | 04:26 | |
*** achatterjee__ has joined #openstack-telemetry | 04:57 | |
achatterjee__ | Hi, I want to monitor notifications from Trove using ceilometer. I've installed Trove from mitaka installation documentation. After completing all necessary configuration and enabling the service, when I hit 'trove list', I get ERROR: Service Unavailable (HTTP 503). Any insight would be helpful. | 04:59 |
openstackgerrit | Wenzhi Yu proposed openstack/ceilometer: Set the time point polling starts as timestamp of samples https://review.openstack.org/232976 | 05:35 |
*** apoorv has joined #openstack-telemetry | 05:39 | |
*** apoorv has quit IRC | 05:43 | |
zqfan | achatterjee__: go to room openstack-trove and ask for help, thanks | 05:48 |
achatterjee__ | thanks | 05:48 |
*** apoorv has joined #openstack-telemetry | 05:48 | |
*** p01nt3r75 has quit IRC | 05:50 | |
*** tomoiaga has joined #openstack-telemetry | 05:51 | |
*** ljxiash has quit IRC | 06:09 | |
*** ljxiash has joined #openstack-telemetry | 06:09 | |
*** vishwanathj has quit IRC | 06:13 | |
*** ljxiash has quit IRC | 06:14 | |
*** ljxiash has joined #openstack-telemetry | 06:15 | |
*** jkraj has joined #openstack-telemetry | 06:17 | |
*** ljxiash has quit IRC | 06:19 | |
*** ljxiash has joined #openstack-telemetry | 06:20 | |
*** lsmola has joined #openstack-telemetry | 06:22 | |
*** ljxiash has quit IRC | 06:26 | |
*** ljxiash has joined #openstack-telemetry | 06:26 | |
openstackgerrit | Wenzhi Yu proposed openstack/ceilometer: Drop timestamping in pollsters https://review.openstack.org/310983 | 06:29 |
*** ljxiash has quit IRC | 06:31 | |
yuywz | zqfan and liusheng: thanks for your patient help, finally I solved the gerrit issue | 06:32 |
*** ljxiash has joined #openstack-telemetry | 06:43 | |
*** achatterjee__ has quit IRC | 06:44 | |
*** ljxiash has quit IRC | 06:47 | |
*** ljxiash has joined #openstack-telemetry | 06:49 | |
*** achatterjee__ has joined #openstack-telemetry | 06:50 | |
*** ljxiash has quit IRC | 06:50 | |
*** ljxiash has joined #openstack-telemetry | 06:56 | |
*** ljxiash has quit IRC | 06:56 | |
*** ljxiash has joined #openstack-telemetry | 06:56 | |
*** permalac has joined #openstack-telemetry | 07:06 | |
*** jmccarthy has joined #openstack-telemetry | 07:09 | |
*** jmccarthy has left #openstack-telemetry | 07:09 | |
*** liamji has joined #openstack-telemetry | 07:13 | |
*** ljxiash has quit IRC | 07:21 | |
*** nadya has joined #openstack-telemetry | 07:24 | |
*** ljxiash has joined #openstack-telemetry | 07:26 | |
*** ljxiash has quit IRC | 07:31 | |
*** ljxiash has joined #openstack-telemetry | 07:37 | |
*** openstackstatus has quit IRC | 07:38 | |
*** openstackstatus has joined #openstack-telemetry | 07:39 | |
*** ChanServ sets mode: +v openstackstatus | 07:39 | |
*** nadya has quit IRC | 07:46 | |
*** chlong has quit IRC | 07:54 | |
*** ildikov_ has joined #openstack-telemetry | 07:56 | |
*** ildikov has quit IRC | 07:58 | |
*** ildikov_ is now known as ildikov | 07:58 | |
openstackgerrit | ZhiQiang Fan proposed openstack/ceilometer: update help string for messaging_urls https://review.openstack.org/313266 | 07:59 |
*** nadya has joined #openstack-telemetry | 08:02 | |
openstackgerrit | Merged openstack/ceilometer: Remove unused pylintrc https://review.openstack.org/311874 | 08:17 |
*** shardy has joined #openstack-telemetry | 08:28 | |
*** pcaruana has joined #openstack-telemetry | 08:36 | |
*** yassine has joined #openstack-telemetry | 08:40 | |
*** yassine is now known as Guest46916 | 08:40 | |
*** Guest46916 is now known as yassou | 08:41 | |
*** tesseract has joined #openstack-telemetry | 08:56 | |
*** tesseract is now known as Guest42930 | 08:56 | |
*** nadya has quit IRC | 09:04 | |
*** ljxiash has quit IRC | 09:51 | |
*** jkraj has quit IRC | 09:57 | |
*** ljxiash has joined #openstack-telemetry | 09:57 | |
*** ljxiash has quit IRC | 10:01 | |
*** ekarlso has quit IRC | 10:08 | |
*** cdent has joined #openstack-telemetry | 10:22 | |
*** hparekh has quit IRC | 10:50 | |
*** nadya has joined #openstack-telemetry | 10:55 | |
*** hparekh has joined #openstack-telemetry | 11:03 | |
*** yprokule has quit IRC | 11:05 | |
*** jmccarthy has joined #openstack-telemetry | 11:17 | |
*** jmccarthy has left #openstack-telemetry | 11:17 | |
*** apoorv has quit IRC | 11:19 | |
*** liamji has quit IRC | 11:58 | |
*** maestro has joined #openstack-telemetry | 12:16 | |
*** ekarlso has joined #openstack-telemetry | 12:19 | |
*** gordc has joined #openstack-telemetry | 12:21 | |
*** alejandrito has joined #openstack-telemetry | 12:52 | |
*** achatterjee__ has quit IRC | 12:58 | |
*** nadya has quit IRC | 13:01 | |
*** sergio___nubeliu has quit IRC | 13:04 | |
*** peristeri has joined #openstack-telemetry | 13:10 | |
*** pcaruana has quit IRC | 13:25 | |
openstackgerrit | ZhiQiang Fan proposed openstack/ceilometer: remove record_metering_data method from collector https://review.openstack.org/313547 | 13:25 |
*** thorst_ has joined #openstack-telemetry | 13:31 | |
*** jwcroppe has joined #openstack-telemetry | 13:32 | |
*** KrishR has joined #openstack-telemetry | 13:32 | |
*** nadya has joined #openstack-telemetry | 13:33 | |
*** BigWillie has joined #openstack-telemetry | 13:34 | |
*** thorst_ has quit IRC | 13:35 | |
*** thorst_ has joined #openstack-telemetry | 13:37 | |
openstackgerrit | ZhiQiang Fan proposed openstack/ceilometer: Verify message's signature for every dispatcher https://review.openstack.org/311519 | 13:41 |
*** thorst_ has quit IRC | 13:41 | |
*** jwcroppe_ has joined #openstack-telemetry | 13:43 | |
*** jwcroppe has quit IRC | 13:46 | |
*** thorst_ has joined #openstack-telemetry | 13:50 | |
*** jwcroppe has joined #openstack-telemetry | 13:54 | |
openstackgerrit | ZhiQiang Fan proposed openstack/ceilometer: Verify message's signature for every dispatcher https://review.openstack.org/311519 | 13:56 |
*** jwcroppe_ has quit IRC | 13:57 | |
*** jkraj has joined #openstack-telemetry | 13:58 | |
*** ametts has joined #openstack-telemetry | 14:00 | |
*** vinaypotluri has joined #openstack-telemetry | 14:01 | |
*** rbak_ has joined #openstack-telemetry | 14:02 | |
*** maestro has quit IRC | 14:03 | |
*** alejandrito has quit IRC | 14:05 | |
*** catintheroof has joined #openstack-telemetry | 14:05 | |
*** jkraj has quit IRC | 14:11 | |
*** nadya has quit IRC | 14:12 | |
*** catintheroof has quit IRC | 14:15 | |
*** vishwanathj has joined #openstack-telemetry | 14:15 | |
*** jwcroppe has quit IRC | 14:16 | |
-openstackstatus- NOTICE: Zuul is currently recovering from a large number of changes, it will take a few hours until your job is processed. Please have patience and enjoy a great weekend! | 14:16 | |
*** links has quit IRC | 14:17 | |
*** jwcroppe has joined #openstack-telemetry | 14:17 | |
openstackgerrit | ZhiQiang Fan proposed openstack/ceilometer: fix opts.list_opts for polling options https://review.openstack.org/311514 | 14:17 |
*** r-daneel has joined #openstack-telemetry | 14:26 | |
*** catintheroof has joined #openstack-telemetry | 14:27 | |
*** jwcroppe has quit IRC | 14:30 | |
openstackgerrit | ZhiQiang Fan proposed openstack/ceilometer: split discover into different namespaces https://review.openstack.org/311592 | 14:34 |
openstackgerrit | ZhiQiang Fan proposed openstack/ceilometer: start partition coordinator only when there is a group to join https://review.openstack.org/311593 | 14:34 |
openstackgerrit | ZhiQiang Fan proposed openstack/ceilometer: devstack: disable workload_partition for compute polling https://review.openstack.org/311594 | 14:34 |
*** dave-mccowan has joined #openstack-telemetry | 14:35 | |
*** thorst_ has quit IRC | 14:36 | |
*** jwcroppe has joined #openstack-telemetry | 14:37 | |
*** tomoiaga has quit IRC | 14:37 | |
*** thorst_ has joined #openstack-telemetry | 14:40 | |
-openstackstatus- NOTICE: Zuul has been restarted. As a results, we only preserved patches in the gate queue. Be sure to recheck your patches in gerrit if needed. | 14:47 | |
*** jwcroppe_ has joined #openstack-telemetry | 14:48 | |
*** nadya has joined #openstack-telemetry | 14:49 | |
*** jwcroppe has quit IRC | 14:52 | |
*** Guest42930 has quit IRC | 15:05 | |
*** david-lyle has joined #openstack-telemetry | 15:06 | |
vishwanathj | hi looking for guidance on what the local.conf should look like for enabling ceilometer-acompute on a compute node....adding lines "enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer" and "disable_service ceilometer-acentral,ceilometer-collector,ceilmeter-api,ceilometer-anotification" does not seem to work and devstack tries to create user ceilometer from compute node that fails ... if there is a link | 15:07 |
vishwanathj | that has devstack instructions for controller and compute node would be appreciated...thanks in advance | 15:07 |
*** jwcroppe has joined #openstack-telemetry | 15:12 | |
openstackgerrit | Merged openstack/aodh: [Trivial] Improve alarm reason text https://review.openstack.org/310659 | 15:12 |
*** r-mibu has quit IRC | 15:13 | |
*** r-mibu has joined #openstack-telemetry | 15:13 | |
*** jwcroppe_ has quit IRC | 15:16 | |
*** jwcroppe has quit IRC | 15:17 | |
*** catintheroof has quit IRC | 15:36 | |
*** nadya has quit IRC | 15:40 | |
*** nadya has joined #openstack-telemetry | 15:44 | |
*** nadya has quit IRC | 15:48 | |
*** nadya has joined #openstack-telemetry | 15:48 | |
*** dave-mccowan has quit IRC | 15:50 | |
*** nadya has quit IRC | 15:51 | |
*** thorst_ has quit IRC | 15:51 | |
gordc | vishwanathj: our devstack plugin isn't really configured for multiple nodes. | 15:57 |
gordc | vishwanathj: probably easier to just configure everything on controller and then manually add compute agent to compute node and copy over ceilometer.conf | 15:57 |
gordc | ... or use packstack | 15:57 |
*** thorst_ has joined #openstack-telemetry | 15:58 | |
*** thorst_ has quit IRC | 16:01 | |
*** thorst_ has joined #openstack-telemetry | 16:01 | |
*** jdandrea has quit IRC | 16:04 | |
*** jdandrea has joined #openstack-telemetry | 16:05 | |
*** nadya has joined #openstack-telemetry | 16:06 | |
*** vinaypotluri has quit IRC | 16:10 | |
vishwanathj | gordc appreciate your response, I was thinking I was doing something wrong | 16:11 |
vishwanathj | gordc can you share additional details on how I can manually add compute agent to compute node that has devstack running | 16:11 |
*** vinaypotluri has joined #openstack-telemetry | 16:18 | |
openstackgerrit | Merged openstack/ceilometer: remove deprecated option database_connection https://review.openstack.org/309826 | 16:24 |
*** beisner has quit IRC | 16:25 | |
*** catintheroof has joined #openstack-telemetry | 16:27 | |
*** peristeri has quit IRC | 16:28 | |
*** tasdomas has quit IRC | 16:29 | |
*** KrishR has quit IRC | 16:29 | |
*** thorst_ has quit IRC | 16:29 | |
*** KrishR has joined #openstack-telemetry | 16:30 | |
*** tasdomas has joined #openstack-telemetry | 16:32 | |
*** thorst_ has joined #openstack-telemetry | 16:33 | |
*** beisner has joined #openstack-telemetry | 16:34 | |
*** peristeri has joined #openstack-telemetry | 16:41 | |
*** thorst_ has quit IRC | 16:41 | |
*** nadya has quit IRC | 16:43 | |
*** thorst_ has joined #openstack-telemetry | 16:44 | |
*** thorst_ has quit IRC | 16:48 | |
*** thorst_ has joined #openstack-telemetry | 16:50 | |
*** thorst_ has quit IRC | 16:55 | |
*** thorst_ has joined #openstack-telemetry | 16:56 | |
*** thorst_ has quit IRC | 17:01 | |
*** shardy has quit IRC | 17:02 | |
*** thorst_ has joined #openstack-telemetry | 17:02 | |
openstackgerrit | Merged openstack/ceilometer: update help string for messaging_urls https://review.openstack.org/313266 | 17:03 |
*** jwcroppe has joined #openstack-telemetry | 17:05 | |
*** jwcroppe_ has joined #openstack-telemetry | 17:07 | |
*** thorst_ has quit IRC | 17:07 | |
*** thorst_ has joined #openstack-telemetry | 17:08 | |
*** jwcroppe has quit IRC | 17:10 | |
*** thorst_ has quit IRC | 17:17 | |
*** dave-mccowan has joined #openstack-telemetry | 17:17 | |
*** thorst_ has joined #openstack-telemetry | 17:19 | |
*** jwcroppe has joined #openstack-telemetry | 17:21 | |
*** thorst_ has quit IRC | 17:23 | |
*** jwcroppe_ has quit IRC | 17:25 | |
*** thorst_ has joined #openstack-telemetry | 17:25 | |
*** thorst_ has quit IRC | 17:30 | |
*** thorst_ has joined #openstack-telemetry | 17:33 | |
*** jwcroppe has quit IRC | 17:33 | |
*** yassou has quit IRC | 17:34 | |
*** thorst_ has quit IRC | 17:38 | |
*** thorst_ has joined #openstack-telemetry | 17:39 | |
*** jwcroppe has joined #openstack-telemetry | 17:41 | |
*** thorst_ has quit IRC | 17:48 | |
*** thorst_ has joined #openstack-telemetry | 17:49 | |
*** jwcroppe_ has joined #openstack-telemetry | 17:53 | |
*** thorst_ has quit IRC | 17:55 | |
*** thorst_ has joined #openstack-telemetry | 17:56 | |
*** jwcroppe has quit IRC | 17:56 | |
*** yarkot1 has quit IRC | 17:57 | |
*** Guest90714 has quit IRC | 17:57 | |
*** rbak_ has quit IRC | 17:58 | |
*** rbak_ has joined #openstack-telemetry | 17:59 | |
*** thorst_ has quit IRC | 18:00 | |
*** thorst_ has joined #openstack-telemetry | 18:02 | |
*** jwcroppe has joined #openstack-telemetry | 18:03 | |
*** thorst_ has quit IRC | 18:06 | |
*** yarkot1 has joined #openstack-telemetry | 18:07 | |
*** jwcroppe_ has quit IRC | 18:07 | |
*** thorst_ has joined #openstack-telemetry | 18:08 | |
*** thorst_ has quit IRC | 18:12 | |
*** thorst_ has joined #openstack-telemetry | 18:14 | |
*** thorst_ has quit IRC | 18:18 | |
*** thorst_ has joined #openstack-telemetry | 18:20 | |
cdent | jd__: I'd be in favor of killing specs in telemetry. I reckon it can only work because the split (and thus smaller repos) and the relatively clear focus of each piece (especially if panko happens). Something incoherent like nova needs specs to stop work. | 18:23 |
jd__ | yeah, I think we did not kill them yet, but I make it pretty obvious it's not a requirement | 18:24 |
jd__ | which amazed many people at the summit | 18:24 |
*** BigWillie has quit IRC | 18:24 | |
jd__ | I saw smiles on faces when saying "you can actually send code without specs" :) | 18:25 |
*** BigWillie has joined #openstack-telemetry | 18:26 | |
*** nadya has joined #openstack-telemetry | 18:27 | |
*** nadya has quit IRC | 18:35 | |
*** gordc has quit IRC | 18:36 | |
*** jwcroppe_ has joined #openstack-telemetry | 18:38 | |
*** jwcroppe has quit IRC | 18:38 | |
*** catintheroof has quit IRC | 18:41 | |
*** jwcroppe has joined #openstack-telemetry | 18:59 | |
*** jwcroppe_ has quit IRC | 19:02 | |
*** dave-mccowan has quit IRC | 19:09 | |
*** gordc has joined #openstack-telemetry | 19:17 | |
*** jwcroppe has quit IRC | 19:24 | |
*** dave-mccowan has joined #openstack-telemetry | 19:25 | |
*** rcernin has joined #openstack-telemetry | 19:26 | |
*** jwcroppe has joined #openstack-telemetry | 19:28 | |
*** llu has quit IRC | 19:51 | |
*** thorst_ has quit IRC | 19:55 | |
*** thorst_ has joined #openstack-telemetry | 19:57 | |
*** thorst_ has quit IRC | 20:00 | |
*** peristeri has quit IRC | 20:01 | |
*** thorst_ has joined #openstack-telemetry | 20:02 | |
*** thorst_ has quit IRC | 20:11 | |
*** thorst_ has joined #openstack-telemetry | 20:13 | |
*** lsmola has quit IRC | 20:15 | |
*** thorst_ has quit IRC | 20:18 | |
*** thorst_ has joined #openstack-telemetry | 20:19 | |
*** thorst_ has quit IRC | 20:24 | |
*** thorst_ has joined #openstack-telemetry | 20:25 | |
*** thorst_ has quit IRC | 20:26 | |
*** thorst_ has joined #openstack-telemetry | 20:26 | |
*** BigWillie has quit IRC | 20:30 | |
*** openstackgerrit has quit IRC | 20:32 | |
*** openstackgerrit has joined #openstack-telemetry | 20:33 | |
*** gordc has quit IRC | 20:44 | |
*** imcsk8 has quit IRC | 20:47 | |
*** imcsk8 has joined #openstack-telemetry | 20:47 | |
*** thorst_ has quit IRC | 20:52 | |
*** thorst_ has joined #openstack-telemetry | 20:53 | |
*** thorst_ has quit IRC | 21:01 | |
*** thorst_ has joined #openstack-telemetry | 21:03 | |
*** thorst_ has quit IRC | 21:08 | |
*** thorst has joined #openstack-telemetry | 21:10 | |
*** thorst has quit IRC | 21:19 | |
*** thorst has joined #openstack-telemetry | 21:20 | |
*** ametts has quit IRC | 21:24 | |
*** thorst has quit IRC | 21:28 | |
*** thorst has joined #openstack-telemetry | 21:36 | |
*** thorst has quit IRC | 21:40 | |
*** thorst has joined #openstack-telemetry | 21:41 | |
*** thorst has quit IRC | 21:43 | |
*** jwcroppe has quit IRC | 21:43 | |
*** thorst has joined #openstack-telemetry | 21:43 | |
*** pradk has quit IRC | 21:52 | |
*** thorst has quit IRC | 22:04 | |
*** KrishR has quit IRC | 22:12 | |
*** vinaypotluri has quit IRC | 22:14 | |
*** vinaypotluri__ has joined #openstack-telemetry | 22:14 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ceilometermiddleware: Updated from global requirements https://review.openstack.org/313714 | 22:15 |
*** thorst has joined #openstack-telemetry | 22:17 | |
*** vinaypotluri__ has quit IRC | 22:17 | |
*** vinaypotluri__ has joined #openstack-telemetry | 22:18 | |
*** thorst has quit IRC | 22:22 | |
*** david-lyle has quit IRC | 22:35 | |
*** david-lyle has joined #openstack-telemetry | 22:37 | |
*** cdent has quit IRC | 22:44 | |
*** r-daneel has quit IRC | 22:52 | |
*** vinaypotluri__ has quit IRC | 22:53 | |
*** vinaypotluri has joined #openstack-telemetry | 22:53 | |
*** vinaypotluri has quit IRC | 22:54 | |
*** vinaypotluri has joined #openstack-telemetry | 22:54 | |
*** vinaypotluri has quit IRC | 23:03 | |
*** vinaypotluri has joined #openstack-telemetry | 23:03 | |
*** vinaypotluri has quit IRC | 23:18 | |
*** vinaypotluri has joined #openstack-telemetry | 23:18 | |
*** vinaypotluri has quit IRC | 23:19 | |
*** vinaypotluri has joined #openstack-telemetry | 23:19 | |
*** vinaypotluri has quit IRC | 23:22 | |
*** vinaypotluri has joined #openstack-telemetry | 23:22 | |
*** vinaypotluri has quit IRC | 23:33 | |
*** vinaypotluri has joined #openstack-telemetry | 23:34 | |
*** vinaypotluri has quit IRC | 23:37 | |
*** vinaypotluri has joined #openstack-telemetry | 23:37 | |
*** vinaypotluri has quit IRC | 23:37 | |
*** vinaypotluri has joined #openstack-telemetry | 23:39 | |
*** vinaypotluri has quit IRC | 23:40 | |
*** vinaypotluri has joined #openstack-telemetry | 23:43 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!