ovn-architecture.7.xml: Fix ovn-controller behavior in VIF life cycle
authorHui Kang <hkang.sunysb@gmail.com>
Mon, 13 Jun 2016 16:43:26 +0000 (12:43 -0400)
committerBen Pfaff <blp@ovn.org>
Mon, 13 Jun 2016 17:20:22 +0000 (10:20 -0700)
Signed-off-by: Hui Kang <kangh@us.ibm.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ovn/ovn-architecture.7.xml

index f8a348b..72786bc 100644 (file)
     <li>
       On the hypervisor where the VM is powered on, <code>ovn-controller</code>
       notices <code>external-ids</code>:<code>iface-id</code> in the new
-      Interface.  In response, it updates the local hypervisor's OpenFlow
-      tables so that packets to and from the VIF are properly handled.
-      Afterward, in the OVN Southbound DB, it updates the
+      Interface. In response, in the OVN Southbound DB, it updates the
       <code>Binding</code> table's <code>chassis</code> column for the
-      row that links the logical port from
-      <code>external-ids</code>:<code>iface-id</code> to the hypervisor.
+      row that links the logical port from <code>external-ids</code>:<code>
+      iface-id</code> to the hypervisor. Afterward, <code>ovn-controller</code>
+      updates the local hypervisor's OpenFlow tables so that packets to and from
+      the VIF are properly handled.
     </li>
 
     <li>