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

View File

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