From 9729825de96068f318d69b8fe5349b0b9681004c Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 11 Nov 2015 11:18:41 +0900 Subject: [PATCH] Add an entry point for the service plugin Partial-Bug: #1501795 Change-Id: Ia1cff980b042962828734d097dec92cc6e358839 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index ed1721f3..47350f5e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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