| openstackgerrit | Merged openstack/ceilometer master: fix gnocchi url links https://review.openstack.org/433219 | 00:05 |
|---|---|---|
| *** g3ek has joined #openstack-telemetry | 00:06 | |
| *** catintheroof has quit IRC | 00:25 | |
| *** thorst_ has quit IRC | 00:30 | |
| *** thorst_ has joined #openstack-telemetry | 00:30 | |
| *** thorst_ has quit IRC | 00:31 | |
| *** dave-mccowan has joined #openstack-telemetry | 00:34 | |
| openstackgerrit | Merged openstack/gnocchi master: fix bad slash migration https://review.openstack.org/431101 | 00:41 |
| *** adriant has joined #openstack-telemetry | 00:44 | |
| *** iceyao has joined #openstack-telemetry | 00:49 | |
| *** dave-mcc_ has joined #openstack-telemetry | 00:59 | |
| *** dave-mccowan has quit IRC | 01:01 | |
| *** tlian has quit IRC | 01:15 | |
| *** thorst_ has joined #openstack-telemetry | 01:17 | |
| *** thorst_ has quit IRC | 01:17 | |
| openstackgerrit | yuhui proposed openstack/ceilometer master: Correct some spelling errors https://review.openstack.org/433379 | 01:22 |
| openstackgerrit | liusheng proposed openstack/python-aodhclient master: Trivial-fix: make the capabilities help message more specific in OSC https://review.openstack.org/433385 | 01:44 |
| *** gongysh has joined #openstack-telemetry | 01:49 | |
| *** thorst_ has joined #openstack-telemetry | 02:02 | |
| *** lhx__ has joined #openstack-telemetry | 02:07 | |
| openstackgerrit | liusheng proposed openstack/python-aodhclient master: Use alarming client initialized by OSC for CLI https://review.openstack.org/433396 | 02:15 |
| *** korean101 has joined #openstack-telemetry | 02:22 | |
| korean101 | hi guys | 02:23 |
| korean101 | anyone knows this error? (aodh-api: error: unrecognized arguments: --logfile) | 02:23 |
| korean101 | i use RDO (Newton) on CentOS 7 | 02:23 |
| korean101 | this is not me but same errors (https://ask.openstack.org/en/question/100018/aodh-api-aodh-api-error-unrecognized-arguments-logfile-varlogaodhapilog/) | 02:24 |
| korean101 | i remove --logfile args, then can start daemon | 02:27 |
| korean101 | but other error came out | 02:27 |
| korean101 | (CRITICAL aodh [-] error: [Errno 98] Address already in use) | 02:28 |
| *** thorst_ has quit IRC | 02:29 | |
| korean101 | https://bugs.launchpad.net/aodh/+bug/1648051 | 02:30 |
| openstack | Launchpad bug 1648051 in Aodh "aodh-api active: failed" [Undecided,Invalid] | 02:30 |
| korean101 | this bugs? | 02:30 |
| lhx__ | korean101, aodh-api isn't actually support ogfile argument | 02:43 |
| korean101 | lhx | 02:44 |
| korean101 | yes i remove that args | 02:44 |
| korean101 | lhx__: but another problem came out | 02:45 |
| lhx__ | korean101, what's up? | 02:45 |
| korean101 | (CRITICAL aodh [-] error: [Errno 98] Address already in use) | 02:46 |
| *** sudipto has joined #openstack-telemetry | 02:48 | |
| *** sudipto_ has joined #openstack-telemetry | 02:48 | |
| lhx__ | korean101, as jdanjou said, you should use mod_wsgi or uwsgi or something else | 02:51 |
| lhx__ | http://docs.openstack.org/developer/aodh/ | 02:52 |
| lhx__ | you can find how to install using mod_wsgi or uwsgi in the doc | 02:52 |
| lhx__ | korean101, you can add comments under the bug 1648051 if you have some more questions :) | 03:00 |
| openstack | bug 1648051 in Aodh "aodh-api active: failed" [Undecided,Invalid] https://launchpad.net/bugs/1648051 | 03:00 |
| *** Guest50016 has quit IRC | 03:02 | |
| openstackgerrit | Hanxi Liu proposed openstack/ceilometer master: fix [service_credentials] section location https://review.openstack.org/433413 | 03:09 |
| *** tlian has joined #openstack-telemetry | 03:19 | |
| *** thorst_ has joined #openstack-telemetry | 03:29 | |
| *** thorst_ has quit IRC | 03:30 | |
| openstackgerrit | Merged openstack/gnocchi master: ensure original_resource_id is not none https://review.openstack.org/432431 | 03:33 |
| korean101 | lhx__: many thanks | 03:39 |
| *** david-lyle_ has joined #openstack-telemetry | 03:56 | |
| *** david-lyle has quit IRC | 03:58 | |
| *** links has joined #openstack-telemetry | 03:59 | |
| *** dave-mcc_ has quit IRC | 04:07 | |
| *** tlian has quit IRC | 04:23 | |
| *** thorst_ has joined #openstack-telemetry | 04:30 | |
| *** thorst_ has quit IRC | 04:35 | |
| *** donghao has joined #openstack-telemetry | 04:42 | |
| *** donghao has quit IRC | 04:46 | |
| *** sudipto_ has quit IRC | 04:50 | |
| *** sudipto has quit IRC | 04:50 | |
| korean101 | lhx__: i follow this manul (https://docs.openstack.org/developer/aodh/install/mod_wsgi.html) | 04:53 |
| korean101 | lhx__: but why aodh try to connet port 8000? | 04:54 |
| korean101 | lhx__: openstack-heat-api-cfn owns port 8000 (http://docs.openstack.org/newton/config-reference/firewalls-default-ports.html) | 04:54 |
| korean101 | lhx__: i strace aodh-api and got like this "bind(3, {sa_family=AF_INET, sin_port=htons(8000), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EADDRINUSE (Address already in use)" | 04:55 |
| lhx__ | korean101, so weird, the adress and port are incorrect | 04:57 |
| korean101 | lhx__: my testbed (http://paste.openstack.org/show/598736/) | 04:58 |
| korean101 | lhx__: hard coding in source (http://paste.openstack.org/show/598738/) | 05:00 |
| korean101 | lhx__: well... same issues (https://bugs.launchpad.net/aodh/+bug/1642798) | 05:02 |
| openstack | Launchpad bug 1642798 in Aodh "aodh-api server can not start " [Undecided,Invalid] | 05:02 |
| korean101 | lhx__: i got solution (http://paste.openstack.org/show/598741/) | 05:04 |
| korean101 | lhx__: hard coding in /usr/bin/aodh-api (port 8000) | 05:04 |
| korean101 | lhx__: aodh-api --help ( --port PORT, -p PORT TCP port to listen on (default: 8000) | 05:05 |
| korean101 | ) | 05:05 |
| lhx__ | korean101, if 8000 has been used, 8042 is the proper port | 05:05 |
| korean101 | lhx__: yes. i can change | 05:06 |
| korean101 | lhx__: but default manual is wrong | 05:06 |
| lhx__ | yeah, 8000 is the default | 05:06 |
| korean101 | lhx__: but port 8000 conflict over heat | 05:07 |
| lhx__ | korean101, this should be do check for it | 05:08 |
| korean101 | lhx__: but this documents says heat use port 8000 (http://docs.openstack.org/newton/config-reference/firewalls-default-ports.html) | 05:09 |
| lhx__ | korean101, thank you for providing this, some quick changes should be done for it. | 05:13 |
| *** Gautam has joined #openstack-telemetry | 05:14 | |
| korean101 | lhx__: oh. thanks is mine | 05:14 |
| lhx__ | korean101, haha :) | 05:15 |
| korean101 | lhx__: BTW is this true? "print("DANGER! For testing only, do not use in production")" | 05:15 |
| korean101 | lhx__: i prepare to autoscaling (heat+ceilometer+aodh) | 05:15 |
| lhx__ | korean101, i don't get it | 05:16 |
| *** nadya has joined #openstack-telemetry | 05:16 | |
| *** nadya has quit IRC | 05:17 | |
| korean101 | lhx__: "for testing only" statement | 05:18 |
| lhx__ | korean101, you mean you want to add tests in aodh? | 05:19 |
| korean101 | lhx__: nono. is that true about "DANGER! For testing only, do not use in production" | 05:22 |
| korean101 | lhx__: should not in prod? | 05:22 |
| lhx__ | korean101, it's the pbr's stuff | 05:25 |
| lhx__ | http://git.openstack.org/cgit/openstack-dev/pbr/tree/pbr/packaging.py#n310 | 05:25 |
| lhx__ | seems normal | 05:25 |
| *** sudipto_ has joined #openstack-telemetry | 05:26 | |
| *** sudipto has joined #openstack-telemetry | 05:26 | |
| korean101 | lhx__: oh thanks | 05:28 |
| korean101 | lhx__: i see | 05:28 |
| lhx__ | korean101, u'r welcome | 05:28 |
| *** Jack_Iv has joined #openstack-telemetry | 05:55 | |
| *** links has quit IRC | 05:55 | |
| *** hyakuhei has quit IRC | 06:06 | |
| lhx__ | jd__, people should change the port manually as the bug said. | 06:09 |
| lhx__ | https://bugs.launchpad.net/aodh/+bug/1642798 | 06:09 |
| openstack | Launchpad bug 1642798 in Aodh "aodh-api server can not start " [Undecided,Invalid] | 06:09 |
| lhx__ | as you know, pbr set default port 8000 | 06:09 |
| lhx__ | is it appropiate? | 06:10 |
| *** tlian has joined #openstack-telemetry | 06:11 | |
| *** links has joined #openstack-telemetry | 06:12 | |
| *** tlian has quit IRC | 06:15 | |
| *** sudipto_ has quit IRC | 06:26 | |
| *** sudipto has quit IRC | 06:26 | |
| *** adriant has quit IRC | 06:29 | |
| *** thorst_ has joined #openstack-telemetry | 06:32 | |
| sileht | lhx__, is their have to change the port this is a packging bug, on centos/redhat the systemd script set the port correctly | 06:37 |
| sileht | lhx__, also aodh-api should not be used, doc disable this service and configure wsgi | 06:38 |
| *** Jack_Iv has quit IRC | 06:40 | |
| *** tomoiaga has joined #openstack-telemetry | 06:44 | |
| *** thorst_ has quit IRC | 06:45 | |
| *** links has quit IRC | 06:48 | |
| *** lhx__ has quit IRC | 06:51 | |
| *** rcernin has joined #openstack-telemetry | 06:54 | |
| *** Jack_Iv has joined #openstack-telemetry | 06:55 | |
| *** sudipto has joined #openstack-telemetry | 06:56 | |
| *** sudipto_ has joined #openstack-telemetry | 06:56 | |
| *** links has joined #openstack-telemetry | 07:02 | |
| *** tesseract has joined #openstack-telemetry | 07:15 | |
| *** Jack_Iv has quit IRC | 07:16 | |
| *** Jack_V has joined #openstack-telemetry | 07:17 | |
| *** lhx__ has joined #openstack-telemetry | 07:41 | |
| *** Gautam has quit IRC | 07:41 | |
| *** Gautam has joined #openstack-telemetry | 07:42 | |
| *** Gautam has quit IRC | 07:46 | |
| *** Jack_Iv has joined #openstack-telemetry | 07:46 | |
| *** nijaba has quit IRC | 07:49 | |
| *** Jack_V has quit IRC | 07:50 | |
| *** links has quit IRC | 07:50 | |
| *** nijaba has joined #openstack-telemetry | 07:52 | |
| *** nijaba has quit IRC | 07:52 | |
| *** nijaba has joined #openstack-telemetry | 07:52 | |
| *** links has joined #openstack-telemetry | 07:52 | |
| *** nadya has joined #openstack-telemetry | 07:56 | |
| *** shardy has joined #openstack-telemetry | 07:58 | |
| *** eglynn has joined #openstack-telemetry | 08:09 | |
| *** pcaruana has joined #openstack-telemetry | 08:11 | |
| *** Jack_Iv has quit IRC | 08:17 | |
| *** r-mibu has quit IRC | 08:20 | |
| *** lhx__ has quit IRC | 08:22 | |
| *** lhx__ has joined #openstack-telemetry | 08:24 | |
| *** shardy has quit IRC | 08:24 | |
| *** r-mibu has joined #openstack-telemetry | 08:25 | |
| *** Jack_Iv has joined #openstack-telemetry | 08:28 | |
| *** Gautam has joined #openstack-telemetry | 08:29 | |
| lhx__ | sileht, long time no hear your voice here! thanks for hints :) | 08:31 |
| sileht | lhx__, I was in holiday :) | 08:31 |
| *** rwsu has joined #openstack-telemetry | 08:31 | |
| lhx__ | sileht, I guess so. Enjoy your holiday! | 08:32 |
| lhx__ | btw, does it need to change the defaul port of pbr? | 08:32 |
| lhx__ | http://git.openstack.org/cgit/openstack-dev/pbr/tree/pbr/packaging.py#n289 | 08:32 |
| lhx__ | 8000 is the heat-api default port | 08:33 |
| lhx__ | refer to http://docs.openstack.org/newton/config-reference/firewalls-default-ports.html | 08:33 |
| sileht | lhx__, evetyhing must be deployed with wsgi mode | 08:36 |
| sileht | lhx__, if distribution want to ship XXX-api, their have to set the port themself, with XXXX-api --port yyyy | 08:36 |
| sileht | lhx__, this should be fixed here: https://github.com/rdo-packages/aodh-distgit/blob/rpm-master/openstack-aodh-api.service#L8 | 08:38 |
| lhx__ | sileht, and remove the logfile argurment? | 08:38 |
| sileht | lhx__, yes | 08:39 |
| lhx__ | sileht, okey, thank you | 08:39 |
| *** gongysh has quit IRC | 09:32 | |
| *** gongysh has joined #openstack-telemetry | 09:34 | |
| *** yassine has joined #openstack-telemetry | 09:36 | |
| *** yassine is now known as Guest95471 | 09:36 | |
| *** sheeprine has quit IRC | 09:39 | |
| *** sheeprine has joined #openstack-telemetry | 09:41 | |
| *** hfu has quit IRC | 09:50 | |
| *** tesseract-RH has joined #openstack-telemetry | 09:56 | |
| *** iceyao has quit IRC | 09:59 | |
| *** nadya has quit IRC | 10:00 | |
| jd__ | sileht: would be cool if pbr would offer a way to customize somewhere… or we should just replace that with a uwsgi wrapper :p | 10:03 |
| * jd__ goes back in vacation | 10:03 | |
| sileht | :D | 10:03 |
| *** tesseract has quit IRC | 10:04 | |
| *** donghao has joined #openstack-telemetry | 10:05 | |
| *** donghao has quit IRC | 10:11 | |
| *** eglynn has quit IRC | 10:39 | |
| *** gongysh has quit IRC | 10:39 | |
| *** thorst_ has joined #openstack-telemetry | 10:42 | |
| *** thorst_ has quit IRC | 10:47 | |
| *** shardy has joined #openstack-telemetry | 10:48 | |
| *** nadya has joined #openstack-telemetry | 10:49 | |
| *** lhx__ has quit IRC | 10:50 | |
| *** Jack_Iv has quit IRC | 11:03 | |
| *** cdent has joined #openstack-telemetry | 11:04 | |
| *** Jack_Iv has joined #openstack-telemetry | 11:04 | |
| *** Gautam has quit IRC | 11:18 | |
| *** Gautam has joined #openstack-telemetry | 11:18 | |
| *** Gautam has quit IRC | 11:22 | |
| *** gongysh has joined #openstack-telemetry | 11:46 | |
| *** sudipto has quit IRC | 11:52 | |
| *** sudipto_ has quit IRC | 11:52 | |
| *** donghao has joined #openstack-telemetry | 11:56 | |
| *** donghao has quit IRC | 12:00 | |
| *** larainema has quit IRC | 12:12 | |
| *** leitan has joined #openstack-telemetry | 12:21 | |
| *** thorst_ has joined #openstack-telemetry | 12:45 | |
| *** larainema has joined #openstack-telemetry | 12:54 | |
| *** mengalong has joined #openstack-telemetry | 13:00 | |
| *** mengalong_ has joined #openstack-telemetry | 13:01 | |
| *** mengalong has left #openstack-telemetry | 13:01 | |
| *** mengalong_ has left #openstack-telemetry | 13:01 | |
| *** mengalong_ has quit IRC | 13:01 | |
| *** mengalong has joined #openstack-telemetry | 13:02 | |
| *** mengalong has quit IRC | 13:03 | |
| *** mengalong has joined #openstack-telemetry | 13:03 | |
| *** dave-mccowan has joined #openstack-telemetry | 13:06 | |
| *** catintheroof has joined #openstack-telemetry | 13:07 | |
| *** Gautam has joined #openstack-telemetry | 13:18 | |
| *** sudipto_ has joined #openstack-telemetry | 13:26 | |
| *** sudipto has joined #openstack-telemetry | 13:26 | |
| *** mengalong has quit IRC | 13:28 | |
| *** mengalong has joined #openstack-telemetry | 13:28 | |
| *** links has quit IRC | 13:28 | |
| *** shardy has quit IRC | 13:33 | |
| *** shardy has joined #openstack-telemetry | 13:34 | |
| *** iceyao has joined #openstack-telemetry | 13:39 | |
| *** sudipto has quit IRC | 13:52 | |
| *** sudipto_ has quit IRC | 13:52 | |
| *** Jack_Iv_ has joined #openstack-telemetry | 13:56 | |
| *** fguillot has joined #openstack-telemetry | 13:58 | |
| *** Jack_Iv has quit IRC | 14:00 | |
| *** donghao has joined #openstack-telemetry | 14:06 | |
| *** AlexeyAbashkin has joined #openstack-telemetry | 14:06 | |
| *** Jack_V has joined #openstack-telemetry | 14:11 | |
| *** Jack_V has quit IRC | 14:15 | |
| *** Jack_V has joined #openstack-telemetry | 14:16 | |
| *** Jack_V has quit IRC | 14:16 | |
| *** nicodemus_ has joined #openstack-telemetry | 14:17 | |
| nicodemus_ | hello | 14:18 |
| nicodemus_ | I'm having an issue with the ceilometer-agent-central when it tries to poll hypervisors through SNMP: http://paste.openstack.org/show/598825/ | 14:19 |
| *** donghao has quit IRC | 14:19 | |
| nicodemus_ | by any chance, has anyone come across this particular trace? | 14:19 |
| *** donghao has joined #openstack-telemetry | 14:20 | |
| *** links has joined #openstack-telemetry | 14:29 | |
| *** rbak has joined #openstack-telemetry | 14:36 | |
| *** Jack_Iv_ has quit IRC | 14:42 | |
| *** larainema has quit IRC | 14:42 | |
| *** patrickeast has quit IRC | 14:42 | |
| *** mfranc213 has quit IRC | 14:43 | |
| *** patrickeast has joined #openstack-telemetry | 14:44 | |
| *** larainema has joined #openstack-telemetry | 14:44 | |
| *** mfranc213 has joined #openstack-telemetry | 14:50 | |
| *** tlian has joined #openstack-telemetry | 14:52 | |
| *** Jack_Iv has joined #openstack-telemetry | 14:54 | |
| *** Jack_Iv has quit IRC | 14:59 | |
| *** Gautam has quit IRC | 15:00 | |
| *** AlexeyAbashkin has quit IRC | 15:08 | |
| *** cdent has quit IRC | 15:11 | |
| *** Jack_Iv has joined #openstack-telemetry | 15:18 | |
| *** iceyao has quit IRC | 15:19 | |
| *** gongysh has quit IRC | 15:28 | |
| *** donghao has quit IRC | 15:29 | |
| *** gordc has joined #openstack-telemetry | 15:31 | |
| *** nadya has quit IRC | 15:32 | |
| *** donghao has joined #openstack-telemetry | 15:34 | |
| *** donghao has quit IRC | 15:39 | |
| openstackgerrit | Merged openstack/ceilometer master: fix [service_credentials] section location https://review.openstack.org/433413 | 15:44 |
| *** links has quit IRC | 15:47 | |
| EmilienM | gordc: hey, can you look https://review.openstack.org/433734 please and +1 if you agree? | 15:48 |
| *** Guest95471 has quit IRC | 15:48 | |
| *** mengalong has quit IRC | 15:50 | |
| *** Guest95471 has joined #openstack-telemetry | 16:02 | |
| *** donghao has joined #openstack-telemetry | 16:08 | |
| gordc | EmilienM: i will flip a coin | 16:09 |
| *** tomoiaga has quit IRC | 16:10 | |
| EmilienM | gordc: thx :D | 16:10 |
| *** rcernin has quit IRC | 16:11 | |
| *** donghao has quit IRC | 16:12 | |
| *** cdent has joined #openstack-telemetry | 16:18 | |
| *** david-lyle has joined #openstack-telemetry | 16:26 | |
| *** david-lyle_ has quit IRC | 16:29 | |
| *** nicodemus_ has quit IRC | 16:31 | |
| *** nicodemus_ has joined #openstack-telemetry | 16:43 | |
| *** nadya has joined #openstack-telemetry | 16:47 | |
| *** rcernin has joined #openstack-telemetry | 16:49 | |
| *** Guest95471 has quit IRC | 16:49 | |
| *** dave-mcc_ has joined #openstack-telemetry | 16:53 | |
| *** dave-mccowan has quit IRC | 16:56 | |
| *** faizy has joined #openstack-telemetry | 16:58 | |
| *** Guest95471 has joined #openstack-telemetry | 17:03 | |
| *** catintheroof has quit IRC | 17:07 | |
| *** catintheroof has joined #openstack-telemetry | 17:07 | |
| *** donghao has joined #openstack-telemetry | 17:13 | |
| *** leitan_ has joined #openstack-telemetry | 17:14 | |
| *** leitan has quit IRC | 17:17 | |
| *** cdent has quit IRC | 17:17 | |
| *** donghao has quit IRC | 17:18 | |
| *** sudipto has joined #openstack-telemetry | 17:28 | |
| *** sudipto_ has joined #openstack-telemetry | 17:28 | |
| *** pcaruana has quit IRC | 17:31 | |
| *** nadya has quit IRC | 17:33 | |
| openstackgerrit | Merged openstack/ceilometermiddleware master: Remove link to modindex https://review.openstack.org/426074 | 17:43 |
| *** nadya has joined #openstack-telemetry | 17:58 | |
| *** nadya has quit IRC | 18:04 | |
| openstackgerrit | gordon chung proposed openstack/ceilometer master: use tooz hashring https://review.openstack.org/433837 | 18:09 |
| openstackgerrit | gordon chung proposed openstack/ceilometer master: use tooz hashring https://review.openstack.org/433837 | 18:20 |
| *** nadya has joined #openstack-telemetry | 18:23 | |
| *** tesseract-RH has quit IRC | 18:26 | |
| *** sudipto_ has quit IRC | 18:33 | |
| *** sudipto has quit IRC | 18:33 | |
| *** sudipto has joined #openstack-telemetry | 18:35 | |
| *** sudipto_ has joined #openstack-telemetry | 18:35 | |
| *** sudipto_ has quit IRC | 18:35 | |
| *** sudipto has quit IRC | 18:35 | |
| *** Marx314 has joined #openstack-telemetry | 18:59 | |
| *** shardy has quit IRC | 19:00 | |
| *** donghao has joined #openstack-telemetry | 19:03 | |
| *** donghao has quit IRC | 19:07 | |
| *** faizy has quit IRC | 19:47 | |
| *** nadya has quit IRC | 19:57 | |
| *** nadya has joined #openstack-telemetry | 20:08 | |
| *** openstackgerrit has quit IRC | 20:18 | |
| *** nadya has quit IRC | 20:21 | |
| *** hyakuhei has joined #openstack-telemetry | 20:31 | |
| *** hyakuhei has joined #openstack-telemetry | 20:31 | |
| *** hyakuhei has quit IRC | 20:31 | |
| *** hyakuhei has joined #openstack-telemetry | 20:31 | |
| *** donghao has joined #openstack-telemetry | 20:53 | |
| *** Jack_Iv has quit IRC | 20:56 | |
| *** Jack_Iv has joined #openstack-telemetry | 20:57 | |
| *** donghao has quit IRC | 20:57 | |
| *** adriant has joined #openstack-telemetry | 20:59 | |
| *** Jack_Iv has quit IRC | 21:01 | |
| *** Jack_Iv has joined #openstack-telemetry | 21:05 | |
| *** donghao has joined #openstack-telemetry | 21:08 | |
| *** Jack_Iv has quit IRC | 21:08 | |
| *** Jack_Iv has joined #openstack-telemetry | 21:09 | |
| *** dave-mcc_ has quit IRC | 21:10 | |
| *** tomoiaga has joined #openstack-telemetry | 21:12 | |
| *** donghao has quit IRC | 21:12 | |
| *** Jack_Iv has quit IRC | 21:13 | |
| *** tomoiaga has quit IRC | 21:30 | |
| *** rcernin has quit IRC | 21:44 | |
| *** fguillot has quit IRC | 21:58 | |
| *** flwang has quit IRC | 22:04 | |
| *** flwang has joined #openstack-telemetry | 22:04 | |
| *** thorst_ has quit IRC | 22:15 | |
| *** thorst_ has joined #openstack-telemetry | 22:24 | |
| *** thorst_ has quit IRC | 22:28 | |
| *** openstackgerrit has joined #openstack-telemetry | 22:32 | |
| openstackgerrit | gordon chung proposed openstack/ceilometer master: use tooz hashring https://review.openstack.org/433837 | 22:32 |
| *** sanchitmalhotra1 has joined #openstack-telemetry | 22:34 | |
| *** _ioni has joined #openstack-telemetry | 22:38 | |
| *** tonyb_ has joined #openstack-telemetry | 22:38 | |
| *** dims has joined #openstack-telemetry | 22:41 | |
| *** jefrite_ has joined #openstack-telemetry | 22:41 | |
| *** flwang has quit IRC | 22:42 | |
| *** adriant has quit IRC | 22:42 | |
| *** hyakuhei has quit IRC | 22:42 | |
| *** dims_ has quit IRC | 22:42 | |
| *** mnaser has quit IRC | 22:42 | |
| *** ioni has quit IRC | 22:42 | |
| *** sanchitmalhotra has quit IRC | 22:42 | |
| *** jefrite has quit IRC | 22:42 | |
| *** tonyb has quit IRC | 22:42 | |
| *** sanchitmalhotra1 is now known as sanchitmalhotra | 22:43 | |
| *** larainema has quit IRC | 22:46 | |
| *** zigo has quit IRC | 22:46 | |
| *** afazekas has quit IRC | 22:46 | |
| *** chlong has quit IRC | 22:46 | |
| *** masber has quit IRC | 22:46 | |
| *** darrenc has quit IRC | 22:46 | |
| *** jianghuaw has quit IRC | 22:46 | |
| *** njohnston has quit IRC | 22:46 | |
| *** tonyb_ is now known as tonyb | 22:46 | |
| *** afazekas has joined #openstack-telemetry | 22:46 | |
| *** njohnston has joined #openstack-telemetry | 22:46 | |
| *** adriant has joined #openstack-telemetry | 22:50 | |
| *** flwang has joined #openstack-telemetry | 22:52 | |
| *** jianghuaw has joined #openstack-telemetry | 22:52 | |
| *** zigo has joined #openstack-telemetry | 22:52 | |
| *** chlong has joined #openstack-telemetry | 22:52 | |
| *** masber has joined #openstack-telemetry | 22:52 | |
| *** darrenc has joined #openstack-telemetry | 22:52 | |
| *** zigo is now known as Guest27057 | 22:54 | |
| *** larainema has joined #openstack-telemetry | 22:54 | |
| *** mnaser has joined #openstack-telemetry | 23:00 | |
| *** ddyer has quit IRC | 23:02 | |
| *** rbak has quit IRC | 23:09 | |
| *** gordc has quit IRC | 23:11 | |
| *** nicodemus_ has quit IRC | 23:13 | |
| *** thorst_ has joined #openstack-telemetry | 23:19 | |
| *** thorst_ has quit IRC | 23:20 | |
| *** dave-mccowan has joined #openstack-telemetry | 23:42 | |
| *** ddyer has joined #openstack-telemetry | 23:49 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!