I have set up OpenStack with Kolla-Ansible Zed. However, I noticed that there is no enable_plugin
option in the /etc/kolla/global.yml
file. Now, I am trying to install FWaaS (Firewall-as-a-Service) following the instructions provided in this OpenStack's Firewall-as-a-Service (FWaaS) v2 scenario documentation.
The documentation states, On Ubuntu and CentOS, modify the [fwaas]
section in the /etc/neutron/fwaas_driver.ini
file instead of /etc/neutron/neutron.conf
. Unfortunately, I cannot find the fwaas_driver.ini
file in the neutron-server
, neutron-l3-agent
, or neutron-openvswitch-agent
containers. Furthermore, when following the steps in the documentation, the Firewall group status doesn't change to ACTIVE
.
I came across this bug report which seems to address the same issue.
However, I believe I might be missing something. Can someone guide me on how to properly install FWaaS in a Kolla environment using the information from the provided link? Additionally, the documentation does not specify which pip
and apt
packages needs to be installed for FWaaS
.