diff options
-rw-r--r-- | sos/plugins/openstack_glance.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/openstack_glance.py b/sos/plugins/openstack_glance.py index bfb5f9fe..d3b987e0 100644 --- a/sos/plugins/openstack_glance.py +++ b/sos/plugins/openstack_glance.py @@ -88,7 +88,7 @@ class OpenStackGlance(Plugin): for line in container_status['output'].splitlines(): if line.endswith("glance_api"): return True - return false + return False def apply_regex_sub(self, regexp, subst): self.do_path_regex_sub("/etc/glance/*", regexp, subst) |