Merge "Add an entry point for the service plugin"

This commit is contained in:
Jenkins 2015-11-20 04:25:36 +00:00 committed by Gerrit Code Review
commit 09ee75aa1f

View File

@ -48,3 +48,5 @@ output_file = neutron_taas/locale/tap-as-a-service.pot
console_scripts =
taas = neutron_taas.taas_cli.taas_cli:main
neutron-taas-openvswitch-agent = neutron_taas.services.taas.agents.ovs.agent:main
neutron.service_plugins =
taas = neutron_taas.services.taas.taas_plugin:TaasPlugin