Blame SOURCES/bz1568589-5-aliyun-vpc-move-ip-improve-metadata-manpage.patch

7b144c
From fc497e888afcb88babbc21a59883556335c070fa Mon Sep 17 00:00:00 2001
7b144c
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
7b144c
Date: Fri, 31 Aug 2018 11:41:32 +0200
7b144c
Subject: [PATCH] aliyun-vpc-move-ip: improve metadata and manpage
7b144c
7b144c
---
7b144c
 heartbeat/aliyun-vpc-move-ip | 10 ++++++----
7b144c
 1 file changed, 6 insertions(+), 4 deletions(-)
7b144c
7b144c
diff --git a/heartbeat/aliyun-vpc-move-ip b/heartbeat/aliyun-vpc-move-ip
7b144c
index e27952adb..c004d26fc 100755
7b144c
--- a/heartbeat/aliyun-vpc-move-ip
7b144c
+++ b/heartbeat/aliyun-vpc-move-ip
7b144c
@@ -123,7 +123,7 @@ ecs_ip_metadata() {
7b144c
 Resource Agent to move IP addresses within a VPC of the Aliyun Webservices ECS
7b144c
 by changing an entry in an specific routing table
7b144c
 </longdesc>
7b144c
-<shortdesc lang="en">Move IP within a APC of the Aliyun ECS</shortdesc>
7b144c
+<shortdesc lang="en">Move IP within a VPC of the Aliyun ECS</shortdesc>
7b144c
 <parameters>
7b144c
 <parameter name="address" required="1">
7b144c
 <longdesc lang="en">
7b144c
@@ -134,21 +134,23 @@ VPC private IP address
7b144c
 </parameter>
7b144c
 <parameter name="routing_table" required="1">
7b144c
 <longdesc lang="en">
7b144c
-Name of the routing table, where the route for the IP address should be changed, i.e. rtb-...
7b144c
+Name of the routing table, where the route for the IP address should be changed, i.e. vtb-...
7b144c
 </longdesc>
7b144c
 <shortdesc lang="en">routing table name</shortdesc>
7b144c
 <content type="string" default="" />
7b144c
 </parameter>
7b144c
 <parameter name="interface" required="1">
7b144c
 <longdesc lang="en">
7b144c
-Name of the network interfacen, i.e. eth0
7b144c
+Name of the network interface, i.e. eth0
7b144c
 </longdesc>
7b144c
 <shortdesc lang="en">network interface name</shortdesc>
7b144c
 <content type="string" default="eth0" />
7b144c
 </parameter>
7b144c
 <parameter name="profile" required="0">
7b144c
 <longdesc lang="en">
7b144c
-Valid Aliyun CLI profile name
7b144c
+Valid Aliyun CLI profile name (see 'aliyuncli-ra configure').
7b144c
+
7b144c
+See https://www.alibabacloud.com/help/doc-detail/43039.htm?spm=a2c63.p38356.b99.16.38a914abRZtOU3 for more information about aliyuncli-ra.
7b144c
 </longdesc>
7b144c
 <shortdesc lang="en">profile name</shortdesc>
7b144c
 <content type="string" default="default" />