Hi Jay,<div><br></div><div>The steps you have taken so far seem correct.  Have you spun up any VMs yet?  The current output from the OVS agent implies you may not have.  </div><div><br></div><div>Quantum networks are logical entities, so you won't see the result of creating a network until you actually spin up a VM that uses that network.  When a VM is spun up, there should be an interface created on br-int for each vNIC, and those interfaces will be placed on the right network by setting vlan config on the local port.  </div>

<div><br></div><div>If you're still seeing problems, create a quantum bug and attach this info plus the output of:  sudo ovs-vsctl list Port</div><div><br></div><div>You can also run the agent with the -v flag for more information.  </div>

<div><br></div><div>Dan</div><div><br></div><div><br><div class="gmail_quote">On Wed, Feb 29, 2012 at 9:48 AM, jay_s_b <span dir="ltr"><<a href="mailto:jay_s_b@yahoo.com">jay_s_b@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello,<br>
I have installed one controller node that has nova-compute/nova-network/nova-api/nova-volume.<br>
I have installed quantum on another server. I am using openvswitch plugin<br>
 <br>
On the controller node, I have installed openvswitch. I created the bridge/port/interface using the following commands<br>
sudo ovs-vsctl add-br br-int<br>
sudo ovs-vsctl set bridge br-int datapath_type=netdev<br>
sudo ovs-vsctl add-port br-int eth1<br>
 <br>
 I ran the ovs_agent on the controller.<br>
It says,<br>
INFO:root:Connecting to database "ovs_quantum" on 192.168.198.55<br>
 <br>
But, when  I tried to do<br>
sudo nova-manage --verbose network create --label=public --fixed_range_v4=<a href="http://10.0.0.0/24" target="_blank">10.0.0.0/24</a><br>
 <br>
I see network being created in the mysql ovs_quantum database. But, i do not see real  network getting created. I do not see any messages in the agent log. neither do i see any messages in the quantum-server log.<br>
 <br>
Is there a client to check the communication from ovs_agent on controller to quantum-server?<br>
 <br>
Thanks,<br>
-Jay<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Dan Wendlandt <div>Nicira Networks: <a href="http://www.nicira.com" target="_blank">www.nicira.com</a><br><div>twitter: danwendlandt<br>

~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></div></div><br>
</div>