Fix incorrect file permission

Permission of the following files is set to "-rwxrwxr-x".
It's not necessary for python scripts to be executable.

xjob/
 __init__.py
 xservice.py
 xmanager.py

common/
 baserpc.py
 topics.py
 serializer.py
 rpc.py
 xrpcapi.py

api
 root.py
 __init__.py

nova_apigw/
 __init__.py
 root.py

cinder_apigw/
 root.py
 __init__.py

Change-Id: Id397bf29574493bf1977ff40d0647d050fac2f5a
Signed-off-by: Chaoyi Huang <joehuang@huawei.com>
Closes-Bug: 1581271
This commit is contained in:
Chaoyi Huang 2016-05-24 16:01:20 +08:00
parent 922b56a92d
commit 9c77e650f1
14 changed files with 0 additions and 0 deletions

0
tricircle/api/controllers/__init__.py Executable file → Normal file
View File

0
tricircle/api/controllers/root.py Executable file → Normal file
View File

0
tricircle/cinder_apigw/controllers/__init__.py Executable file → Normal file
View File

0
tricircle/cinder_apigw/controllers/root.py Executable file → Normal file
View File

0
tricircle/common/baserpc.py Executable file → Normal file
View File

0
tricircle/common/rpc.py Executable file → Normal file
View File

0
tricircle/common/serializer.py Executable file → Normal file
View File

0
tricircle/common/topics.py Executable file → Normal file
View File

0
tricircle/common/xrpcapi.py Executable file → Normal file
View File

0
tricircle/nova_apigw/controllers/__init__.py Executable file → Normal file
View File

0
tricircle/nova_apigw/controllers/root.py Executable file → Normal file
View File

0
tricircle/xjob/__init__.py Executable file → Normal file
View File

0
tricircle/xjob/xmanager.py Executable file → Normal file
View File

0
tricircle/xjob/xservice.py Executable file → Normal file
View File