Add entry points for cli commands
Partial-Bug: #1501795 Change-Id: I8f5b7c37d96bfa90ddccef3f5d58e6024c124c3d
This commit is contained in:
parent
8c7543ab93
commit
525384d095
0
neutron_taas/taas_cli/__init__.py
Normal file
0
neutron_taas/taas_cli/__init__.py
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user