Re: [Openstack] [Netstack] nova-manage network creation question

2012-03-15 Thread Yapeng Wu
Hello, I removed the check, the nova-manage command runs fine now. But the gateway address was not pushing to dnsmasq. In Nova code, how does the gateway option is pushed to dnsmasq? Thanks, Yapeng On 2012-03-15, at 7:55 PM, Brad Hall wrote: > Yeah, I think its fine to delete the check. Fe

Re: [Openstack] [Netstack] nova-manage network creation question

2012-03-15 Thread Brad Hall
Yeah, I think its fine to delete the check. Feel free to remove the check in your environment and reply back if anything else breaks -- I'll also submit a nova patch for it. Thanks, Brad On Thu, Mar 15, 2012 at 12:14 PM, Brian Haley wrote: > On 03/15/2012 11:51 AM, David Lapsley wrote: > > On

Re: [Openstack] [Netstack] nova-manage network creation question

2012-03-15 Thread David Medberry
On Thu, 2012-03-15 at 15:14 -0400, Brian Haley wrote: > > That is correct. We explicitly check in > > nova.network.quantum.manager.QuantumManager > > > > if gateway is not None and len(gateway) > 0: > > > > if gateway.split('.')[3] != '1':

Re: [Openstack] [Netstack] nova-manage network creation question

2012-03-15 Thread Brian Haley
On 03/15/2012 11:51 AM, David Lapsley wrote: > On Mar 15, 2012, at 11:43 AM, Yapeng Wu wrote: > >> Hello, >> >> I followed the quantum-admin-guide document to create the network by using: >> "nova-manage network create --label=tenant-private >> --fixed_range_v4=192.168.1.0/24 --project_id= --

Re: [Openstack] [Netstack] nova-manage network creation question

2012-03-15 Thread Dan Wendlandt
Yes, until we move to handling L3 in Quantum itself (Folsom), the L3 integration in QuantumManager is pretty simple. Dan On Thu, Mar 15, 2012 at 8:51 AM, David Lapsley wrote: > On Mar 15, 2012, at 11:43 AM, Yapeng Wu wrote: > > Hello, > > I followed the quantum-admin-guide document to create th

Re: [Openstack] [Netstack] nova-manage network creation question

2012-03-15 Thread David Lapsley
On Mar 15, 2012, at 11:43 AM, Yapeng Wu wrote: > Hello, > > I followed the quantum-admin-guide document to create the network by using: > "nova-manage network create --label=tenant-private > --fixed_range_v4=192.168.1.0/24 --project_id= --priority=1 > --gateway=192.168.1.254" > > I got er