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

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