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
This commit is contained in:
Guilherme Steinmüller 2019-02-16 03:47:31 +00:00
parent 76a1b307a0
commit c73e86df9f
1 changed files with 0 additions and 2 deletions

View File

@ -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: