neutron/releasenotes/notes/remove-router_id-b3732089f8f1faa1.yaml
Hong Hui Xiao 448bc8e522 Remove the deprecated config 'router_id'
It was deprecated at [1].
Remove the deprecated config 'router_id' and its related tests.

[1] https://review.openstack.org/#/c/248498

DocImpact: All references of 'router_id' configuration option
and its description should be removed from the docs.

UpgradeImpact: Remove 'router_id' configuration option from the
l3_agent.ini.

Change-Id: Ic9420191e8c1a333e4dcc0b70411591b8573ec7c
Closes-Bug: #1594711
2016-06-23 10:12:55 +00:00

11 lines
376 B
YAML

---
prelude: >
Remove 'router_id' configuration option from the
l3_agent.ini file. 'router_id' option has been defined
in order to associate an l3-agent to a specific router
when use_namespaces=False. It was deprecated after
use_namespaces was removed in Mitaka release.
upgrade:
- Remove 'router_id' configuration option from the
l3_agent.ini file.