Why not add OVS a vlan tag on my tap interface ? [closed]
Hi,
i have a issue with my openstack RDO. I use vcenter hypervisor. When i create a new vlan network, RDO add a dhcp on my br-int. But this interface "tap" has not a tag vlan :
+--------------------------------------+--------------------------------------+--------------+------------------+-----------------+
| id | network_id | network_type | physical_network | segmentation_id |
+--------------------------------------+--------------------------------------+--------------+------------------+-----------------+
| ba993035-8b34-42df-baac-44c7a8c63aea | 585ee3af-6061-4bf4-8868-a28d78e2f909 | vlan | physnet1 | 1963 |
| d6311a83-55b2-4644-ab3e-aed4ead9b795 | c07c87e8-d11c-40d7-b798-5eeb814a5d6b | vlan | physnet1 | 1961 |
+--------------------------------------+--------------------------------------+--------------+------------------+-----------------+
[root@rdo-neutron-vlan ~]# ovs-vsctl show
8e811872-8ca0-405d-a447-13c624adfcd3
Bridge br-int
fail_mode: secure
Port "tapca23c2fe-62"
Interface "tapca23c2fe-62"
type: internal
Port br-int
Interface br-int
type: internal
Port "tapa464f0e5-d7"
Interface "tapa464f0e5-d7"
type: internal
Port "eth1"
Interface "eth1"
Bridge br-ex
Port br-ex
Interface br-ex
type: internal
Port "eth0"
Interface "eth0"
ovs_version: "1.11.0"
My conf file :
[ovs]
tenant_network_type = vlan
network_vlan_ranges = physnet1:1000:2999
integration_bridge = br-int
[ml2]
type_drivers = vlan,local,flat
tenant_network_types = vlan,local,flat
mechanism_drivers =openvswitch,dvs
[ml2_type_vlan]
network_vlan_ranges =physnet1:1961:1963
Were you able to resolve this problem, or are you still seeing this behavior with more recent versions of OpenStack?