Comment 6 for bug 1891377

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to stx-puppet (master)

Reviewed: https://review.opendev.org/747469
Committed: https://git.openstack.org/cgit/starlingx/stx-puppet/commit/?id=43646466b08eea34a969efd4d52536203e046633
Submitter: Zuul
Branch: master

commit 43646466b08eea34a969efd4d52536203e046633
Author: Andy Ning <email address hidden>
Date: Fri Aug 21 15:37:25 2020 -0400

    Restart containerd after CA certificate is installed

    This is updated version of commit
    b88aa4ed31267d046673d39e487e83552a7806f1. The docker.service is actually
    set up such that when containerd is restarted by systemd, docker is
    restarted as well.

    So this change removed docker restart, leaving only containerd restart.
    This fixes the containerd/docker continously restarting issue caused by
    the previous commit.

    Change-Id: I444849eb1aa6c86d79f32a1ec64964637fc4efb4
    Closes-Bug: 1891377
    Signed-off-by: Andy Ning <email address hidden>