openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #08738
Re: [Netstack] nova-manage network creation question
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 <dlapsley@xxxxxxxxxx> 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=xxxx --priority=1 --gateway=192.168.1.254"
>
> I got error caused by:
>
> https://github.com/openstack/nova/blob/master/nova/network/quantum/manager.py#L194
>
> Could some one confirm that if Quantum network ONLY supports gateway
> address: x.x.x.1 format?
>
>
> Hi Yapeng:
>
> 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':
>
> raise Exception(_("QuantumManager requires a valid (.1)"
>
> " gateway address."))
>
> Cheers,
>
> Dave.
>
> @davlaps
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
>
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dan Wendlandt
Nicira Networks: www.nicira.com
twitter: danwendlandt
~~~~~~~~~~~~~~~~~~~~~~~~~~~
References