[console_scripts]
df-db = dragonflow.cli.df_db:main
df-l3-agent = dragonflow.cmd.eventlet.df_l3_agent:main

[dragonflow.pubsub_driver]
redis_db_pubsub_driver = dragonflow.db.pubsub_drivers.redis_db_pubsub_driver:RedisPubSub
zmq_pubsub_driver = dragonflow.db.pubsub_drivers.zmq_pubsub_driver:ZMQPubSub
zmq_pubsub_multiproc_driver = dragonflow.db.pubsub_drivers.zmq_pubsub_driver:ZMQPubSubMultiproc

[neutron.db.alembic_migrations]
dragonflow = dragonflow.db.neutron.migration:alembic_migrations

[neutron.ml2.mechanism_drivers]
df = dragonflow.neutron.ml2.mech_driver:DFMechDriver

