Comment 2 for bug 1242996

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

Reviewed: https://review.openstack.org/85151
Committed: https://git.openstack.org/cgit/stackforge/nova-docker/commit/?id=94842715184f2ec38b7a81d13550b837883d8641
Submitter: Jenkins
Branch: master

commit 94842715184f2ec38b7a81d13550b837883d8641
Author: Aaron Rosen <email address hidden>
Date: Thu Apr 3 12:21:44 2014 -0700

    Correct ip netns to use container_id instead of nspid

    Previously, the docker driver made a call using the nspid as the
    network namespace though it should have used the container_id instead.
    This patch fixes that and adds code coverage for it.

    Change-Id: Ie453765ecd948235960843058afbe4c4e0882822
    Closes-bug: #1301658
    Related-bug: #1242996