From af4e2fb6e11ab618ca85cfe10f924f936c6b700c Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Wed, 8 Feb 2017 21:33:51 +0900 Subject: [PATCH] [cli-ref] support aodhclient Change-Id: I62ec16e9660646c93392abf14d2b9f4a238e06bd --- bin/doc-tools-update-cli-reference | 4 +++- os_doc_tools/resources/clients.yaml | 13 +++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/bin/doc-tools-update-cli-reference b/bin/doc-tools-update-cli-reference index c19f5c96..9c224ae1 100755 --- a/bin/doc-tools-update-cli-reference +++ b/bin/doc-tools-update-cli-reference @@ -54,7 +54,9 @@ pip install --upgrade cliff-tablib # OSProfiler is an OpenStack cross-project profiling library. pip install --upgrade osprofiler -if [[ $project == 'gnocchi' ]]; then +if [[ $project == 'aodh' ]]; then + pip install --upgrade ${project}client +elif [[ $project == 'gnocchi' ]]; then pip install --upgrade ${project}client else pip install --upgrade python-${project}client diff --git a/os_doc_tools/resources/clients.yaml b/os_doc_tools/resources/clients.yaml index e0e61e90..bbde78d0 100644 --- a/os_doc_tools/resources/clients.yaml +++ b/os_doc_tools/resources/clients.yaml @@ -1,4 +1,17 @@ --- +aodh: + name: Telemetry Alarming service (aodh) + subcommands: + - alarm create + - alarm delete + - alarm list + - alarm show + - alarm state get + - alarm state set + - alarm update + - alarm-history search + - alarm-history show + - capabilities list barbican: name: Key Manager service (barbican) subcommands: complete