[Openstack-docs] [openstack/nova] DocImpact review request change I4ec111079f7a1d253190e6a6008048f992a53f68

gerrit2 at review.openstack.org gerrit2 at review.openstack.org
Tue Mar 12 05:48:08 UTC 2013


Hi, I'd like you to take a look at this patch for potential
DocImpact.
https://review.openstack.org/23787

Log:
commit 26440ae2cd4c8ffe44beecb6bb0cce19cb43bb7b
Author: mathrock <nathanael.i.burton.work at gmail.com>
Date:   Wed Mar 6 16:28:50 2013 -0500

    Deprecate CONF.fixed_range, do dynamic setup
    
    Do dynamic fixed_range setup by pulling the networks that should
    exist on the host and making the appropriate calls to set up the NAT
    entries for each network. This allows for non-contiguous subnets to
    be configured in the fixed_ip space and only configures the NAT rules
    as they are needed. This also restricts the NAT range to the smallest
    range required preventing the NAT from impacting subnets that might
    exist on the external network.
    
    DocImpact: For backwards compatibility, Grizzly will still support
    the CONF.fixed_range option and if set will perform the default logic
    from Folsom and earlier releases. To use the new dynamic fixed_range
    setup in Grizzly, set fixed_range='' in your nova.conf. The intention
    is to remove the CONF.fixed_range option entirely early in the Havana
    cycle and use the dynamic fixed_range setup from Havana going
    forward.
    
    Change-Id: I4ec111079f7a1d253190e6a6008048f992a53f68
    Fixes: bug #741626 bug #966175




More information about the Openstack-docs mailing list