tripleo-heat-templates/releasenotes/notes/change_default_docker0_address-6a017b7078825996.yaml
Martin André 509209a29b Configure docker0 bridge address
This was previously conflicting with the InternalApiNetCidr value in
environments/network-environment.yaml.

Change-Id: I3f1cb6f056fb19a1ba93d1076191abe7aca4fa21
Depends-On: Ie803b33c93b931f7fefb87b6833eb22fd59cd92d
Closes-Bug: #1726773
2017-10-30 09:48:33 +01:00

8 lines
275 B
YAML

---
upgrade:
- |
Changed default address of docker0 bridge to be in the last class B private
network -- 172.31.0.1/24 -- to stop conflicting with the default network
range for InternalApiNetCidr. The docker0 bridge is normally unused in
TripleO deployment.