Comment 3 for bug 1075859

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

Reviewed: https://review.openstack.org/16227
Committed: http://github.com/openstack/nova/commit/1b455923446de6fcfee7166059db72b80ff51dfe
Submitter: Jenkins
Branch: master

commit 1b455923446de6fcfee7166059db72b80ff51dfe
Author: Joseph W. Breu <email address hidden>
Date: Thu Nov 15 14:25:50 2012 -0600

    Fix use_single_default_gateway

    With FlatDHCP and use_single_default_gateway nova-network creates
    an invalid entry in the dnsmasq .opts file for the network that
    contains a blank router option. New instances will not receive
    a default gateway.

    Change-Id: I4c2da61def0681b7b253ae387bf83c069484e28b
    Fixes: bug #1075859