Remove unnecessary executable permission

Bunch of glance source code files are marked as executable which is not
appropriate, this patch just 'chmod -x' to all of them.

Closes-Bug: #1468564

Change-Id: Iaa6ba2a4ec31994f528a191e480db202a96f0c67
This commit is contained in:
Lianhao Lu 2015-06-23 15:40:32 +08:00
parent d2409ec7b3
commit 68bc487786
14 changed files with 0 additions and 0 deletions

0
etc/glance-search-paste.ini Executable file → Normal file
View File

0
etc/glance-search.conf Executable file → Normal file
View File

0
etc/metadefs/software-databases.json Executable file → Normal file
View File

0
etc/metadefs/software-runtimes.json Executable file → Normal file
View File

0
etc/metadefs/software-webservers.json Executable file → Normal file
View File

0
glance/api/policy.py Executable file → Normal file
View File

0
glance/db/sqlalchemy/metadata.py Executable file → Normal file
View File

0
glance/search/api/__init__.py Executable file → Normal file
View File

0
glance/search/api/v0_1/__init__.py Executable file → Normal file
View File

0
glance/search/api/v0_1/router.py Executable file → Normal file
View File

0
glance/search/api/v0_1/search.py Executable file → Normal file
View File

0
glance/tests/functional/v2/test_metadef_tags.py Executable file → Normal file
View File

0
glance/tests/unit/v0_1/test_search.py Executable file → Normal file
View File

0
glance/tests/unit/v2/test_metadef_resources.py Executable file → Normal file
View File