diff --git a/neutron_taas/taas_cli/__init__.py b/neutron_taas/taas_cli/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/setup.cfg b/setup.cfg index 973e343..ed1721f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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