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:
parent
be32756fea
commit
4e85cd614b
0
quark/tools/__init__.py
Normal file
0
quark/tools/__init__.py
Normal file
@ -26,4 +26,4 @@ console_scripts =
|
|||||||
gunicorn-neutron-server = quark.gunicorn_server:main
|
gunicorn-neutron-server = quark.gunicorn_server:main
|
||||||
quark-agent = quark.agent.agent:main
|
quark-agent = quark.agent.agent:main
|
||||||
ip_availability = quark.ip_availability: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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user