[cli-ref] support aodhclient

Change-Id: I62ec16e9660646c93392abf14d2b9f4a238e06bd
This commit is contained in:
KATO Tomoyuki 2017-02-08 21:33:51 +09:00
parent ea4211ac35
commit af4e2fb6e1
2 changed files with 16 additions and 1 deletions

View File

@ -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

View File

@ -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