quark/setup.cfg
Justin Hammond 60fb3f908a Work on making worker plugins
JIRA:NCP-1172

Fixed redis-base to use configurable min_sentinels

Must enable environment variable for this to work

SG Update workflow:

- PUT to /security-groups
    - Parent task is made and sent to producer RPC
         - Creates the task id and then returns it to the main call
         - Then starts making sub tasks for each port associated with the SG
            - Each sub task will perform the required redis calls and update
              its provided subtask to completed (or error)
- Returns normal SG body + task information

Updated the workflow to use the rule_id as the resource_id for the TX

Transactions now autocomplete after updating their subtransactions

Conflicts:
	quark/db/migration/alembic/versions/HEAD

Change-Id: I44545f2edb410d19e3156ee934dca283857c10d9
2016-08-26 10:27:17 -05:00

34 lines
1.4 KiB
INI

[metadata]
name = quark
author = Rackspace
author-email = neutron@lists.rackspace.com
summary = Neutron Plugin utilized by Rackspace to achieve large scale in Openstack. Quark developed on the ideas of segmentation and it being the source of truth for all things related to Neutron.
description-file = README.rst
license = Apache-2
home-page = http://github.com/openstack/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
[entry_points]
console_scripts =
quark-db-manage = quark.db.migration.alembic.cli:main
gunicorn-neutron-server = quark.gunicorn_server:main
quark-agent = quark.agent.agent:main
quark-async-worker = quark.tools.async_worker:main
quark-async-tester = quark.worker_plugins.sample_worker:main
quark-sg-tester = quark.worker_plugins.sg_update_worker:main
ip_availability = quark.ip_availability:main
redis_sg_tool = quark.tools.redis_sg_tool:main
null_routes = quark.tools.null_routes:main
insert_provider_subnets = quark.tools.insert_provider_subnets:main
quark.worker_plugin =
test_plugin = quark.worker_plugins.sample_worker
sg_update = quark.worker_plugins.sg_update_worker