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:
parent
76a1b307a0
commit
c73e86df9f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user