<div dir="ltr">I reckon it is a sort of "convenience" route which allows us to connect directly to private instances running in the network namespace from the devstack host without having to use floating ips.<div><br></div><div>It is something which probably makes sense for dev scenarios only as FIXED_RANGE is generally not publicly routable, so I doubt it will have any use in production environments.</div><div><br></div><div>Finally, it would be technically possible for neutron to add such route for every subnet on the host where the l3 agent is running but I don't see this as something pertaining to neutron. I would simply create a local script that wrap neutron subnet-create:</div><div><br></div><div>neutron subnet-create $network_id $cidr</div><div>sudo route add -net $cidr gw $router_gw_ip</div><div><br></div><div>Salvatore</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 30 September 2014 07:54, Xu Han Peng <span dir="ltr"><<a href="mailto:pengxuhan@gmail.com" target="_blank">pengxuhan@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 bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    Can anyone help elaborate why the following line of code in devstack
    which is trying to add a route for VM private network via router
    gateway IP on network node is <b>NOT</b> taken care by neutron but
    devstack? The reason to ask is that every time a router external
    gateway IP changed or a new router is added, we have to manually
    change this route or add a new one on network node. <br>
    <br>
    sudo route add -net $FIXED_RANGE gw $ROUTER_GW_IP<br>
    <br>
    
    <a href="https://github.com/openstack-dev/devstack/blob/stable/icehouse/lib/neutron#L428" target="_blank">https://github.com/openstack-dev/devstack/blob/stable/icehouse/lib/neutron#L428</a><br>
    <br>
    Thanks!<span class="HOEnZb"><font color="#888888"><br>
    Xu Han<br>
  </font></span></div>

<br>_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div>