From: Eric Harney Date: Fri, 28 Aug 2015 16:18:45 +0000 (-0400) Subject: Remove executable bits on files X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=59e18450d11da55923c20900292ff1082913d54c;p=openstack-build%2Fcinder-build.git Remove executable bits on files Unit test and driver files should not be executable. Change-Id: I50d3f93525024f63cf983d48a0192cb273018fe9 --- diff --git a/cinder/tests/unit/test_nimble.py b/cinder/tests/unit/test_nimble.py old mode 100755 new mode 100644 diff --git a/cinder/volume/drivers/nimble.py b/cinder/volume/drivers/nimble.py old mode 100755 new mode 100644