08be3
> tcpdump
>
> tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
>
> listening on qr-3fd978e0-45, link-type EN10MB (Ethernet), capture size
> 65535 bytes
>
>
>
> ^C
>
> 0 packets captured
>
> 0 packets received by filter
>
Subject: Re: [Openstack] Change from GRE to vlan
vlan id maps to the segmentation-id of the network. Later when you create a
subnet under a network the subnet is associated to the vlan-id(segmentation-id)
of its network.
So all you have to do is provide '--provider:segmentation-id' p
ytes=796,
> idle_age=65534, hard_age=65534, priority=4,in_port=2,dl_vlan=1
> actions=mod_vlan_vid:2,NORMAL
>
> cookie=0x0, duration=75606.253s, table=0, n_packets=29929,
> n_bytes=5592694, idle_age=5, hard_age=65534, priority=2,in_port=2
> actions=drop
>
> cooki
s=1, n_bytes=78,
idle_age=65534, hard_age=65534, priority=1 actions=NORMAL
From: Akilesh K [mailto:akilesh1...@gmail.com]
Sent: Wednesday, March 18, 2015 11:13 PM
To: Mitchell Chen
Cc: openstack@lists.openstack.org
Subject: Re: [Openstack] Change from GRE to vlan
Apart from type_driver, there a
Apart from type_driver, there are many other setting in 'ml2_conf.ini'.
Like below
[ml2]
mechanism_drivers=openvswitch
type_drivers=vlan,flat
tenant_network_types=vlan,flat
[ml2_type_flat]
flat_networks=Extnet
[ml2_type_vlan]
network_vlan_ranges=Intnet1:100:200
[ovs]
bridge_mappings=Intnet1:br-
Hi All,
I have, step by step, followed the OpenStack icehouse installation guide to
install control, compute and neutron nodes. They all run fine like OpenStack
document describes. There is a GRE tunneling connection described in OpenStack
installation guide from compute nodes to a neutron node