Mailing List Archive

Nova Manage Network unable to add vlan ID
Hi-

I issued the command, "nova-manage network create --label=tenant-1
--fixed_range_v4=172.15.1.0/24 --bridge_interface=br-int --vlan=15
--project_id=a17de6f647b14739acb33f09d246f72e"

But in the network listing the vlanID is "none"

root@OpenstackController:~# nova-manage network list
id IPv4 IPv6 start address
DNS1 DNS2 VlanID project
uuid
2012-08-02 17:50:40 DEBUG nova.utils
[req-8ad6fc0b-96e6-49af-bd1d-ea97a38708cf None None] backend <module
'nova.db.sqlalchemy.api' from
'/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc'> from
(pid=11488) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658
1 172.15.1.0/24 None 172.15.1.2
8.8.4.4 None None
a17de6f647b14739acb33f09d246f72e af1c58f9-bfcf-4495-abb6-3d16e5e3bf6b

Can any one guide me on finding out what might be the wrong thing here...

Thanking you...


--
Regards,
----------------------------------------------
Trinath Somanchi,
+91 9866 235 130
Re: Nova Manage Network unable to add vlan ID [ In reply to ]
Hi,

In Essex Quantum, "--vlan" and "--bridge_interface" options for nova-manage
are ignored. For VLAN, Quantum OVS plugin (with non-tunneling mode) assigns
VLAN-ID automatically for each virtual network.
Regarding bridge-interface, you need to configure OVS manually using ovs-vsctl.

Thanks,

2012/8/2 Trinath Somanchi <trinath.somanchi@gmail.com>:
> Hi-
>
> I issued the command, "nova-manage network create --label=tenant-1
> --fixed_range_v4=172.15.1.0/24 --bridge_interface=br-int --vlan=15
> --project_id=a17de6f647b14739acb33f09d246f72e"
>
> But in the network listing the vlanID is "none"
>
> root@OpenstackController:~# nova-manage network list
> id IPv4 IPv6 start address DNS1
> DNS2 VlanID project uuid
> 2012-08-02 17:50:40 DEBUG nova.utils
> [req-8ad6fc0b-96e6-49af-bd1d-ea97a38708cf None None] backend <module
> 'nova.db.sqlalchemy.api' from
> '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc'> from
> (pid=11488) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658
> 1 172.15.1.0/24 None 172.15.1.2 8.8.4.4
> None None a17de6f647b14739acb33f09d246f72e
> af1c58f9-bfcf-4495-abb6-3d16e5e3bf6b
>
> Can any one guide me on finding out what might be the wrong thing here...
>
> Thanking you...
>
>
> --
> Regards,
> ----------------------------------------------
> Trinath Somanchi,
> +91 9866 235 130
>
>
> --
> Mailing list: https://launchpad.net/~netstack
> Post to : netstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~netstack
> More help : https://help.launchpad.net/ListHelp
>



--
Akihiro MOTOKI <amotoki@gmail.com>

--
Mailing list: https://launchpad.net/~netstack
Post to : netstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~netstack
More help : https://help.launchpad.net/ListHelp
Re: Nova Manage Network unable to add vlan ID [ In reply to ]
Minor correction for my previous mail.

> Quantum OVS plugin (with non-tunneling mode) assigns
> VLAN-ID automatically for each virtual network.

"(with non-tunneling mode)" is unnecessary.
All modes of OVS plugin do the same behavior.

"OVS plugin assigns VLAN-ID automatically for each virtual network."

Thanks,

2012/8/2 Akihiro MOTOKI <amotoki@gmail.com>:
> Hi,
>
> In Essex Quantum, "--vlan" and "--bridge_interface" options for nova-manage
> are ignored. For VLAN, Quantum OVS plugin (with non-tunneling mode) assigns
> VLAN-ID automatically for each virtual network.
> Regarding bridge-interface, you need to configure OVS manually using ovs-vsctl.
>
> Thanks,
>
> 2012/8/2 Trinath Somanchi <trinath.somanchi@gmail.com>:
>> Hi-
>>
>> I issued the command, "nova-manage network create --label=tenant-1
>> --fixed_range_v4=172.15.1.0/24 --bridge_interface=br-int --vlan=15
>> --project_id=a17de6f647b14739acb33f09d246f72e"
>>
>> But in the network listing the vlanID is "none"
>>
>> root@OpenstackController:~# nova-manage network list
>> id IPv4 IPv6 start address DNS1
>> DNS2 VlanID project uuid
>> 2012-08-02 17:50:40 DEBUG nova.utils
>> [req-8ad6fc0b-96e6-49af-bd1d-ea97a38708cf None None] backend <module
>> 'nova.db.sqlalchemy.api' from
>> '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc'> from
>> (pid=11488) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658
>> 1 172.15.1.0/24 None 172.15.1.2 8.8.4.4
>> None None a17de6f647b14739acb33f09d246f72e
>> af1c58f9-bfcf-4495-abb6-3d16e5e3bf6b
>>
>> Can any one guide me on finding out what might be the wrong thing here...
>>
>> Thanking you...
>>
>>
>> --
>> Regards,
>> ----------------------------------------------
>> Trinath Somanchi,
>> +91 9866 235 130
>>
>>
>> --
>> Mailing list: https://launchpad.net/~netstack
>> Post to : netstack@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~netstack
>> More help : https://help.launchpad.net/ListHelp
>>
>
>
>
> --
> Akihiro MOTOKI <amotoki@gmail.com>



--
Akihiro MOTOKI <amotoki@gmail.com>

--
Mailing list: https://launchpad.net/~netstack
Post to : netstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~netstack
More help : https://help.launchpad.net/ListHelp