Comment 4 for bug 1400069

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

Reviewed: https://review.openstack.org/156980
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=40b19d92ad212faa0a123b4477876a93b4694942
Submitter: Jenkins
Branch: stable/juno

commit 40b19d92ad212faa0a123b4477876a93b4694942
Author: Alessandro Pilotti <email address hidden>
Date: Sun Dec 7 14:40:54 2014 +0200

    Fixes Hyper-V configdrive network injection issue

    The Hyper-V driver is not properly handling static IP configuration
    injection when flat_injected is true and networks don't have DHCP
    enabled. This commit fixes the issue.

    Conflicts:
            nova/virt/hyperv/vmops.py

    Change-Id: Ie54f1c892f1db53b1807661acacbae5bd45c0777
    Closes-Bug: #1400069
    (cherry-pick from commit 01cff74dfe377dcd51527ab38b0a078f0c4b61a3)