<div>Yes, until we move to handling L3 in Quantum itself (Folsom), the L3 integration in QuantumManager is pretty simple.  <div><br></div><div>Dan</div><br><div class="gmail_quote">On Thu, Mar 15, 2012 at 8:51 AM, David Lapsley <span dir="ltr"><<a href="mailto:dlapsley@nicira.com">dlapsley@nicira.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div class="h5"><div><div>On Mar 15, 2012, at 11:43 AM, Yapeng Wu wrote:</div><br>

<blockquote type="cite"><div><div>Hello,</div><div><br></div><div>I followed the quantum-admin-guide document to create the network by using: </div><div>"nova-manage network create --label=tenant-private --fixed_range_v4=<a href="http://192.168.1.0/24" target="_blank">192.168.1.0/24</a> --project_id=xxxx --priority=1 --gateway=192.168.1.254"</div>

<div><br></div><div>I got error caused by:</div><div><a href="https://github.com/openstack/nova/blob/master/nova/network/quantum/manager.py#L194" target="_blank">https://github.com/openstack/nova/blob/master/nova/network/quantum/manager.py#L194</a>
</div><div><br></div><div>Could some one confirm that if Quantum network ONLY supports gateway address: x.x.x.1 format?</div></div></blockquote><div><br></div></div></div></div>Hi Yapeng:<div><br></div><div>That is correct. We explicitly check in nova.network.quantum.manager.QuantumManager</div>

<div><br></div><div><div>        if gateway is not None and len(gateway) > 0:                                                                 </div><div>            if gateway.split('.')[3] != '1':                                                                         </div>

<div>                raise Exception(_("QuantumManager requires a valid (.1)"                                             </div><div>                              " gateway address."))  </div></div><div>

<br></div><div>Cheers,</div><div><br></div><div>Dave.</div><div><br></div><div>@davlaps</div></div><br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Dan Wendlandt <div>Nicira Networks: <a href="http://www.nicira.com" target="_blank">www.nicira.com</a><br><div>twitter: danwendlandt<br>

~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></div></div><br>
</div>