summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorvikram.choudhary <vikram.choudhary@huawei.com>2016-02-12 17:48:35 +0530
committerRyan Tidwell <ryan.tidwell@hpe.com>2016-02-18 10:46:55 -0800
commitfbe754b04b34a2deade873cde0b593983633fc6c (patch)
tree1300eaef94864cc782ffe979669098a194c74a83 /setup.cfg
parentf1cd08a076abfb184320d8ca0fc799a36424e9d4 (diff)
downloadneutron-fbe754b04b34a2deade873cde0b593983633fc6c.tar.gz
BGP Dynamic Routing: introduce BgpDrAgent
This patch implements a new agent named "BgpDrAgent". The new agent will host different BGP speaking drivers and makes the required BGP peering session/s for neutron. The agent takes the needed "peer/s and route/s" information from the BGP speaker entity and synchronize the same to the registerd driver. For realizing HA, two BgpDrAgents should host the same BGP speaker. Partially-Implements: blueprint bgp-dynamic-routing Co-Authored-By: Ryan Tidwell <ryan.tidwell@hpe.com> Co-Authored-By: Jaume Devesa <devvesa@gmail.com> Co-Authored-By: Numan Siddique <nusiddiq@redhat.com> Change-Id: I3217795bdd0fa2d9d4b39274f4f95fc013c8d29d
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index b3b9348773..01fdb7cf5a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -40,6 +40,7 @@ scripts =
[entry_points]
console_scripts =
+ neutron-bgp-dragent = neutron.cmd.eventlet.agents.bgp_dragent:main
neutron-db-manage = neutron.db.migration.cli:main
neutron-debug = neutron.debug.shell:main
neutron-dhcp-agent = neutron.cmd.eventlet.agents.dhcp:main
@@ -127,6 +128,7 @@ oslo.config.opts =
neutron = neutron.opts:list_opts
neutron.agent = neutron.opts:list_agent_opts
neutron.base.agent = neutron.opts:list_base_agent_opts
+ neutron.bgp.agent = neutron.services.bgp.common.opts:list_bgp_agent_opts
neutron.db = neutron.opts:list_db_opts
neutron.dhcp.agent = neutron.opts:list_dhcp_agent_opts
neutron.extensions = neutron.opts:list_extension_opts