Merge "Add entry points for cli commands"

This commit is contained in:
Jenkins 2015-11-20 04:25:34 +00:00 committed by Gerrit Code Review
commit 143edd0741
2 changed files with 5 additions and 0 deletions

View File

View File

@ -43,3 +43,8 @@ input_file = neutron_taas/locale/tap-as-a-service.pot
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = neutron_taas/locale/tap-as-a-service.pot
[entry_points]
console_scripts =
taas = neutron_taas.taas_cli.taas_cli:main
neutron-taas-openvswitch-agent = neutron_taas.services.taas.agents.ovs.agent:main