<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi,<br>
quantum.conf:<br>
core_plugin =
quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2<br>
ovs_quantum_plugin.ini:<br>
network_vlan_ranges = physnet1<br>
enable_tunneling = False<br>
bridge_mappings = physnet1:br-eth0<br>
To create a shared provider network:<br>
quantum net-create sharednet1 --shared --provider:network_type
flat --provider:physical_network physnet1<br>
<br>
Before we can run, create br-eth0:<br>
sudo ovs-vsctl add-br br-eth0<br>
sudo ovs-vsctl add-port br-eth0 eth0<br>
<br>
we don't need br-ex since we don't use router and floatingip<br>
and br-tun since we don't use GRE.<br>
<br>
Regards,<br>
Yong Sheng Gong<br>
On 10/09/2012 03:29 PM, Bilel Msekni wrote:<br>
</div>
<blockquote cite="mid:BLU0-SMTP425309A60CF564686B90BC6A08F0@phx.gbl"
type="cite">
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
Hi,<br>
<br>
I have finished installing OpenStack Folsom but i am encountring a
small issue about configuring Quantum.<br>
I would like to start the simplest scenario <a
moz-do-not-send="true"
href="http://docs.openstack.org/trunk/openstack-network/admin/content/use_cases_single_flat.html">Flat
Network</a> but i dont know how to configure my bridges (br-int,
br-ex and br-tun)<br>
<br>
i have two NICs on each node ( primary eth0 and secondary eth1)<br>
<br>
If someone can show me the way, i will be very grateful since i
will be writing a guide about it for future users.<br>
<br>
Thanks.<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Mailing list: <a class="moz-txt-link-freetext" href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a>
Post to : <a class="moz-txt-link-abbreviated" href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>
Unsubscribe : <a class="moz-txt-link-freetext" href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a>
More help : <a class="moz-txt-link-freetext" href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a>
</pre>
</blockquote>
<br>
</body>
</html>