From: Brad Hall Date: Mon, 6 Jun 2011 05:54:44 +0000 (-0700) Subject: Make the wording a little clearer X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ccf5aa87c875d4fab3667736483bc90e470b3180;p=openstack-build%2Fneutron-build.git Make the wording a little clearer --- diff --git a/quantum/plugins/openvswitch/README b/quantum/plugins/openvswitch/README index d48b793f3..689624f1b 100644 --- a/quantum/plugins/openvswitch/README +++ b/quantum/plugins/openvswitch/README @@ -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.