diff --git a/i3pystatus/openstack_vms.py b/i3pystatus/openstack_vms.py index bd80a9b..7fb7ee1 100644 --- a/i3pystatus/openstack_vms.py +++ b/i3pystatus/openstack_vms.py @@ -20,7 +20,8 @@ class Openstack_vms(IntervalModule): ("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") + ("horizon_url", "When clicked, open this URL in a browser"), + "format" ) required = ("auth_url", "password", "tenant_name", "username") color = "#00FF00"