Fix typo
This commit is contained in:
parent
31b8d423b4
commit
33aba21cd3
@ -18,7 +18,7 @@ class Openstack_vms(IntervalModule):
|
|||||||
("password", "Password for Openstack authentication (OS_PASSWORD)"),
|
("password", "Password for Openstack authentication (OS_PASSWORD)"),
|
||||||
("tenant_name", "Tenant/Project name to view (OS_TENANT_NAME)"),
|
("tenant_name", "Tenant/Project name to view (OS_TENANT_NAME)"),
|
||||||
("color", "Display color when non-active VMs are =< `threshold`"),
|
("color", "Display color when non-active VMs are =< `threshold`"),
|
||||||
("crit_color", "Display color when non-active VMs are => `threshold`").
|
("crit_color", "Display color when non-active VMs are => `threshold`"),
|
||||||
("threshold", "Set critical indicators when non-active VM pass this "
|
("threshold", "Set critical indicators when non-active VM pass this "
|
||||||
"number"),
|
"number"),
|
||||||
("horizon_url", "When clicked, open this URL in a browser")
|
("horizon_url", "When clicked, open this URL in a browser")
|
||||||
|
Loading…
Reference in New Issue
Block a user