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

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