<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Mar 4, 2013 at 12:52 PM, Nathanael Burton <span dir="ltr"><<a href="mailto:nathanael.i.burton@gmail.com" target="_blank">nathanael.i.burton@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra">
"If for whatever reason, available range is supposed to include:<br>
10.1.0.0 -- 10.1.3.255<br>
then fixed range will have to be set to <a href="http://10.1.0.0/22" target="_blank">10.1.0.0/22</a> - including the 
<a href="http://10.1.4.0/24" target="_blank">10.1.4.0/24</a> range and setting up a natting rule for it. This might 
affect existing traffic."<br><br></div><div class="gmail_extra">Proposal: The fix proposed in patches I've tested locally (need to clean up, write test cases, and add to devstack(?)), pulls the configured networks on a host via the network api and then calls the init_host() code for each network.  Aside from configuring things automatically, this has the side benefit of configuring only what networks are needed and currently in use on the host.<br>

</div><div class="gmail_extra"><br></div><div class="gmail_extra">References:<br>[1] <a href="https://github.com/openstack/nova/blob/master/nova/network/linux_net.py#L635" target="_blank">https://github.com/openstack/nova/blob/master/nova/network/linux_net.py#L635</a><br>

[2] <a href="https://bugs.launchpad.net/nova/+bug/741626" target="_blank">https://bugs.launchpad.net/nova/+bug/741626</a><br><br></div><div class="gmail_extra">Thanks,<br><br></div><div class="gmail_extra">Nate<br></div>
</div></blockquote><div><br></div><div>And I just noticed that the example in the ticket is actually bad.  Change that to 10.1.0.0 - 10.1.2.255 and then the fixed_range would be <a href="http://10.1.0.0/22">10.1.0.0/22</a> which would include <a href="http://10.1.3.0/24">10.1.3.0/24</a> which isn't being used.<br>
<br></div><div>Thanks,<br><br></div><div>Nate <br></div></div><br></div></div>