From 8e756ad727582bec66bbc42eedd228a1e55129d3 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Wed, 17 Aug 2016 08:19:15 +0900 Subject: [PATCH] [cli-reference] add gnocchi subcommands The gnocchi client has a different pattern of subcommands. This patch explicitely specify the subcommands for the tool to work. Change-Id: I68f1aaf8c0cedb756d529cb996592a07fd9fb4d1 --- os_doc_tools/resources/clients.yaml | 37 ++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/os_doc_tools/resources/clients.yaml b/os_doc_tools/resources/clients.yaml index fab66145..e1646e14 100644 --- a/os_doc_tools/resources/clients.yaml +++ b/os_doc_tools/resources/clients.yaml @@ -17,7 +17,42 @@ glance: name: Image service gnocchi: name: A time series storage and resources index service - subcommands: complete + subcommands: + - archive-policy create + - archive-policy delete + - archive-policy list + - archive-policy show + - archive-policy update + - archive-policy-rule create + - archive-policy-rule delete + - archive-policy-rule list + - archive-policy-rule show + - benchmark measures add + - benchmark measures show + - benchmark metric create + - benchmark metric show + - capabilities list + - complete + - help + - measures add + - measures batch-metrics + - measures batch-resources-metrics + - measures show + - metric create + - metric delete + - metric list + - metric show + - resource create + - resource delete + - resource history + - resource list + - resource show + - resource update + - resource-type create + - resource-type delete + - resource-type list + - resource-type show + - status heat: name: Orchestration service ironic: