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.
Sorry if it's written somewhere but I couldn't find this information.
Here is a simple version producing the error:
-------------------
heat_template_version: rocky
resources:
firewall1:
type: OS::Neutron::Firewall
properties:
description: Test fwaas
name: Test_fwaas
-------------------
Regards,
Yves