Comment 4 for bug 1491440

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (kilo)

Reviewed: https://review.openstack.org/222295
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=19970092e3801f8aa354cc41b3fe1cf3e3486203
Submitter: Jenkins
Branch: kilo

commit 19970092e3801f8aa354cc41b3fe1cf3e3486203
Author: Major Hayden <email address hidden>
Date: Mon Aug 31 20:17:32 2015 -0500

    Used named veth pairs that match container

    The default veth names from LXC make it difficult to tell which veth
    corresponds to each container. This patch sets a unique veth name
    that matches the container as well as the network device inside the
    container. It should make troubleshooting a little easier.

    Oddly enough, this patch seems to fix or greatly reduce the occurence
    of the issues seen in ticket 1491440.

    Partial-Bug: 1491440
    Implements: blueprint named-veths
    Change-Id: I28553fd1b4f36991e11d55d56c3f0f46af9e52be
    (cherry picked from commit 5e6dea8ab6f408e6610c34220519b628e8f8c45c)