From 1814f3594a908038dac3b09b16693f03153b5b40 Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Fri, 5 Apr 2013 16:59:58 +0000 Subject: [PATCH] Shorten the path of the nicira nvp plugin. * s+[/.]nicira_nvp_plugin++ * Backwards compatibility is maintained by importing the nicira package as nicira_nvp_plugin in the plugins package. * It may be necessary to remove stale .pyc/.pyo files under the nicira path after applying this patch. * DocImpact * Addresses bug 1166307 Change-Id: I241a2a75106398506b01bcb7a6ddbaafa1b7bd30 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57366fa6b..3198bdd49 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ else: ('quantum-lbaas-agent = ' 'quantum.plugins.services.agent_loadbalancer.agent:main'), ('quantum-check-nvp-config = ' - 'quantum.plugins.nicira.nicira_nvp_plugin.check_nvp_config:main'), + 'quantum.plugins.nicira.check_nvp_config:main'), ] ProjectScripts = [