*** rgold has quit IRC | 00:07 | |
*** r-mibu has joined #heat | 00:13 | |
*** liyi has joined #heat | 00:27 | |
*** liyi has quit IRC | 00:27 | |
*** liyi has joined #heat | 00:28 | |
*** hongbin has joined #heat | 00:59 | |
*** neatherweb has quit IRC | 01:04 | |
*** edmondsw has joined #heat | 01:05 | |
openstackgerrit | Hongbin Lu proposed openstack/heat master: zun: use containers.update for renaming https://review.openstack.org/574099 | 01:07 |
---|---|---|
openstackgerrit | Hongbin Lu proposed openstack/heat master: zun: add property 'networks' to container https://review.openstack.org/533426 | 01:07 |
*** edmondsw has quit IRC | 01:09 | |
*** armaan has quit IRC | 02:31 | |
*** armaan has joined #heat | 02:32 | |
*** skramaja has joined #heat | 02:46 | |
*** skramaja has quit IRC | 02:51 | |
*** edmondsw has joined #heat | 02:53 | |
*** edmondsw has quit IRC | 02:57 | |
openstackgerrit | Van Hung Pham proposed openstack/heat master: convert py35 jobs to py3 https://review.openstack.org/581554 | 03:04 |
*** sshnaidm|bbl has quit IRC | 03:16 | |
*** sshnaidm|bbl has joined #heat | 03:29 | |
*** ramishra has joined #heat | 03:39 | |
*** hongbin has quit IRC | 03:40 | |
*** liyi_ has joined #heat | 03:40 | |
*** liyi has quit IRC | 03:44 | |
*** liyi_ has quit IRC | 03:46 | |
*** liyi has joined #heat | 03:50 | |
*** liyi has quit IRC | 03:53 | |
*** ramishra has quit IRC | 03:59 | |
*** mdnadeem has joined #heat | 04:16 | |
*** ramishra has joined #heat | 04:51 | |
*** flwang1 has quit IRC | 04:55 | |
*** links has joined #heat | 05:03 | |
*** liyi has joined #heat | 05:42 | |
*** liyi_ has joined #heat | 05:52 | |
*** liyi has quit IRC | 05:55 | |
*** ricolin has joined #heat | 05:56 | |
*** skramaja has joined #heat | 05:58 | |
*** hjensas has quit IRC | 06:01 | |
*** jtomasek has quit IRC | 06:01 | |
*** ricolin has quit IRC | 06:31 | |
*** ricolin has joined #heat | 06:35 | |
*** liyi_ has quit IRC | 06:35 | |
*** liyi has joined #heat | 06:37 | |
*** armaan has quit IRC | 06:49 | |
*** armaan has joined #heat | 06:50 | |
*** shardy has joined #heat | 07:02 | |
*** shardy has quit IRC | 07:03 | |
*** shardy has joined #heat | 07:04 | |
*** rgold has joined #heat | 07:05 | |
*** rgold has quit IRC | 07:07 | |
*** rgold has joined #heat | 07:07 | |
*** serlex has joined #heat | 07:09 | |
*** hjensas has joined #heat | 07:10 | |
*** hjensas has joined #heat | 07:10 | |
*** liyi_ has joined #heat | 07:12 | |
*** liyi_ has quit IRC | 07:15 | |
*** liyi has quit IRC | 07:15 | |
*** jmlowe has quit IRC | 07:17 | |
*** peereb has joined #heat | 07:17 | |
*** gkadam has joined #heat | 07:20 | |
*** ysandeep has joined #heat | 07:24 | |
*** jcoufal has joined #heat | 07:25 | |
*** flwang1 has joined #heat | 07:55 | |
*** rcernin has quit IRC | 08:03 | |
*** flwang1 has quit IRC | 08:03 | |
*** sfilatov has joined #heat | 08:04 | |
sfilatov | Hi! 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 |
sfilatov | Usually I'd need to pass public auth_url into VM | 08:07 |
sfilatov | but the context as far as I understand would be populated with auth_url depending on [clients_keystone] option | 08:08 |
sfilatov | this option is used for determining auth_url throughout heat | 08:08 |
sfilatov | and I'd usually want my controllers to use internal auth_url | 08:09 |
sfilatov | so the question is - how can I separate this? | 08:09 |
*** armaan has quit IRC | 08:15 | |
*** derekh has joined #heat | 08:21 | |
openstackgerrit | Tuan Do Anh proposed openstack/heat master: switch to PTI documentation jobs https://review.openstack.org/581624 | 08:25 |
ramishra | sfilatov: where do you see the context auth_url is using clients_keystone section endpoint_type? | 08:28 |
ramishra | AFAIK 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#L45 | 08:30 |
sfilatov | ramishra: 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 constructing | 08:31 |
sfilatov | ramishra: Yes, the question is which auth_url we'd get on X-Auth-Url | 08:32 |
sfilatov | ramishra: when heat builds keystone client, it'd get auth_uri from [clients_keystone] auth_uri option | 08:33 |
sfilatov | ramishra: then it determines auth_url from auth_uri and makes a request | 08:33 |
openstackgerrit | Rico Lin proposed openstack/heat master: Hidden resources in Rocky https://review.openstack.org/580963 | 08:33 |
sfilatov | ramishra: and if this option is internal auth_uri, we'd get internal auth_url inside heat agent | 08:34 |
ramishra | Not 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#L226 | 08:34 |
ramishra | So we use the auth_url from the request context if available, don't know what else heat can do here | 08:35 |
sfilatov | https://github.com/openstack/heat/blob/master/heat/common/endpoint_utils.py#L28 | 08:36 |
sfilatov | yes, but what auth_url would be available at this point? | 08:37 |
*** ivve has quit IRC | 08:37 | |
sfilatov | As I understand at some initial point we dont have auth_url and we'd build it from the one we have in heat config | 08:38 |
*** armaan has joined #heat | 08:44 | |
ramishra | sfilatov: 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#L372 | 08:50 |
ramishra | I think you mentioned that above too | 08:50 |
*** flwang1 has joined #heat | 08:50 | |
*** jtomasek has joined #heat | 08:51 | |
ramishra | that middleware is in the WSGI pipeline https://github.com/openstack/heat/blob/master/etc/heat/api-paste.ini#L4 | 08:51 |
sfilatov | ramishra: Yes. So it will take this auth_url from a config, right? | 09:04 |
*** liyi has joined #heat | 09:15 | |
*** liyi has quit IRC | 09:20 | |
*** pbourke has quit IRC | 09:23 | |
*** pbourke has joined #heat | 09:24 | |
*** liyi has joined #heat | 09:42 | |
*** sshnaidm|bbl is now known as sshnaidm|rover | 09:45 | |
*** jmlowe has joined #heat | 09:50 | |
*** jmlowe has quit IRC | 10:11 | |
*** sfilatov has quit IRC | 10:11 | |
*** sfilatov has joined #heat | 10:12 | |
ramishra | sfilatov: 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#L61 | 10:14 |
ramishra | though 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 use | 10:16 |
sfilatov | OK, should I report a bug for this? | 10:20 |
ramishra | sfilatov: yes please, I think this can be fixed | 10:21 |
sfilatov | Great! | 10:21 |
*** sfilatov has quit IRC | 10:31 | |
*** sfilatov_ has joined #heat | 10:31 | |
*** Guest88425 has joined #heat | 10:36 | |
*** ricolin has quit IRC | 10:45 | |
*** Guest67898 is now known as rook | 10:48 | |
*** r-mibu has quit IRC | 11:21 | |
*** Guest88425 has quit IRC | 11:22 | |
*** ramishra has quit IRC | 11:32 | |
*** ricolin has joined #heat | 11:33 | |
*** EvilienM is now known as EmilienM | 11:36 | |
*** ramishra has joined #heat | 11:44 | |
*** jmlowe has joined #heat | 12:16 | |
*** edmondsw has joined #heat | 12:27 | |
*** armaan has quit IRC | 12:45 | |
*** sai- has left #heat | 12:58 | |
*** neatherweb has joined #heat | 12:59 | |
*** skramaja has quit IRC | 13:01 | |
*** sai- has joined #heat | 13:01 | |
*** openstack has joined #heat | 13:06 | |
*** ChanServ sets mode: +o openstack | 13:06 | |
openstackgerrit | Rico Lin proposed openstack/python-heatclient master: Load files from adopt file when adopt stack https://review.openstack.org/506743 | 13:08 |
*** armaan has joined #heat | 13:23 | |
*** liyi has quit IRC | 13:24 | |
*** liyi has joined #heat | 13:24 | |
*** blomquisg_gone is now known as blomquisg | 13:27 | |
*** hongbin has joined #heat | 13:32 | |
*** ramishra has quit IRC | 13:38 | |
*** cliffparsons has quit IRC | 13:42 | |
*** mdnadeem has quit IRC | 13:46 | |
*** ricolin_ has joined #heat | 13:46 | |
*** ricolin_ has joined #heat | 13:47 | |
*** lifeless has joined #heat | 13:47 | |
*** liyi_ has joined #heat | 13:48 | |
*** cliffparsons has joined #heat | 13:48 | |
*** ricolin_ has quit IRC | 13:48 | |
*** ricolin has quit IRC | 13:49 | |
*** ricolin has joined #heat | 13:50 | |
*** liyi has quit IRC | 13:50 | |
*** jistr is now known as jistr|mtg | 13:56 | |
openstackgerrit | Kazunori Shinohara proposed openstack/heat master: Add Blazar client plugin to Heat https://review.openstack.org/580895 | 13:58 |
ricolin | #startmeeting heat | 14:00 |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:00 |
*** openstack changes topic to " (Meeting topic: heat)" | 14:00 | |
openstack | The meeting name has been set to 'heat' | 14:00 |
ricolin | #topic roll call | 14:00 |
*** openstack changes topic to "roll call (Meeting topic: heat)" | 14:00 | |
kazsh | o/ | 14:02 |
ricolin | looks like we can skip this meeting:) | 14:03 |
kazsh | haha yeah | 14:03 |
ricolin | #action not enough member in meeting, move topics to next meeting | 14:04 |
ricolin | #endmeeting | 14:05 |
*** openstack changes topic to "OpenStack Heat Team (logs: http://eavesdrop.openstack.org/irclogs/%23heat/)" | 14:05 | |
openstack | Meeting ended Wed Jul 11 14:05:01 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:05 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/heat/2018/heat.2018-07-11-14.00.html | 14:05 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/heat/2018/heat.2018-07-11-14.00.txt | 14:05 |
openstack | Log: http://eavesdrop.openstack.org/meetings/heat/2018/heat.2018-07-11-14.00.log.html | 14:05 |
ricolin | kazsh, I saw your update | 14:05 |
ricolin | I actually gonna put some more comment in | 14:05 |
kazsh | ricolin, thanks for your time, will work accordingly | 14:05 |
ricolin | will update it in maybe 5mins? | 14:06 |
ricolin | :) | 14:06 |
*** armaan has quit IRC | 14:07 | |
*** armaan has joined #heat | 14:07 | |
kazsh | ;) | 14:07 |
*** felipemonteiro_ has joined #heat | 14:08 | |
*** ayoung has quit IRC | 14:11 | |
*** zaneb has joined #heat | 14:12 | |
*** felipemonteiro__ has joined #heat | 14:16 | |
*** neatherweb has quit IRC | 14:17 | |
*** felipemonteiro_ has quit IRC | 14:20 | |
*** blomquisg is now known as blomquisg_gone | 14:23 | |
ricolin | kazsh, some comment in test | 14:25 |
*** crose has joined #heat | 14:27 | |
*** armaan has quit IRC | 14:31 | |
*** armaan has joined #heat | 14:31 | |
*** zaneb has quit IRC | 14:31 | |
*** zaneb has joined #heat | 14:31 | |
kazsh | ricolin: thx! will check | 14:40 |
*** amrith has joined #heat | 14:40 | |
*** Guest2110 has quit IRC | 14:40 | |
*** amrith is now known as Guest48940 | 14:40 | |
*** jistr|mtg is now known as jistr | 14:54 | |
*** crag_ has joined #heat | 14:56 | |
*** sfilatov_ has quit IRC | 14:58 | |
*** ivve has joined #heat | 14:59 | |
*** sfilatov has joined #heat | 15:03 | |
*** rgold has joined #heat | 15:03 | |
openstackgerrit | Rico Lin proposed openstack/python-heatclient master: Load files from adopt file when adopt stack https://review.openstack.org/506743 | 15:06 |
*** blomquisg_gone is now known as blomquisg | 15:08 | |
*** crag_ has quit IRC | 15:15 | |
*** links has quit IRC | 15:16 | |
*** dyasny__ has quit IRC | 15:23 | |
*** dyasny__ has joined #heat | 15:24 | |
*** dyasny__ has quit IRC | 15:26 | |
*** dyasny__ has joined #heat | 15:27 | |
*** jmlowe has quit IRC | 15:28 | |
*** jcoufal has quit IRC | 15:35 | |
*** felipemonteiro__ has quit IRC | 15:40 | |
*** peereb has quit IRC | 15:46 | |
*** zaneb has quit IRC | 15:47 | |
*** zaneb has joined #heat | 15:48 | |
*** serlex has quit IRC | 16:01 | |
*** hjensas has quit IRC | 16:04 | |
*** ayoung has joined #heat | 16:11 | |
*** armaan has quit IRC | 16:21 | |
*** armaan has joined #heat | 16:21 | |
*** armaan has quit IRC | 16:25 | |
*** ysandeep has quit IRC | 16:33 | |
*** hjensas has joined #heat | 16:45 | |
*** hjensas has quit IRC | 16:45 | |
*** hjensas has joined #heat | 16:45 | |
*** crose has quit IRC | 16:45 | |
*** zaneb has quit IRC | 16:47 | |
*** zaneb has joined #heat | 16:47 | |
*** felipemonteiro has joined #heat | 16:50 | |
*** derekh has quit IRC | 17:00 | |
*** zaneb has quit IRC | 17:06 | |
*** zaneb has joined #heat | 17:06 | |
*** sshnaidm|rover is now known as sshnaidm|bbl | 17:12 | |
*** zaneb has quit IRC | 17:13 | |
*** zaneb has joined #heat | 17:13 | |
*** zbitter has joined #heat | 17:26 | |
*** zaneb has quit IRC | 17:26 | |
*** armaan has joined #heat | 17:27 | |
*** armaan has quit IRC | 17:31 | |
*** armaan has joined #heat | 17:32 | |
*** sfilatov has quit IRC | 17:42 | |
*** felipemonteiro has quit IRC | 17:42 | |
*** sfilatov has joined #heat | 17:42 | |
*** sfilatov has quit IRC | 17:45 | |
*** sshnaidm|bbl is now known as sshnaidm|rover | 17:45 | |
*** sfilatov has joined #heat | 17:47 | |
*** armaan has quit IRC | 17:54 | |
*** zaneb has joined #heat | 17:58 | |
*** ricolin has quit IRC | 17:58 | |
*** zbitter has quit IRC | 17:58 | |
*** edmondsw has quit IRC | 18:07 | |
*** edmondsw has joined #heat | 18:07 | |
*** sshnaidm|rover is now known as sshnaidm|off | 18:19 | |
*** felipemonteiro has joined #heat | 18:29 | |
*** felipemonteiro_ has joined #heat | 18:39 | |
*** felipemonteiro has quit IRC | 18:42 | |
*** dyasny__ has quit IRC | 18:44 | |
*** dyasny__ has joined #heat | 18:45 | |
*** harlowja has joined #heat | 19:00 | |
*** ayoung has quit IRC | 19:03 | |
*** blomquisg is now known as blomquisg_gone | 19:08 | |
*** sfilatov has quit IRC | 19:08 | |
*** sfilatov has joined #heat | 19:09 | |
*** sfilatov has quit IRC | 19:14 | |
*** dyasny__ has quit IRC | 19:25 | |
*** jmlowe has joined #heat | 19:29 | |
*** flwang1 has quit IRC | 19:30 | |
*** dyasny has joined #heat | 19:42 | |
*** edmondsw has quit IRC | 19:42 | |
*** edmondsw has joined #heat | 19:43 | |
*** gkadam has quit IRC | 19:54 | |
*** zaneb has quit IRC | 19:59 | |
*** zaneb has joined #heat | 20:00 | |
*** stokvis has joined #heat | 20:05 | |
*** stokvis has quit IRC | 20:05 | |
*** stokvis has joined #heat | 20:05 | |
*** ayoung has joined #heat | 20:25 | |
*** flwang1 has joined #heat | 21:02 | |
*** jtomasek has quit IRC | 21:20 | |
*** jmlowe has quit IRC | 21:29 | |
openstackgerrit | Merged openstack/heat master: Fix multi region issue for software deployment https://review.openstack.org/580470 | 21:30 |
*** felipemonteiro_ has quit IRC | 21:38 | |
*** sfilatov has joined #heat | 21:43 | |
*** jmlowe has joined #heat | 21:45 | |
*** sfilatov has quit IRC | 21:55 | |
*** jcoufal has joined #heat | 21:55 | |
*** mchlumsky has quit IRC | 22:00 | |
*** rcernin has joined #heat | 22:15 | |
*** jcoufal has quit IRC | 22:22 | |
*** felipemonteiro_ has joined #heat | 22:32 | |
*** felipemonteiro__ has joined #heat | 22:34 | |
*** jcoufal has joined #heat | 22:34 | |
*** hongbin has quit IRC | 22:37 | |
*** yassine has joined #heat | 22:37 | |
*** felipemonteiro_ has quit IRC | 22:37 | |
*** yassine is now known as Guest44289 | 22:38 | |
*** harlowja has quit IRC | 23:05 | |
*** felipemonteiro__ has quit IRC | 23:08 | |
*** edmondsw has quit IRC | 23:12 | |
*** edmondsw has joined #heat | 23:13 | |
*** edmondsw has quit IRC | 23:17 | |
*** jcoufal has quit IRC | 23:18 | |
*** jcoufal has joined #heat | 23:24 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!