diff mbox

[ovs-dev] ovn: Fix the wrong return, otherwise it will cause the document more than one space.

Message ID 20161207060705.13828-1-ligs@dtdream.com
State Accepted
Headers show

Commit Message

Guoshuai Li Dec. 7, 2016, 6:07 a.m. UTC
Signed-off-by: Guoshuai Li <ligs@dtdream.com>
---
 IntegrationGuide.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ben Pfaff Dec. 7, 2016, 7:32 a.m. UTC | #1
On Wed, Dec 07, 2016 at 02:07:05PM +0800, Guoshuai Li wrote:
> Signed-off-by: Guoshuai Li <ligs@dtdream.com>
> ---
>  IntegrationGuide.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/IntegrationGuide.rst b/IntegrationGuide.rst
> index d34e9ed..11e77ba 100644
> --- a/IntegrationGuide.rst
> +++ b/IntegrationGuide.rst
> @@ -240,8 +240,8 @@ Whenever the active server dies, pacemaker is responsible to promote one of
>  the backup servers to be active. Both ovn-controller and ovn-northd needs the
>  ip-address at which the active server is listening. With pacemaker changing the
>  node at which the active server is run, it is not efficient to instruct all the
> -ovn-controllers and the ovn-northd to listen to the latest active server's ip-
> -address
> +ovn-controllers and the ovn-northd to listen to the latest active server's
> +ip-address.
>  
>  This problem can be solved by using a native ocf resource agent
>  `ocf:heartbeat:IPaddr2`. The IPAddr2 resource agent is just a resource with an

Thanks, applied to master.
diff mbox

Patch

diff --git a/IntegrationGuide.rst b/IntegrationGuide.rst
index d34e9ed..11e77ba 100644
--- a/IntegrationGuide.rst
+++ b/IntegrationGuide.rst
@@ -240,8 +240,8 @@  Whenever the active server dies, pacemaker is responsible to promote one of
 the backup servers to be active. Both ovn-controller and ovn-northd needs the
 ip-address at which the active server is listening. With pacemaker changing the
 node at which the active server is run, it is not efficient to instruct all the
-ovn-controllers and the ovn-northd to listen to the latest active server's ip-
-address
+ovn-controllers and the ovn-northd to listen to the latest active server's
+ip-address.
 
 This problem can be solved by using a native ocf resource agent
 `ocf:heartbeat:IPaddr2`. The IPAddr2 resource agent is just a resource with an