aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/openstack_cinder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/openstack_cinder.py b/sos/plugins/openstack_cinder.py
index bab908c0..0a941f2e 100644
--- a/sos/plugins/openstack_cinder.py
+++ b/sos/plugins/openstack_cinder.py
@@ -24,6 +24,7 @@ class OpenStackCinder(Plugin):
var_puppet_gen = "/var/lib/config-data/puppet-generated/cinder"
def setup(self):
+ self.add_forbidden_path('/etc/cinder/volumes')
cinder_config = ""
cinder_config_opt = "--config-dir %s/etc/cinder/"