fence-agents: RHEL6 - fence_vmware_soap: Add delay option

Marek GrĂ¡c marx at fedoraproject.org
Sun Jan 26 11:42:25 UTC 2014


Gitweb:        http://git.fedorahosted.org/git/?p=fence-agents.git;a=commitdiff;h=da403ab459474ba70303b2b46c9459c2872d6d68
Commit:        da403ab459474ba70303b2b46c9459c2872d6d68
Parent:        7b86da6001e65c9dc309bf4956f1bced9a894c5f
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Fri Jan 24 13:39:36 2014 +0100
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Fri Jan 24 13:39:36 2014 +0100

fence_vmware_soap: Add delay option

Remove duplicity of "delay" option in metadata. In general, this should be solved in fencing library but we do not want to change that
much in this branch.

Resolves: rhbz#1051159
---
 fence/agents/vmware_soap/fence_vmware_soap.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/vmware_soap/fence_vmware_soap.py b/fence/agents/vmware_soap/fence_vmware_soap.py
index 8f1ff6a..e6e62ac 100644
--- a/fence/agents/vmware_soap/fence_vmware_soap.py
+++ b/fence/agents/vmware_soap/fence_vmware_soap.py
@@ -172,7 +172,7 @@ def remove_tmp_dir(tmp_dir):
 def main():
 	device_opt = [  "help", "version", "agent", "quiet", "verbose", "debug",
 			"action", "ipaddr", "login", "passwd", "passwd_script",
-			"ssl", "port", "uuid", "separator", "ipport", "delay",
+			"ssl", "port", "uuid", "separator", "ipport",
 			"power_timeout", "shell_timeout", "login_timeout", "power_wait" ]
 
 	atexit.register(atexit_handler)


More information about the cluster-commits mailing list