From c73e86df9f8cfd97594dc6209de2fb515d9d3c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Steinm=C3=BCller?= Date: Sat, 16 Feb 2019 03:47:31 +0000 Subject: [PATCH] Remove save directory creation The save directory was moved to nova_compute_kvm_install and setup as a symlink. For that reason, we don't need to create this folder in nova_pre_install. Change-Id: I0ebd3958fb3f1f323f5627e8f0ef5feb783f7a1b --- tasks/nova_pre_install.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/nova_pre_install.yml b/tasks/nova_pre_install.yml index 26311ed2..201a27e9 100644 --- a/tasks/nova_pre_install.yml +++ b/tasks/nova_pre_install.yml @@ -119,8 +119,6 @@ mode: "0700" - path: "{{ nova_system_home_folder }}/cache/api" - path: "{{ nova_system_home_folder }}/instances" - - path: "{{ nova_libvirt_save_path }}" - mode: "0750" - path: "{{ nova_lock_path }}" - path: "/var/run/nova" tags: