<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<div>Except it penalizes us bad spellers. ;)<br>
<br>
Kevin <strong>
<div><font face="Tahoma" color="#000000" size="2"> </font></div>
</strong>
<hr tabindex="-1">
<font face="Tahoma" size="2"><b>From:</b> Clint Byrum<br>
<b>Sent:</b> Wednesday, November 05, 2014 11:26:43 PM<br>
<b>To:</b> openstack-dev<br>
<b>Subject:</b> Re: [openstack-dev] [Heat] New function: first_nonnull<br>
</font><br>
<div></div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Excerpts from Lee, Alexis's message of 2014-11-05 15:46:43 +0100:<br>
> I'm considering adding a function which takes a list and returns the first<br>
> non-null, non-empty value in that list.<br>
> <br>
> So you could do EG:<br>
> <br>
>     some_thing:<br>
>         config:<br>
>             ControlVIP:<br>
>                 first_nonnull:<br>
>                 - {get_param: ControlVIP}<br>
>                 - {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]}]}<br>
> <br>
> I'm open to other names, EG "some", "or", "fallback_list" etc.<br>
> <br>
> Steve Hardy suggested building this into get_attr or Fn::Select. My feeling<br>
> is that those each do one job well right now, I'm happy to take a steer<br>
> though.<br>
> <br>
> What do you think please?<br>
> <br>
<br>
Yes this is super useful for writing responsive, reusable templates.<br>
<br>
I'd like to suggest that this be called 'coalesce' as that is what SQL<br>
calls it.<br>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
OpenStack-dev@lists.openstack.org<br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div>
</span></font>
</body>
</html>