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
This commit is contained in:
Jay S. Bryant 2014-12-19 09:37:19 -06:00
parent a20330d64f
commit 2cde43d8ad
16 changed files with 0 additions and 0 deletions

0
cinder/cmd/all.py Executable file → Normal file
View File

0
cinder/cmd/api.py Executable file → Normal file
View File

0
cinder/cmd/backup.py Executable file → Normal file
View File

0
cinder/cmd/manage.py Executable file → Normal file
View File

0
cinder/cmd/rtstool.py Executable file → Normal file
View File

0
cinder/cmd/scheduler.py Executable file → Normal file
View File

0
cinder/cmd/volume.py Executable file → Normal file
View File

0
cinder/cmd/volume_usage_audit.py Executable file → Normal file
View File

0
cinder/db/sqlalchemy/migrate_repo/manage.py Executable file → Normal file
View File

0
cinder/exception.py Executable file → Normal file
View File

0
cinder/tests/test_cmd.py Executable file → Normal file
View File

0
cinder/tests/test_ibm_flashsystem.py Executable file → Normal file
View File

0
cinder/tests/test_xio.py Executable file → Normal file
View File

0
cinder/volume/driver.py Executable file → Normal file
View File

0
cinder/volume/drivers/ibm/flashsystem.py Executable file → Normal file
View File

0
cinder/volume/drivers/xio.py Executable file → Normal file
View File