Add FWaaS v1 and v2 entrypoints to setup.cfg

This migrates the FWaaS entrypoints from neutron's setup.cfg file to the
FWaaS one.  See [1] for the removal from neutron's setup/cfg.

[1] https://review.openstack.org/361774

Depends-On: I94b224813c85b7e611e9681323a2f0d2806e0d41
Change-Id: I6eb3a39bf2cfb8b11b692f4dcaea6c0144b4c782
This commit is contained in:
Nate Johnston 2016-08-29 19:02:12 +00:00 committed by Ihar Hrachyshka
parent c3955afb59
commit 91a2f22f3b
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@ firewall_drivers =
# configuration values
neutron.services.firewall.drivers.linux.iptables_fwaas.IptablesFwaasDriver = neutron_fwaas.services.firewall.drivers.linux.iptables_fwaas:IptablesFwaasDriver
iptables = neutron_fwaas.services.firewall.drivers.linux.iptables_fwaas:IptablesFwaasDriver
neutron.service_plugins =
firewall = neutron_fwaas.services.firewall.fwaas_plugin:FirewallPlugin
firewall_v2 = neutron_fwaas.services.firewall.fwaas_plugin_v2:FirewallPluginV2
neutron.services.firewall.fwaas_plugin.FirewallPlugin = neutron_fwaas.services.firewall.fwaas_plugin:FirewallPlugin
neutron.db.alembic_migrations =
neutron-fwaas = neutron_fwaas.db.migration:alembic_migrations
tempest.test_plugins =