*** liyi has joined #heat | 00:46 | |
*** liyi has quit IRC | 01:01 | |
*** harlowja has quit IRC | 01:05 | |
*** liyi has joined #heat | 01:07 | |
*** yassine_ has quit IRC | 01:17 | |
*** yassine_ has joined #heat | 01:21 | |
*** hongbin has joined #heat | 01:22 | |
*** ricolin has joined #heat | 01:46 | |
*** sfilatov has joined #heat | 01:59 | |
*** sfilatov has quit IRC | 02:03 | |
*** yassine_ has quit IRC | 02:35 | |
*** yassine_ has joined #heat | 02:50 | |
*** ayoung has quit IRC | 02:58 | |
*** skramaja has joined #heat | 03:20 | |
*** boris_42_ has quit IRC | 03:28 | |
*** mdnadeem has joined #heat | 03:32 | |
*** blomquisg is now known as blomquisg_gone | 03:53 | |
*** ramishra has joined #heat | 03:57 | |
*** zaneb has joined #heat | 03:57 | |
*** links has joined #heat | 04:02 | |
*** liyi_ has joined #heat | 04:04 | |
*** liyi has quit IRC | 04:07 | |
openstackgerrit | Hongbin Lu proposed openstack/heat master: zun: use containers.update for renaming https://review.openstack.org/574099 | 04:09 |
---|---|---|
*** sfilatov has joined #heat | 04:09 | |
*** sfilatov has quit IRC | 04:13 | |
*** hongbin has quit IRC | 04:21 | |
*** liyi_ has quit IRC | 04:24 | |
*** harlowja has joined #heat | 04:25 | |
flwang | stevebaker: zaneb: could you please help review https://review.openstack.org/#/c/581890/ https://review.openstack.org/580229 and https://review.openstack.org/580984 thanks a lot | 04:26 |
ricolin | flwang, hard to define it's a bug or feature:/ | 04:30 |
flwang | ricolin: hmm... good point, but i think it's a bug | 04:31 |
*** harlowja has quit IRC | 04:44 | |
openstackgerrit | Rico Lin proposed openstack/python-heatclient master: Format json attributes in resource show https://review.openstack.org/288158 | 04:45 |
*** cliffparsons has quit IRC | 04:48 | |
openstackgerrit | Vishakha Agarwal proposed openstack/heat master: stack delete fails when resources are deleted https://review.openstack.org/582448 | 04:54 |
*** flwang1 has quit IRC | 04:58 | |
*** liyi has joined #heat | 05:06 | |
*** liyi has quit IRC | 05:22 | |
*** sm806 has joined #heat | 05:30 | |
openstackgerrit | Merged openstack/python-heatclient master: Add heat CLI test for stack-show https://review.openstack.org/390782 | 05:44 |
*** liyi has joined #heat | 05:48 | |
*** sfilatov has joined #heat | 05:48 | |
*** liyi has quit IRC | 05:49 | |
*** sfilatov_ has joined #heat | 05:49 | |
*** liyi has joined #heat | 05:49 | |
*** sfilatov has quit IRC | 05:52 | |
*** sfilatov_ has quit IRC | 06:00 | |
*** sfilatov has joined #heat | 06:01 | |
*** sfilatov has joined #heat | 06:02 | |
openstackgerrit | Merged openstack/heat master: Refactor condition expression in Resource.load() https://review.openstack.org/558912 | 06:17 |
openstackgerrit | Merged openstack/heat master: Docs: Remove contrib/rackspace section from template guide https://review.openstack.org/552169 | 06:17 |
openstackgerrit | Rico Lin proposed openstack/heat master: [Test][WIP]Test observed update https://review.openstack.org/526883 | 06:21 |
*** armaan has joined #heat | 06:23 | |
*** armaan has quit IRC | 06:31 | |
openstackgerrit | Merged openstack/heat-tempest-plugin master: Pass SSL options to swiftclient explicitly https://review.openstack.org/573670 | 06:36 |
openstackgerrit | Merged openstack/heat master: Replace create_a_stack doc stack uuid and timestamp https://review.openstack.org/560245 | 06:36 |
*** neatherweb has joined #heat | 06:46 | |
*** armaan has joined #heat | 06:48 | |
*** logan- has quit IRC | 06:50 | |
*** logan- has joined #heat | 06:50 | |
*** serlex has joined #heat | 06:51 | |
neatherweb | ricolin: thx for your time to review patch for l2gateway resources. To split in to two patches should I abandon the current patch ? | 06:52 |
*** stokvis has quit IRC | 06:52 | |
*** vishakha has quit IRC | 06:55 | |
*** armaan has quit IRC | 06:56 | |
ricolin | neatherweb, you can just reuse it:) | 06:56 |
*** armaan has joined #heat | 06:57 | |
*** armaan has quit IRC | 06:57 | |
neatherweb | ricolin: ok, thx. Also re: https://review.openstack.org/#/c/573228/1/heat/engine/resources/openstack/neutron/l2_gateway.py@166 | 06:57 |
*** sfilatov has quit IRC | 06:59 | |
neatherweb | ricolin: for l2gateway its valid to have no segmentation_id list .. but it won't accept a empty list, instead it expects it to be absent. Can this be achieved with constraint ? | 07:01 |
*** mdnadeem has quit IRC | 07:01 | |
*** gkadam has joined #heat | 07:01 | |
*** mdnadeem has joined #heat | 07:02 | |
*** sfilatov has joined #heat | 07:02 | |
*** liyi_ has joined #heat | 07:02 | |
*** mdnadeem_ has joined #heat | 07:04 | |
*** liyi has quit IRC | 07:05 | |
*** liyi_ has quit IRC | 07:05 | |
*** liyi has joined #heat | 07:05 | |
*** vishakha has joined #heat | 07:07 | |
*** mdnadeem has quit IRC | 07:08 | |
ricolin | neatherweb, yeah, we can have a new constraint prevent empty list or dict | 07:11 |
*** masber has joined #heat | 07:17 | |
*** vishakha has quit IRC | 07:17 | |
*** peereb has joined #heat | 07:18 | |
neatherweb | ricolin: ok, thx for your help. I'll try and figure that out. Not sure at the moment how I remove segmentation_id list when is not provided. :) | 07:19 |
ricolin | neatherweb, you don't need to remove it, if you check in constraint and prevent empty list, there will be no chance for segmentation_id list to be [] | 07:29 |
*** vishakha has joined #heat | 07:29 | |
neatherweb | ricolin: thats the problem .. it is "valid" usecase to have a empty list, its just the l2gateway api fails when its empty. It instead works for this usecase when its removed. Bug with l2gateway really. | 07:33 |
*** sfilatov has quit IRC | 08:10 | |
*** liyi has quit IRC | 08:11 | |
*** sfilatov has joined #heat | 08:12 | |
ricolin | neatherweb, let me get this clear, what you need is when INTERFACES property provided it must also provide SEGMENTATION_ID(with allow empty list) right? | 08:13 |
*** sfilatov has quit IRC | 08:16 | |
*** sfilatov has joined #heat | 08:17 | |
*** sfilatov has quit IRC | 08:18 | |
*** shardy has joined #heat | 08:18 | |
*** sfilatov has joined #heat | 08:20 | |
*** sfilatov has quit IRC | 08:20 | |
neatherweb | ricolin: when you provide INTERFACES, SEGMENTATION_ID is still optional. So when I was testing, Heat would accept INTERFACE list with just name (no seg id list), but would build a empty list for SEGMENTATION_ID. But l2gateway api would fail. | 08:20 |
*** liyi has joined #heat | 08:21 | |
neatherweb | ricolin: l2gateway api expects a INTERFACE with NAME attribute only for the case when you don't want to specify SEGMENTATION_ID. I think it really should accept empty list for this too. But it doesnt :( | 08:26 |
*** vabada has quit IRC | 08:27 | |
ricolin | neatherweb, I get what you saying now, it's a bug in heat | 08:27 |
*** vabada has joined #heat | 08:27 | |
ricolin | neatherweb, I will look into later and see what I can do there | 08:27 |
neatherweb | ricolin: thanks again for your time. will submit updates soon. | 08:28 |
ricolin | NP, happy to help | 08:28 |
*** dyasny has quit IRC | 08:28 | |
*** dyasny has joined #heat | 08:28 | |
*** vabada has quit IRC | 08:29 | |
*** vabada has joined #heat | 08:30 | |
*** sfilatov has joined #heat | 08:35 | |
*** rcernin has quit IRC | 08:46 | |
*** neatherweb has quit IRC | 08:52 | |
*** sfilatov has quit IRC | 08:54 | |
*** armaan has joined #heat | 08:55 | |
*** sshnaidm|afk is now known as sshnaidm|off | 09:00 | |
*** sfilatov has joined #heat | 09:02 | |
*** sfilatov has quit IRC | 09:03 | |
*** sfilatov has joined #heat | 09:04 | |
*** sshnaidm|off has quit IRC | 09:05 | |
*** sfilatov has quit IRC | 09:05 | |
*** gmoro has joined #heat | 09:05 | |
*** sfilatov has joined #heat | 09:07 | |
*** sfilatov has quit IRC | 09:08 | |
*** armaan has quit IRC | 09:08 | |
*** armaan has joined #heat | 09:09 | |
*** sfilatov has joined #heat | 09:10 | |
*** sfilatov has quit IRC | 09:12 | |
*** armaan has quit IRC | 09:13 | |
*** armaan has joined #heat | 09:15 | |
*** sfilatov_ has joined #heat | 09:18 | |
*** sfilatov has joined #heat | 09:18 | |
*** sfilatov has quit IRC | 09:22 | |
*** sfilatov has joined #heat | 09:25 | |
*** pbourke has quit IRC | 09:26 | |
*** sfilatov has quit IRC | 09:27 | |
*** pbourke has joined #heat | 09:27 | |
*** liyi has quit IRC | 09:33 | |
*** sfilatov has joined #heat | 09:46 | |
*** sfilatov has quit IRC | 09:47 | |
*** sshnaidm|off has joined #heat | 09:55 | |
*** armaan has quit IRC | 10:04 | |
*** armaan has joined #heat | 10:14 | |
*** ricolin has quit IRC | 10:38 | |
*** liyi has joined #heat | 10:55 | |
*** yassine_ has quit IRC | 10:55 | |
*** yassine has joined #heat | 10:56 | |
*** yassine is now known as Guest47369 | 10:56 | |
*** liyi has quit IRC | 10:59 | |
*** sfilatov has joined #heat | 11:06 | |
*** sfilatov has quit IRC | 11:10 | |
*** sfilatov has joined #heat | 11:14 | |
*** sfilatov has quit IRC | 11:14 | |
*** sfilatov has joined #heat | 11:15 | |
*** sfilatov has quit IRC | 11:15 | |
*** sfilatov has joined #heat | 11:16 | |
*** sfilatov has joined #heat | 11:17 | |
*** sfilatov has quit IRC | 11:22 | |
*** armaan has quit IRC | 11:27 | |
*** jcoufal has joined #heat | 11:30 | |
*** edmondsw has joined #heat | 11:33 | |
*** liyi has joined #heat | 11:44 | |
openstackgerrit | Niels Boehm proposed openstack/heat master: Fix some typos in docstrings and error messages. https://review.openstack.org/582512 | 11:47 |
*** liyi has quit IRC | 11:49 | |
*** sfilatov has joined #heat | 12:26 | |
*** sai- has left #heat | 12:26 | |
*** sai- has joined #heat | 12:26 | |
*** sfilatov has joined #heat | 12:29 | |
*** sfilatov has joined #heat | 12:30 | |
*** sfilatov has quit IRC | 12:30 | |
*** sfilatov has joined #heat | 12:31 | |
*** sfilatov has joined #heat | 12:32 | |
*** sfilatov has joined #heat | 12:32 | |
*** sfilatov has quit IRC | 12:33 | |
*** hoonetorg has quit IRC | 12:43 | |
*** liyi has joined #heat | 12:44 | |
*** liyi has quit IRC | 12:48 | |
*** jcoufal has quit IRC | 12:48 | |
*** TheJulia is now known as needssleep | 12:58 | |
*** shardy is now known as shardy_mtg | 12:59 | |
*** links has quit IRC | 12:59 | |
*** hoonetorg has joined #heat | 13:02 | |
*** armaan has joined #heat | 13:04 | |
*** ramishra has quit IRC | 13:15 | |
*** armaan has quit IRC | 13:16 | |
*** bnemec has joined #heat | 13:18 | |
*** mdnadeem_ has quit IRC | 13:21 | |
*** armaan has joined #heat | 13:23 | |
*** ramishra has joined #heat | 13:23 | |
*** armaan has quit IRC | 13:25 | |
*** armaan has joined #heat | 13:26 | |
*** shardy_mtg is now known as shardy | 13:26 | |
*** armaan has quit IRC | 13:33 | |
*** skramaja has quit IRC | 13:35 | |
*** armaan has joined #heat | 13:36 | |
*** armaan has quit IRC | 13:39 | |
*** armaan has joined #heat | 13:40 | |
*** armaan has quit IRC | 13:40 | |
*** sfilatov has joined #heat | 13:43 | |
*** sfilatov has quit IRC | 13:43 | |
*** peereb has quit IRC | 13:44 | |
*** sfilatov has joined #heat | 13:44 | |
*** sfilatov has joined #heat | 13:44 | |
*** sfilatov has quit IRC | 13:44 | |
*** sfilatov has joined #heat | 13:46 | |
*** sfilatov has quit IRC | 13:46 | |
*** sfilatov has joined #heat | 13:47 | |
*** sfilatov has quit IRC | 13:47 | |
openstackgerrit | Matthias Bastian proposed openstack/heat-tempest-plugin master: Use configured endpoint type for heat client. https://review.openstack.org/582131 | 13:47 |
*** jcoufal has joined #heat | 14:08 | |
*** sfilatov has joined #heat | 14:28 | |
ramishra | zaneb: We do handle DELETE_IN_PROGRESSS https://github.com/openstack/heat/blob/master/heat/engine/resources/stack_resource.py#L449, no? | 14:29 |
*** bnemec has quit IRC | 14:29 | |
*** zaneb has quit IRC | 14:30 | |
*** hongbin has joined #heat | 14:35 | |
*** bnemec has joined #heat | 14:41 | |
*** sfilatov has quit IRC | 14:43 | |
*** shardy has quit IRC | 14:46 | |
*** ricolin has joined #heat | 14:49 | |
*** felipemonteiro has joined #heat | 14:55 | |
*** liyi has joined #heat | 15:02 | |
*** liyi has quit IRC | 15:07 | |
*** armaan has joined #heat | 15:07 | |
*** sfilatov has joined #heat | 15:10 | |
*** ramishra has quit IRC | 15:12 | |
*** sfilatov_ has joined #heat | 15:13 | |
*** bnemec has quit IRC | 15:15 | |
*** sfilatov has quit IRC | 15:16 | |
*** dyasny has quit IRC | 15:17 | |
*** dyasny_ has joined #heat | 15:17 | |
*** rgold has joined #heat | 15:18 | |
*** EmilienM is now known as EvilienM | 15:18 | |
*** bnemec has joined #heat | 15:19 | |
*** serlex has quit IRC | 15:19 | |
*** dyasny_ has quit IRC | 15:21 | |
*** dyasny_ has joined #heat | 15:21 | |
*** jmlowe has quit IRC | 15:34 | |
*** felipemonteiro has quit IRC | 15:58 | |
*** dyasny__ has joined #heat | 16:00 | |
*** dyasny_ has quit IRC | 16:02 | |
*** jcoufal has quit IRC | 16:06 | |
*** harlowja has joined #heat | 16:08 | |
*** harlowja has quit IRC | 16:10 | |
*** armaan has quit IRC | 16:14 | |
*** jcoufal has joined #heat | 16:15 | |
*** sfilatov_ has quit IRC | 16:18 | |
*** sfilatov has joined #heat | 16:19 | |
*** sfilatov has quit IRC | 16:20 | |
*** sfilatov_ has joined #heat | 16:20 | |
*** sfilatov_ has quit IRC | 16:24 | |
*** blomquisg_gone is now known as blomquisg | 16:26 | |
*** sfilatov has joined #heat | 16:27 | |
*** sfilatov has quit IRC | 16:32 | |
*** bnemec has quit IRC | 16:37 | |
*** dyasny__ has quit IRC | 16:37 | |
*** Guest47369 has quit IRC | 16:37 | |
*** dyasny has joined #heat | 16:38 | |
*** jmlowe has joined #heat | 16:42 | |
*** bnemec has joined #heat | 16:45 | |
*** Guest47369 has joined #heat | 16:45 | |
*** bnemec has quit IRC | 16:53 | |
*** gkadam has quit IRC | 16:55 | |
*** jcoufal has quit IRC | 17:09 | |
*** ricolin has quit IRC | 17:11 | |
*** Guest47369 has quit IRC | 17:19 | |
*** kei-ichi has quit IRC | 17:20 | |
*** kei-ichi has joined #heat | 17:23 | |
*** Guest47369 has joined #heat | 17:33 | |
*** bnemec has joined #heat | 17:38 | |
*** bnemec has quit IRC | 17:47 | |
*** jistr has quit IRC | 18:11 | |
*** jistr has joined #heat | 18:11 | |
*** gkadam has joined #heat | 18:50 | |
*** zzzeek has quit IRC | 18:52 | |
*** zzzeek has joined #heat | 18:57 | |
*** rgold has quit IRC | 19:08 | |
*** liyi has joined #heat | 19:10 | |
*** zaneb has joined #heat | 19:13 | |
*** liyi has quit IRC | 19:15 | |
*** gkadam has quit IRC | 19:17 | |
*** sshnaidm|off has quit IRC | 19:40 | |
*** jmlowe has quit IRC | 20:06 | |
*** boris_42_ has joined #heat | 20:28 | |
*** rgold has joined #heat | 20:32 | |
*** sai- has left #heat | 20:33 | |
*** rgold has quit IRC | 20:38 | |
*** liyi has joined #heat | 21:00 | |
*** liyi has quit IRC | 21:04 | |
*** wolverineav has joined #heat | 21:13 | |
*** sfilatov has joined #heat | 21:25 | |
*** sshnaidm|off has joined #heat | 21:27 | |
*** ayoung has joined #heat | 21:37 | |
*** mchlumsky has quit IRC | 21:45 | |
-openstackstatus- NOTICE: logs.openstack.org is offline, causing POST_FAILURE results from Zuul. Cause and resolution timeframe currently unknown. | 21:47 | |
*** ChanServ changes topic to "logs.openstack.org is offline, causing POST_FAILURE results from Zuul. Cause and resolution timeframe currently unknown." | 21:47 | |
*** mchlumsky has joined #heat | 21:58 | |
*** flwang1 has joined #heat | 22:04 | |
*** mchlumsky has quit IRC | 22:05 | |
*** zaneb has quit IRC | 22:11 | |
*** hongbin has quit IRC | 22:18 | |
*** edmondsw has quit IRC | 22:31 | |
openstackgerrit | Nakul Dahiwade proposed openstack/heat master: Enhancements to CIDR and IP address constraints. https://review.openstack.org/575265 | 23:08 |
*** sfilatov has quit IRC | 23:21 | |
*** edmondsw has joined #heat | 23:26 | |
*** jmlowe has joined #heat | 23:28 | |
*** edmondsw has quit IRC | 23:31 | |
*** ChanServ changes topic to "OpenStack Heat Team (logs: http://eavesdrop.openstack.org/irclogs/%23heat/)" | 23:31 | |
-openstackstatus- NOTICE: logs.openstack.org is back on-line. Changes with "POST_FAILURE" job results should be rechecked. | 23:31 | |
*** wolverineav has quit IRC | 23:44 | |
*** wolverineav has joined #heat | 23:45 | |
*** wolverineav has quit IRC | 23:49 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!