]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fix files in Cinder with execute bit set
authorJay S. Bryant <jsbryant@us.ibm.com>
Fri, 19 Dec 2014 15:37:19 +0000 (09:37 -0600)
committerJay S. Bryant <jsbryant@us.ibm.com>
Fri, 19 Dec 2014 15:37:19 +0000 (09:37 -0600)
I noticed there were a number of files in the cinder/volume
directory tree that have the execute bit set for no apparent
reason.  I think in all cases it was because that was just
they way the permissions on the file were originally set based
on the user's umask settings.

This patch changes the permissions to be consistent with the other
python files in the cinder/volume directory.

Change-Id: Ib52cbe16ed426392c3b296b56b4d2592b4808e65

16 files changed:
cinder/cmd/all.py [changed mode: 0755->0644]
cinder/cmd/api.py [changed mode: 0755->0644]
cinder/cmd/backup.py [changed mode: 0755->0644]
cinder/cmd/manage.py [changed mode: 0755->0644]
cinder/cmd/rtstool.py [changed mode: 0755->0644]
cinder/cmd/scheduler.py [changed mode: 0755->0644]
cinder/cmd/volume.py [changed mode: 0755->0644]
cinder/cmd/volume_usage_audit.py [changed mode: 0755->0644]
cinder/db/sqlalchemy/migrate_repo/manage.py [changed mode: 0755->0644]
cinder/exception.py [changed mode: 0755->0644]
cinder/tests/test_cmd.py [changed mode: 0755->0644]
cinder/tests/test_ibm_flashsystem.py [changed mode: 0755->0644]
cinder/tests/test_xio.py [changed mode: 0755->0644]
cinder/volume/driver.py [changed mode: 0755->0644]
cinder/volume/drivers/ibm/flashsystem.py [changed mode: 0755->0644]
cinder/volume/drivers/xio.py [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)