summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAaron Rosen <arosen@nicira.com>2013-02-19 00:49:32 -0800
committerAaron Rosen <arosen@nicira.com>2013-02-20 14:03:55 -0800
commit2aed847c5e29ad907dd599ac1922a37e3e829397 (patch)
tree46df9ea2f4dd50fdf08a3001fcf7513baea2d972 /setup.py
parent50bfc9a7bd4e8a4e581e7d14ef69bb7724618984 (diff)
downloadneutron-2aed847c5e29ad907dd599ac1922a37e3e829397.tar.gz
Add check-nvp-config utility
Fixes bug 1130657 Change-Id: I514b92d53132d85144b5ed95450398bcfbf130f8
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index cadd352808..7fcafd84a8 100644
--- a/setup.py
+++ b/setup.py
@@ -134,6 +134,8 @@ else:
'quantum-debug = quantum.debug.shell:main',
'quantum-ovs-cleanup = quantum.agent.ovs_cleanup_util:main',
'quantum-db-manage = quantum.db.migration.cli:main',
+ ('quantum-check-nvp-config = '
+ 'quantum.plugins.nicira.nicira_nvp_plugin.check_nvp_config:main'),
]
ProjectScripts = [