Saturday, 2013-12-21

jeblairseems like we should just change devstack to stop configuring syslog for swift then...00:00
openstackgerritMonty Taylor proposed a change to openstack-infra/jeepyb: Rename launchpad parameter to group  https://review.openstack.org/6315700:00
openstackgerritMonty Taylor proposed a change to openstack-infra/jeepyb: Remove the hardcoded project list  https://review.openstack.org/6315800:00
*** praneshp has quit IRC00:00
jeblairflashgordon: started without error00:01
*** che-arne has quit IRC00:02
flashgordonhmm00:02
mordredjeblair: I agree - I think devstack should not use syslog for swift if SYSLOG=False is set00:02
flashgordonmordred: sounds logical00:02
*** ryanpetrello has quit IRC00:02
mordredexcept I think that I remember that swift doesn't have a not-syslog logging possibility?00:02
jeblairi think i've done all i can here.00:03
jerryzsdague: do you know what is the circumstance screen quit fails to kill the nova-* service every time? that's is what happened in my env. I am just curious.00:03
jeblairflashgordon: if you don't object, i'm going to delete this node now.00:04
flashgordonjeblair: go for it00:04
flashgordont00:04
flashgordontoo bad in cases like this we can't do a massive bisect test00:04
jeblairflashgordon: i am inclined to believe this is not a bug in python code, but rather i think the solution is to either stop logging to syslog or have devstack be more robust about how it restarts rsyslogd00:06
jeblairi have to head out now00:07
*** jhesketh has joined #openstack-infra00:10
*** jerryz has quit IRC00:10
*** mgagne has quit IRC00:10
*** DennyZhang has joined #openstack-infra00:20
openstackgerritRussell Bryant proposed a change to openstack-infra/config: zuul status: Collapse changes by default  https://review.openstack.org/6301900:24
*** che-arne has joined #openstack-infra00:28
*** dims has quit IRC00:32
*** jergerber has quit IRC00:35
*** DennyZhang has quit IRC00:36
pleia2anteaya: btw, I emailed the haecksen organizer and they emailed me my full talk abstract00:42
pleia2anteaya: I felt silly doing so, "thanks for accepting my talk, what was it again?" :P00:42
pleia2(ok, ok, I knew in general)00:43
*** dims has joined #openstack-infra00:45
*** DennyZhang has joined #openstack-infra00:45
*** zhiwei has joined #openstack-infra00:49
anteayaha ha ha00:49
anteayapleia2: that is what I am going to have to do too00:49
anteayaI was just going to arrive and read the schedule on Monday to find out what I was going to talk about00:49
anteaya:D00:49
anteayabut your way is better00:51
flashgordonjeblair: I agree, although I can't figure out why this started up all of a sudden00:51
flashgordonjeblair: will update the bug00:51
pleia2anteaya: I'm happy to know I'm not the only one who forgot, so thank you for that :)00:55
* dims catching up00:55
dimsflashgordon, so there is some interaction between ovs* processes and rsyslogd?00:55
*** sarob has quit IRC00:56
clarkbzaro: I think I have a fix00:57
*** sarob has joined #openstack-infra00:57
flashgordondims: thats a very good guess00:57
zaroclarkb: wat?00:57
clarkbzaro: I moved the creation of the session and channel from the perform() job call (in the job thread) to the console copy thread00:57
flashgordondims: but I think the fix is to not use rsyslog00:58
dimsflashgordon, +100:58
flashgordonat least for now00:58
flashgordon(as in we can revisit that later)00:58
clarkbzaro: will need to clean this up to cut down on the number of ssh connections but I think the Jsch session was having trouble being used across threads (eg not threadsafe)00:58
zaroclarkb: are those needed in the parent?00:58
clarkbzaro: yes the parent needs them for the normal file copies00:58
zaroclarkb: so is that a new instance in the console thread?00:59
clarkbzaro: yup00:59
clarkbzaro: I think the session object isn't thread safe00:59
anteayapleia2: glad I can help in any way possible00:59
anteaya:D01:00
clarkbzaro: so that will need to be refactored cleanly (my current test code is really ugly)01:00
clarkband with that I am headed home01:00
dimsflashgordon, still don't know why it cropped up all of a sudden right?01:00
zaroclarkb: cool, you want to do the cleanup or did you want me to try that on my end?01:00
zaroclarkb: try the fix i mean.01:01
*** reed has quit IRC01:01
flashgordondims: no idea01:01
flashgordondims: my hunch is a strange dependency change01:01
*** sarob has quit IRC01:01
flashgordondims: if only we had the equavalent of 'git bisect' in openstack01:03
*** DennyZhang has quit IRC01:04
*** sarob has joined #openstack-infra01:05
dims:)01:08
flashgordondims: so it would require a bunch of infra support but shouldn't be that bad I think01:08
flashgordonand would be very useful01:08
flashgordonexcept it would use a ton of VMs01:08
jeblairflashgordon: it would not require any infra support.01:09
jeblairflashgordon: here's the tree to bisect: http://git.openstack.org/cgit/openstack/openstack/01:10
flashgordoncan you just run git review on that ?01:10
flashgordonif so then sweet01:10
*** rwsu has quit IRC01:11
jeblairflashgordon: no, you aren't allowed to propose changes to that repo01:11
jeblairflashgordon: but you don't need to propose a change to test it.  most people who work on openstack have access to a cloud provider01:11
flashgordonjeblair: so devstack supports openstack/openstack repo?01:13
jeblairflashgordon: i doubt it.  i didn't say there was a ready-made solution for this, i just said that you don't need any infra support to get started on it.01:13
flashgordonjeblair: get started no,01:14
jeblairor finished01:14
flashgordon but if we wanted to have this use infra resources -- which we very well may not01:14
flashgordonalso timeline of dependency changes01:14
flashgordonbut there is a lot that can be done right now01:15
*** rwsu has joined #openstack-infra01:15
flashgordonwe did the revery per project test for another bug a while back with good results01:16
*** rnirmal has joined #openstack-infra01:16
*** flashgordon is now known as jog001:16
*** jeblair is now known as corvus01:17
*** DennyZhang has joined #openstack-infra01:21
*** rwsu has quit IRC01:21
*** krotscheck has quit IRC01:23
*** sarob has quit IRC01:31
*** jcooley_ has quit IRC01:34
clarkbzaro: go for it. I think more people familiar with that codeis good01:38
*** melwitt has quit IRC01:38
*** DennyZhang has quit IRC01:39
*** dripton has quit IRC01:40
clarkbzaro: the trick is going to be waiting until you absolutely need a session to create one that way we only create as many sessions as necessary01:41
*** rnirmal has quit IRC01:41
*** DennyZhang has joined #openstack-infra01:44
*** sarob has joined #openstack-infra01:45
*** jcooley_ has joined #openstack-infra01:46
*** DennyZhang has quit IRC01:47
*** DennyZhang has joined #openstack-infra01:49
*** dripton has joined #openstack-infra01:51
*** krotscheck has joined #openstack-infra02:02
*** matsuhashi has joined #openstack-infra02:15
*** matsuhashi has quit IRC02:21
*** matsuhashi has joined #openstack-infra02:22
*** sdake has joined #openstack-infra02:23
*** matsuhas_ has joined #openstack-infra02:25
*** matsuhashi has quit IRC02:27
*** jcooley_ has quit IRC02:27
*** jcooley_ has joined #openstack-infra02:27
*** matsuhas_ has quit IRC02:33
*** matsuhashi has joined #openstack-infra02:34
*** coolsvap has quit IRC02:35
*** coolsvap has joined #openstack-infra02:35
*** AaronGr is now known as AaronGr_Zzz02:36
*** fifieldt has joined #openstack-infra02:37
*** coolsvap has quit IRC02:38
*** pcrews has quit IRC02:42
*** vipul has quit IRC02:46
*** zhiwei has quit IRC02:46
*** vipul has joined #openstack-infra02:47
*** matsuhashi has quit IRC02:56
*** matsuhashi has joined #openstack-infra02:57
*** nati_ueno has quit IRC03:01
*** DennyZha` has joined #openstack-infra03:01
*** matsuhashi has quit IRC03:01
*** DennyZhang has quit IRC03:02
*** sarob has quit IRC03:10
*** sarob has joined #openstack-infra03:10
*** krotscheck has quit IRC03:15
*** sarob has quit IRC03:15
*** sdake_ has quit IRC03:15
*** DennyZha` has quit IRC03:24
*** hdd_ has joined #openstack-infra03:32
*** jcooley_ has quit IRC03:34
*** jcooley_ has joined #openstack-infra03:35
*** chandankumar_ has joined #openstack-infra03:40
*** UtahDave has quit IRC03:43
*** jergerber has joined #openstack-infra03:48
*** jergerber has quit IRC03:48
*** che-arne has quit IRC03:48
*** jergerber has joined #openstack-infra03:48
*** jergerber has quit IRC03:48
*** CaptTofu has joined #openstack-infra03:59
*** jcooley_ has quit IRC04:05
*** jcooley_ has joined #openstack-infra04:06
*** che-arne has joined #openstack-infra04:09
*** matsuhashi has joined #openstack-infra04:11
*** sarob has joined #openstack-infra04:21
*** pub_tap is now known as hub_cap04:22
*** jcooley_ has quit IRC04:22
*** chandankumar_ has quit IRC04:22
*** jcooley_ has joined #openstack-infra04:23
*** sarob has quit IRC04:25
*** matsuhashi has quit IRC04:26
*** jcooley_ has quit IRC04:27
*** matsuhashi has joined #openstack-infra04:30
*** CaptTofu has quit IRC04:33
*** CaptTofu has joined #openstack-infra04:33
*** matsuhashi has quit IRC04:39
*** ladquin_afk has quit IRC04:43
*** jcooley_ has joined #openstack-infra04:43
*** matsuhashi has joined #openstack-infra04:50
*** DennyZhang has joined #openstack-infra04:52
*** jcooley_ has quit IRC04:58
*** yidclare has quit IRC05:03
*** nati_ueno has joined #openstack-infra05:06
*** SergeyLukjanov has joined #openstack-infra05:07
*** SergeyLukjanov has quit IRC05:07
*** matsuhashi has quit IRC05:07
*** SergeyLukjanov has joined #openstack-infra05:07
*** nati_ueno has quit IRC05:08
*** cody-somerville has quit IRC05:08
*** cody-somerville has joined #openstack-infra05:09
*** yaguang has joined #openstack-infra05:15
*** DennyZhang has quit IRC05:17
*** nati_ueno has joined #openstack-infra05:23
*** jcooley_ has joined #openstack-infra05:27
*** matsuhashi has joined #openstack-infra05:32
*** jcooley_ has quit IRC05:33
*** che-arne has quit IRC05:34
*** harlowja has quit IRC05:43
*** sdake has quit IRC05:49
*** sdake_ has joined #openstack-infra05:54
*** che-arne has joined #openstack-infra05:57
*** jcooley_ has joined #openstack-infra06:00
*** sdake has joined #openstack-infra06:03
*** fifieldt has quit IRC06:06
*** matsuhashi has quit IRC06:08
*** SergeyLukjanov is now known as _SergeyLukjanov06:15
*** jcooley_ has quit IRC06:21
*** SergeyLukjanov has joined #openstack-infra06:22
*** sarob has joined #openstack-infra06:22
*** vkozhukalov has joined #openstack-infra06:28
*** hdd_ has quit IRC06:36
*** praneshp has joined #openstack-infra06:36
*** che-arne has quit IRC06:37
*** chandankumar has joined #openstack-infra06:38
*** sdake_ has quit IRC06:45
*** sdake has quit IRC06:46
*** chandankumar has quit IRC06:49
*** krotscheck has joined #openstack-infra06:53
*** jcooley_ has joined #openstack-infra06:56
*** sdake has joined #openstack-infra06:58
*** sdake_ has joined #openstack-infra06:58
*** che-arne has joined #openstack-infra07:00
*** krotscheck has quit IRC07:02
*** matsuhashi has joined #openstack-infra07:03
*** yaguang has quit IRC07:05
*** matsuhashi has quit IRC07:11
*** SergeyLukjanov has quit IRC07:16
*** jcooley_ has quit IRC07:19
*** matsuhashi has joined #openstack-infra07:22
*** sarob has quit IRC07:25
*** sarob has joined #openstack-infra07:26
*** sarob has quit IRC07:30
*** matsuhashi has quit IRC07:34
*** che-arne has quit IRC07:35
*** marun has quit IRC07:43
*** praneshp has quit IRC07:46
*** marun has joined #openstack-infra07:48
*** jcooley_ has joined #openstack-infra07:52
*** matsuhashi has joined #openstack-infra07:54
*** che-arne has joined #openstack-infra07:59
*** jcooley_ has quit IRC08:03
*** jcooley_ has joined #openstack-infra08:05
*** sarob has joined #openstack-infra08:09
*** sarob has quit IRC08:14
*** matsuhashi has quit IRC08:18
*** SergeyLukjanov has joined #openstack-infra08:21
*** yolanda_ has joined #openstack-infra08:22
*** jcooley_ has quit IRC08:23
*** jcooley_ has joined #openstack-infra08:24
*** sarob has joined #openstack-infra08:24
*** chandankumar has joined #openstack-infra08:27
*** sarob has quit IRC08:29
*** jcooley_ has quit IRC08:43
*** dstanek has quit IRC08:44
*** boris-42 has joined #openstack-infra08:45
*** tma996 has joined #openstack-infra08:58
*** sarob has joined #openstack-infra09:25
*** SergeyLukjanov has quit IRC09:26
*** sarob has quit IRC09:30
*** tma996 has quit IRC09:38
*** chandankumar has quit IRC09:43
*** tma996 has joined #openstack-infra10:07
*** sandywalsh has quit IRC10:18
openstackgerritDarragh Bailey proposed a change to openstack-infra/jenkins-job-builder: PyXML required for XML output to be consistent  https://review.openstack.org/6357910:22
openstackgerritDarragh Bailey proposed a change to openstack-infra/jenkins-job-builder: Support lazy resolving of include yaml tags  https://review.openstack.org/6358010:22
openstackgerritDarragh Bailey proposed a change to openstack-infra/jenkins-job-builder: Use yaml local tags to support including files  https://review.openstack.org/4878310:22
*** sarob has joined #openstack-infra10:25
*** amotoki_ has joined #openstack-infra10:28
*** vkozhukalov has quit IRC10:29
*** sarob has quit IRC10:29
*** sandywalsh has joined #openstack-infra10:32
*** jhesketh has quit IRC10:36
*** davidhadas_ has quit IRC10:56
*** sandywalsh has quit IRC11:14
*** jhesketh__ has quit IRC11:16
*** sarob has joined #openstack-infra11:25
*** sandywalsh has joined #openstack-infra11:27
*** sarob has quit IRC11:30
*** jcooley_ has joined #openstack-infra11:46
*** jcooley_ has quit IRC11:47
*** yamahata has joined #openstack-infra12:07
*** Guest33069 has quit IRC12:19
*** lillie has joined #openstack-infra12:19
*** pvo has quit IRC12:19
*** lillie is now known as Guest8891012:20
*** pvo has joined #openstack-infra12:22
*** sarob has joined #openstack-infra12:25
*** chandankumar has joined #openstack-infra12:28
*** sarob has quit IRC12:30
*** yolanda_ has quit IRC12:30
*** SergeyLukjanov has joined #openstack-infra12:41
*** yolanda_ has joined #openstack-infra12:57
*** yolanda_ has quit IRC13:00
*** nati_ueno has quit IRC13:01
*** dstanek has joined #openstack-infra13:02
*** sarob has joined #openstack-infra13:25
*** vladan has quit IRC13:26
*** fifieldt has joined #openstack-infra13:28
*** sarob has quit IRC13:30
*** davidhadas has joined #openstack-infra13:38
*** vladan has joined #openstack-infra13:40
*** CaptTofu has quit IRC13:53
*** CaptTofu has joined #openstack-infra13:53
*** CaptTofu has quit IRC13:55
*** krotscheck has joined #openstack-infra13:58
*** mriedem has joined #openstack-infra13:59
*** fifieldt has quit IRC14:04
*** CaptTofu has joined #openstack-infra14:10
*** davidhadas has quit IRC14:23
*** davidhadas has joined #openstack-infra14:24
*** sarob has joined #openstack-infra14:25
*** flaper87|afk is now known as flaper8714:28
*** mriedem has quit IRC14:29
*** sarob has quit IRC14:30
*** praneshp has joined #openstack-infra14:35
openstackgerritKei YAMAZAKI proposed a change to openstack-infra/jenkins-job-builder: Added support for Github notifier  https://review.openstack.org/6358314:40
*** davidhadas has quit IRC14:55
*** chandankumar has quit IRC14:56
*** davidhadas has joined #openstack-infra14:56
*** davidhadas has quit IRC15:07
*** tma996 has quit IRC15:19
*** odyi has quit IRC15:22
*** sarob has joined #openstack-infra15:25
*** odyi has joined #openstack-infra15:25
*** praneshp has quit IRC15:29
*** sarob has quit IRC15:29
*** sarob has joined #openstack-infra15:46
*** sarob has quit IRC15:57
*** sarob has joined #openstack-infra15:57
*** ryanpetrello has joined #openstack-infra15:59
*** sarob has quit IRC16:02
*** amotoki_ has quit IRC16:14
*** CaptTofu has quit IRC16:21
*** CaptTofu has joined #openstack-infra16:22
*** nati_ueno has joined #openstack-infra16:24
*** davidhadas has joined #openstack-infra16:25
*** SergeyLukjanov is now known as _SergeyLukjanov16:28
enikanorov__hi infra folks. is there any way to enable neutron-pg and neutron-pg-isolated jobs for particular patch being submitted to nova gerrit queue?16:28
*** _SergeyLukjanov is now known as SergeyLukjanov16:29
enikanorov__I'm investigating on of the gate failures with neutrion-pg&isolated and i want to debug it from nova side16:29
*** CaptTofu has quit IRC16:29
*** CaptTofu has joined #openstack-infra16:30
enikanorov__but the patch to nova never failed the gate. apparently because it was not run against neutron-pg* job16:30
*** persia has quit IRC16:31
*** persia has joined #openstack-infra16:31
*** persia is now known as Guest3862816:31
*** vkozhukalov has joined #openstack-infra16:34
*** chandankumar has joined #openstack-infra16:48
*** sarob has joined #openstack-infra16:55
*** nati_ueno has quit IRC16:56
*** SergeyLukjanov has quit IRC16:58
*** flaper87 is now known as flaper87|afk16:59
*** sarob has quit IRC17:02
*** sarob has joined #openstack-infra17:03
fungienikanorov__: one option would be to add those jobs to an experimental pipeline for nova in openstack-infra/config modules/openstack_project/files/zuul/layout.yaml, and then once that merges you can leave a "recheck experimental" comment on your nova change17:06
fungienikanorov__: the alternative would be to follow the "simulating devstack gate tests" instructions in the README.rst of openstack-infra/devstack-gate17:07
enikanorov__fungi: thanks17:07
*** CaptTofu has quit IRC17:17
*** cyeoh has quit IRC17:17
*** CaptTofu has joined #openstack-infra17:18
*** CaptTofu has quit IRC17:20
*** CaptTofu has joined #openstack-infra17:20
*** sarob has quit IRC17:30
*** sarob has joined #openstack-infra17:31
*** sarob has quit IRC17:35
*** chandankumar has quit IRC17:36
*** niska has quit IRC17:40
*** niska has joined #openstack-infra17:41
*** ywu has quit IRC17:41
*** CaptTofu has quit IRC17:49
*** CaptTofu has joined #openstack-infra17:50
*** SergeyLukjanov has joined #openstack-infra18:06
*** SergeyLukjanov is now known as _SergeyLukjanov18:07
*** _SergeyLukjanov is now known as SergeyLukjanov18:07
*** krtaylor has quit IRC18:12
*** yfried has joined #openstack-infra18:18
*** praneshp has joined #openstack-infra18:31
*** pcrews has joined #openstack-infra18:32
*** krotscheck has quit IRC18:34
*** yolanda_ has joined #openstack-infra18:37
*** jcooley_ has joined #openstack-infra18:40
*** sarob has joined #openstack-infra18:41
*** sarob has quit IRC18:46
*** harlowja has joined #openstack-infra18:47
*** yfried1 has joined #openstack-infra18:47
*** yfried has quit IRC18:47
*** nati_ueno has joined #openstack-infra18:50
*** mrodden has quit IRC18:56
*** CaptTofu has quit IRC19:01
*** CaptTofu has joined #openstack-infra19:01
*** jcooley_ has quit IRC19:05
*** jcooley_ has joined #openstack-infra19:07
*** UtahDave has joined #openstack-infra19:17
cody-somervillehttps://github.com/walmartlabs/mupd8 <-- interesting.19:21
*** afazekas_ has joined #openstack-infra19:21
fungicody-somerville: now try to sell savanna on it ;)19:25
*** krotscheck has joined #openstack-infra19:25
SergeyLukjanovI see savanna word :)19:28
*** CaptTofu has quit IRC19:32
*** CaptTofu has joined #openstack-infra19:32
fungiSergeyLukjanov: i commend your skillful use of irc keyword triggers ;)19:33
*** jcooley_ has quit IRC19:37
SergeyLukjanovyup, it's really useful when you have +12h timezone ;)19:38
*** krotscheck has quit IRC19:38
fungi(or when you lurk in dozens of channels any of whom might need your help on a particular topic)19:40
*** gema has quit IRC19:41
SergeyLukjanovexactly!19:42
fungiSergeyLukjanov: speaking of which, in case anyone hasn't said it recently enough, i REALLY appreciate all the help you've been providing and i know others feel the same. thank you!19:48
*** yolanda_ has quit IRC19:48
*** UtahDave has quit IRC19:54
*** yolanda_ has joined #openstack-infra19:56
*** pcrews has quit IRC19:56
*** praneshp has quit IRC19:58
*** salv-orlando_ has joined #openstack-infra19:58
*** salv-orlando_ has quit IRC19:58
SergeyLukjanovfungi, thank you, I'm really glad to help you guys!19:59
*** salv-orlando has quit IRC19:59
*** salv-orlando has joined #openstack-infra19:59
*** Ryan_Lane has joined #openstack-infra20:00
*** Ryan_Lane has joined #openstack-infra20:00
*** gema has joined #openstack-infra20:00
*** boris-42 has quit IRC20:11
*** CaptTofu has quit IRC20:27
*** CaptTofu has joined #openstack-infra20:27
*** boris-42 has joined #openstack-infra20:53
clarkbindeed21:12
clarkbfungi: if you are looking for random interesting fun game to play Don't Starve is pretty awesome21:12
fungiclarkb: thanks for the tip21:17
fungicurrently i'm playing "learn how to temper chocolate"21:17
fungiit's a very long, very boring game, but in the end you win chocolate21:17
*** krotscheck has joined #openstack-infra21:19
*** krotscheck has quit IRC21:24
*** CaptTofu has quit IRC21:27
*** CaptTofu has joined #openstack-infra21:27
*** harlowja is now known as harlowja_away21:41
anteayafungi: are you using a double-boiler?21:44
fungianteaya: makeshift, but yes (steel bowl sitting on standoffs in a pot of water)21:45
anteayathat counts21:45
anteayamay you end up with good chocolate21:46
fungiapparently the trick is to get the chocolate above 105f (for you imperialists), then down into the low 80s f, add some already-tempered chocolate and stir vigorously while bringing it back up to 88f but no hotter (for dark chocolate), then do what you're going to do with it and let it cool normally21:47
fungiit's taking a bit of practice21:47
anteayaI have never done what you are attempting21:47
anteayahow easy is your thermometer to read when coated in steam?21:47
fungiinstant-read digital stick (not a traditional glass candy thermometer) so works fairly well for this21:48
anteayagood21:48
fungialso you don't need steam. just hot enough water (after all, most chocolate melts at well under half the boiling temperature of water)21:49
anteayawell my experience in firing clay tells me that slow temp changes leave me the happiest21:49
anteayasounds like you are already doing that though, the boring part21:49
anteayathat is true21:49
*** SergeyLukjanov has quit IRC21:50
anteayaare you doing chocolate covered fruit?21:50
fungipeppermint bark21:50
anteayaor homemade truffles?21:50
anteayareally?21:50
anteayaI've never had to go through that myself when I make a chocolate bark type product21:51
fungididn't want to get too complicated since i don't normally venture too far into the realm of confection21:51
anteayajust melt the chocolate, add in the stuff, pour onto paper on cookie sheet, clean up21:51
fungibut i want it to keep at room temperature and not melt when held21:51
*** hdd_ has joined #openstack-infra21:51
anteayaha ha ha ha21:51
anteayathat has never been a concern of mine21:52
fungiand the higher melting point requires tempering21:52
anteayaso I am keen to hear your results21:52
* fungi enjoys geeking out on kitchen chemistry and physics21:52
anteayago you21:52
anteayahave you tried sponge toffee yet21:52
anteayathat will keep you going for a few rounds21:52
*** vkozhukalov has quit IRC21:53
anteayaI saw a friend of mine's failure once and never tried it myself21:53
anteayaonly willing do make stuff I am willing to eat regardless of how it turns out21:53
anteayaturns out well, share21:54
anteayaflops, I eat it myself21:54
fungisounds delicious, though i generally limit my adventures to dairy-free things so that i can also eat some21:54
fungivegan, in fact, so that christine can also enjoy it21:54
fungiand since she also is allergic to nuts, it gets even more complicated21:55
anteayahttp://www.canadianliving.com/food/sponge_toffee.php21:55
anteayasugar and baking soda21:55
anteayathe trick is to get the baking soda in at the right time so it puffs up21:56
anteayahence the "sponge" part of sponge toffee21:56
fungioh neat. i've never seen toffee recipes which didn't need butter. i'll give that one a try21:56
anteayacanadianliving has a good test kitchen21:56
anteayaI'll be interested to hear your results21:56
anteayaif it fails you end up with a pot of melted sugar21:57
anteayano poof21:57
anteayaI have no way of using a pot of melted sugar so I have never tried this one myself21:58
anteayayay, happy solstice22:05
anteayamoon is in Capricorn22:05
anteayasorry sun22:06
anteayasun is in capricorn22:06
fungihappy solstice to you too. we're heading out to a solstice/yule party momentarily22:27
anteayahave a wonderful time22:30
*** afazekas_ has quit IRC22:32
*** CaptTofu has quit IRC22:53
*** CaptTofu has joined #openstack-infra22:53
*** elasticio has joined #openstack-infra23:01
*** sarob has joined #openstack-infra23:02
*** mgagne has joined #openstack-infra23:09
*** elasticio has quit IRC23:12
*** elasticio has joined #openstack-infra23:13
*** yolanda_ has quit IRC23:14
*** sarob has quit IRC23:21
*** sarob has joined #openstack-infra23:22
*** sarob_ has joined #openstack-infra23:23
*** sarob has quit IRC23:26
*** nati_ueno has quit IRC23:27
*** sarob_ has quit IRC23:28
*** HenryG has quit IRC23:30
*** HenryG has joined #openstack-infra23:30
*** mancdaz_away has quit IRC23:37
*** mgagne has quit IRC23:40
*** davidhadas has quit IRC23:41
*** hdd_ has quit IRC23:45
*** mancdaz_away has joined #openstack-infra23:47
*** mancdaz_away is now known as mancdaz23:47
*** fbo is now known as fbo_away23:49
*** AaronGr_Zzz is now known as AaronGr23:50
*** AaronGr is now known as AaronGr_Zzz23:52
*** sarob has joined #openstack-infra23:52
*** sarob has quit IRC23:54
*** sarob has joined #openstack-infra23:54
*** ryanpetrello has quit IRC23:54
*** sarob has quit IRC23:59

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