kayobe/releasenotes/notes/kolla-build-network-mode-ba92e36d52e70d99.yaml
Mark Goddard 9c8f74993d Fix container image builds
Container image builds broken due to disabling docker iptables
management in
https://review.opendev.org/c/openstack/kolla-ansible/+/751795. This
affects Wallaby and later.

This patch configures kolla-build to use network_mode=host.

Change-Id: I608c0362e6eeea65ffafb32cda5c19ccb6ec8b5c
Story: 2008942
Task: 42560
2021-06-07 15:18:53 +00:00

7 lines
230 B
YAML

---
fixes:
- |
Fixes an issue with container image builds by using ``host`` as the default
``network_mode`` for ``kolla-build``. See `story 2008942
<https://storyboard.openstack.org/#!/story/2008942>`__ for details.