From 39c7f46b70f0e82d2f3de14d5ad63f2b2ad4bc8d Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 4 Apr 2019 16:09:56 +0900 Subject: [PATCH] Rename the entry point to be different from tap-as-a-service To make the migration simpler. Change-Id: Ic6bcf4c94756c7f45570172ff21a6119dd2781ec --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index db18ec9..9d9846e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ all_files = 1 [entry_points] tempest.test_plugins = - tap-as-a-service = neutron_taas_tempest_plugin.plugin:NeutronTaaSPlugin + tap-as-a-service-tempest-plugin = neutron_taas_tempest_plugin.plugin:NeutronTaaSPlugin [pbr] autodoc_index_modules = True