Merge "Fix opensuse trusted certificates" into stable/stein

This commit is contained in:
Zuul
2020-04-16 17:11:08 +00:00
committed by Gerrit Code Review

View File

@@ -216,6 +216,11 @@ function fixup_suse {
sudo systemctl disable apparmor
sudo /usr/sbin/aa-teardown
fi
# Ensure trusted CA certificates are up to date
# See https://bugzilla.suse.com/show_bug.cgi?id=1154871
# May be removed once a new opensuse-15 image is available in nodepool
sudo zypper up -y p11-kit ca-certificates-mozilla
}
# The version of pip(1.5.4) supported by python-virtualenv(1.11.4) has