diff options
-rw-r--r-- | sos/plugins/openstack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/openstack.py b/sos/plugins/openstack.py index a35a9e85..69a830bc 100644 --- a/sos/plugins/openstack.py +++ b/sos/plugins/openstack.py @@ -67,7 +67,7 @@ class OpenStack(Plugin): # Cinder if os.path.exists("cinder-manage"): - self.addCmdOutput( + self.add_cmd_output( "cinder-manage db version", suggest_filename="cinder_db_version") self.add_copy_specs(["/etc/cinder/", |