*** ttsiouts has quit IRC | 00:06 | |
*** hongbin has joined #heat | 01:31 | |
*** jobewan has joined #heat | 02:21 | |
*** ricolin has joined #heat | 02:23 | |
*** ttsiouts has joined #heat | 02:39 | |
*** ttsiouts has quit IRC | 02:44 | |
*** maddtux has joined #heat | 03:06 | |
*** ramishra_ has quit IRC | 03:33 | |
*** jobewan has quit IRC | 03:34 | |
*** ramishra has joined #heat | 03:37 | |
*** hongbin has quit IRC | 04:19 | |
*** hjensas has joined #heat | 04:28 | |
*** ivve has quit IRC | 04:35 | |
*** zhurong has quit IRC | 05:27 | |
*** zhurong has joined #heat | 05:34 | |
*** radeks has joined #heat | 05:35 | |
*** ivve has joined #heat | 05:39 | |
*** ricolin_ has joined #heat | 06:12 | |
*** ricolin has quit IRC | 06:12 | |
*** ricolin_ has quit IRC | 06:27 | |
*** ttsiouts has joined #heat | 06:34 | |
*** rcernin has quit IRC | 07:01 | |
*** skramaja has joined #heat | 07:11 | |
*** mikecmpbll has joined #heat | 07:30 | |
*** ttsiouts has quit IRC | 07:33 | |
*** ttsiouts has joined #heat | 09:06 | |
*** ttsiouts has quit IRC | 09:11 | |
*** k_mouza has joined #heat | 09:23 | |
*** gmoro has joined #heat | 09:23 | |
*** ttsiouts has joined #heat | 10:46 | |
*** ttsiouts has quit IRC | 10:50 | |
*** radeks_ has joined #heat | 11:49 | |
*** k_mouza has quit IRC | 11:51 | |
*** k_mouza has joined #heat | 11:53 | |
*** k_mouza has quit IRC | 12:11 | |
*** k_mouza has joined #heat | 12:24 | |
*** ttsiouts has joined #heat | 12:32 | |
*** maddtux has quit IRC | 12:35 | |
*** k_mouza has quit IRC | 12:37 | |
*** radeks_ has quit IRC | 12:53 | |
*** ttsiouts has quit IRC | 12:53 | |
zaneb | meeting time? | 13:01 |
---|---|---|
zaneb | oh, I see from the ML that we're skipping | 13:15 |
*** ttsiouts has joined #heat | 13:30 | |
*** ayoung has quit IRC | 13:34 | |
*** hjensas has quit IRC | 13:59 | |
openstackgerrit | Merged openstack/heat master: Add special user options for domain user https://review.opendev.org/656884 | 14:44 |
*** skramaja has quit IRC | 14:47 | |
*** k_mouza has joined #heat | 14:54 | |
*** ayoung has joined #heat | 14:56 | |
*** k_mouza has quit IRC | 14:59 | |
*** k_mouza has joined #heat | 15:02 | |
*** ttsiouts has quit IRC | 15:07 | |
*** ivve has quit IRC | 15:07 | |
*** hjensas has joined #heat | 15:12 | |
*** ttsiouts has joined #heat | 15:12 | |
*** altlogbot_1 has quit IRC | 15:21 | |
*** altlogbot_3 has joined #heat | 15:21 | |
*** irclogbot_2 has quit IRC | 15:22 | |
*** irclogbot_2 has joined #heat | 15:23 | |
*** altlogbot_3 has quit IRC | 15:27 | |
*** altlogbot_2 has joined #heat | 15:27 | |
*** irclogbot_2 has quit IRC | 15:28 | |
*** irclogbot_0 has joined #heat | 15:29 | |
*** jcoufal has joined #heat | 15:36 | |
*** ayoung has quit IRC | 15:38 | |
*** kazsh has quit IRC | 15:43 | |
*** kazsh has joined #heat | 15:47 | |
*** k_mouza has quit IRC | 15:48 | |
*** e0ne has joined #heat | 15:50 | |
*** ayoung has joined #heat | 15:50 | |
*** e0ne has quit IRC | 15:53 | |
*** k_mouza has joined #heat | 15:56 | |
*** jcoufal has quit IRC | 16:00 | |
*** e0ne has joined #heat | 16:11 | |
*** k_mouza has quit IRC | 16:16 | |
*** hjensas has quit IRC | 16:19 | |
*** ayoung has quit IRC | 16:22 | |
*** e0ne has quit IRC | 16:26 | |
*** mikecmpbll has quit IRC | 16:31 | |
*** ramishra has quit IRC | 17:09 | |
*** ttsiouts has quit IRC | 17:10 | |
*** e0ne has joined #heat | 17:10 | |
*** ramishra has joined #heat | 17:12 | |
*** e0ne has quit IRC | 17:12 | |
*** flwang1 has joined #heat | 17:13 | |
flwang1 | ramishra: greeting, when Heat delete a nova instance, is it using soft delete or just hard delete? thanks | 17:13 |
*** e0ne has joined #heat | 17:18 | |
*** ttsiouts has joined #heat | 17:19 | |
*** e0ne has quit IRC | 17:21 | |
ramishra | flwang1: Hey, we force delete the instance irrespective of the reclaim_instance_interval config option since queens https://github.com/openstack/heat/blob/master/heat/engine/clients/os/nova.py#L448-L449 | 17:21 |
zaneb | flwang1: I believe we changed it to use force delete some time in the last couple of releases | 17:21 |
ramishra | https://docs.openstack.org/releasenotes/heat/queens.html#relnotes-10-0-0-stable-queens-bug-fixes | 17:22 |
zaneb | ramishra: your answer was much better :D | 17:22 |
ramishra | that's in the release note | 17:22 |
flwang1 | ramishra: so there is no way to config it right? | 17:22 |
ramishra | flwang1: nope | 17:22 |
flwang1 | ok, thanks | 17:23 |
flwang1 | ramishra: zaneb: is there a known issue with heat state update, i'm getting error http://paste.openstack.org/show/751127/ on queens | 17:23 |
flwang1 | but on master, it's ok | 17:24 |
flwang1 | ramishra: zaneb: or can you please shed some light where i should dig the code? | 17:27 |
zaneb | I'd check the Glance and Keystone logs to see why it's rejecting auth | 17:28 |
flwang1 | zaneb: yep, that makes sense, the stack is using trust user btw | 17:29 |
flwang1 | zaneb: ramishra: btw, is there any way to skip the validation when doing heat stack update with existing template? | 17:32 |
zaneb | nope | 17:33 |
flwang1 | zaneb: got. back to the instance delete question, is there any way to trigger shutdown before force delete the nova instance in heat? | 17:43 |
zaneb | short answer, no. long answer, only using a pre-delete user hook | 17:45 |
flwang1 | zaneb: i like the short answer :) thanks | 17:45 |
zaneb | yeah, didn't think you'd like the long answer ;) | 17:46 |
*** ttsiouts has quit IRC | 17:54 | |
*** ivve has joined #heat | 17:54 | |
*** e0ne has joined #heat | 17:59 | |
*** e0ne has quit IRC | 18:07 | |
*** ramishra has quit IRC | 18:09 | |
*** ttsiouts has joined #heat | 18:09 | |
*** ttsiouts has quit IRC | 18:14 | |
*** ttsiouts has joined #heat | 18:42 | |
*** mikecmpbll has joined #heat | 18:52 | |
*** k_mouza has joined #heat | 19:34 | |
*** k_mouza has quit IRC | 19:38 | |
*** flwang1 has quit IRC | 19:39 | |
*** ttsiouts has quit IRC | 19:44 | |
*** ttsiouts has joined #heat | 19:59 | |
*** ttsiouts has quit IRC | 20:04 | |
*** Chaserjim has quit IRC | 20:15 | |
*** kazsh has quit IRC | 20:18 | |
*** kazsh has joined #heat | 20:20 | |
*** ttsiouts has joined #heat | 20:37 | |
*** ttsiouts has quit IRC | 20:42 | |
*** radeks has quit IRC | 20:59 | |
*** ekultails has quit IRC | 21:39 | |
*** SmearedBeard has joined #heat | 22:05 | |
*** rcernin has joined #heat | 22:31 | |
*** mikecmpbll has quit IRC | 23:03 | |
*** e0ne has joined #heat | 23:35 | |
*** SmearedBeard has quit IRC | 23:38 | |
*** SmearedBeard has joined #heat | 23:40 | |
*** ttsiouts has joined #heat | 23:41 | |
*** SmearedBeard has quit IRC | 23:46 | |
*** e0ne has quit IRC | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!