Hi, all. Now, I’m trying to implement following bp. * https://blueprints.launchpad.net/magnum/+spec/bay-with-no-floating-ips This bp requires to disable/enable “floating ip resource” in heat template dynamically. We have 3 options to implement this. 1. Use “conditions function” * https://blueprints.launchpad.net/heat/+spec/support-conditions-function 2. Dynamically generate heat template using Jinja2 3. Separate heat template to “kubecluster-with-floatingip.yaml” and “kubecluster-no-floatingip.yaml” Option 1 is easy to implement, but unfortunately this isn’t supported by Mitaka release. Option 2 needs a Jinja2 template support by Magnum. Option 3 will bring chaos. Please let me know what you think. Thanks -OTSUKA, Yuanying -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160512/664677be/attachment.html>