Monday, 2015-10-12

*** mburns has quit IRC00:11
*** shadower has quit IRC00:23
*** shadower has joined #heat00:23
*** mburns has joined #heat00:23
*** dimsum__ has joined #heat00:24
*** zengyingzhe has joined #heat00:25
*** randallburt has joined #heat00:28
*** zengyingzhe has quit IRC00:28
*** dimsum__ has quit IRC00:31
*** zengyingzhe has joined #heat00:33
*** zengyingzhe has quit IRC00:33
*** zengyingzhe has joined #heat00:34
*** zengyingzhe has quit IRC00:36
*** zengyingzhe has joined #heat00:36
*** chlong has joined #heat00:51
*** dimsum__ has joined #heat00:57
*** dimsum__ has quit IRC01:00
*** FL1SK has quit IRC01:01
*** Qiming has joined #heat01:08
*** randallburt has quit IRC01:14
*** junhongl has joined #heat01:17
*** dimsum__ has joined #heat01:20
*** dimsum__ has quit IRC01:27
*** dimsum__ has joined #heat01:31
*** zhenguo has joined #heat01:36
*** Yanyan has joined #heat01:41
*** zengyingzhe has quit IRC02:11
*** chlong has quit IRC02:18
*** cody-somerville has joined #heat02:27
*** elynn has joined #heat02:28
*** david-ly_ has joined #heat02:31
*** dimsum__ has quit IRC02:32
*** david-lyle has quit IRC02:33
*** metral_zzz is now known as metral02:36
*** cody-somerville has quit IRC02:43
*** sdake_ has joined #heat02:45
*** sdake has quit IRC02:46
*** jobewan has quit IRC02:49
*** liusheng has joined #heat02:51
*** sdake has joined #heat02:52
*** sdake_ has quit IRC02:52
*** FL1SK has joined #heat02:58
*** tobe has joined #heat03:04
elynnmorning :)03:24
*** achanda has joined #heat03:27
*** sdake has quit IRC03:28
*** dimsum__ has joined #heat03:32
*** chlong has joined #heat03:32
*** david-lyle has joined #heat03:37
*** dimsum__ has quit IRC03:38
*** david-ly_ has quit IRC03:40
*** dimsum__ has joined #heat03:40
*** snewpy has joined #heat03:46
*** dimsum__ has quit IRC03:50
openstackgerrithuangtianhua proposed openstack/heat: Do not return None when get_attr if res is in SNAPSHOT/CHECK  https://review.openstack.org/23348503:51
*** vgridnev has joined #heat04:21
*** vgridnev has quit IRC04:35
*** vgridnev has joined #heat04:37
*** chlong has quit IRC04:45
*** dimsum__ has joined #heat04:51
*** dimsum__ has quit IRC04:54
*** chlong has joined #heat04:58
*** vgridnev has quit IRC05:05
*** vgridnev has joined #heat05:06
snewpyi'm trying to use OS::Heat::SoftwareDeployments with a list of servers created by OS::Heat::ResourceGroup, but it complains "[u'7c2739d4-d498-44a1-99a6-878dc5482b6e', u'c3c53f5a-897b-4723-a4c7-4f943de492e7']" is not a map05:12
snewpyhow can I turn it into a map?05:12
*** tsufiev_ has joined #heat05:13
*** vgridnev has quit IRC05:13
*** vgridnev has joined #heat05:17
*** vgridnev has quit IRC05:18
*** rakesh_hs has joined #heat05:26
openstackgerritBanashankar k proposed openstack/heat-specs: LBaaS V2 resources support  https://review.openstack.org/23019705:30
*** ananta has joined #heat05:38
*** vijayagurug has joined #heat05:47
*** jtomasek has joined #heat05:51
*** tspatzier has joined #heat05:53
*** dimsum__ has joined #heat05:54
*** zengyingzhe has joined #heat05:55
*** dimsum__ has quit IRC05:59
*** elynn has quit IRC06:00
*** jaosorior has joined #heat06:03
ramishrasnewpy:  it should be something like  {"0": u'7c2739d4-d498-44a1-99a6-878dc5482b6e',  "1": u'c3c53f5a-897b-4723-a4c7-4f943de492e7'}06:10
*** Qiming has quit IRC06:11
ramishrasnewpy:  you can use { get_attr: [group, attributes, name] } assuming you're using OS::Nova::Server for the RG and your template version is 2014-10-16 or higher.06:11
openstackgerritMerged openstack/heat: Add _needs_update() to AWS::EC2::EIPAssociation  https://review.openstack.org/22430906:13
*** Qiming has joined #heat06:14
*** elynn has joined #heat06:17
*** zengyingzhe has quit IRC06:23
*** rwsu has joined #heat06:23
*** zengyingzhe has joined #heat06:24
*** tlashchova has joined #heat06:33
*** jcoufal has joined #heat06:43
*** dimsum__ has joined #heat06:55
*** dimsum__ has quit IRC07:01
*** zeih has joined #heat07:13
*** zeih_ has joined #heat07:16
*** junhongl has quit IRC07:16
*** junhongl has joined #heat07:17
*** flaper87 has quit IRC07:17
*** flaper87 has joined #heat07:17
*** zeih has quit IRC07:19
*** jprovazn has joined #heat07:20
*** achanda has quit IRC07:29
*** shardy has joined #heat07:29
*** pt_15 has quit IRC07:32
*** pas-ha has joined #heat07:36
*** sergmelikyan has joined #heat07:45
openstackgerrithuangtianhua proposed openstack/heat: Do not return None when get_attr if res is in SNAPSHOT/CHECK  https://review.openstack.org/23348507:47
snewpyramishra: my nested template for the RG contains a bunch of stuff, not just OS::Nova::Server... I can't figure out how to turn a list of server IDs from that into something OS::Heat::SoftwareDeployments wants for servers07:47
*** vgridnev has joined #heat07:47
pas-hasnewpy, software deployment ties one server to one softwareconfig, so why not put the SD into the same RG where server is residing?07:49
snewpypas-ha: OS::Heat::SoftwareDeployments (plural)... the one that becomes OS::Heat::SoftwareDeploymentGroup in liberty07:50
pas-haeven so, why not split it per-server?07:51
pas-haand scale them together07:51
snewpybecause I need to run it outside the RG, to include information about other instances outside the RG and other instances inside the same RG07:52
snewpysomething like this: https://github.com/openstack/tripleo-heat-templates/blob/master/extraconfig/all_nodes/mac_hostname.yaml07:52
*** elynn has quit IRC07:54
cmystermorning07:56
*** dimsum__ has joined #heat07:57
*** Yanyan has quit IRC07:59
*** Yanyan has joined #heat08:00
*** vgridnev has quit IRC08:02
*** dimsum__ has quit IRC08:02
*** vgridnev has joined #heat08:03
*** Guest2082 is now known as d0ugal08:09
*** d0ugal has joined #heat08:09
*** palexster has joined #heat08:10
*** derekh has joined #heat08:12
*** yassine has joined #heat08:12
*** vgridnev has quit IRC08:13
*** elynn has joined #heat08:14
*** inc0 has joined #heat08:16
*** vgridnev has joined #heat08:17
*** vgridnev has quit IRC08:19
*** e0ne has joined #heat08:24
*** shardy_ has joined #heat08:27
*** shardy has quit IRC08:29
*** shardy_ has quit IRC08:33
*** shardy has joined #heat08:33
*** chlong has quit IRC08:35
*** jistr has joined #heat08:46
*** vgridnev has joined #heat08:47
*** vgridnev has quit IRC08:47
*** vgridnev has joined #heat08:47
*** vgridnev has quit IRC08:55
*** vgridnev has joined #heat08:57
*** dimsum__ has joined #heat08:58
*** inc0 has quit IRC09:01
*** pas-ha has quit IRC09:02
*** dimsum__ has quit IRC09:04
*** zhenguo has quit IRC09:06
*** KanagarajM has joined #heat09:09
*** pas-ha has joined #heat09:11
*** inc0 has joined #heat09:22
openstackgerritMerged openstack/heat: Assert has_calls in tests  https://review.openstack.org/23248509:22
*** vgridnev has quit IRC09:24
*** inc0 has quit IRC09:33
*** inc0 has joined #heat09:35
openstackgerritSergey Kraynev proposed openstack/heat: Add testresources used by oslo.db fixture  https://review.openstack.org/23186009:38
*** aniasis has quit IRC09:38
openstackgerritSergey Kraynev proposed openstack/heat: Fix race condition for WaitCondition with several signals  https://review.openstack.org/23212409:39
*** sergmelikyan has quit IRC09:39
*** chlong has joined #heat09:50
*** inc0 has quit IRC09:51
*** vgridnev has joined #heat09:52
*** sergmelikyan has joined #heat09:56
*** dimsum__ has joined #heat10:00
openstackgerritPeter Razumovsky proposed openstack/heat: [WIP] Add descriptions to all openstack resources  https://review.openstack.org/23355410:03
*** dimsum__ has quit IRC10:06
*** e0ne_ has joined #heat10:06
*** Qiming has quit IRC10:08
*** e0ne has quit IRC10:09
*** pas-ha has quit IRC10:10
*** e0ne_ has quit IRC10:14
*** vgridnev has quit IRC10:15
*** tlashchova has quit IRC10:16
*** pas-ha has joined #heat10:16
*** tlashchova has joined #heat10:16
openstackgerrithuangtianhua proposed openstack/heat: Refactor keystone resources codes  https://review.openstack.org/23356110:17
*** e0ne has joined #heat10:19
*** Yanyan has quit IRC10:19
*** sergmelikyan has quit IRC10:22
*** vgridnev has joined #heat10:24
*** blomquisg1 has quit IRC10:27
*** inc0 has joined #heat10:34
*** tlashchova has quit IRC10:34
openstackgerritPeter Razumovsky proposed openstack/heat: Add floating_ip property to Nova::Server nics  https://review.openstack.org/21775410:35
openstackgerritPeter Razumovsky proposed openstack/heat: Add port_extra_properties to Nova::Server nics  https://review.openstack.org/22409110:35
*** inc0_ has joined #heat10:35
*** elynn has quit IRC10:36
*** inc0 has quit IRC10:38
*** vgridnev has quit IRC10:39
*** vgridnev has joined #heat10:40
*** gberginc has joined #heat10:42
openstackgerritMerged openstack/heat: Fix [H405] pep rule in heat/resources  https://review.openstack.org/22619810:42
openstackgerritMerged openstack/heat: Fix [H405] pep rule in heat_integrationtests  https://review.openstack.org/22738010:42
*** yassine has quit IRC10:48
*** zengyingzhe has quit IRC10:51
*** zengyingzhe has joined #heat10:52
*** vgridnev has quit IRC10:55
*** sergmelikyan has joined #heat10:56
*** vgridnev has joined #heat10:59
*** vgridnev has quit IRC11:00
*** vgridnev has joined #heat11:00
*** dimsum__ has joined #heat11:01
*** sergmelikyan has quit IRC11:01
*** Qiming has joined #heat11:03
*** tobe has quit IRC11:06
*** tobe has joined #heat11:06
*** dimsum__ has quit IRC11:07
openstackgerritPeter Razumovsky proposed openstack/heat: Remove [H405] and [H404] ignoring in tox.ini  https://review.openstack.org/22738211:08
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat/tests  https://review.openstack.org/22738111:08
*** vgridnev has quit IRC11:09
*** sergmelikyan has joined #heat11:12
*** vgridnev has joined #heat11:14
*** tobe has quit IRC11:15
*** tobe has joined #heat11:16
*** dimsum__ has joined #heat11:22
*** e0ne has quit IRC11:31
*** Qiming has quit IRC11:32
*** Qiming has joined #heat11:32
*** yassine has joined #heat11:35
*** sergmelikyan has quit IRC11:37
*** Qiming has quit IRC11:37
*** sergmelikyan has joined #heat11:41
*** sergmelikyan has quit IRC11:41
openstackgerritPeter Razumovsky proposed openstack/heat: [WIP] Add descriptions to all openstack resources  https://review.openstack.org/23355411:42
*** sergmelikyan has joined #heat11:46
*** sergmelikyan has quit IRC11:47
*** vgridnev has quit IRC11:56
*** jdob has joined #heat12:02
*** sergmelikyan has joined #heat12:06
*** sergmelikyan has quit IRC12:07
*** sergmelikyan has joined #heat12:07
*** gberginc has quit IRC12:16
*** ananta has quit IRC12:17
openstackgerritRakesh H S proposed openstack/heat: Convergence: Fix restore on rollback for server and port  https://review.openstack.org/22832112:17
*** jaosorior has quit IRC12:18
*** sergmelikyan has quit IRC12:19
*** e0ne has joined #heat12:19
*** vgridnev has joined #heat12:20
*** vgridnev has quit IRC12:27
*** jprovazn has quit IRC12:29
*** snewpy has quit IRC12:34
*** vgridnev has joined #heat12:36
*** vgridnev has quit IRC12:38
*** sergmelikyan has joined #heat12:43
*** sergmelikyan has quit IRC12:43
*** zengyingzhe has quit IRC12:49
*** sergmelikyan has joined #heat12:54
*** sergmelikyan has quit IRC12:56
openstackgerritMerged openstack/heat: Fix [H405] pep rule in heat/tests  https://review.openstack.org/22738113:02
*** jonesbr has joined #heat13:06
*** jaosorior has joined #heat13:09
*** sergmelikyan has joined #heat13:10
*** neelashah has joined #heat13:14
*** inc0__ has joined #heat13:17
*** zeih_ has quit IRC13:17
*** rpothier has joined #heat13:19
*** inc0_ has quit IRC13:20
*** Qiming has joined #heat13:21
*** blomquisg1 has joined #heat13:23
openstackgerritSergey Kraynev proposed openstack/heat: Fix race condition for WaitCondition with several signals  https://review.openstack.org/23212413:23
*** dimsum__ is now known as dims13:27
*** junhongl has quit IRC13:27
*** dims is now known as Guest282113:27
openstackgerritKanagaraj Manickam proposed openstack/heat-specs: heat template-port --template file  https://review.openstack.org/22842413:30
openstackgerritRakesh H S proposed openstack/heat: Optimize test_server unit tests  https://review.openstack.org/23363013:34
*** Guest2821 is now known as dims__13:35
*** kairat has joined #heat13:36
*** Piet has quit IRC13:39
*** KanagarajM has quit IRC13:40
*** sergmelikyan has quit IRC13:44
*** vgridnev has joined #heat13:51
openstackgerritRakesh H S proposed openstack/heat: Optimize test_server unit tests  https://review.openstack.org/23363013:53
*** jprovazn has joined #heat13:54
*** rakesh_hs has quit IRC13:55
openstackgerritMerged openstack/heat: Remove [H405] and [H404] ignoring in tox.ini  https://review.openstack.org/22738213:56
*** dims__ has quit IRC14:01
*** dims__ has joined #heat14:02
*** tspatzier has quit IRC14:03
*** vgridnev has quit IRC14:07
*** vgridnev has joined #heat14:07
*** jasond has joined #heat14:07
*** sergmelikyan has joined #heat14:08
*** sergmelikyan has quit IRC14:12
*** jdandrea has joined #heat14:13
openstackgerritJay Dobies proposed openstack/heat: Replaced mox with mock in test_loguserdata  https://review.openstack.org/23324914:15
*** vijayagurug has quit IRC14:16
*** nijaba has joined #heat14:16
*** nijaba has quit IRC14:16
*** nijaba has joined #heat14:16
*** tobe has quit IRC14:16
*** vijendar has joined #heat14:18
*** tobe has joined #heat14:19
*** EricGonczer_ has joined #heat14:25
*** neelashah1 has joined #heat14:28
*** neelashah has quit IRC14:30
*** ccard has joined #heat14:37
*** cody-somerville has joined #heat14:38
*** jobewan has joined #heat14:46
*** sabeen has joined #heat14:47
*** sergmelikyan has joined #heat14:47
jdandreaTokyo Summit health-related question: How are folks preparing for the time zone change, if at all? Suggestions welcome.14:48
*** kairat has left #heat14:52
*** sabeen3 has joined #heat14:54
*** spzala has joined #heat14:55
*** sabeen has quit IRC14:56
ccardIs it possible to pass arbitrary JSON as a parameter to a Heat template, which is using puppet for its software configuration, and get the JSON passed as a fact to a puppet inline template, which can then process it as a ruby data structure?14:56
*** daneyon has joined #heat14:58
*** inc0__ has quit IRC14:59
*** kebray has joined #heat15:00
*** sergmelikyan has quit IRC15:01
*** daneyon_ has joined #heat15:01
*** daneyon has quit IRC15:04
*** tspatzier has joined #heat15:04
*** blues-man has joined #heat15:04
*** Drago has joined #heat15:07
*** sergmelikyan has joined #heat15:08
*** sdake has joined #heat15:12
*** EricGonczer_ has quit IRC15:12
*** markvan has quit IRC15:12
*** markvan has joined #heat15:15
*** gberginc has joined #heat15:18
*** Drago has quit IRC15:19
*** Drago has joined #heat15:20
*** gberginc has quit IRC15:24
*** shardy_ has joined #heat15:25
*** shardy has quit IRC15:27
*** shardy_ has quit IRC15:31
*** shardy has joined #heat15:31
*** jprovazn has quit IRC15:37
*** tobe has quit IRC15:40
*** gberginc has joined #heat15:40
*** goukos has joined #heat15:42
*** vijayagurug has joined #heat15:44
*** blues-man has quit IRC15:50
openstackgerritMerged openstack/heat: Add testresources used by oslo.db fixture  https://review.openstack.org/23186015:51
*** gberginc has quit IRC15:54
*** aniasis has joined #heat15:56
*** vijayagurug has left #heat16:00
*** pt_15 has joined #heat16:08
*** sdake has quit IRC16:08
*** KanagarajM has joined #heat16:09
*** dsneddon is now known as dsneddon_away_dm16:14
*** gberginc has joined #heat16:16
*** Qiming has quit IRC16:18
*** blues-man has joined #heat16:24
*** KanagarajM has quit IRC16:27
*** enthurohini has joined #heat16:30
enthurohiniHello everyone, Can someone confirm that tag-list for the heat-stacks can be provided in heat template? or it can be done only via -- tag option in stack-create command.16:33
*** sdake has joined #heat16:33
*** hdd has joined #heat16:39
*** sergmelikyan has quit IRC16:41
*** serg_melikyan has joined #heat16:41
*** liusheng has quit IRC16:41
*** jistr has quit IRC16:42
*** liusheng has joined #heat16:42
*** tspatzier has quit IRC16:53
*** derekh is now known as derekh_afk16:56
*** yassine has quit IRC17:01
*** LimorStotland has quit IRC17:03
*** achanda has joined #heat17:07
*** gberginc has quit IRC17:11
*** Piet has joined #heat17:11
*** randallburt has joined #heat17:17
*** daneyon has joined #heat17:17
*** gberginc has joined #heat17:17
*** gberginc has quit IRC17:17
jasondenthurohini: the latter17:17
enthurohinijasond: means it cant be provided with heat template. :(17:19
enthurohinijasond, anyway, thankyou so much for answering.17:19
*** daneyon has quit IRC17:19
jasondenthurohini: that's correct.  np17:19
*** palexster has quit IRC17:19
*** daneyon_ has quit IRC17:20
*** sdake has quit IRC17:29
*** gberginc has joined #heat17:29
*** gberginc has quit IRC17:31
*** neelashah1 has quit IRC17:32
*** jcoufal has quit IRC17:32
*** gberginc has joined #heat17:33
*** sdake has joined #heat17:35
*** pm90_ has joined #heat17:35
*** blues-man has quit IRC17:36
*** bana_k has joined #heat17:36
*** achanda has quit IRC17:43
openstackgerritJason Dunsmore proposed openstack/heat: Add stack tags to stack abandon output  https://review.openstack.org/23328617:46
*** enthurohini has quit IRC17:46
*** Marga_ has quit IRC17:47
*** achanda has joined #heat17:47
*** sdake has quit IRC17:52
*** dsneddon_away_dm is now known as dsneddon17:59
*** serg_melikyan has quit IRC17:59
*** tspatzier has joined #heat18:01
*** Marga_ has joined #heat18:02
*** jonesbr1 has joined #heat18:02
*** neelashah has joined #heat18:03
*** jonesbr has quit IRC18:04
*** sdake has joined #heat18:06
*** pas-ha has quit IRC18:08
*** tspatzier has quit IRC18:09
*** tspatzier has joined #heat18:09
*** tspatzier has quit IRC18:09
*** pt_15 has quit IRC18:12
*** pm90_ has quit IRC18:15
*** tspatzier has joined #heat18:18
openstackgerritRob Pothier proposed openstack/heat: Update Baymodel in Magnum resources  https://review.openstack.org/22914318:22
*** sergmelikyan has joined #heat18:24
*** sergmelikyan has quit IRC18:24
*** Marga_ has quit IRC18:25
*** Marga_ has joined #heat18:26
*** pm90_ has joined #heat18:27
openstackgerritJason Dunsmore proposed openstack/heat: Assign updated stack ID during stack update preview  https://review.openstack.org/23275518:29
*** tspatzier has quit IRC18:38
*** tspatzier has joined #heat18:38
*** tspatzier has quit IRC18:38
*** jasond has quit IRC18:40
*** jasond has joined #heat18:41
*** pm90__ has joined #heat18:48
*** hdd has quit IRC18:50
*** hdd has joined #heat18:52
*** pm90_ has quit IRC18:52
*** jdob1 has joined #heat19:03
*** jdob1 has quit IRC19:03
*** sdake has quit IRC19:04
*** sdake has joined #heat19:06
*** daneyon has joined #heat19:10
*** daneyon_ has joined #heat19:11
*** daneyon has quit IRC19:15
*** sdake has quit IRC19:19
*** sabeen3 has quit IRC19:19
*** sdake has joined #heat19:21
*** derekh_afk is now known as derekh19:31
*** sergmelikyan has joined #heat19:32
*** sdake_ has joined #heat19:41
*** sdake has quit IRC19:43
*** harlowja has quit IRC19:44
*** spzala has quit IRC19:46
*** sergmelikyan has quit IRC19:49
*** liusheng has quit IRC19:54
*** liusheng has joined #heat19:54
*** achanda has quit IRC19:54
*** spzala has joined #heat20:04
*** jtomasek has quit IRC20:04
*** pm90__ has quit IRC20:10
*** spzala has quit IRC20:18
*** Piet has quit IRC20:18
*** sdake has joined #heat20:18
*** jaosorior has quit IRC20:20
*** pm90_ has joined #heat20:20
*** sdake_ has quit IRC20:21
*** pm90__ has joined #heat20:21
*** harlowja has joined #heat20:24
*** pm90_ has quit IRC20:25
*** achanda has joined #heat20:28
*** hdd has quit IRC20:41
*** e0ne has quit IRC20:48
*** vgridnev has quit IRC20:51
*** goukos has quit IRC21:01
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/23381821:06
*** hdd has joined #heat21:12
*** hdd has quit IRC21:18
*** sdake has quit IRC21:19
*** zhiyan has quit IRC21:20
*** Michalik has quit IRC21:20
*** serverascode has quit IRC21:21
*** Marga_ has quit IRC21:23
*** Marga_ has joined #heat21:24
*** jonesbr1 has left #heat21:25
*** sdake has joined #heat21:25
*** ameade has quit IRC21:26
*** jonesbr has joined #heat21:29
*** jonesbr has left #heat21:30
*** Piet has joined #heat21:33
*** Hazelesque_ is now known as Hazelesque21:35
*** rpothier has quit IRC21:38
stevebakerjdandrea: caffiene21:39
*** neelashah has quit IRC21:41
*** sdake_ has joined #heat21:43
*** sdake has quit IRC21:44
*** kebray has quit IRC21:44
*** vijendar has quit IRC21:52
*** sdake_ has quit IRC21:54
*** dsneddon has quit IRC21:57
*** daneyon_ has quit IRC21:58
*** sdake has joined #heat22:00
*** achanda has quit IRC22:01
*** dsneddon has joined #heat22:01
*** Piet has quit IRC22:03
*** marcink__ has joined #heat22:04
marcink__hello guys is there a way of giving to heat autoscale policy a hint about which instance to scale down?22:04
*** hdd has joined #heat22:07
*** dims_ has joined #heat22:09
*** achanda has joined #heat22:10
*** 32NAAJR1K has joined #heat22:10
*** dims__ has quit IRC22:11
*** sdake has quit IRC22:18
*** serverascode has joined #heat22:19
*** ameade has joined #heat22:21
*** daneyon has joined #heat22:24
*** zhiyan has joined #heat22:25
*** Michalik has joined #heat22:25
*** daneyon has quit IRC22:28
*** achanda has quit IRC22:29
*** daneyon has joined #heat22:30
*** pm90_ has joined #heat22:38
*** pm90__ has quit IRC22:39
*** spzala has joined #heat22:39
*** pm90__ has joined #heat22:39
*** pm90_ has quit IRC22:42
*** hdd has quit IRC22:47
*** hdd has joined #heat22:49
*** jasond has quit IRC22:53
*** Drago has quit IRC23:00
*** david-ly_ has joined #heat23:01
*** david-lyle has quit IRC23:02
*** pm90__ has quit IRC23:02
*** sdake has joined #heat23:02
*** daneyon has quit IRC23:03
*** metral is now known as metral_zzz23:04
*** metral_zzz is now known as metral23:04
*** david-lyle has joined #heat23:04
*** david-ly_ has quit IRC23:04
*** sdake_ has joined #heat23:11
*** sdake has quit IRC23:13
*** pm90_ has joined #heat23:20
*** pt_15 has joined #heat23:22
*** sabeen has joined #heat23:29
*** jobewan has quit IRC23:31
*** sabeen has quit IRC23:33
*** randallburt has quit IRC23:33
*** tochi has joined #heat23:41
*** hdd has quit IRC23:47
*** pm90_ has quit IRC23:58

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