Skip to content

Commit

Permalink
[openstack_neutron] fix method name typo
Browse files Browse the repository at this point in the history
Signed-off-by: Bryn M. Reeves <[email protected]>
  • Loading branch information
bmr-cymru committed Mar 21, 2019
1 parent 7a44309 commit 9915987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/plugins/openstack_neutron.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def setup(self):
# rather take a list of files in the dir only
self.add_copy_spec("/var/lib/neutron/")
self.add_forbidden_path("/var/lib/neutron/lock")
self.add_cmd_option("ls -laZR /var/lib/neutron/lock")
self.add_cmd_output("ls -laZR /var/lib/neutron/lock")

if self.get_option("verify"):
self.add_cmd_output("rpm -V %s" % ' '.join(self.packages))
Expand Down

0 comments on commit 9915987

Please sign in to comment.