Comment 6 for bug 1401870

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/5.1)

Reviewed: https://review.openstack.org/153494
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=59a2149566b07e11c4520fa9f885732ea1041e46
Submitter: Jenkins
Branch: stable/5.1

commit 59a2149566b07e11c4520fa9f885732ea1041e46
Author: Bartłomiej Piotrowski <email address hidden>
Date: Thu Jan 29 12:56:57 2015 +0100

    Enable teardown_unused_network_gateway for nova-network deployments

    The parameter is used by nova-network to determine if a bridge and
    gateway IP address of a network must be deleted from the compute node
    when the network is deleted in API. By default, it is set to 'False'
    which means that bridge, IP address and dnsmasq process listening on
    that address are left behind even after the network is deleted.

    Change-Id: I4c94bb03501f4238ead2378cf504485b7d67b236
    Closes-Bug: 1401870