tripleo-heat-templates/releasenotes/notes/docker-bip-9a334c8f31a59b96.yaml
Bogdan Dobrelya d30350498d Allow custom --bip CIDR for docker options
The default docker0 brige should be normally given a
value that does not conflict to any of the existing
networks' CIDR ranges.

If there is a conflict for the default value `172.31.0.1/24`,
allow users to alter the the docker service startup ``--bip``
option via ``DockerNetworkOptions``.

Change-Id: I9b3e729ba48811415106c9fa460cd5a677067fb7
Closes-Bug: #1783271
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
(cherry picked from commit beff4795a5)
2018-07-24 10:06:44 +03:00

11 lines
331 B
YAML

---
other:
- |
The default docker0 brige should be normally given a
value that does not conflict to any of the existing
networks' CIDR ranges.
If there is a conflict for the default value `172.31.0.1/24`,
allow users to alter the the docker service startup ``--bip``
option via ``DockerNetworkOptions``.