openstack-ansible-lxc_hosts/releasenotes/notes/add-ca-certs-2398cb4856356028.yaml
Michael Gugino 0bc0844e96 Fix missing ca-certificates package
Occassionally during gate test, some containers
seem to be lacking or have an outdated 'ca-certificates'
package.

This patch adds ca-certificates to container cache prep
for the container build process.

Change-Id: Ib3613e4338e4dc7e2f1df75e842aa4213d207746
2016-05-19 14:56:41 -04:00

7 lines
271 B
YAML

---
upgrade:
- The ``ca-certificates`` package has been included in the LXC
container build process in order to prevent issues related to
trying to connect to public websites which make use of newer
certificates than exist in the base CA certificate store.