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.
This commit is contained in:
Matt Dietz 2015-02-09 18:54:23 +00:00
parent be32756fea
commit 4e85cd614b
2 changed files with 1 additions and 1 deletions

0
quark/tools/__init__.py Normal file
View File

View File

@ -26,4 +26,4 @@ console_scripts =
gunicorn-neutron-server = quark.gunicorn_server:main
quark-agent = quark.agent.agent:main
ip_availability = quark.ip_availability:main
redis_sg_tool = quark.security_groups.redis_sg_tool:main
redis_sg_tool = quark.tools.redis_sg_tool:main