From 466131e788a962b2d960a2438ba4233b83bbe03d Mon Sep 17 00:00:00 2001 From: "David.T" Date: Wed, 5 Oct 2016 17:18:20 +0200 Subject: [PATCH] Add parameters in Audit creation attributes list Change-Id: Ib4371223af76d20de2f6d019b73164058f1b4e89 Closes-Bug: #1617320 --- watcherclient/v1/audit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcherclient/v1/audit.py b/watcherclient/v1/audit.py index 502f0e7..94edfa3 100644 --- a/watcherclient/v1/audit.py +++ b/watcherclient/v1/audit.py @@ -21,7 +21,7 @@ from watcherclient import exceptions as exc CREATION_ATTRIBUTES = ['audit_template_uuid', 'host_aggregate', 'deadline', 'audit_type', 'interval', - 'goal', 'strategy'] + 'parameters', 'goal', 'strategy'] class Audit(base.Resource):