Thursday, 2017-08-10

*** yangyapeng has quit IRC00:16
*** yassine has joined #heat00:19
*** kiennt has joined #heat00:39
*** mdnadeem has joined #heat00:46
*** EricGonczer_ has quit IRC00:57
*** Shunli has joined #heat01:08
*** ioggstream has quit IRC01:10
*** rwsu_ has quit IRC01:13
*** yangyapeng has joined #heat01:17
*** ramishra has quit IRC01:39
*** rwsu has joined #heat01:41
*** gongysh has joined #heat01:46
*** ricolin has joined #heat02:17
*** ramishra has joined #heat02:30
openstackgerrithuangtianhua proposed openstack/heat master: Don't override get_reference_id() for neutron resources  https://review.openstack.org/49235602:42
*** kbaegis has quit IRC02:45
*** EricGonczer_ has joined #heat02:46
*** kbaegis has joined #heat02:55
*** Shunli has quit IRC03:25
*** kbaegis1 has joined #heat03:26
openstackgerritHongbin Lu proposed openstack/heat master: Extend addresses attribute of Zun container  https://review.openstack.org/49108103:28
*** ramishra has quit IRC03:28
*** ramishra has joined #heat03:29
*** nicolasbock has joined #heat03:29
*** kbaegis has quit IRC03:29
*** elynn has joined #heat03:32
*** elynn has quit IRC03:37
*** elynn has joined #heat03:37
*** gkadam has joined #heat03:41
*** EricGonczer_ has quit IRC03:41
*** ramishra has quit IRC03:42
mw_ricolin: Are you around?03:46
ricolinmw_, yes03:47
ricolinso how about the way I suggest yesterday?:)03:48
mw_ricolin: Couple quick questions for you: Does get_resource do an implicit depends_on for the requested resource?03:48
mw_I liked that solution. I need to look into it. Hit other problems today that held me back unfortunately :(03:49
ricolinyes03:49
mw_I can't find any documentation to support that, but saw it in a summit video.03:49
mw_Had to ask.03:49
ricolinNP, just give it a try when you available03:49
mw_Second question...03:49
*** ramishra has joined #heat03:50
mw_I'm trying to deploy a server that's connected to 2 subnets in the same neutron net.03:50
mw_Sometimes snat interfaces don't come up. Sometimes 3 come up for the same subnet and only 1 is active.03:51
mw_I have no idea what's happening. Could you maybe look at a small template and tell me if I'm doing something stupid?03:51
ricolinmw_, yes, that might be a bug:)03:52
ricolinmw_, what version of Openstack you're?03:52
ricolinmaster?03:52
mw_I have 1 network, 2 subnets attached to that network. A router with 2 interfaces: 1 on each subnet. A Neutron::Port for each subnet, and a server with the 2 ports attached to it.03:52
mw_Newton03:52
mw_Don't make me re-reploy :p03:53
mw_ricolin: Is that a known issue?03:55
mw_ricolin: http://paste.openstack.org/show/618006/03:56
mw_ricolin: If you have a sec I'd really appreciate it. This is eating my soul haha03:57
mw_ricolin: The depends_on are mostly there out of desperation. I have no idea if they're reasonable...03:57
mw_I should mention this is with OVS-DVR03:58
ricolinget_resource will make implicit depends on so you will not need to write depends-on there03:59
ricolins/will not/should not/g04:00
mw_Right. That was my assumption, but I added them for my own sanity and lack of understanding/confirmation in documentation.04:00
ricolinmw_, also I will check on bugs if there is any issue04:01
ricolinalso try to reproduce it in my master env04:01
ricolinbut I don't have DVR env now04:01
mw_ricolin: You're amazing! Thank you so much!04:02
mw_It didn't happen to me every time.04:02
mw_Sometimes I'd get 3 snat interfaces for the same subnet, with 1 active.04:02
mw_Sometimes 1, and it's dead.04:02
mw_Other times I get 1 that works.04:02
mw_So.... I assumed it's a bad race condition somewhere.04:03
mw_And I'm losing that race a lot... hence the depends_on all over the place haha04:03
ricolinfeel free to file a bug if I got nothing back04:04
*** petertosh has joined #heat04:04
mw_Does that template look reasonable to you?04:09
mw_ricolin: ^^04:09
openstackgerritRico Lin proposed openstack/heat master: Allow resize with same flavor  https://review.openstack.org/49214904:14
ricolinmw_, the template works with my master(dvr-less) environment04:25
*** skramaja has joined #heat04:25
mw_ricolin: OVS or linuxbridge?04:26
mw_in your setup..04:26
mw_If I log a bug against Newton is that likely to get fixed/backported?04:26
ricolinwe can try, but heat's newton gate is really unstable and hard to send stuff in04:28
mw_ricolin: It's likely a bug then, hey?04:28
ricolinbtw, I'm using ovs04:29
ricolinmw_, sure04:29
mw_ricolin: hmm, thanks.04:29
ricolinmw_, we need more people join and maybe someone know what's exactly going on04:29
ricolinyou should file the but and mark it's affect with heat and neutron so both team knows04:30
*** gongysh has quit IRC04:30
mw_It's late here for me. I'll be taking off soon. Is there anyone I could/should talk to in here tomorrow morning?04:30
mw_ricolin: Ok, I'll log that bug. Thanks for all your help!04:31
ricolinalso if you can provide some logs from heat and neutron, will make it easier to figure out if it's a race04:31
mw_I didn't see anything in the logs that I could relate to this issue. Any idea which neutron logs it's likely to be?04:32
ricolinno idea:)04:33
*** shan has joined #heat04:33
ricolinbut for heat, heat-engine.log04:33
mw_ricolin: Thanks. Do I need to log a bug for both projects?04:34
mw_Or can I notify multiple teams somehow?04:34
ricolinyou only need to creat bug one time04:35
ricolinand inside your bug page in launchpad you should be able to add another project by `Also affects project `04:35
ricolinit's a `+` button :)04:36
ramishramw_: probably making your 'port' and 'port_ext' depend on  'mgmt_router_interface' and ' mgmt_router_interface_ext' rather than mgmt_router would help04:37
ramishrathough you should not get 3 interfaces at any cost, so something else may be wrong too04:39
mw_ricolin: I don't see a + button... I must be crazy..04:39
mw_ramishra: I'll give that a try right now. Thanks :)04:39
mw_I can only attach 1 attachment too?04:40
ricolinmw_, just search words `Also affects project` in you bug page like `https://bugs.launchpad.net/heat/+bug/1706234`04:40
openstackLaunchpad bug 1706234 in OpenStack Heat "stack create failed when using multiattach cinder volume" [Undecided,New]04:40
ricolinand you will find it04:40
mw_ricolin: Thanks! Found it.04:47
mw_Just had to do it after creating the bug.04:47
mw_ricolin: https://bugs.launchpad.net/neutron/+bug/170977404:48
openstackLaunchpad bug 1709774 in neutron "Multiple router_centralized_snat interfaces created during Heat deployment" [Undecided,New]04:48
mw_ramishra: I changed those depend_ons and got the same result.04:53
ramishramw_: ok I'm guessing, but this would probably a neutron bug rather than heat. You should probably try without heat and see if it works for you04:55
ramishraor some issue with your setup, may be04:55
ramishraduh, nothing is passing the gate:(04:56
mw_Yeah, possibly. I'll have to try it without heat.04:56
mw_ramishra: The newton gate you mean?04:56
ramishraI mean we're facing number of infra issues, not specific to newton.04:57
*** rwsu has quit IRC04:58
mw_ramishra: Ah. ricolin tested my template in his master environment and it worked.04:59
ricolinramishra, do you remember where we can get the failing rate for spicific heat gate04:59
ricolinmw_, +1 on we should try to do it without heat in your env.:)05:00
ramishraricolin: http://status.openstack.org/openstack-health/#/g/project/openstack~2Fheat05:02
ramishra20% failure for gate-heat-dsvm-functional-convg-mysql-lbaasv2-ubuntu-xenial05:03
mw_ricolin: I will do that tomorrow. Late here now :)05:04
*** gongysh has joined #heat05:09
ramishraricolin: with such high failure rate for all jobs, keeping in mind 4/5 jobs run for every patch, we've almost 100% failure05:09
ricolinramishra, I try to reach out members from infra team yesterday night but got no response05:10
ricolinramishra, writing a mail to ML now05:12
*** petertosh has quit IRC05:31
*** kiennt has quit IRC05:34
*** ccamacho has quit IRC05:47
*** jprovazn has joined #heat05:52
*** kiennt has joined #heat06:00
*** rcernin has joined #heat06:06
*** rwsu has joined #heat06:07
*** flg_ has joined #heat06:36
*** flg has joined #heat06:36
*** serlex has joined #heat06:45
*** ccamacho has joined #heat06:57
*** shardy has joined #heat07:09
*** amoralej|off is now known as amoralej07:23
*** mdnadeem has quit IRC07:42
*** gfidente has joined #heat07:53
*** mdnadeem has joined #heat08:01
*** mdnadeem has quit IRC08:03
*** mdnadeem has joined #heat08:03
*** blomquisg has quit IRC08:09
*** Drankis has joined #heat08:17
*** derekh has joined #heat08:25
*** hoonetorg has quit IRC08:32
*** armaan has quit IRC08:33
*** armaan has joined #heat08:33
*** jtomasek has joined #heat08:35
*** jaosorior has quit IRC08:37
*** jtomasek has quit IRC08:39
*** jaosorior has joined #heat08:41
*** jtomasek has joined #heat08:47
*** hoonetorg has joined #heat08:50
*** jaosorior has quit IRC08:54
*** ramishra has quit IRC09:18
*** gongysh has quit IRC09:19
*** ramishra has joined #heat09:20
ricolinramishra, could this be the cause09:21
ricolinhttp://logs.openstack.org/71/491171/4/check/gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-xenial/b1f0d26/logs/screen-q-agt.txt.gz?#_Aug_10_04_27_13_11517509:21
ramishraricolin: I don't think the failures are related to any particulat issue.09:22
ramishrasometimes the jobs are just killed as the nodes are slow09:22
ramishradevstack installation takes long time09:22
ramishraand then we do have the zaqar issue which is happening very frequently now09:24
ramishraI think Ian has responded to your mail09:25
ricolinyou mean this one in devstack?09:26
ricolin2017-08-10 04:05:58.155 | Waiting for Zaqar to start...09:26
ricolin2017-08-10 04:07:01.321 | [Call Trace]09:26
ricolin2017-08-10 04:07:01.321 | ./stack.sh:1413:run_phase09:26
ricolin2017-08-10 04:07:01.321 | /opt/stack/new/devstack/functions-common:2007:run_plugins09:26
ricolin2017-08-10 04:07:01.321 | /opt/stack/new/devstack/functions-common:1974:source09:26
ricolin2017-08-10 04:07:01.321 | /opt/stack/new/zaqar/devstack/plugin.sh:307:start_zaqar09:26
ricolin2017-08-10 04:07:01.321 | /opt/stack/new/zaqar/devstack/plugin.sh:249:die09:26
ricolin2017-08-10 04:07:01.324 | [ERROR] /opt/stack/new/zaqar/devstack/plugin.sh:249 Zaqar did not start09:26
ricolin2017-08-10 04:07:02.329 | Error on exit09:26
ricolin2017-08-10 04:07:03.038 | World dumping... see /opt/stack/new/worlddump-2017-08-10-040703.txt for details09:26
*** flg_ has quit IRC09:27
ramishrayes09:27
*** flg has quit IRC09:27
*** gongysh has joined #heat09:37
*** jaosorior has joined #heat09:54
*** blomquisg_gone has joined #heat10:00
*** blomquisg_gone is now known as blomquisg10:00
*** flg has joined #heat10:03
*** flg_ has joined #heat10:03
*** ricolin has quit IRC10:03
*** kiennt has quit IRC10:07
*** elynn has quit IRC10:07
*** armaan has quit IRC10:07
*** shardy has quit IRC10:08
*** armaan has joined #heat10:08
*** armaan has quit IRC10:10
*** armaan has joined #heat10:10
*** shardy has joined #heat10:11
*** mdnadeem has quit IRC10:16
openstackgerritOpenStack Proposal Bot proposed openstack/heat master: Imported Translations from Zanata  https://review.openstack.org/49117110:20
*** flg has quit IRC10:23
*** flg_ has quit IRC10:23
*** armaan has quit IRC10:26
*** mdnadeem has joined #heat10:30
*** yangyapeng has quit IRC10:33
*** armaan has joined #heat10:35
*** armaan has quit IRC10:39
*** flg_ has joined #heat10:40
*** flg has joined #heat10:40
*** flg has quit IRC10:44
*** flg_ has quit IRC10:44
*** rwsu has quit IRC10:53
*** shan has quit IRC10:54
*** gongysh has quit IRC11:01
*** flg_ has joined #heat11:02
*** flg has joined #heat11:02
*** flg_ has quit IRC11:05
*** flg has quit IRC11:05
*** mdnadeem has quit IRC11:06
*** armaan has joined #heat11:11
*** mdnadeem has joined #heat11:12
*** armaan has quit IRC11:16
*** mdnadeem has quit IRC11:19
*** flg has joined #heat11:21
*** flg_ has joined #heat11:21
*** yangyapeng has joined #heat11:25
*** flg has quit IRC11:25
*** flg_ has quit IRC11:25
*** kbaegis1 has quit IRC11:34
*** kbaegis has joined #heat11:34
*** flg has joined #heat11:42
*** flg_ has joined #heat11:43
*** flg_ has quit IRC11:46
*** flg has quit IRC11:46
*** kbaegis has quit IRC11:49
*** kbaegis has joined #heat11:49
*** gkadam has quit IRC11:52
*** kbaegis has quit IRC11:53
*** kbaegis has joined #heat11:54
*** flg_ has joined #heat12:03
*** flg has joined #heat12:04
*** jtomasek has quit IRC12:05
*** kbaegis has quit IRC12:06
*** kbaegis has joined #heat12:06
*** kbaegis1 has joined #heat12:12
*** kbaegis has quit IRC12:12
*** ricolin has joined #heat12:12
*** flg has quit IRC12:17
*** flg_ has quit IRC12:17
*** kbaegis1 has quit IRC12:17
*** kbaegis has joined #heat12:17
*** rwsu has joined #heat12:19
*** MVenesio has joined #heat12:20
*** rwsu has quit IRC12:23
*** shardy has quit IRC12:23
*** shardy has joined #heat12:25
*** ioggstream has joined #heat12:31
*** skramaja_ has joined #heat12:32
*** havess_ has joined #heat12:32
*** skramaja has quit IRC12:32
*** havess has quit IRC12:33
*** flg has joined #heat12:34
*** flg_ has joined #heat12:34
*** flg_ has quit IRC12:38
*** flg has quit IRC12:38
*** catintheroof has joined #heat12:45
*** EricGonczer_ has joined #heat12:47
*** flg_ has joined #heat12:54
*** flg has joined #heat12:54
*** mdnadeem has joined #heat12:57
*** jrist has joined #heat12:58
*** flg_ has quit IRC12:58
*** flg has quit IRC12:58
*** EricGonczer_ has quit IRC13:02
ioggstreamhi@all13:02
*** flg has joined #heat13:15
*** flg_ has joined #heat13:15
*** ramishra has quit IRC13:16
*** jcoufal has joined #heat13:17
*** ramishra has joined #heat13:18
*** flg has quit IRC13:25
*** flg_ has quit IRC13:25
*** kbaegis1 has joined #heat13:27
*** kbaegis has quit IRC13:29
*** mdnadeem has quit IRC13:30
*** kbaegis has joined #heat13:31
*** amoralej is now known as amoralej|lunch13:31
*** skramaja_ has quit IRC13:31
*** kbaegis1 has quit IRC13:31
*** kbaegis has quit IRC13:33
*** kbaegis has joined #heat13:34
*** kbaegis has quit IRC13:34
*** kbaegis has joined #heat13:34
openstackgerritRabi Mishra proposed openstack/heat master: Use a different mirror for fedora image  https://review.openstack.org/49253413:35
*** kbaegis1 has joined #heat13:36
*** kbaegis2 has joined #heat13:36
*** kbaegis has quit IRC13:36
ramishraricolin:  it seems the fedora image download is taking a long time.. almost 1hr.. I'm trying a different mirror^^^. Else we probably have to disable tests using fedora image.13:37
ricolinlet's see how different mirror works13:37
*** kbaegis has joined #heat13:38
ramishrahttp://logs.openstack.org/41/484741/7/check/gate-heat-dsvm-functional-convg-mysql-lbaasv2-py35-ubuntu-xenial/a797010/logs/devstacklog.txt.gz#_2017-08-10_04_13_14_40013:38
ricolin61m55s...13:39
*** rwsu has joined #heat13:39
*** kbaegis has quit IRC13:40
*** kbaegis3 has joined #heat13:40
*** kbaegis2 has quit IRC13:40
*** kbaegis3 has quit IRC13:40
*** kbaegis1 has quit IRC13:40
*** flg_ has joined #heat13:41
*** flg has joined #heat13:42
ioggstreamabout OS:: Nova::ServerGroup policy, how will anti-affinity policy work if I have more vms than compute nodes?13:45
*** flg has quit IRC13:46
*** flg_ has quit IRC13:46
*** rwsu has quit IRC13:52
*** rwsu has joined #heat13:55
ramishraioggstream: that's probably a question for the nova team, but I think it would give a 'No Valid Hosts Found' error13:58
ioggstreamramishra: ok, I'll ask nova. Being anti-affinity the default, it wouldn't be that good13:59
ioggstreamramishra: thx++ for now!14:00
*** gongysh has joined #heat14:02
*** gongysh has quit IRC14:03
*** flg_ has joined #heat14:04
*** flg has joined #heat14:04
*** flg has quit IRC14:06
*** flg_ has quit IRC14:06
*** rwsu has quit IRC14:07
*** spzala has joined #heat14:10
*** ramishra has quit IRC14:11
*** ramishra has joined #heat14:12
*** EricGonczer_ has joined #heat14:20
*** EricGonc_ has joined #heat14:24
*** amoralej|lunch is now known as amoralej14:24
openstackgerritMerged openstack/heat master: Extend addresses attribute of Zun container  https://review.openstack.org/49108114:24
*** EricGonczer_ has quit IRC14:25
*** spzala has quit IRC14:37
*** PsionTheory has joined #heat14:50
ioggstreamramishra: https://bugzilla.redhat.com/show_bug.cgi?id=144779 fhy, thx++14:54
openstackbugzilla.redhat.com bug 144779 in ispec "add support for rhrconsole option" [Medium,Closed: wontfix] - Assigned to wwoods14:54
*** felipemonteiro has joined #heat15:00
*** derekh has quit IRC15:06
*** dyasny has quit IRC15:09
*** ramishra has quit IRC15:16
*** annegentle has joined #heat15:21
*** spzala has joined #heat15:23
*** annegentle has quit IRC15:26
*** sdake_ is now known as sdake15:27
*** annegentle has joined #heat15:28
*** dyasny has joined #heat15:35
ioggstreamok, so nova supports soft-anti-affinity but heat doesn't allow me to pass the value15:48
*** annegentle has quit IRC16:01
ioggstreamafaik is it possible to add soft-anti-affinity to heat in RHOSP10 ?16:13
ioggstreamafayk16:13
ioggstreamI'd like to file a case for that16:13
*** Drankis has quit IRC16:15
*** ccamacho has quit IRC16:22
mw_ricolin:  Are you around?16:32
*** hongbin has joined #heat16:33
*** rcernin has quit IRC16:33
ricolinyes, but not for long:)16:42
ricolinmw_, o/16:42
mw_ricolin: Building out that hot template manually worked fine.16:43
mw_Seems to be related to heat :S16:43
ricolinthat's good information to know16:44
mw_ricolin: I seem to consistently get at least an additional snat interface.16:45
ricolinkindly attach your heat-engine.log(maybe also neutron logs)in bug so we might get to know what's going on16:46
mw_Will do16:46
ricolinshounds like some resource over created from both heat and neutron16:47
mw_Yeah.16:48
ricolinthx for test this out:)16:51
mw_ricolin: No worries. Thanks for all your help with this!16:52
ioggstreamcan I just do this to add soft-anti-affinity policy to heat ? https://pastebin.com/p5Ksh2QS16:52
ioggstreamnope :D16:54
ioggstreamit's that patch https://github.com/openstack/heat/commit/219bb0c8e958c0cce16ad2ac3e224fbdedf5667816:54
ricolinioggstream, you can try to backport it if you like:)16:57
ioggstreamricolin: I'm on RHOSP1016:57
ioggstreamricolin: I have it to be ported via rpm16:57
ricolinioggstream, that's easier:)16:59
ioggstreamricolin: not really :D16:59
ioggstreamricolin: but well I'll take that road17:01
ricolinioggstream, I said it's easier because I'm not sure we can make it merge to newton or ocata IMO:)17:01
ioggstreamricolin: really? isn't that a minor change?17:02
ricolinioggstream, a little feature like17:02
ricolinioggstream, I'm fine with it in ocata( just consider it as a bug), but I'm not the one running stable branch:)17:03
ioggstreamricolin: which are the drawbacks?17:03
ioggstreamricolin: maybe just a cherry-pick of nova version17:04
ricolinioggstream, just have to make sure it will not break anyone with allow new version in stable17:07
ioggstreamricolin: yep. nova@RHOSP10 supports those versions,  so it should work17:10
ricolinioggstream, than it should works for you:)17:11
ioggstreamricolin: case opened. Let's wait for news. For now thx++17:11
ioggstreamhope it will be present in ocata too17:11
openstackgerritRico Lin proposed openstack/heat master: Switch to use Fedora 26 image  https://review.openstack.org/49262517:12
openstackgerritRico Lin proposed openstack/heat master: Switch to use Fedora 26 image  https://review.openstack.org/49262517:13
*** annegentle has joined #heat17:14
*** jprovazn has quit IRC17:15
*** jprovazn has joined #heat17:16
*** ricolin has quit IRC17:25
*** dyasny has quit IRC17:26
openstackgerritMerged openstack/heat master: Implement handle_<action>_cancel for SoftwareDeployment  https://review.openstack.org/48474117:38
*** shardy has quit IRC17:38
*** amoralej is now known as amoralej|off17:41
*** ioggstream has quit IRC17:42
*** annegentle has quit IRC17:44
*** gfidente is now known as gfidente|afk17:47
*** flg has joined #heat17:51
openstackgerritMohammed Naser proposed openstack/heat master: Switch integration jobs to use local mirrors  https://review.openstack.org/49263417:52
*** flg_ has joined #heat17:52
mnaserthis should help with the job timeouts ^17:53
*** spzala has quit IRC17:55
*** annegentle has joined #heat18:11
*** flg has quit IRC18:19
*** flg_ has quit IRC18:20
*** dyasny has joined #heat18:33
*** rcernin has joined #heat18:36
*** flg has joined #heat18:39
*** flg_ has joined #heat18:39
*** spzala has joined #heat18:42
*** spzala has quit IRC18:43
*** spzala has joined #heat18:44
*** rcernin has quit IRC18:59
*** openstackgerrit has quit IRC19:03
*** nicolasbock has quit IRC19:21
*** jrist has quit IRC19:48
*** jprovazn has quit IRC20:15
*** flg has quit IRC20:16
*** flg_ has quit IRC20:16
*** jcoufal has quit IRC20:29
*** sdake is now known as k2so20:37
*** annegentle has quit IRC20:45
*** openstackgerrit has joined #heat20:47
openstackgerritMohammed Naser proposed openstack/heat master: Switch integration jobs to use local mirrors  https://review.openstack.org/49263420:47
*** serlex has quit IRC21:08
*** annegentle has joined #heat21:29
*** gfidente|afk is now known as gfidente21:34
*** spzala has quit IRC21:37
*** spzala has joined #heat21:38
*** spzala has quit IRC21:38
*** spzala has joined #heat21:39
*** jtomasek has joined #heat21:43
*** spzala has quit IRC21:44
*** jtomasek has quit IRC21:47
*** gfidente has quit IRC21:56
openstackgerritMerged openstack/heat master: Add converge flag in stack update for observing on reality  https://review.openstack.org/46130221:56
*** ioggstream has joined #heat22:06
*** openstackgerrit has quit IRC22:18
*** EricGonc_ has quit IRC22:33
*** felipemonteiro has quit IRC22:36
*** catintheroof has quit IRC22:45
*** catintheroof has joined #heat22:45
*** annegentle has quit IRC22:48
*** annegentle has joined #heat22:49
*** catintheroof has quit IRC22:49
*** annegentle has quit IRC22:53
*** MVenesio has quit IRC22:54
*** spzala has joined #heat22:55
*** spzala has quit IRC22:55
*** spzala has joined #heat22:55
*** spzala has quit IRC22:55
*** spzala has joined #heat22:56
*** spzala has quit IRC22:56
*** spzala has joined #heat22:56
*** spzala has quit IRC22:56
*** spzala has joined #heat22:57
*** spzala has quit IRC22:57
*** spzala has joined #heat22:57
*** openstackgerrit has joined #heat22:58
openstackgerritMerged openstack/heat master: Deprecate 'deferred_auth_method' config option  https://review.openstack.org/47739322:58
*** spzala has quit IRC22:58
*** annegentle has joined #heat23:05
*** pbourke has quit IRC23:11
*** pbourke has joined #heat23:13
*** annegentle has quit IRC23:13
*** hongbin has quit IRC23:21
*** ioggstream has quit IRC23:31
*** tung_doan has quit IRC23:52

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