Comment 6 for bug 1875891

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

Reviewed: https://review.opendev.org/725394
Committed: https://git.openstack.org/cgit/starlingx/ansible-playbooks/commit/?id=0dc9e173855792c38bec90360c0c4c066c36d66b
Submitter: Zuul
Branch: master

commit 0dc9e173855792c38bec90360c0c4c066c36d66b
Author: Robert Church <email address hidden>
Date: Mon May 4 12:59:49 2020 -0400

    Ensure containerd binds to the loopback interface

    Set the stream_server_address to bind to the loopback interface with a
    value of "127.0.0.1" for IPv4 and "::1" for IPv6.

    This will explicitly update the containerd configuration to use the IP
    address of the loopback interface based on the system's network
    configuration.

    Change-Id: I76a4ad1c123b8b701cb1fa74b16609b50cdf9bd2
    Partial-Bug: #1875891
    Signed-off-by: Robert Church <email address hidden>