add missing param about alarm create

Change-Id: I5e7d1215a52fe907540cf7d124fa43a05272fd35
This commit is contained in:
chohoor 2016-12-25 01:11:17 +08:00
parent dbe2c34e88
commit df7990206e
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ following command creates a threshold alarm using aodh alarm service so that:
.. code-block:: console
$ aodh alarm create \
-t threshold --statistic avg \
-t threshold --statistic avg --name cpu-high \
-m cpu_util --threshold 70 --comparison-operator gt \
--period 60 --evaluation-periods 1 \
--alarm-action $ALRM_URL01 \