Comment 3 for bug 1392564

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

Reviewed: https://review.openstack.org/134432
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4c128c351589ef9f2fc1e084c655a97bdbbda7ce
Submitter: Jenkins
Branch: master

commit 4c128c351589ef9f2fc1e084c655a97bdbbda7ce
Author: Xu Han Peng <email address hidden>
Date: Fri Nov 14 10:53:59 2014 +0800

    Fix metadata proxy start problem for v6-v4 network

    Commit 1b66e11b5d8c0b3de0610ca02c3e10b6f64ae375 introduces
    a new problem that metadata proxy will not be started when
    an isolated network contains ipv6 subnet with dhcp enabled
    and a ipv4 subnet.

    This fix separates the checks to enable dhcp and enable metadata
    so metadata proxy can be started if there is ipv4 subnet exists
    in the network with metadata enabled.

    Change-Id: If26806083db225e9ab30d75fa6c728ce99a7cafe
    Closes-Bug: 1392564