openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #17304
Re: Help about Quantum Conf
Hi,
quantum.conf:
core_plugin =
quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2
ovs_quantum_plugin.ini:
network_vlan_ranges = physnet1
enable_tunneling = False
bridge_mappings = physnet1:br-eth0
To create a shared provider network:
quantum net-create sharednet1 --shared --provider:network_type flat
--provider:physical_network physnet1
Before we can run, create br-eth0:
sudo ovs-vsctl add-br br-eth0
sudo ovs-vsctl add-port br-eth0 eth0
we don't need br-ex since we don't use router and floatingip
and br-tun since we don't use GRE.
Regards,
Yong Sheng Gong
On 10/09/2012 03:29 PM, Bilel Msekni wrote:
Hi,
I have finished installing OpenStack Folsom but i am encountring a
small issue about configuring Quantum.
I would like to start the simplest scenario Flat Network
<http://docs.openstack.org/trunk/openstack-network/admin/content/use_cases_single_flat.html>
but i dont know how to configure my bridges (br-int, br-ex and br-tun)
i have two NICs on each node ( primary eth0 and secondary eth1)
If someone can show me the way, i will be very grateful since i will
be writing a guide about it for future users.
Thanks.
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to : openstack@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp
Follow ups
References