Typo input in "aodh alarm create" for param "--name"

Update the typo "instance_on_but_in err_state" to
"instance_on_but_in_err_state".

Closes-Bug: #1709241
Change-Id: Iacef513385581256d53abecc811cf390c21cab87
This commit is contained in:
Jeffrey Guan 2017-08-08 02:01:18 -04:00 committed by gordon chung
parent 58a41ea9dd
commit 7dff90c6ac
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ went into error state:
$ aodh alarm create \
--type event \
--name instance_on_but_in err_state \
--name instance_on_but_in_err_state \
--description 'Instance powered ON but in error state' \
--event-type "compute.instance.power_on.*" \
--enable True \