From 4159a7117e659ff3d69590e8069c84f8d9c7ddc0 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 5 Feb 2020 18:29:48 +0200 Subject: [PATCH] Change nova_lock_path mode nova_lock_path task has always changed state as once nova is launched is sets 2755 permissions to its lock path. To be idempotent and fit with what nova expects to see we're setting correct permissions. Change-Id: If911c48152df8ea022c6cdb1f74132b0638025d0 --- tasks/nova_pre_install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/nova_pre_install.yml b/tasks/nova_pre_install.yml index 20ad5408..987df672 100644 --- a/tasks/nova_pre_install.yml +++ b/tasks/nova_pre_install.yml @@ -120,6 +120,7 @@ - path: "{{ nova_system_home_folder }}/cache/api" - path: "{{ nova_system_home_folder }}/instances" - path: "{{ nova_lock_path }}" + mode: "2755" - path: "/var/run/nova" tags: - nova-dirs