summaryrefslogtreecommitdiffstats
path: root/deploy/prepare/execute.py
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/prepare/execute.py')
-rw-r--r--deploy/prepare/execute.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/prepare/execute.py b/deploy/prepare/execute.py
index 2b46119d..11939b8d 100644
--- a/deploy/prepare/execute.py
+++ b/deploy/prepare/execute.py
@@ -16,7 +16,7 @@ KOLLA_CONF_PATH = '/etc/kolla/config'
def _make_dirs(path):
if not os.path.isdir(path):
- os.makedirs(path, mode=0644)
+ os.makedirs(path, mode=0744)
def _write_conf_file(conf_file, conf):