From 68c8acba3951b51c2d0e4a9ee5f44719078591a8 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Fri, 2 Feb 2024 14:54:55 +0000 Subject: [PATCH] Remove execution bit on unnecessary files Change-Id: Ia41b843fdf20154750b129a8ab5dd42f5c3989fb --- magnum/api/app.py | 0 magnum/api/controllers/v1/cluster.py | 0 magnum/api/validation.py | 0 magnum/cmd/api.py | 0 magnum/cmd/conductor.py | 0 magnum/common/exception.py | 0 magnum/common/keystone.py | 0 magnum/common/urlfetch.py | 0 magnum/common/utils.py | 0 magnum/conductor/handlers/cluster_conductor.py | 0 magnum/conductor/handlers/common/cert_manager.py | 0 magnum/conductor/handlers/common/trust_manager.py | 0 magnum/conductor/k8s_api.py | 0 magnum/conductor/scale_manager.py | 0 magnum/drivers/common/templates/kubernetes/helm/ingress-nginx.sh | 0 magnum/drivers/common/templates/kubernetes/helm/metrics-server.sh | 0 .../common/templates/kubernetes/helm/prometheus-adapter.sh | 0 .../common/templates/kubernetes/helm/prometheus-operator.sh | 0 magnum/drivers/heat/driver.py | 0 magnum/drivers/heat/template_def.py | 0 magnum/hacking/checks.py | 0 magnum/objects/cluster.py | 0 magnum/objects/cluster_template.py | 0 magnum/service/periodic.py | 0 magnum/tests/functional/api/base.py | 0 magnum/tests/functional/api/v1/clients/cluster_client.py | 0 magnum/tests/functional/common/base.py | 0 magnum/tests/functional/python_client_base.py | 0 magnum/tests/unit/api/controllers/v1/test_cluster.py | 0 magnum/tests/unit/api/test_validation.py | 0 magnum/tests/unit/objects/test_cluster.py | 0 magnum/tests/unit/objects/test_cluster_template.py | 0 32 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 magnum/api/app.py mode change 100755 => 100644 magnum/api/controllers/v1/cluster.py mode change 100755 => 100644 magnum/api/validation.py mode change 100755 => 100644 magnum/cmd/api.py mode change 100755 => 100644 magnum/cmd/conductor.py mode change 100755 => 100644 magnum/common/exception.py mode change 100755 => 100644 magnum/common/keystone.py mode change 100755 => 100644 magnum/common/urlfetch.py mode change 100755 => 100644 magnum/common/utils.py mode change 100755 => 100644 magnum/conductor/handlers/cluster_conductor.py mode change 100755 => 100644 magnum/conductor/handlers/common/cert_manager.py mode change 100755 => 100644 magnum/conductor/handlers/common/trust_manager.py mode change 100755 => 100644 magnum/conductor/k8s_api.py mode change 100755 => 100644 magnum/conductor/scale_manager.py mode change 100755 => 100644 magnum/drivers/common/templates/kubernetes/helm/ingress-nginx.sh mode change 100755 => 100644 magnum/drivers/common/templates/kubernetes/helm/metrics-server.sh mode change 100755 => 100644 magnum/drivers/common/templates/kubernetes/helm/prometheus-adapter.sh mode change 100755 => 100644 magnum/drivers/common/templates/kubernetes/helm/prometheus-operator.sh mode change 100755 => 100644 magnum/drivers/heat/driver.py mode change 100755 => 100644 magnum/drivers/heat/template_def.py mode change 100755 => 100644 magnum/hacking/checks.py mode change 100755 => 100644 magnum/objects/cluster.py mode change 100755 => 100644 magnum/objects/cluster_template.py mode change 100755 => 100644 magnum/service/periodic.py mode change 100755 => 100644 magnum/tests/functional/api/base.py mode change 100755 => 100644 magnum/tests/functional/api/v1/clients/cluster_client.py mode change 100755 => 100644 magnum/tests/functional/common/base.py mode change 100755 => 100644 magnum/tests/functional/python_client_base.py mode change 100755 => 100644 magnum/tests/unit/api/controllers/v1/test_cluster.py mode change 100755 => 100644 magnum/tests/unit/api/test_validation.py mode change 100755 => 100644 magnum/tests/unit/objects/test_cluster.py mode change 100755 => 100644 magnum/tests/unit/objects/test_cluster_template.py 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