diff --git a/magnum/api/app.py b/magnum/api/app.py old mode 100755 new mode 100644 diff --git a/magnum/api/controllers/v1/cluster.py b/magnum/api/controllers/v1/cluster.py old mode 100755 new mode 100644 diff --git a/magnum/api/validation.py b/magnum/api/validation.py old mode 100755 new mode 100644 diff --git a/magnum/cmd/api.py b/magnum/cmd/api.py old mode 100755 new mode 100644 diff --git a/magnum/cmd/conductor.py b/magnum/cmd/conductor.py old mode 100755 new mode 100644 diff --git a/magnum/common/exception.py b/magnum/common/exception.py old mode 100755 new mode 100644 diff --git a/magnum/common/keystone.py b/magnum/common/keystone.py old mode 100755 new mode 100644 diff --git a/magnum/common/urlfetch.py b/magnum/common/urlfetch.py old mode 100755 new mode 100644 diff --git a/magnum/common/utils.py b/magnum/common/utils.py old mode 100755 new mode 100644 diff --git a/magnum/conductor/handlers/cluster_conductor.py b/magnum/conductor/handlers/cluster_conductor.py old mode 100755 new mode 100644 diff --git a/magnum/conductor/handlers/common/cert_manager.py b/magnum/conductor/handlers/common/cert_manager.py old mode 100755 new mode 100644 diff --git a/magnum/conductor/handlers/common/trust_manager.py b/magnum/conductor/handlers/common/trust_manager.py old mode 100755 new mode 100644 diff --git a/magnum/conductor/k8s_api.py b/magnum/conductor/k8s_api.py old mode 100755 new mode 100644 diff --git a/magnum/conductor/scale_manager.py b/magnum/conductor/scale_manager.py old mode 100755 new mode 100644 diff --git a/magnum/drivers/common/templates/kubernetes/helm/ingress-nginx.sh b/magnum/drivers/common/templates/kubernetes/helm/ingress-nginx.sh old mode 100755 new mode 100644 diff --git a/magnum/drivers/common/templates/kubernetes/helm/metrics-server.sh b/magnum/drivers/common/templates/kubernetes/helm/metrics-server.sh old mode 100755 new mode 100644 diff --git a/magnum/drivers/common/templates/kubernetes/helm/prometheus-adapter.sh b/magnum/drivers/common/templates/kubernetes/helm/prometheus-adapter.sh old mode 100755 new mode 100644 diff --git a/magnum/drivers/common/templates/kubernetes/helm/prometheus-operator.sh b/magnum/drivers/common/templates/kubernetes/helm/prometheus-operator.sh old mode 100755 new mode 100644 diff --git a/magnum/drivers/heat/driver.py b/magnum/drivers/heat/driver.py old mode 100755 new mode 100644 diff --git a/magnum/drivers/heat/template_def.py b/magnum/drivers/heat/template_def.py old mode 100755 new mode 100644 diff --git a/magnum/hacking/checks.py b/magnum/hacking/checks.py old mode 100755 new mode 100644 diff --git a/magnum/objects/cluster.py b/magnum/objects/cluster.py old mode 100755 new mode 100644 diff --git a/magnum/objects/cluster_template.py b/magnum/objects/cluster_template.py old mode 100755 new mode 100644 diff --git a/magnum/service/periodic.py b/magnum/service/periodic.py old mode 100755 new mode 100644 diff --git a/magnum/tests/functional/api/base.py b/magnum/tests/functional/api/base.py old mode 100755 new mode 100644 diff --git a/magnum/tests/functional/api/v1/clients/cluster_client.py b/magnum/tests/functional/api/v1/clients/cluster_client.py old mode 100755 new mode 100644 diff --git a/magnum/tests/functional/common/base.py b/magnum/tests/functional/common/base.py old mode 100755 new mode 100644 diff --git a/magnum/tests/functional/python_client_base.py b/magnum/tests/functional/python_client_base.py old mode 100755 new mode 100644 diff --git a/magnum/tests/unit/api/controllers/v1/test_cluster.py b/magnum/tests/unit/api/controllers/v1/test_cluster.py old mode 100755 new mode 100644 diff --git a/magnum/tests/unit/api/test_validation.py b/magnum/tests/unit/api/test_validation.py old mode 100755 new mode 100644 diff --git a/magnum/tests/unit/objects/test_cluster.py b/magnum/tests/unit/objects/test_cluster.py old mode 100755 new mode 100644 diff --git a/magnum/tests/unit/objects/test_cluster_template.py b/magnum/tests/unit/objects/test_cluster_template.py old mode 100755 new mode 100644