[Openstack] VLAN mode and 100 vlan

2013-07-02 Thread Igor Laskovy
Hello!

I have little deployment Grizzly on Ubuntu 12.04.

When I do

nova network-create vlan201 --fixed-range-v4 192.168.201.0/24 --vlan 201
--bridge br201 --bridge-interface bond0 --project-id
963fe3d5eaac48fdbb09253553bc590a

and get

DuplicateVlan: Detected existing vlan with id 100

because before that I have created another network with 200 vlan but
nova-network for some reason (that bug?) put it in 100 vlan

nova-manage  network list
id  IPv4IPv6start address   DNS1
 DNS2VlanID  project uuid
6   192.168.200.0/24None192.168.200.3   8.8.4.4
None100 3f47be9a0c2348faac4deec2a988acd8
 4ceace34-0fa5-48b2-8d87-aba432a0f2d2


-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] VLAN mode and 100 vlan

2013-07-02 Thread Stas Maksimov
Hi Igor,

I think there used to be a bug in the client, the fix exists but hasn't
been released as far as I know:
https://bugs.launchpad.net/python-novaclient/+bug/1167779

You can try and patch it yourself and see if it helps.

Thanks,
Stas

On 2 July 2013 08:31, Igor Laskovy igor.lask...@gmail.com wrote:

 Hello!

 I have little deployment Grizzly on Ubuntu 12.04.

 When I do

 nova network-create vlan201 --fixed-range-v4 192.168.201.0/24 --vlan 201
 --bridge br201 --bridge-interface bond0 --project-id
 963fe3d5eaac48fdbb09253553bc590a

 and get

 DuplicateVlan: Detected existing vlan with id 100

 because before that I have created another network with 200 vlan but
 nova-network for some reason (that bug?) put it in 100 vlan

 nova-manage  network list
 id  IPv4IPv6start address   DNS1
  DNS2VlanID  project uuid
 6   192.168.200.0/24None192.168.200.3   8.8.4.4
   None100 3f47be9a0c2348faac4deec2a988acd8
  4ceace34-0fa5-48b2-8d87-aba432a0f2d2


 --
 Igor Laskovy
 facebook.com/igor.laskovy
 studiogrizzly.com

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


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