Remove executable permissions from files that don't need it

Many python files have their executable permissions flag set but they shouldn't Removed executable flag from files that did not need it

Closes-Bug: #2055736
Change-Id: Ic04051fdc597b2f915f76e4c4c47f392354ddfe1
This commit is contained in:
Tyler Adams 2024-03-02 00:14:48 +00:00
parent 7fa6ae780c
commit 6b15b97689
29 changed files with 0 additions and 0 deletions

0
doc/specs/fail-fast-on-locked_resource.rst Executable file → Normal file
View File

0
doc/specs/lifecycle-hook.rst Executable file → Normal file
View File

0
examples/policies/deletion_policy_lifecycle_hook.yaml Executable file → Normal file
View File

0
senlin/api/openstack/v1/clusters.py Executable file → Normal file
View File

0
senlin/api/openstack/v1/version.py Executable file → Normal file
View File

0
senlin/common/config.py Executable file → Normal file
View File

0
senlin/common/consts.py Executable file → Normal file
View File

0
senlin/conductor/service.py Executable file → Normal file
View File

0
senlin/db/api.py Executable file → Normal file
View File

0
senlin/db/sqlalchemy/api.py Executable file → Normal file
View File

0
senlin/engine/actions/base.py Executable file → Normal file
View File

0
senlin/engine/actions/cluster_action.py Executable file → Normal file
View File

0
senlin/engine/actions/node_action.py Executable file → Normal file
View File

0
senlin/engine/notifications/message.py Executable file → Normal file
View File

0
senlin/engine/service.py Executable file → Normal file
View File

0
senlin/health_manager/service.py Executable file → Normal file
View File

0
senlin/objects/action.py Executable file → Normal file
View File

0
senlin/objects/requests/clusters.py Executable file → Normal file
View File

0
senlin/policies/deletion_policy.py Executable file → Normal file
View File

0
senlin/policies/lb_policy.py Executable file → Normal file
View File

0
senlin/tests/unit/conductor/service/test_clusters.py Executable file → Normal file
View File

0
senlin/tests/unit/db/test_action_api.py Executable file → Normal file
View File

0
senlin/tests/unit/engine/actions/test_action_base.py Executable file → Normal file
View File

View File

0
senlin/tests/unit/engine/actions/test_delete.py Executable file → Normal file
View File

0
senlin/tests/unit/engine/actions/test_scale_in.py Executable file → Normal file
View File

0
senlin/tests/unit/engine/notifications/__init__.py Executable file → Normal file
View File

0
senlin/tests/unit/engine/notifications/test_message.py Executable file → Normal file
View File

0
senlin/tests/unit/objects/requests/test_clusters.py Executable file → Normal file
View File