From e431c84fe444fb8a1cf6249e2b0abfc9be1cbfdb Mon Sep 17 00:00:00 2001 From: armando-migliaccio Date: Tue, 31 Dec 2013 08:08:24 -0800 Subject: [PATCH] Rename check_nvp_config utility tool Add new entry point whilst preserving the old ones for backward compatibility. Partial-implements blueprint nicira-plugin-renaming Change-Id: I3c5b5dcd316df3867f434bbc35483a2636b715d8 --- setup.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 636c2a1d..8714e34a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -77,7 +77,8 @@ setup-hooks = [entry_points] console_scripts = - neutron-check-nvp-config = neutron.plugins.nicira.check_nvp_config:main + neutron-check-nsx-config = neutron.plugins.nicira.check_nsx_config:main + neutron-check-nvp-config = neutron.plugins.nicira.check_nsx_config:main neutron-db-manage = neutron.db.migration.cli:main neutron-debug = neutron.debug.shell:main neutron-dhcp-agent = neutron.agent.dhcp_agent:main @@ -96,7 +97,7 @@ console_scripts = neutron-server = neutron.server:main neutron-rootwrap = neutron.openstack.common.rootwrap.cmd:main neutron-usage-audit = neutron.cmd.usage_audit:main - quantum-check-nvp-config = neutron.plugins.nicira.check_nvp_config:main + quantum-check-nvp-config = neutron.plugins.nicira.check_nsx_config:main quantum-db-manage = neutron.db.migration.cli:main neutron-vpn-agent = neutron.services.vpn.agent:main quantum-debug = neutron.debug.shell:main