Update audit_template create help message
'id' should be an integer, not string. Closes-Bug: #1734056 Change-Id: I4275127e7f76ba6ad05f478278204c3de535cf5c
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user