*** sdake_ has joined #heat | 00:00 | |
*** sdake has quit IRC | 00:02 | |
openstackgerrit | Merged openstack/python-heatclient: Updated from global requirements https://review.openstack.org/321719 | 00:17 |
---|---|---|
*** dimtruck is now known as zz_dimtruck | 00:24 | |
*** Qiming has quit IRC | 00:29 | |
*** zz_dimtruck is now known as dimtruck | 00:37 | |
openstackgerrit | Steve Baker proposed openstack/python-heatclient: A resource list formatter for graphviz dot diagrams https://review.openstack.org/286913 | 00:59 |
openstackgerrit | Merged openstack/heat: Updated from global requirements https://review.openstack.org/321674 | 00:59 |
*** tiantian has joined #heat | 01:06 | |
*** FL1SK has quit IRC | 01:09 | |
*** Drago1 has joined #heat | 01:09 | |
*** spzala has quit IRC | 01:09 | |
*** Drago1 has quit IRC | 01:09 | |
*** Drago1 has joined #heat | 01:10 | |
*** spzala has joined #heat | 01:10 | |
*** huangtianhua has quit IRC | 01:10 | |
*** Drago1 has quit IRC | 01:11 | |
*** spzala has quit IRC | 01:14 | |
openstackgerrit | huangtianhua proposed openstack/heat: Correct the validation of server 'networks' https://review.openstack.org/315852 | 01:32 |
*** yanyanhu has joined #heat | 01:38 | |
*** Qiming has joined #heat | 01:38 | |
openstackgerrit | huangtianhua proposed openstack/heat: Support resource/output condition https://review.openstack.org/283366 | 01:42 |
*** sdake has joined #heat | 01:45 | |
*** sdake_ has quit IRC | 01:48 | |
openstackgerrit | huangtianhua proposed openstack/heat: Don't use stored context to reset stacks https://review.openstack.org/320348 | 01:51 |
*** spzala has joined #heat | 01:57 | |
*** spzala has quit IRC | 02:12 | |
*** bana_k has quit IRC | 02:15 | |
*** elynn has joined #heat | 02:23 | |
*** sdake_ has joined #heat | 02:26 | |
*** sdake has quit IRC | 02:28 | |
*** elynn_ has joined #heat | 02:29 | |
elynn_ | morning | 02:31 |
*** elynn has quit IRC | 02:31 | |
*** bana_k has joined #heat | 02:34 | |
*** openstackgerrit has quit IRC | 02:36 | |
stevebaker | afternoon | 02:39 |
elynn_ | :) | 02:41 |
*** openstackgerrit has joined #heat | 02:43 | |
*** spzala has joined #heat | 02:43 | |
*** spzala has quit IRC | 02:50 | |
*** yuanying has quit IRC | 02:50 | |
*** FL1SK has joined #heat | 02:53 | |
*** openstackgerrit has quit IRC | 02:56 | |
-openstackstatus- NOTICE: Gerrit is going offline briefly to check possible filesystem corruption | 02:58 | |
*** ChanServ changes topic to "Gerrit is going offline briefly to check possible filesystem corruption" | 02:58 | |
*** jamielennox is now known as jamielennox|away | 03:01 | |
*** bana_k has quit IRC | 03:05 | |
*** sdake has joined #heat | 03:07 | |
*** sdake_ has quit IRC | 03:11 | |
*** bana_k has joined #heat | 03:11 | |
*** wangbo has quit IRC | 03:14 | |
*** code-R has joined #heat | 03:16 | |
*** code-R_ has joined #heat | 03:17 | |
*** ChanServ changes topic to "support @ https://ask.openstack.org | developer wiki @ https://wiki.openstack.org/wiki/Heat | development @ https://launchpad.net/heat | logged @ http://eavesdrop.openstack.org/irclogs/%23heat/" | 03:18 | |
-openstackstatus- NOTICE: after a quick check, gerrit and its filesystem have been brought back online and should be working again | 03:18 | |
*** openstackgerrit has joined #heat | 03:19 | |
*** code-R has quit IRC | 03:21 | |
*** sabeen1 has quit IRC | 03:26 | |
*** sabeen has joined #heat | 03:28 | |
*** wangbo has joined #heat | 03:31 | |
openstackgerrit | Rico Lin proposed openstack/heat: Add support for a resource level external_id https://review.openstack.org/135492 | 03:38 |
openstackgerrit | Rico Lin proposed openstack/heat: Add validate for external resources. https://review.openstack.org/317605 | 03:38 |
*** code-R_ has quit IRC | 03:44 | |
*** links has joined #heat | 03:46 | |
*** elynn_ has quit IRC | 03:47 | |
*** code-R has joined #heat | 03:48 | |
*** yuanying has joined #heat | 03:48 | |
*** bana_k has quit IRC | 04:02 | |
*** bana_k has joined #heat | 04:06 | |
*** bana_k has quit IRC | 04:12 | |
openstackgerrit | Pallavi proposed openstack/heat: [api-ref] Added template-function-list https://review.openstack.org/319773 | 04:16 |
*** sdake_ has joined #heat | 04:25 | |
*** code-R has quit IRC | 04:26 | |
*** sdake has quit IRC | 04:27 | |
*** sdake has joined #heat | 04:31 | |
*** sdake_ has quit IRC | 04:33 | |
*** ishant has joined #heat | 04:38 | |
*** jaosorior has joined #heat | 04:50 | |
*** KanagarajM_ has joined #heat | 04:52 | |
*** code-R has joined #heat | 04:55 | |
ramishra | stevebaker: hey around? | 04:55 |
stevebaker | ramishra: hey, briefly | 04:56 |
ramishra | ok, I was looking at some of your patches, Is it agood idea to have the stack/resource cache in the context when we're passing the context via rpc ex. for nested stacks? | 04:57 |
ramishra | or I'm missing something here. | 04:57 |
*** dimtruck is now known as zz_dimtruck | 04:58 | |
stevebaker | ramishra: caching will only be for read-only calls initially (stack-list, resource-list). I'd want the cache to be left behind when the context goes over rpc | 04:58 |
ramishra | ok, that makes sense. | 04:59 |
stevebaker | ramishra: how is it (de)serialized? RequestContext.to_dict? | 05:00 |
ramishra | yep | 05:00 |
stevebaker | ramishra: ok, in that case it will already do the right thing | 05:02 |
ramishra | stevebaker: yeah, you're right https://github.com/openstack/heat/blob/master/heat/common/messaging.py#L68 | 05:09 |
stevebaker | ramishra: its a convenient place to memoize things, since its passed everywhere | 05:10 |
openstackgerrit | Crag Wolfe proposed openstack/heat: Move properties_data into a separate table https://review.openstack.org/267953 | 05:12 |
*** code-R has quit IRC | 05:16 | |
*** jprovazn has joined #heat | 05:29 | |
*** ramishra has quit IRC | 05:38 | |
*** ramishra has joined #heat | 05:40 | |
*** elynn_ has joined #heat | 05:44 | |
*** elynn_ has quit IRC | 05:49 | |
*** elynn_ has joined #heat | 05:49 | |
*** sdake_ has joined #heat | 05:53 | |
*** sdake_ has quit IRC | 05:53 | |
*** sdake_ has joined #heat | 05:53 | |
*** sdake has quit IRC | 05:56 | |
*** sdake_ has quit IRC | 05:59 | |
*** fragatina has quit IRC | 06:00 | |
openstackgerrit | Rico Lin proposed openstack/heat: Allow multi-layer global environment/template directory https://review.openstack.org/298054 | 06:04 |
openstackgerrit | Rico Lin proposed openstack/heat: Add get_file in HOT templates from global environment https://review.openstack.org/209439 | 06:04 |
openstackgerrit | Rico Lin proposed openstack/heat: Add `template_dir` to config https://review.openstack.org/300891 | 06:04 |
*** rcernin has joined #heat | 06:04 | |
*** huangtianhua has joined #heat | 06:09 | |
*** fragatina has joined #heat | 06:12 | |
*** rcernin has quit IRC | 06:15 | |
*** fragatina has quit IRC | 06:16 | |
*** ricolin has joined #heat | 06:18 | |
*** fragatina has joined #heat | 06:19 | |
*** fragatina has quit IRC | 06:20 | |
*** fragatina has joined #heat | 06:20 | |
*** rcernin has joined #heat | 06:20 | |
*** sabeen has quit IRC | 06:35 | |
*** daneyon_ has joined #heat | 06:39 | |
*** daneyon has quit IRC | 06:43 | |
*** code-R has joined #heat | 06:49 | |
*** code-R_ has joined #heat | 06:54 | |
*** code-R has quit IRC | 06:57 | |
therve | KanagarajM_, Around? | 07:03 |
KanagarajM_ | therve, hi | 07:07 |
therve | KanagarajM_, I answered on https://review.openstack.org/#/c/321449/ | 07:08 |
KanagarajM_ | therve, ok. let me check | 07:08 |
therve | It seems to be you're missing the point of the patch, which is to load all resources because we need them | 07:09 |
therve | Trying to work around that with context filter doesn't make sense | 07:09 |
*** vincentll has joined #heat | 07:10 | |
KanagarajM_ | therve, i see the problem. but thinking about the side effect of making more db calls | 07:11 |
therve | KanagarajM_, This is a nice thinking, but only if you have a proper solution to propose :) | 07:12 |
-openstackstatus- NOTICE: zuul required a restart due to network outages. If your change is not listed on http://status.openstack.org/zuul/ and is missing results, please issue a 'recheck'. | 07:12 | |
therve | I don't mean to introduce extra queries for the sake of it | 07:13 |
*** ccamacho has quit IRC | 07:14 | |
KanagarajM_ | therve, ok. let it go at this moment as it fixes the issue, and if we find better solution, we could improve latter. I remember that resource list was taking huge time in triplo, shardy was mentioning about it in one of review comments. | 07:15 |
*** akuznetsov has joined #heat | 07:15 | |
*** ccamacho has joined #heat | 07:16 | |
therve | Well it doesn't make the regular resource list worse | 07:16 |
therve | It removes the benefit of filtering for the db query | 07:16 |
therve | But I don't have a better solution for now | 07:16 |
KanagarajM_ | therve, are you ok with other comments given, otherwise will +2 :) | 07:17 |
therve | KanagarajM_, No I'm not ok? :) | 07:17 |
KanagarajM_ | therve, yeah, if i find a solution will put a patch | 07:18 |
KanagarajM_ | therve, :) | 07:18 |
*** sorantis has joined #heat | 07:19 | |
*** code-R_ has quit IRC | 07:19 | |
*** akuznetsov has quit IRC | 07:39 | |
*** elynn_ has quit IRC | 07:46 | |
openstackgerrit | Merged openstack/heat: Add to resource-type-list returning description https://review.openstack.org/307147 | 07:46 |
*** fragatina has quit IRC | 08:01 | |
*** blues-man has joined #heat | 08:02 | |
*** afazekas|sick is now known as afazekas | 08:03 | |
*** tiantian has quit IRC | 08:11 | |
*** tiantian has joined #heat | 08:12 | |
*** KanagarajM_ has quit IRC | 08:18 | |
*** jreypo has joined #heat | 08:21 | |
*** vincentll has quit IRC | 08:34 | |
*** derekh has joined #heat | 08:35 | |
*** yassine has joined #heat | 08:36 | |
*** yassine is now known as Guest14633 | 08:37 | |
*** zeih has joined #heat | 08:42 | |
openstackgerrit | Rico Lin proposed openstack/heat-specs: Add snapshot ability to stack https://review.openstack.org/243015 | 08:43 |
*** dmk0202 has joined #heat | 08:46 | |
*** yuanying has quit IRC | 08:47 | |
*** yuanying has joined #heat | 08:53 | |
*** yanyanhu has quit IRC | 08:54 | |
*** yanyanhu has joined #heat | 08:54 | |
*** yuanying has quit IRC | 08:54 | |
*** yanyanhu has quit IRC | 08:55 | |
*** Qiming has quit IRC | 08:57 | |
*** jaosorior is now known as jaosorior_lunch | 08:59 | |
openstackgerrit | huangtianhua proposed openstack/heat: Don't use stored context to reset stacks https://review.openstack.org/320348 | 09:06 |
openstackgerrit | huangtianhua proposed openstack/heat: Support resource/output condition https://review.openstack.org/283366 | 09:07 |
*** kebray_ has quit IRC | 09:08 | |
*** yuanying has joined #heat | 09:10 | |
openstackgerrit | huangtianhua proposed openstack/heat: Support resource/output condition https://review.openstack.org/283366 | 09:10 |
*** kebray has joined #heat | 09:13 | |
*** yuanying has quit IRC | 09:15 | |
*** vincentll has joined #heat | 09:15 | |
*** code-R has joined #heat | 09:31 | |
openstackgerrit | Rico Lin proposed openstack/heat: Non-destructive upgrade for deprecated resources https://review.openstack.org/280201 | 09:33 |
openstackgerrit | Rico Lin proposed openstack/heat: Avoid to use pass in exception https://review.openstack.org/262971 | 09:34 |
*** code-R has quit IRC | 09:40 | |
*** Qiming has joined #heat | 09:46 | |
*** permalac has joined #heat | 09:54 | |
*** permalac has quit IRC | 09:54 | |
*** permalac has joined #heat | 09:54 | |
*** permalac has quit IRC | 09:55 | |
*** permalac has joined #heat | 09:55 | |
*** sorantis has quit IRC | 10:08 | |
*** code-R has joined #heat | 10:08 | |
*** yuanying has joined #heat | 10:11 | |
*** jprovazn has quit IRC | 10:17 | |
*** sorantis has joined #heat | 10:19 | |
*** jaosorior_lunch is now known as jaosorior | 10:22 | |
*** code-R_ has joined #heat | 10:23 | |
*** code-R has quit IRC | 10:26 | |
*** openstackgerrit has quit IRC | 10:47 | |
*** openstackgerrit has joined #heat | 10:48 | |
*** ishant has quit IRC | 10:53 | |
openstackgerrit | Rico Lin proposed openstack/heat-specs: Add snapshot ability to stack https://review.openstack.org/243015 | 10:53 |
*** KanagarajM has joined #heat | 11:21 | |
*** DevBox has joined #heat | 11:24 | |
*** EricGonczer_ has joined #heat | 11:25 | |
*** jprovazn has joined #heat | 11:25 | |
*** wangbo has quit IRC | 11:30 | |
*** fultonj has joined #heat | 11:31 | |
*** EricGonczer_ has quit IRC | 11:33 | |
*** EricGonczer_ has joined #heat | 11:34 | |
*** Kennan has quit IRC | 11:36 | |
*** Wenzhi_ has quit IRC | 11:36 | |
*** Wenzhi_ has joined #heat | 11:36 | |
partner | since upgrade to kilo 1.2 packages our users started to report that previously functional rebuild has now started to fail, error is: Rebuilding server failed, status 'ERROR' | 11:38 |
*** Kennan has joined #heat | 11:39 | |
partner | trying to search for suitable bug but haven't found any yet, thought to ask if someone here would have any hints on what part got broken with the 2015.1.2 packages (centos 7) | 11:39 |
*** openstackgerrit has quit IRC | 11:47 | |
*** wangbo has joined #heat | 11:48 | |
*** openstackgerrit has joined #heat | 11:48 | |
therve | partner, If we knew something was broken we probably would have fixed it :) | 11:52 |
therve | partner, Do you have any more details about the error, or which test they are running? | 11:52 |
therve | If nova got upgrade as well, it's possible the issue is on that side of things | 11:55 |
*** jaosorior has quit IRC | 12:01 | |
*** jaosorior has joined #heat | 12:01 | |
*** wangbo has quit IRC | 12:06 | |
*** vgridnev has joined #heat | 12:09 | |
*** exploreshaifali has joined #heat | 12:13 | |
*** dmellado is now known as dmellado|lunch | 12:20 | |
*** dmellado|lunch is now known as dmellado | 12:20 | |
*** wangbo has joined #heat | 12:25 | |
*** dprince has joined #heat | 12:33 | |
*** tlashchova has quit IRC | 12:35 | |
*** openstackgerrit has quit IRC | 12:48 | |
*** openstackgerrit has joined #heat | 12:49 | |
*** coreyob has joined #heat | 12:51 | |
*** code-R_ has quit IRC | 12:53 | |
*** code-R has joined #heat | 12:54 | |
openstackgerrit | Rico Lin proposed openstack/heat: Add support for a resource level external_id https://review.openstack.org/135492 | 12:54 |
openstackgerrit | Rico Lin proposed openstack/heat: Add validate for external resources. https://review.openstack.org/317605 | 12:54 |
partner | therve: heh, that's why i thought to ask here :) umm yes, all the components were upgraded to 1.2 on the same go, nova included | 13:02 |
*** KanagarajM has quit IRC | 13:05 | |
partner | user is telling that every single stack update always ends up first to "error rebuilding" and second attempt gets forward from that | 13:12 |
*** iury_afk is now known as iurygregory | 13:15 | |
*** sabeen has joined #heat | 13:15 | |
*** ricolin has quit IRC | 13:21 | |
*** tlashchova has joined #heat | 13:24 | |
partner | but i'll check from nova side, thanks for the tip, perhaps its just shown there while the real issue is elsewhere | 13:24 |
*** dajavu has joined #heat | 13:32 | |
*** dajavu has quit IRC | 13:32 | |
therve | partner, Rebuild is very specific operation where you update the image on a nova server | 13:36 |
therve | So it''d be weird if every update failed that way | 13:36 |
therve | Unless all their updates is doing that | 13:36 |
*** blomquisg_gone is now known as blomquisg | 13:39 | |
*** exploreshaifali has quit IRC | 13:42 | |
*** vijendar has joined #heat | 13:43 | |
*** mfisch has quit IRC | 13:49 | |
*** zz_dimtruck is now known as dimtruck | 13:53 | |
*** sorantis_ has joined #heat | 14:00 | |
*** sorantis has quit IRC | 14:03 | |
*** sorantis_ is now known as sorantis | 14:03 | |
*** annemccormick has joined #heat | 14:07 | |
*** jasond has joined #heat | 14:13 | |
*** randallburt has joined #heat | 14:16 | |
*** randallburt1 has joined #heat | 14:18 | |
*** openstackgerrit has quit IRC | 14:18 | |
*** openstackgerrit has joined #heat | 14:19 | |
*** jasond has quit IRC | 14:19 | |
*** jasond has joined #heat | 14:20 | |
*** randallburt has quit IRC | 14:20 | |
*** vijendar has quit IRC | 14:22 | |
*** spzala has joined #heat | 14:23 | |
*** spotz_zzz is now known as spotz | 14:26 | |
*** code-R has quit IRC | 14:26 | |
*** vijendar has joined #heat | 14:28 | |
*** rajpatel has joined #heat | 14:29 | |
*** lrensing has joined #heat | 14:30 | |
*** jaosorior has quit IRC | 14:34 | |
*** dmk0202 has quit IRC | 14:35 | |
*** pt_15 has joined #heat | 14:36 | |
*** jdandrea has quit IRC | 14:36 | |
*** jdandrea has joined #heat | 14:36 | |
*** sergio__nubeliu has joined #heat | 14:37 | |
*** EricGonczer_ has quit IRC | 14:40 | |
*** sergio__nubeliu has quit IRC | 14:40 | |
*** FL1SK has quit IRC | 14:42 | |
*** Drago has joined #heat | 14:48 | |
*** Drago has quit IRC | 14:48 | |
*** Drago has joined #heat | 14:48 | |
*** DandyPandy has quit IRC | 14:52 | |
*** jdandrea has quit IRC | 14:53 | |
*** DandyPandy has joined #heat | 14:53 | |
*** jdandrea has joined #heat | 14:54 | |
*** kebray has quit IRC | 14:55 | |
*** jistr is now known as jistr|call | 15:01 | |
*** prazumovsky has joined #heat | 15:02 | |
*** jprovazn has quit IRC | 15:05 | |
*** crose has joined #heat | 15:07 | |
*** kebray has joined #heat | 15:10 | |
*** kebray has quit IRC | 15:13 | |
*** kebray has joined #heat | 15:14 | |
therve | prazumovsky, It seems there is a real issue regarding your translation patch and tripleo | 15:14 |
therve | No need to recheck our tests as they pass | 15:15 |
prazumovsky | OK, understand, logs are uninformative, so need to investigate the issue. | 15:17 |
therve | Yeah it's unclear what's going on | 15:18 |
*** wangbo has quit IRC | 15:20 | |
*** wangbo has joined #heat | 15:23 | |
*** rcernin has quit IRC | 15:24 | |
*** jistr|call is now known as jistr | 15:25 | |
*** tlashchova has quit IRC | 15:25 | |
*** Qiming has quit IRC | 15:26 | |
*** links has quit IRC | 15:29 | |
*** kebray has quit IRC | 15:44 | |
*** vincentll has quit IRC | 15:52 | |
*** rajpatel has quit IRC | 15:57 | |
*** spzala has quit IRC | 15:58 | |
*** liusheng has quit IRC | 15:59 | |
*** liusheng has joined #heat | 15:59 | |
openstackgerrit | Zane Bitter proposed openstack/heat: Add a Macro class to heat.engine.function https://review.openstack.org/322248 | 16:00 |
*** daneyon has joined #heat | 16:02 | |
*** blues-man has quit IRC | 16:04 | |
*** daneyon_ has quit IRC | 16:05 | |
*** code-R has joined #heat | 16:06 | |
*** crose has quit IRC | 16:06 | |
*** code-R_ has joined #heat | 16:19 | |
*** code-R has quit IRC | 16:22 | |
openstackgerrit | Rico Lin proposed openstack/heat: Add support for a resource level external_id https://review.openstack.org/135492 | 16:24 |
openstackgerrit | Rico Lin proposed openstack/heat: Add validate for external resources. https://review.openstack.org/317605 | 16:24 |
*** crose has joined #heat | 16:26 | |
*** crose has quit IRC | 16:28 | |
*** vijendar has quit IRC | 16:32 | |
prazumovsky | therve, it's really unclear error - stack for structured config could not be found - there's no translation on way of sc creation, IIUC | 16:34 |
*** spzala has joined #heat | 16:34 | |
*** vijendar has joined #heat | 16:37 | |
*** spzala has quit IRC | 16:39 | |
*** KanagarajM has joined #heat | 16:45 | |
*** pt_15 has quit IRC | 16:46 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Improve performance of stack filtering https://review.openstack.org/322266 | 16:47 |
*** prazumovsky has quit IRC | 16:52 | |
*** FL1SK has joined #heat | 16:52 | |
*** sdake has joined #heat | 16:52 | |
*** spzala has joined #heat | 16:52 | |
*** liusheng has quit IRC | 16:57 | |
*** spzala has quit IRC | 16:57 | |
*** liusheng has joined #heat | 16:58 | |
*** derekh has quit IRC | 16:58 | |
*** spzala has joined #heat | 17:04 | |
*** code-R_ has quit IRC | 17:08 | |
*** spzala has quit IRC | 17:09 | |
*** sorantis has quit IRC | 17:10 | |
*** Drago has quit IRC | 17:12 | |
*** bana_k has joined #heat | 17:20 | |
*** kebray has joined #heat | 17:22 | |
*** code-R has joined #heat | 17:22 | |
*** code-R has quit IRC | 17:23 | |
*** code-R has joined #heat | 17:23 | |
*** kebray has quit IRC | 17:26 | |
*** aaronmeh_ has joined #heat | 17:27 | |
*** kebray has joined #heat | 17:30 | |
*** maestro has joined #heat | 17:32 | |
*** spzala has joined #heat | 17:36 | |
*** rpothier has joined #heat | 17:40 | |
*** fragatina has joined #heat | 17:45 | |
*** KanagarajM has quit IRC | 17:46 | |
openstackgerrit | Merged openstack/heat: Fix resource loading in resource filtering https://review.openstack.org/321449 | 17:46 |
openstackgerrit | Merged openstack/heat: Correct redundancies in Scheduler Hints docs https://review.openstack.org/321225 | 17:48 |
*** links has joined #heat | 17:50 | |
*** sdake_ has joined #heat | 17:52 | |
*** sdake has quit IRC | 17:55 | |
*** KanagarajM has joined #heat | 17:55 | |
*** rajpatel has joined #heat | 17:57 | |
*** KanagarajM has quit IRC | 18:01 | |
*** fragatina has quit IRC | 18:01 | |
*** EricGonczer_ has joined #heat | 18:02 | |
*** fragatina has joined #heat | 18:02 | |
*** vijendar has quit IRC | 18:02 | |
*** sdake_ is now known as sdake | 18:06 | |
*** EricGonc_ has joined #heat | 18:08 | |
*** links has quit IRC | 18:10 | |
*** Drago has joined #heat | 18:11 | |
*** EricGonczer_ has quit IRC | 18:11 | |
*** rajpatel has quit IRC | 18:14 | |
*** vijendar has joined #heat | 18:15 | |
*** lrensing has quit IRC | 18:17 | |
*** spzala has quit IRC | 18:17 | |
*** spzala has joined #heat | 18:18 | |
*** spzala_ has joined #heat | 18:20 | |
*** spzala has quit IRC | 18:22 | |
*** spzala_ has quit IRC | 18:25 | |
*** fragatina has quit IRC | 18:33 | |
*** thumpba has joined #heat | 18:40 | |
*** code-R has quit IRC | 18:41 | |
*** maestro has quit IRC | 18:41 | |
*** EricGonc_ has quit IRC | 18:42 | |
*** spzala has joined #heat | 18:46 | |
*** spzala has quit IRC | 18:46 | |
*** code-R has joined #heat | 18:51 | |
*** rajpatel has joined #heat | 18:55 | |
*** rajpatel has quit IRC | 19:04 | |
*** vijendar has quit IRC | 19:06 | |
*** Guest14633 has quit IRC | 19:08 | |
*** sdake_ has joined #heat | 19:09 | |
*** sdake has quit IRC | 19:10 | |
*** sdake has joined #heat | 19:18 | |
*** sdake_ has quit IRC | 19:19 | |
*** vijendar has joined #heat | 19:28 | |
*** dimtruck is now known as zz_dimtruck | 19:28 | |
*** thumpba_ has joined #heat | 19:33 | |
*** rajpatel has joined #heat | 19:34 | |
*** thumpba has quit IRC | 19:35 | |
*** fragatina has joined #heat | 19:38 | |
*** rajpatel has quit IRC | 19:40 | |
*** openstack has joined #heat | 21:45 | |
*** code-R has joined #heat | 21:47 | |
*** thumpba has quit IRC | 21:48 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!