From 33aba21cd3d09ed1ee31344fa73825456d6d897d Mon Sep 17 00:00:00 2001 From: David Wahlstrom Date: Wed, 3 Jun 2015 10:06:07 -0700 Subject: [PATCH] Fix typo --- i3pystatus/openstack_vms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/openstack_vms.py b/i3pystatus/openstack_vms.py index faa866b..99b7fdf 100644 --- a/i3pystatus/openstack_vms.py +++ b/i3pystatus/openstack_vms.py @@ -18,7 +18,7 @@ class Openstack_vms(IntervalModule): ("password", "Password for Openstack authentication (OS_PASSWORD)"), ("tenant_name", "Tenant/Project name to view (OS_TENANT_NAME)"), ("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 " "number"), ("horizon_url", "When clicked, open this URL in a browser")