Skip to content
Snippets Groups Projects
Commit d04eb75a authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Don't generate certificates before upgrade"

parents 7f5be46c 7eff49a5
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,6 @@ export PYTHONUNBUFFERED=1
function upgrade {
local ansible_extra_vars
RAW_INVENTORY=/etc/kolla/inventory
# generate self-signed certificates for the optional internal TLS tests
if [[ "$TLS_ENABLED" = "True" ]]; then
kolla-ansible -i ${RAW_INVENTORY} -vvv certificates > /tmp/logs/ansible/certificates
fi
# TODO(mgoddard): Remove this block in the Y cycle after chrony has been
# dropped for a cycle.
# NOTE(mgoddard): Remove the chrony container and install a host chrony
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment