Fixed typos in command files

Change-Id: Ia3738e773f94fd21737d0a3421009749814cc2e3
This commit is contained in:
aviau 2015-01-26 15:04:24 -05:00
parent a6261fec6a
commit 4f42097d02
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
define command {
command_name check_glance
command_line $PLUGINSDIR$/check_glance -U $_HOSTOS_AUTH_URL$ -u $_HOSTOS_USERNAME$ -p $_HOSTOS_PASSOWRD$ -t $_HOSTOS_TENANT_NAME$ -e $_HOSTOS_GLANCE_URL$
command_line $PLUGINSDIR$/check_glance -U $_HOSTOS_AUTH_URL$ -u $_HOSTOS_USERNAME$ -p $_HOSTOS_PASSWORD$ -t $_HOSTOS_TENANT_NAME$ -e $_HOSTOS_GLANCE_URL$
}

View File

@ -6,5 +6,5 @@
define command {
command_name check_keystone
command_line $PLUGINSDIR$/check_keystone -U $_HOSTOS_AUTH_URL$ -u $_HOSTOS_USERNAME$ -p $_HOSTOS_PASSOWRD$ -t $_HOSTOS_TENANT_NAME$ -s $_HOSTKS_SERVICES$
command_line $PLUGINSDIR$/check_keystone -U $_HOSTOS_AUTH_URL$ -u $_HOSTOS_USERNAME$ -p $_HOSTOS_PASSWORD$ -t $_HOSTOS_TENANT_NAME$ -s $_HOSTKS_SERVICES$
}