Merge "Update audit_template create help message"

This commit is contained in:
Zuul
2017-12-13 10:06:17 +00:00
committed by Gerrit Code Review

View File

@@ -187,9 +187,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"