quark/setup.cfg
Matt Dietz 4e85cd614b Re-points the entrypoint for redis_sg_tool
RM11375

A recent refactoring moved redis_sg_tool and forgot to give it an
__init__.py to make it properly import and also forgot to ticket the
entrypoint.
2015-02-09 18:55:33 +00:00

30 lines
880 B
INI

[metadata]
name = quark
author = Ozone
author-email = jkoelker@rackspace.com
summary = A neutron plugin plugin
description-file = README.rst
license = Apache-2
home-page = http://github.com/jkoelker/quark
classifier =
Development Status :: 4 - Beta
Environment :: Console
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
[hooks]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
quark-db-manage = quark.db.migration.cli:main
gunicorn-neutron-server = quark.gunicorn_server:main
quark-agent = quark.agent.agent:main
ip_availability = quark.ip_availability:main
redis_sg_tool = quark.tools.redis_sg_tool:main