Add an entry point for the service plugin

Partial-Bug: #1501795
Change-Id: Ia1cff980b042962828734d097dec92cc6e358839
This commit is contained in:
YAMAMOTO Takashi 2015-11-11 11:18:41 +09:00
parent 525384d095
commit 7ff7ae11fd
1 changed files with 2 additions and 0 deletions

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