diff --git a/watcherclient/v1/audit_template_shell.py b/watcherclient/v1/audit_template_shell.py index ff88b3d..d596f39 100644 --- a/watcherclient/v1/audit_template_shell.py +++ b/watcherclient/v1/audit_template_shell.py @@ -180,9 +180,9 @@ class CreateAuditTemplate(command.ShowOne): "JSON example:\n" "[{\"compute\":\n" " [{\"host_aggregates\": [\n" - " {\"id\": \"1\"},\n" - " {\"id\": \"2\"},\n" - " {\"id\": \"3\"}]},\n" + " {\"id\": 1},\n" + " {\"id\": 2},\n" + " {\"id\": 3}]},\n" " {\"availability_zones\": [\n" " {\"name\": \"AZ1\"},\n" " {\"name\": \"AZ2\"}]},\n"