From 31b8d423b4bde96f0590553071185a99cf412ec8 Mon Sep 17 00:00:00 2001 From: David Wahlstrom Date: Wed, 3 Jun 2015 09:46:19 -0700 Subject: [PATCH] Remove defaults documentation, as they are auto-gen --- i3pystatus/openstack_vms.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/i3pystatus/openstack_vms.py b/i3pystatus/openstack_vms.py index 52d7bad..faa866b 100644 --- a/i3pystatus/openstack_vms.py +++ b/i3pystatus/openstack_vms.py @@ -17,12 +17,10 @@ class Openstack_vms(IntervalModule): ("username", "Username for OpenStack authentication (OS_USERNAME)"), ("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` " - "(default: #00FF00"), - ("crit_color", "Display color when non-active VMs are => `threshold` " - "(default: #FF0000"), + ("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 (default: 0)"), + "number"), ("horizon_url", "When clicked, open this URL in a browser") ) required = ("auth_url", "password", "tenant_name", "username")