neutron-dynamic-routing/neutron_dynamic_routing/services/bgp/agent
silvacarloss 180396b18c Register common config options by default
The [1] change modified the behavior Neutron had, which used to
force the default config options to be automatically set.

Neutron-dynamic-routing expects some of the default config options
to be set while initializing some services. If they are not set
the initialization will fail [2].

This change invokes the method that sets such config options to
fix this initialization issue.

[1] https://review.opendev.org/c/openstack/neutron/+/837392
[2] https://paste.opendev.org/show/b8DReLeBPl9xTGooN8wu/

Releated-Bug: #1968606
Change-Id: Ib3bdf9b19feb68647460814cc973699622d0a6e8
2022-04-21 08:38:46 +00:00
..
driver Remove usage of six 2020-05-27 06:58:27 -04:00
__init__.py Move BGP service plugin, agent, and tests out of Neutron repo 2016-05-16 12:22:24 +00:00
bgp_dragent.py use common rpc and exceptions from neutron-lib 2018-12-10 06:27:26 -07:00
config.py Move BGP service plugin, agent, and tests out of Neutron repo 2016-05-16 12:22:24 +00:00
entry.py Register common config options by default 2022-04-21 08:38:46 +00:00