From fe8a57c9cfd0e29aae5bd1f913370434953a5d69 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Fri, 27 Apr 2012 00:05:59 +1000 Subject: [PATCH] Handle cfn-hup non-value parameters Signed-off-by: Angus Salkeld --- heat/cfntools/cfn-hup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/heat/cfntools/cfn-hup b/heat/cfntools/cfn-hup index 757f73d3..1291e67b 100755 --- a/heat/cfntools/cfn-hup +++ b/heat/cfntools/cfn-hup @@ -38,9 +38,11 @@ parser.add_argument('-c', '--config', default='/etc/cfn/hooks.d') parser.add_argument('-f', '--no-daemon', dest="no_deamon", + action="store_true", help="Do not run as a deamon", required=False) parser.add_argument('-v', '--verbose', + action="store_true", dest="verbose", help="Verbose logging", required=False) -- 2.45.2