From a77d5ebde2f72366ba1bce6859b7d4034ddc414c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Mon, 6 Dec 2021 17:09:29 +0100 Subject: [PATCH] Make tools scripts executable Set +x permission on files: * tools/convert_heat_nic_config_to_ansible_j2.py * tools/convert_v1_net_data.py Other python scripts have the executable permission set. Align the two scripts with the rest. Change-Id: I0a0bd4a353bdc35698444b72f093cce176bbe5a0 --- tools/convert_heat_nic_config_to_ansible_j2.py | 0 tools/convert_v1_net_data.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/convert_heat_nic_config_to_ansible_j2.py mode change 100644 => 100755 tools/convert_v1_net_data.py diff --git a/tools/convert_heat_nic_config_to_ansible_j2.py b/tools/convert_heat_nic_config_to_ansible_j2.py old mode 100644 new mode 100755 diff --git a/tools/convert_v1_net_data.py b/tools/convert_v1_net_data.py old mode 100644 new mode 100755