diff --git a/neutron_fwaas/opts.py b/neutron_fwaas/opts.py index d66db5943..017042d0a 100644 --- a/neutron_fwaas/opts.py +++ b/neutron_fwaas/opts.py @@ -10,6 +10,7 @@ # License for the specific language governing permissions and limitations # under the License. +import neutron_fwaas.extensions.firewall import neutron_fwaas.services.firewall.agents.firewall_agent_api diff --git a/setup.cfg b/setup.cfg index d23f23354..f77e4cffd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,6 +47,7 @@ neutron.db.alembic_migrations = tempest.test_plugins = neutron-fwaas = neutron_fwaas.tests.tempest_plugin.plugin:NeutronFWaaSPlugin oslo.config.opts = + neutron.fwaas = neutron_fwaas.opts:list_opts firewall.agent = neutron_fwaas.opts:list_agent_opts neutron.agent.l3.extensions = fwaas = neutron_fwaas.services.firewall.agents.l3reference.firewall_l3_agent:L3WithFWaaS