Merge "Fix container image builds"
This commit is contained in:
commit
05225342a8
@ -11,6 +11,10 @@ install_type={{ kolla_install_type }}
|
||||
# Docker namespace to use for Kolla images.
|
||||
namespace={{ kolla_docker_namespace }}
|
||||
|
||||
# Use host networking by default, in line with Kolla Ansible's default Docker
|
||||
# engine configuration.
|
||||
network_mode=host
|
||||
|
||||
# Docker image tag to apply.
|
||||
tag={{ kolla_tag }}
|
||||
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
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.
|
Loading…
Reference in New Issue
Block a user