*** jmlowe has quit IRC | 00:40 | |
*** hongbin has joined #heat | 00:42 | |
*** jmlowe has joined #heat | 00:45 | |
*** hongbin has quit IRC | 00:54 | |
*** ricolin has joined #heat | 01:02 | |
*** lifeless_ has quit IRC | 01:13 | |
*** lifeless has joined #heat | 01:13 | |
*** pengdake has joined #heat | 01:20 | |
*** lifeless_ has joined #heat | 01:24 | |
*** lifeless has quit IRC | 01:25 | |
openstackgerrit | Merged openstack/heat master: Replace pbr autodoc with sphinxcontrib-apidoc https://review.openstack.org/558262 | 01:27 |
---|---|---|
openstackgerrit | Merged openstack/heat master: Docs: include all useful module docs https://review.openstack.org/552059 | 01:27 |
openstackgerrit | Merged openstack/heat master: tox: Don't delete Python3 .pyc files https://review.openstack.org/557568 | 01:27 |
*** lifeless has joined #heat | 01:40 | |
*** zaneb has quit IRC | 01:40 | |
*** lifeless_ has quit IRC | 01:41 | |
*** zaneb has joined #heat | 01:42 | |
*** hongbin has joined #heat | 01:47 | |
*** lifeless has quit IRC | 01:54 | |
*** lifeless has joined #heat | 02:00 | |
*** ayoung has joined #heat | 02:20 | |
*** boris_42_ has quit IRC | 02:38 | |
*** ramishra has joined #heat | 03:13 | |
*** d0ugal_ has joined #heat | 03:16 | |
*** d0ugal has quit IRC | 03:17 | |
*** skramaja has joined #heat | 03:38 | |
*** pengdake has quit IRC | 03:58 | |
*** stevebaker has quit IRC | 04:22 | |
*** dmellado has quit IRC | 04:23 | |
*** hongbin has quit IRC | 04:30 | |
*** pengdake has joined #heat | 04:37 | |
*** flwang1 has quit IRC | 04:48 | |
*** links has joined #heat | 04:55 | |
*** pengdake has quit IRC | 05:07 | |
*** nicolasbock has joined #heat | 05:14 | |
*** nicolasbock has quit IRC | 05:18 | |
*** pengdake has joined #heat | 06:07 | |
openstackgerrit | Jiye Yu proposed openstack/heat-dashboard master: TemplateGenerator: Add Designate::Recordset support https://review.openstack.org/575621 | 06:22 |
*** gkadam has joined #heat | 06:38 | |
*** serlex has joined #heat | 06:47 | |
*** pengdake has quit IRC | 07:01 | |
*** ysandeep has joined #heat | 07:03 | |
*** dmellado has joined #heat | 07:04 | |
*** rcernin has quit IRC | 07:08 | |
*** ramishra has quit IRC | 07:13 | |
*** AlexeyAbashkin has joined #heat | 07:13 | |
*** ramishra has joined #heat | 07:20 | |
*** AlexeyAbashkin has quit IRC | 07:29 | |
*** AlexeyAbashkin has joined #heat | 07:29 | |
*** AlexeyAbashkin has quit IRC | 07:39 | |
*** AlexeyAbashkin has joined #heat | 07:39 | |
*** gfidente has joined #heat | 07:40 | |
*** dmellado has quit IRC | 07:42 | |
*** dmellado has joined #heat | 07:42 | |
*** ramishra has quit IRC | 07:49 | |
*** ramishra has joined #heat | 07:51 | |
*** AlexeyAbashkin has quit IRC | 08:00 | |
*** AlexeyAbashkin has joined #heat | 08:01 | |
*** d0ugal_ has quit IRC | 08:04 | |
*** d0ugal has joined #heat | 08:04 | |
*** d0ugal has quit IRC | 08:04 | |
*** d0ugal has joined #heat | 08:04 | |
*** flwang1 has joined #heat | 08:18 | |
*** derekh has joined #heat | 08:36 | |
*** AlexeyAbashkin has quit IRC | 08:45 | |
*** AlexeyAbashkin has joined #heat | 08:45 | |
therve | ramishra: Around to chat about https://review.openstack.org/#/c/551871/ ? | 08:51 |
*** lifeless has quit IRC | 08:57 | |
*** AlexeyAbashkin has quit IRC | 09:03 | |
*** AlexeyAbashkin has joined #heat | 09:03 | |
*** lifeless has joined #heat | 09:10 | |
*** jtomasek_ has joined #heat | 09:12 | |
ramishra | therve: yep | 09:12 |
*** jtomasek has quit IRC | 09:12 | |
*** AlexeyAbashkin has quit IRC | 09:12 | |
*** AlexeyAbashkin has joined #heat | 09:13 | |
therve | ramishra: So | 09:17 |
therve | ramishra: I'm still concerned with Heat download random stuff from Swift without any limit | 09:17 |
therve | I don't think the patch handles that | 09:18 |
ramishra | therve: you mean an additional size check? | 09:18 |
therve | ramishra: Well, any size check really :) | 09:18 |
ramishra | therve: yeah, we can look at adding something. I mean a list of files are provided by the user.. one sec | 09:20 |
therve | ramishra: Right but users make mistakes. Unless malicious users exist | 09:21 |
*** AlexeyAbashkin has quit IRC | 09:22 | |
*** AlexeyAbashkin has joined #heat | 09:22 | |
ramishra | I mean it's expected to be used with tripleo initially. I haven't seen them doing any checks like that when they upload/download from swift.. but I can look at adding something | 09:23 |
*** stevebaker has joined #heat | 09:26 | |
therve | ramishra: Right but 1) That download happens client side afaiu, not in the server | 09:26 |
therve | 2) This will be enabled on the multi tenant by default | 09:26 |
therve | If it's dangerous, there should be at least a feature flag | 09:26 |
therve | ramishra: You don't see the concern? | 09:26 |
ramishra | therve: yeah I see your point | 09:27 |
therve | ramishra: So it's possible that a simple config check is good enough | 09:29 |
*** lifeless has quit IRC | 09:38 | |
ramishra | therve: Is there a way to get only the size of the object.. may be in metadata? | 09:38 |
therve | ramishra: You need to do a heat request | 09:39 |
ramishra | heat? HEAD | 09:39 |
therve | head yes | 09:40 |
therve | ramishra: Or get_container may return what you need? | 09:40 |
therve | Though it's not recursive | 09:40 |
ramishra | OK Content-Length in the HEAD response would tell me that | 09:41 |
therve | Yeah | 09:41 |
*** lifeless has joined #heat | 09:45 | |
*** rcernin has joined #heat | 10:07 | |
*** lifeless_ has joined #heat | 10:22 | |
*** lifeless has quit IRC | 10:23 | |
*** AlexeyAbashkin has quit IRC | 10:24 | |
*** lifeless_ has quit IRC | 10:39 | |
*** lifeless has joined #heat | 10:41 | |
openstackgerrit | Jiye Yu proposed openstack/heat-dashboard master: TemplateGenerator: Add Designate::Recordset support https://review.openstack.org/575621 | 10:50 |
*** pbourke has joined #heat | 10:50 | |
*** gfidente has quit IRC | 10:50 | |
*** lifeless_ has joined #heat | 10:55 | |
*** lifeless has quit IRC | 10:56 | |
*** AlexeyAbashkin has joined #heat | 10:57 | |
*** lifeless has joined #heat | 11:00 | |
*** lifeless_ has quit IRC | 11:01 | |
*** serlex has quit IRC | 11:03 | |
*** lifeless has quit IRC | 11:05 | |
*** gfidente has joined #heat | 11:08 | |
*** lifeless has joined #heat | 11:10 | |
*** serlex has joined #heat | 11:13 | |
*** lifeless_ has joined #heat | 11:15 | |
*** lifeless has quit IRC | 11:15 | |
*** AlexeyAbashkin has quit IRC | 11:27 | |
*** AlexeyAbashkin has joined #heat | 11:28 | |
*** ricolin has quit IRC | 11:47 | |
*** edmondsw has joined #heat | 12:01 | |
*** skramaja has quit IRC | 12:17 | |
*** AlexeyAbashkin has quit IRC | 12:38 | |
*** AlexeyAbashkin has joined #heat | 12:40 | |
*** lifeless_ has quit IRC | 12:46 | |
*** dmellado_ has joined #heat | 12:46 | |
*** ysandeep has quit IRC | 12:47 | |
*** stevebaker has quit IRC | 12:47 | |
*** dmellado has quit IRC | 12:49 | |
*** AlexeyAbashkin has quit IRC | 12:50 | |
*** AlexeyAbashkin has joined #heat | 12:50 | |
*** rcernin has quit IRC | 13:02 | |
*** jmlowe has quit IRC | 13:18 | |
*** Guest48794 has quit IRC | 13:22 | |
*** links has quit IRC | 13:27 | |
*** jmlowe has joined #heat | 13:57 | |
*** AlexeyAbashkin has quit IRC | 14:06 | |
*** serlex has quit IRC | 14:36 | |
*** hongbin has joined #heat | 14:41 | |
*** ramishra has quit IRC | 14:41 | |
*** ricolin has joined #heat | 14:53 | |
*** ricolin has quit IRC | 14:57 | |
*** AlexeyAbashkin has joined #heat | 14:58 | |
*** dyasny_ has joined #heat | 15:31 | |
*** dyasny_ has quit IRC | 15:33 | |
*** dyasny_ has joined #heat | 15:33 | |
*** dyasny has quit IRC | 15:33 | |
*** kiennt26 has joined #heat | 15:38 | |
*** armaan has joined #heat | 15:48 | |
*** kiennt26 has quit IRC | 16:02 | |
*** dmellado_ has quit IRC | 16:02 | |
*** ayoung has quit IRC | 16:18 | |
*** jmlowe has quit IRC | 16:23 | |
*** armaan has quit IRC | 16:23 | |
*** r-mibu has joined #heat | 16:23 | |
*** ayoung has joined #heat | 16:25 | |
*** jmlowe has joined #heat | 16:32 | |
*** derekh has quit IRC | 16:41 | |
*** gkadam has quit IRC | 16:43 | |
*** gfidente has quit IRC | 16:59 | |
*** livelace has joined #heat | 17:15 | |
*** pbourke has quit IRC | 17:34 | |
*** ricolin has joined #heat | 17:36 | |
*** gkadam has joined #heat | 17:44 | |
*** boris_42_ has joined #heat | 17:53 | |
*** stevebaker has joined #heat | 18:01 | |
*** ricolin has quit IRC | 18:10 | |
*** gkadam_ has joined #heat | 18:33 | |
*** gkadam has quit IRC | 18:37 | |
openstackgerrit | Nakul Dahiwade proposed openstack/heat master: Issue a STOP prior to DELETE for nova servers. https://review.openstack.org/575819 | 18:40 |
*** livelace has quit IRC | 19:20 | |
*** dyasny_ has quit IRC | 19:25 | |
*** dyasny has joined #heat | 19:27 | |
*** lifeless has joined #heat | 19:34 | |
*** lifeless has quit IRC | 20:02 | |
*** lifeless has joined #heat | 20:03 | |
*** lifeless has quit IRC | 20:49 | |
*** lifeless has joined #heat | 20:50 | |
*** flwang1 has quit IRC | 20:55 | |
*** gkadam_ has quit IRC | 21:05 | |
*** AlexeyAbashkin has quit IRC | 21:13 | |
*** jtomasek_ has quit IRC | 21:21 | |
*** edmondsw has quit IRC | 21:29 | |
*** dbecker has quit IRC | 21:53 | |
*** lifeless has quit IRC | 22:01 | |
*** hongbin has quit IRC | 22:43 | |
*** lifeless has joined #heat | 22:49 | |
*** edmondsw has joined #heat | 22:50 | |
*** edmondsw has quit IRC | 22:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!