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

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