pep8 compliance for openstacK_vms.py

This commit is contained in:
David Wahlstrom 2015-06-03 07:32:55 -07:00
parent 6a63df5a72
commit 9134880d55

View File

@ -29,7 +29,8 @@ class Openstack_vms(IntervalModule):
crit_color = "#FF0000" crit_color = "#FF0000"
threshold = 0 threshold = 0
horizon_url = None horizon_url = None
format = "{tenant_name}: {active_servers} active, {nonactive_servers} non-active" format = "{tenant_name}: {active_servers} active, "\
"{nonactive_servers} non-active"
on_leftclick = "openurl" on_leftclick = "openurl"