Merge "Rename check_nvp_config utility tool"

This commit is contained in:
Jenkins 2014-01-01 16:17:54 +00:00 committed by Gerrit Code Review
commit 9df2fdc166
1 changed files with 3 additions and 2 deletions

View File

@ -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