Comment 3 for bug 1476402

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

Reviewed: https://review.openstack.org/203846
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=6cce41eaa3e73cad9d04255521634f1af08267b6
Submitter: Jenkins
Branch: master

commit 6cce41eaa3e73cad9d04255521634f1af08267b6
Author: Adam Gandelman <email address hidden>
Date: Mon Jul 20 15:44:23 2015 -0700

    Only work with ipv4 subnet metadata if one exists

    This code currently throws an exception and fails the build if an
    instance boots on a network without a v4 subnet. Protect against
    this by checking it has a ipv4 subnet.

    Change-Id: I7c5de308b557293f5ac6b919d5566ace809ce200
    Closes-bug: #1476402