620fc6ec97
* Add a new backend for DevStack allowing the Agent backend to be configured. * Change the agent to choose a sane port by default, it's extremely unlikely anyone is exposing the agent on port 53 intentionally. * The agent itself is not yet configured, this will come later as it involves refactoring most of the BIND non-agent backend into a lib. * Fail when the user asks for the agent backend, without also enabling the agent service. Change-Id: Iedde58f4f5a2ea89cb9da78aaec1853208af8fc9
6 lines
234 B
YAML
6 lines
234 B
YAML
---
|
||
upgrade:
|
||
- The default port which the designate-agent service listens on has changed
|
||
from 53 to 5358. This matches the port we have always used in the sample
|
||
configuration, and the port used in the agent backend class.
|