]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Make the wording a little clearer
authorBrad Hall <bhall@nicira.com>
Mon, 6 Jun 2011 05:54:44 +0000 (22:54 -0700)
committerBrad Hall <bhall@nicira.com>
Mon, 6 Jun 2011 05:54:44 +0000 (22:54 -0700)
quantum/plugins/openvswitch/README

index d48b793f3a3dc2719eeec65288e1d8bc9fc05951..689624f1b98ffefb8c60449a124b260fa6e76eba 100644 (file)
@@ -6,10 +6,11 @@ connectivity between VMs on hypervisors running openvswitch.
 The quantum openvswitch plugin consists of two components:
 
 1) The plugin itself:  The plugin uses a database backend (mysql for now) to
-   store configuration and mappings that will be used later by the agent.
+   store configuration and mappings that are used by the agent.
 
 2) An agent which runs on the hypervisor (dom0) and communicates with
-   openvswitch.
+  openvswitch.  The agent gathers the configuration and mappings from the
+  mysql database running on the quantum host.
 
 The sections below describe how to configure and run the quantum service with
 the openvswitch plugin.