Friday, 2018-07-13

*** liyi has joined #heat00:46
*** liyi has quit IRC01:01
*** harlowja has quit IRC01:05
*** liyi has joined #heat01:07
*** yassine_ has quit IRC01:17
*** yassine_ has joined #heat01:21
*** hongbin has joined #heat01:22
*** ricolin has joined #heat01:46
*** sfilatov has joined #heat01:59
*** sfilatov has quit IRC02:03
*** yassine_ has quit IRC02:35
*** yassine_ has joined #heat02:50
*** ayoung has quit IRC02:58
*** skramaja has joined #heat03:20
*** boris_42_ has quit IRC03:28
*** mdnadeem has joined #heat03:32
*** blomquisg is now known as blomquisg_gone03:53
*** ramishra has joined #heat03:57
*** zaneb has joined #heat03:57
*** links has joined #heat04:02
*** liyi_ has joined #heat04:04
*** liyi has quit IRC04:07
openstackgerritHongbin Lu proposed openstack/heat master: zun: use containers.update for renaming  https://review.openstack.org/57409904:09
*** sfilatov has joined #heat04:09
*** sfilatov has quit IRC04:13
*** hongbin has quit IRC04:21
*** liyi_ has quit IRC04:24
*** harlowja has joined #heat04:25
flwangstevebaker: 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 lot04:26
ricolinflwang, hard to define it's a bug or feature:/04:30
flwangricolin: hmm... good point, but i think it's a bug04:31
*** harlowja has quit IRC04:44
openstackgerritRico Lin proposed openstack/python-heatclient master: Format json attributes in resource show  https://review.openstack.org/28815804:45
*** cliffparsons has quit IRC04:48
openstackgerritVishakha Agarwal proposed openstack/heat master: stack delete fails when resources are deleted  https://review.openstack.org/58244804:54
*** flwang1 has quit IRC04:58
*** liyi has joined #heat05:06
*** liyi has quit IRC05:22
*** sm806 has joined #heat05:30
openstackgerritMerged openstack/python-heatclient master: Add heat CLI test for stack-show  https://review.openstack.org/39078205:44
*** liyi has joined #heat05:48
*** sfilatov has joined #heat05:48
*** liyi has quit IRC05:49
*** sfilatov_ has joined #heat05:49
*** liyi has joined #heat05:49
*** sfilatov has quit IRC05:52
*** sfilatov_ has quit IRC06:00
*** sfilatov has joined #heat06:01
*** sfilatov has joined #heat06:02
openstackgerritMerged openstack/heat master: Refactor condition expression in Resource.load()  https://review.openstack.org/55891206:17
openstackgerritMerged openstack/heat master: Docs: Remove contrib/rackspace section from template guide  https://review.openstack.org/55216906:17
openstackgerritRico Lin proposed openstack/heat master: [Test][WIP]Test observed update  https://review.openstack.org/52688306:21
*** armaan has joined #heat06:23
*** armaan has quit IRC06:31
openstackgerritMerged openstack/heat-tempest-plugin master: Pass SSL options to swiftclient explicitly  https://review.openstack.org/57367006:36
openstackgerritMerged openstack/heat master: Replace create_a_stack doc stack uuid and timestamp  https://review.openstack.org/56024506:36
*** neatherweb has joined #heat06:46
*** armaan has joined #heat06:48
*** logan- has quit IRC06:50
*** logan- has joined #heat06:50
*** serlex has joined #heat06:51
neatherwebricolin: 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 IRC06:52
*** vishakha has quit IRC06:55
*** armaan has quit IRC06:56
ricolinneatherweb, you can just reuse it:)06:56
*** armaan has joined #heat06:57
*** armaan has quit IRC06:57
neatherwebricolin: ok, thx.  Also re: https://review.openstack.org/#/c/573228/1/heat/engine/resources/openstack/neutron/l2_gateway.py@16606:57
*** sfilatov has quit IRC06:59
neatherwebricolin: 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 IRC07:01
*** gkadam has joined #heat07:01
*** mdnadeem has joined #heat07:02
*** sfilatov has joined #heat07:02
*** liyi_ has joined #heat07:02
*** mdnadeem_ has joined #heat07:04
*** liyi has quit IRC07:05
*** liyi_ has quit IRC07:05
*** liyi has joined #heat07:05
*** vishakha has joined #heat07:07
*** mdnadeem has quit IRC07:08
ricolinneatherweb, yeah, we can have a new constraint prevent empty list or dict07:11
*** masber has joined #heat07:17
*** vishakha has quit IRC07:17
*** peereb has joined #heat07:18
neatherwebricolin: 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
ricolinneatherweb, 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 #heat07:29
neatherwebricolin: 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 IRC08:10
*** liyi has quit IRC08:11
*** sfilatov has joined #heat08:12
ricolinneatherweb, 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 IRC08:16
*** sfilatov has joined #heat08:17
*** sfilatov has quit IRC08:18
*** shardy has joined #heat08:18
*** sfilatov has joined #heat08:20
*** sfilatov has quit IRC08:20
neatherwebricolin: 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 #heat08:21
neatherwebricolin: 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 IRC08:27
ricolinneatherweb, I get what you saying now, it's a bug in heat08:27
*** vabada has joined #heat08:27
ricolinneatherweb, I will look into later and see what I can do there08:27
neatherwebricolin: thanks again for your time. will submit updates soon.08:28
ricolinNP, happy to help08:28
*** dyasny has quit IRC08:28
*** dyasny has joined #heat08:28
*** vabada has quit IRC08:29
*** vabada has joined #heat08:30
*** sfilatov has joined #heat08:35
*** rcernin has quit IRC08:46
*** neatherweb has quit IRC08:52
*** sfilatov has quit IRC08:54
*** armaan has joined #heat08:55
*** sshnaidm|afk is now known as sshnaidm|off09:00
*** sfilatov has joined #heat09:02
*** sfilatov has quit IRC09:03
*** sfilatov has joined #heat09:04
*** sshnaidm|off has quit IRC09:05
*** sfilatov has quit IRC09:05
*** gmoro has joined #heat09:05
*** sfilatov has joined #heat09:07
*** sfilatov has quit IRC09:08
*** armaan has quit IRC09:08
*** armaan has joined #heat09:09
*** sfilatov has joined #heat09:10
*** sfilatov has quit IRC09:12
*** armaan has quit IRC09:13
*** armaan has joined #heat09:15
*** sfilatov_ has joined #heat09:18
*** sfilatov has joined #heat09:18
*** sfilatov has quit IRC09:22
*** sfilatov has joined #heat09:25
*** pbourke has quit IRC09:26
*** sfilatov has quit IRC09:27
*** pbourke has joined #heat09:27
*** liyi has quit IRC09:33
*** sfilatov has joined #heat09:46
*** sfilatov has quit IRC09:47
*** sshnaidm|off has joined #heat09:55
*** armaan has quit IRC10:04
*** armaan has joined #heat10:14
*** ricolin has quit IRC10:38
*** liyi has joined #heat10:55
*** yassine_ has quit IRC10:55
*** yassine has joined #heat10:56
*** yassine is now known as Guest4736910:56
*** liyi has quit IRC10:59
*** sfilatov has joined #heat11:06
*** sfilatov has quit IRC11:10
*** sfilatov has joined #heat11:14
*** sfilatov has quit IRC11:14
*** sfilatov has joined #heat11:15
*** sfilatov has quit IRC11:15
*** sfilatov has joined #heat11:16
*** sfilatov has joined #heat11:17
*** sfilatov has quit IRC11:22
*** armaan has quit IRC11:27
*** jcoufal has joined #heat11:30
*** edmondsw has joined #heat11:33
*** liyi has joined #heat11:44
openstackgerritNiels Boehm proposed openstack/heat master: Fix some typos in docstrings and error messages.  https://review.openstack.org/58251211:47
*** liyi has quit IRC11:49
*** sfilatov has joined #heat12:26
*** sai- has left #heat12:26
*** sai- has joined #heat12:26
*** sfilatov has joined #heat12:29
*** sfilatov has joined #heat12:30
*** sfilatov has quit IRC12:30
*** sfilatov has joined #heat12:31
*** sfilatov has joined #heat12:32
*** sfilatov has joined #heat12:32
*** sfilatov has quit IRC12:33
*** hoonetorg has quit IRC12:43
*** liyi has joined #heat12:44
*** liyi has quit IRC12:48
*** jcoufal has quit IRC12:48
*** TheJulia is now known as needssleep12:58
*** shardy is now known as shardy_mtg12:59
*** links has quit IRC12:59
*** hoonetorg has joined #heat13:02
*** armaan has joined #heat13:04
*** ramishra has quit IRC13:15
*** armaan has quit IRC13:16
*** bnemec has joined #heat13:18
*** mdnadeem_ has quit IRC13:21
*** armaan has joined #heat13:23
*** ramishra has joined #heat13:23
*** armaan has quit IRC13:25
*** armaan has joined #heat13:26
*** shardy_mtg is now known as shardy13:26
*** armaan has quit IRC13:33
*** skramaja has quit IRC13:35
*** armaan has joined #heat13:36
*** armaan has quit IRC13:39
*** armaan has joined #heat13:40
*** armaan has quit IRC13:40
*** sfilatov has joined #heat13:43
*** sfilatov has quit IRC13:43
*** peereb has quit IRC13:44
*** sfilatov has joined #heat13:44
*** sfilatov has joined #heat13:44
*** sfilatov has quit IRC13:44
*** sfilatov has joined #heat13:46
*** sfilatov has quit IRC13:46
*** sfilatov has joined #heat13:47
*** sfilatov has quit IRC13:47
openstackgerritMatthias Bastian proposed openstack/heat-tempest-plugin master: Use configured endpoint type for heat client.  https://review.openstack.org/58213113:47
*** jcoufal has joined #heat14:08
*** sfilatov has joined #heat14:28
ramishrazaneb: 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 IRC14:29
*** zaneb has quit IRC14:30
*** hongbin has joined #heat14:35
*** bnemec has joined #heat14:41
*** sfilatov has quit IRC14:43
*** shardy has quit IRC14:46
*** ricolin has joined #heat14:49
*** felipemonteiro has joined #heat14:55
*** liyi has joined #heat15:02
*** liyi has quit IRC15:07
*** armaan has joined #heat15:07
*** sfilatov has joined #heat15:10
*** ramishra has quit IRC15:12
*** sfilatov_ has joined #heat15:13
*** bnemec has quit IRC15:15
*** sfilatov has quit IRC15:16
*** dyasny has quit IRC15:17
*** dyasny_ has joined #heat15:17
*** rgold has joined #heat15:18
*** EmilienM is now known as EvilienM15:18
*** bnemec has joined #heat15:19
*** serlex has quit IRC15:19
*** dyasny_ has quit IRC15:21
*** dyasny_ has joined #heat15:21
*** jmlowe has quit IRC15:34
*** felipemonteiro has quit IRC15:58
*** dyasny__ has joined #heat16:00
*** dyasny_ has quit IRC16:02
*** jcoufal has quit IRC16:06
*** harlowja has joined #heat16:08
*** harlowja has quit IRC16:10
*** armaan has quit IRC16:14
*** jcoufal has joined #heat16:15
*** sfilatov_ has quit IRC16:18
*** sfilatov has joined #heat16:19
*** sfilatov has quit IRC16:20
*** sfilatov_ has joined #heat16:20
*** sfilatov_ has quit IRC16:24
*** blomquisg_gone is now known as blomquisg16:26
*** sfilatov has joined #heat16:27
*** sfilatov has quit IRC16:32
*** bnemec has quit IRC16:37
*** dyasny__ has quit IRC16:37
*** Guest47369 has quit IRC16:37
*** dyasny has joined #heat16:38
*** jmlowe has joined #heat16:42
*** bnemec has joined #heat16:45
*** Guest47369 has joined #heat16:45
*** bnemec has quit IRC16:53
*** gkadam has quit IRC16:55
*** jcoufal has quit IRC17:09
*** ricolin has quit IRC17:11
*** Guest47369 has quit IRC17:19
*** kei-ichi has quit IRC17:20
*** kei-ichi has joined #heat17:23
*** Guest47369 has joined #heat17:33
*** bnemec has joined #heat17:38
*** bnemec has quit IRC17:47
*** jistr has quit IRC18:11
*** jistr has joined #heat18:11
*** gkadam has joined #heat18:50
*** zzzeek has quit IRC18:52
*** zzzeek has joined #heat18:57
*** rgold has quit IRC19:08
*** liyi has joined #heat19:10
*** zaneb has joined #heat19:13
*** liyi has quit IRC19:15
*** gkadam has quit IRC19:17
*** sshnaidm|off has quit IRC19:40
*** jmlowe has quit IRC20:06
*** boris_42_ has joined #heat20:28
*** rgold has joined #heat20:32
*** sai- has left #heat20:33
*** rgold has quit IRC20:38
*** liyi has joined #heat21:00
*** liyi has quit IRC21:04
*** wolverineav has joined #heat21:13
*** sfilatov has joined #heat21:25
*** sshnaidm|off has joined #heat21:27
*** ayoung has joined #heat21:37
*** mchlumsky has quit IRC21: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 #heat21:58
*** flwang1 has joined #heat22:04
*** mchlumsky has quit IRC22:05
*** zaneb has quit IRC22:11
*** hongbin has quit IRC22:18
*** edmondsw has quit IRC22:31
openstackgerritNakul Dahiwade proposed openstack/heat master: Enhancements to CIDR and IP address constraints.  https://review.openstack.org/57526523:08
*** sfilatov has quit IRC23:21
*** edmondsw has joined #heat23:26
*** jmlowe has joined #heat23:28
*** edmondsw has quit IRC23: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 IRC23:44
*** wolverineav has joined #heat23:45
*** wolverineav has quit IRC23:49

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