From 3fe29e2fa71815a471d8ac717324431e945da045 Mon Sep 17 00:00:00 2001 From: Haiwei Xu Date: Tue, 18 Aug 2015 12:16:48 +0900 Subject: [PATCH] Credential option should not be 'required' when creating webhook Change-Id: I4459f410c8bb5c681c66c9dd3f0ba4b3580e57d3 --- senlinclient/v1/shell.py | 1 - 1 file changed, 1 deletion(-) diff --git a/senlinclient/v1/shell.py b/senlinclient/v1/shell.py index 22287601..936a9994 100644 --- a/senlinclient/v1/shell.py +++ b/senlinclient/v1/shell.py @@ -321,7 +321,6 @@ def do_webhook_show(sc, args): @utils.arg('-a', '--action', metavar='', required=True, help=_('Name of action to be triggered for this webhook.')) @utils.arg('-C', '--credential', metavar='', - required=True, help=_('The credential to be used when the webhook is triggered.'), action='append') @utils.arg('-P', '--params', metavar='',