On 31 January 2016 at 18:23, Steve Baker <sbaker at redhat.com> wrote: > On 29/01/16 09:45, Martinx - ジェームズ wrote: >> >> Guys, >> >> This is important and Kilo is missing it: >> >> https://review.openstack.org/#/c/179989/ >> >> Is it possible to backport it to Kilo 2015.1.3? >> >> Currently, I am manually patching Kilo / Heat by using the following >> diff: >> >> >> https://review.openstack.org/gitweb?p=openstack%2Fheat.git;a=commitdiff;h=811c8714aa2442e68980561d3e8dd435378f164c >> >> But it is a pain to maintain... >> >> > Rather than carrying a backport you can always modify your templates to set > port_security_enabled via the value_specs property: > > value_specs: {port_security_enabled: false} WoW! That is cool! I'm gonna try it now! Thank you!