Fix genconfig in neutron-fwaas

Previously namespace neutron.fwaas was defined in
etc/oslo-config-generator, but there is no corresponding
definition in the code.
This commit adds appropriate entries.

Change-Id: I8f50ee3f25a52a78792154905d0ecc21974b3287
This commit is contained in:
Akihiro Motoki 2017-07-16 17:38:22 +00:00
parent bcf24ba494
commit ab1d2507b5
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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