Comment 2 for bug 1256256

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

Reviewed: https://review.openstack.org/104271
Committed: https://git.openstack.org/cgit/stackforge/nova-docker/commit/?id=999de7646a9e41c3e97ff853411ba31ec8733796
Submitter: Jenkins
Branch: master

commit 999de7646a9e41c3e97ff853411ba31ec8733796
Author: João Paulo Barraca <email address hidden>
Date: Thu Jul 10 17:01:41 2014 +0100

    Restablish networking upon container reboot

    Currently, whenever a container is rebooted, it will
    lose its IP address.

    This happens because a container's ID and PID will change, while the
    namespaces are mapped to both.

    This fix unplugs and replugs networking between stopping and
    starting of the container.

    Closes-Bug: #1256256

    Change-Id: I583926e43c832605c77852205b4e2df8ce9746ed