]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
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)
commit2cde43d8add629e82c139fb2265a11372908c43e
tree5d40b9ecc0f1a9ee061d7d9bd2a1d6921ada1bc1
parenta20330d64fc24d1421660b49d196609cd6127979
Fix files in Cinder with execute bit set

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]