<div dir="ltr">Hi,<br><br>Trying to use a HOT firewall template, I encounter this error:<br>"ERROR: HEAT-E99001 Service neutron is not available for resource type OS::Neutron::Firewall, reason: Required extension fwaas in neutron service is not available."<div><br></div><div>We use fwaas v2, is it supported by heat module on Train version? Our openstack environment is deployed by kolla (9.2.0) with fwaas enabled. I assume "yes" but would like to be sure.<div><br>Sorry if it's written somewhere but I couldn't find this information.<br><br>Here is a simple version producing the error:</div><div>-------------------</div><div>heat_template_version: rocky<br>resources:<br>  firewall1:<br>    type: OS::Neutron::Firewall<br>    properties:<br>      description: Test fwaas<br>      name: Test_fwaas<br>  ------------------- </div><div> <br>Regards,<br>Yves  <br></div></div></div>