Wednesday, 2018-07-11

*** rgold has quit IRC00:07
*** r-mibu has joined #heat00:13
*** liyi has joined #heat00:27
*** liyi has quit IRC00:27
*** liyi has joined #heat00:28
*** hongbin has joined #heat00:59
*** neatherweb has quit IRC01:04
*** edmondsw has joined #heat01:05
openstackgerritHongbin Lu proposed openstack/heat master: zun: use containers.update for renaming  https://review.openstack.org/57409901:07
openstackgerritHongbin Lu proposed openstack/heat master: zun: add property 'networks' to container  https://review.openstack.org/53342601:07
*** edmondsw has quit IRC01:09
*** armaan has quit IRC02:31
*** armaan has joined #heat02:32
*** skramaja has joined #heat02:46
*** skramaja has quit IRC02:51
*** edmondsw has joined #heat02:53
*** edmondsw has quit IRC02:57
openstackgerritVan Hung Pham proposed openstack/heat master: convert py35 jobs to py3  https://review.openstack.org/58155403:04
*** sshnaidm|bbl has quit IRC03:16
*** sshnaidm|bbl has joined #heat03:29
*** ramishra has joined #heat03:39
*** hongbin has quit IRC03:40
*** liyi_ has joined #heat03:40
*** liyi has quit IRC03:44
*** liyi_ has quit IRC03:46
*** liyi has joined #heat03:50
*** liyi has quit IRC03:53
*** ramishra has quit IRC03:59
*** mdnadeem has joined #heat04:16
*** ramishra has joined #heat04:51
*** flwang1 has quit IRC04:55
*** links has joined #heat05:03
*** liyi has joined #heat05:42
*** liyi_ has joined #heat05:52
*** liyi has quit IRC05:55
*** ricolin has joined #heat05:56
*** skramaja has joined #heat05:58
*** hjensas has quit IRC06:01
*** jtomasek has quit IRC06:01
*** ricolin has quit IRC06:31
*** ricolin has joined #heat06:35
*** liyi_ has quit IRC06:35
*** liyi has joined #heat06:37
*** armaan has quit IRC06:49
*** armaan has joined #heat06:50
*** shardy has joined #heat07:02
*** shardy has quit IRC07:03
*** shardy has joined #heat07:04
*** rgold has joined #heat07:05
*** rgold has quit IRC07:07
*** rgold has joined #heat07:07
*** serlex has joined #heat07:09
*** hjensas has joined #heat07:10
*** hjensas has joined #heat07:10
*** liyi_ has joined #heat07:12
*** liyi_ has quit IRC07:15
*** liyi has quit IRC07:15
*** jmlowe has quit IRC07:17
*** peereb has joined #heat07:17
*** gkadam has joined #heat07:20
*** ysandeep has joined #heat07:24
*** jcoufal has joined #heat07:25
*** flwang1 has joined #heat07:55
*** rcernin has quit IRC08:03
*** flwang1 has quit IRC08:03
*** sfilatov has joined #heat08:04
sfilatovHi! I noticed a strange behavior in heat: https://github.com/openstack/heat/blob/master/heat/engine/resources/server_base.py#L85 - auth_url passed into vm for heat agent is taken from context.08:07
sfilatovUsually I'd need to pass public auth_url into VM08:07
sfilatovbut the context as far as I understand would be populated with auth_url depending on [clients_keystone] option08:08
sfilatovthis option is used for determining auth_url throughout heat08:08
sfilatovand I'd usually want my controllers to use internal auth_url08:09
sfilatovso the question is - how can I separate this?08:09
*** armaan has quit IRC08:15
*** derekh has joined #heat08:21
openstackgerritTuan Do Anh proposed openstack/heat master: switch to PTI documentation jobs  https://review.openstack.org/58162408:25
ramishrasfilatov: where do you see the context auth_url is using clients_keystone section endpoint_type?08:28
ramishraAFAIK it would be either the one from the request context or from the trustee section for deferred actions using trusts https://github.com/openstack/heat/blob/master/heat/common/context.py#L4508:30
sfilatovramishra: There's a long chain of passing this. but as I understand it work like this: context auth_url is filled with request's X-Auth-Url header on constructing08:31
sfilatovramishra: Yes, the question is which auth_url we'd get on X-Auth-Url08:32
sfilatovramishra: when heat builds keystone client, it'd get auth_uri from [clients_keystone] auth_uri option08:33
sfilatovramishra: then it determines auth_url from auth_uri and makes a request08:33
openstackgerritRico Lin proposed openstack/heat master: Hidden resources in Rocky  https://review.openstack.org/58096308:33
sfilatovramishra: and if this option is internal auth_uri, we'd get internal auth_url inside heat agent08:34
ramishraNot sure why is heat keystone client relevant here. I think there can be cases the client option would be used ex. https://github.com/openstack/heat/blob/master/heat/common/context.py#L22608:34
ramishraSo we use the auth_url from the request context if available, don't know what else heat can do here08:35
sfilatovhttps://github.com/openstack/heat/blob/master/heat/common/endpoint_utils.py#L2808:36
sfilatovyes, but what auth_url would be available at this point?08:37
*** ivve has quit IRC08:37
sfilatovAs I understand at some initial point we dont have auth_url and we'd build it from the one we have in heat config08:38
*** armaan has joined #heat08:44
ramishrasfilatov: The auth_url in request context populated by context middleware from the request header https://github.com/openstack/heat/blob/master/heat/common/context.py#L37208:50
ramishraI think you mentioned that above too08:50
*** flwang1 has joined #heat08:50
*** jtomasek has joined #heat08:51
ramishrathat middleware is in the WSGI pipeline https://github.com/openstack/heat/blob/master/etc/heat/api-paste.ini#L408:51
sfilatovramishra: Yes. So it will take this auth_url from a config, right?09:04
*** liyi has joined #heat09:15
*** liyi has quit IRC09:20
*** pbourke has quit IRC09:23
*** pbourke has joined #heat09:24
*** liyi has joined #heat09:42
*** sshnaidm|bbl is now known as sshnaidm|rover09:45
*** jmlowe has joined #heat09:50
*** jmlowe has quit IRC10:11
*** sfilatov has quit IRC10:11
*** sfilatov has joined #heat10:12
ramishrasfilatov: yeah, you're right we set that in the header in authurl middleware which picks it from the config either from client_keystone section or from keystone_authtoken https://github.com/openstack/heat/blob/master/heat/common/auth_url.py#L6110:14
ramishrathough I don't know what https://github.com/openstack/heat/blob/master/heat/common/auth_url.py#L39-L40 is for, so your issue is valid, we can't have different endpoint type for the agents to use10:16
sfilatovOK, should I report a bug for this?10:20
ramishrasfilatov: yes please, I think this can be fixed10:21
sfilatovGreat!10:21
*** sfilatov has quit IRC10:31
*** sfilatov_ has joined #heat10:31
*** Guest88425 has joined #heat10:36
*** ricolin has quit IRC10:45
*** Guest67898 is now known as rook10:48
*** r-mibu has quit IRC11:21
*** Guest88425 has quit IRC11:22
*** ramishra has quit IRC11:32
*** ricolin has joined #heat11:33
*** EvilienM is now known as EmilienM11:36
*** ramishra has joined #heat11:44
*** jmlowe has joined #heat12:16
*** edmondsw has joined #heat12:27
*** armaan has quit IRC12:45
*** sai- has left #heat12:58
*** neatherweb has joined #heat12:59
*** skramaja has quit IRC13:01
*** sai- has joined #heat13:01
*** openstack has joined #heat13:06
*** ChanServ sets mode: +o openstack13:06
openstackgerritRico Lin proposed openstack/python-heatclient master: Load files from adopt file when adopt stack  https://review.openstack.org/50674313:08
*** armaan has joined #heat13:23
*** liyi has quit IRC13:24
*** liyi has joined #heat13:24
*** blomquisg_gone is now known as blomquisg13:27
*** hongbin has joined #heat13:32
*** ramishra has quit IRC13:38
*** cliffparsons has quit IRC13:42
*** mdnadeem has quit IRC13:46
*** ricolin_ has joined #heat13:46
*** ricolin_ has joined #heat13:47
*** lifeless has joined #heat13:47
*** liyi_ has joined #heat13:48
*** cliffparsons has joined #heat13:48
*** ricolin_ has quit IRC13:48
*** ricolin has quit IRC13:49
*** ricolin has joined #heat13:50
*** liyi has quit IRC13:50
*** jistr is now known as jistr|mtg13:56
openstackgerritKazunori Shinohara proposed openstack/heat master: Add Blazar client plugin to Heat  https://review.openstack.org/58089513:58
ricolin#startmeeting heat14:00
openstackMeeting started Wed Jul 11 14:00:27 2018 UTC and is due to finish in 60 minutes.  The chair is ricolin. Information about MeetBot at http://wiki.debian.org/MeetBot.14:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:00
*** openstack changes topic to " (Meeting topic: heat)"14:00
openstackThe meeting name has been set to 'heat'14:00
ricolin#topic roll call14:00
*** openstack changes topic to "roll call (Meeting topic: heat)"14:00
kazsho/14:02
ricolinlooks like we can skip this meeting:)14:03
kazshhaha yeah14:03
ricolin#action not enough member in meeting, move topics to next meeting14:04
ricolin#endmeeting14:05
*** openstack changes topic to "OpenStack Heat Team (logs: http://eavesdrop.openstack.org/irclogs/%23heat/)"14:05
openstackMeeting ended Wed Jul 11 14:05:01 2018 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:05
openstackMinutes:        http://eavesdrop.openstack.org/meetings/heat/2018/heat.2018-07-11-14.00.html14:05
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/heat/2018/heat.2018-07-11-14.00.txt14:05
openstackLog:            http://eavesdrop.openstack.org/meetings/heat/2018/heat.2018-07-11-14.00.log.html14:05
ricolinkazsh, I saw your update14:05
ricolinI actually gonna put some more comment in14:05
kazshricolin, thanks for your time, will work accordingly14:05
ricolinwill update it in maybe 5mins?14:06
ricolin:)14:06
*** armaan has quit IRC14:07
*** armaan has joined #heat14:07
kazsh;)14:07
*** felipemonteiro_ has joined #heat14:08
*** ayoung has quit IRC14:11
*** zaneb has joined #heat14:12
*** felipemonteiro__ has joined #heat14:16
*** neatherweb has quit IRC14:17
*** felipemonteiro_ has quit IRC14:20
*** blomquisg is now known as blomquisg_gone14:23
ricolinkazsh, some comment in test14:25
*** crose has joined #heat14:27
*** armaan has quit IRC14:31
*** armaan has joined #heat14:31
*** zaneb has quit IRC14:31
*** zaneb has joined #heat14:31
kazshricolin: thx! will check14:40
*** amrith has joined #heat14:40
*** Guest2110 has quit IRC14:40
*** amrith is now known as Guest4894014:40
*** jistr|mtg is now known as jistr14:54
*** crag_ has joined #heat14:56
*** sfilatov_ has quit IRC14:58
*** ivve has joined #heat14:59
*** sfilatov has joined #heat15:03
*** rgold has joined #heat15:03
openstackgerritRico Lin proposed openstack/python-heatclient master: Load files from adopt file when adopt stack  https://review.openstack.org/50674315:06
*** blomquisg_gone is now known as blomquisg15:08
*** crag_ has quit IRC15:15
*** links has quit IRC15:16
*** dyasny__ has quit IRC15:23
*** dyasny__ has joined #heat15:24
*** dyasny__ has quit IRC15:26
*** dyasny__ has joined #heat15:27
*** jmlowe has quit IRC15:28
*** jcoufal has quit IRC15:35
*** felipemonteiro__ has quit IRC15:40
*** peereb has quit IRC15:46
*** zaneb has quit IRC15:47
*** zaneb has joined #heat15:48
*** serlex has quit IRC16:01
*** hjensas has quit IRC16:04
*** ayoung has joined #heat16:11
*** armaan has quit IRC16:21
*** armaan has joined #heat16:21
*** armaan has quit IRC16:25
*** ysandeep has quit IRC16:33
*** hjensas has joined #heat16:45
*** hjensas has quit IRC16:45
*** hjensas has joined #heat16:45
*** crose has quit IRC16:45
*** zaneb has quit IRC16:47
*** zaneb has joined #heat16:47
*** felipemonteiro has joined #heat16:50
*** derekh has quit IRC17:00
*** zaneb has quit IRC17:06
*** zaneb has joined #heat17:06
*** sshnaidm|rover is now known as sshnaidm|bbl17:12
*** zaneb has quit IRC17:13
*** zaneb has joined #heat17:13
*** zbitter has joined #heat17:26
*** zaneb has quit IRC17:26
*** armaan has joined #heat17:27
*** armaan has quit IRC17:31
*** armaan has joined #heat17:32
*** sfilatov has quit IRC17:42
*** felipemonteiro has quit IRC17:42
*** sfilatov has joined #heat17:42
*** sfilatov has quit IRC17:45
*** sshnaidm|bbl is now known as sshnaidm|rover17:45
*** sfilatov has joined #heat17:47
*** armaan has quit IRC17:54
*** zaneb has joined #heat17:58
*** ricolin has quit IRC17:58
*** zbitter has quit IRC17:58
*** edmondsw has quit IRC18:07
*** edmondsw has joined #heat18:07
*** sshnaidm|rover is now known as sshnaidm|off18:19
*** felipemonteiro has joined #heat18:29
*** felipemonteiro_ has joined #heat18:39
*** felipemonteiro has quit IRC18:42
*** dyasny__ has quit IRC18:44
*** dyasny__ has joined #heat18:45
*** harlowja has joined #heat19:00
*** ayoung has quit IRC19:03
*** blomquisg is now known as blomquisg_gone19:08
*** sfilatov has quit IRC19:08
*** sfilatov has joined #heat19:09
*** sfilatov has quit IRC19:14
*** dyasny__ has quit IRC19:25
*** jmlowe has joined #heat19:29
*** flwang1 has quit IRC19:30
*** dyasny has joined #heat19:42
*** edmondsw has quit IRC19:42
*** edmondsw has joined #heat19:43
*** gkadam has quit IRC19:54
*** zaneb has quit IRC19:59
*** zaneb has joined #heat20:00
*** stokvis has joined #heat20:05
*** stokvis has quit IRC20:05
*** stokvis has joined #heat20:05
*** ayoung has joined #heat20:25
*** flwang1 has joined #heat21:02
*** jtomasek has quit IRC21:20
*** jmlowe has quit IRC21:29
openstackgerritMerged openstack/heat master: Fix multi region issue for software deployment  https://review.openstack.org/58047021:30
*** felipemonteiro_ has quit IRC21:38
*** sfilatov has joined #heat21:43
*** jmlowe has joined #heat21:45
*** sfilatov has quit IRC21:55
*** jcoufal has joined #heat21:55
*** mchlumsky has quit IRC22:00
*** rcernin has joined #heat22:15
*** jcoufal has quit IRC22:22
*** felipemonteiro_ has joined #heat22:32
*** felipemonteiro__ has joined #heat22:34
*** jcoufal has joined #heat22:34
*** hongbin has quit IRC22:37
*** yassine has joined #heat22:37
*** felipemonteiro_ has quit IRC22:37
*** yassine is now known as Guest4428922:38
*** harlowja has quit IRC23:05
*** felipemonteiro__ has quit IRC23:08
*** edmondsw has quit IRC23:12
*** edmondsw has joined #heat23:13
*** edmondsw has quit IRC23:17
*** jcoufal has quit IRC23:18
*** jcoufal has joined #heat23:24

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