Remove defaults documentation, as they are auto-gen
This commit is contained in:
parent
ba711a745c
commit
31b8d423b4
@ -17,12 +17,10 @@ class Openstack_vms(IntervalModule):
|
|||||||
("username", "Username for OpenStack authentication (OS_USERNAME)"),
|
("username", "Username for OpenStack authentication (OS_USERNAME)"),
|
||||||
("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`"),
|
||||||
"(default: #00FF00"),
|
("crit_color", "Display color when non-active VMs are => `threshold`").
|
||||||
("crit_color", "Display color when non-active VMs are => `threshold` "
|
|
||||||
"(default: #FF0000"),
|
|
||||||
("threshold", "Set critical indicators when non-active VM pass this "
|
("threshold", "Set critical indicators when non-active VM pass this "
|
||||||
"number (default: 0)"),
|
"number"),
|
||||||
("horizon_url", "When clicked, open this URL in a browser")
|
("horizon_url", "When clicked, open this URL in a browser")
|
||||||
)
|
)
|
||||||
required = ("auth_url", "password", "tenant_name", "username")
|
required = ("auth_url", "password", "tenant_name", "username")
|
||||||
|
Loading…
Reference in New Issue
Block a user