tasks: Ensure /etc/keystone/credential-keys is created on time
We need to ensure that {{ keystone_credential_key_repository }} is created along with the rest of directories in order to prevent problems like the following one: OSError: [Errno 2] No such file or directory: '/etc/keystone/credential-keys' Depends-On: I5a78e2120e596d36629b4ba978b2b5df76b149b0 Change-Id: I394e069f9cbea7b85e5f6f53e3d3f9f54494dafe
This commit is contained in:
parent
9fc96b16e7
commit
473e2d3629
@ -74,6 +74,7 @@
|
||||
- "{{ ansible_play_hosts }}"
|
||||
- - { path: "/openstack", mode: "0755", owner: "root", group: "root" }
|
||||
- { path: "/etc/keystone", mode: "0750" }
|
||||
- { path: "{{ keystone_credential_key_repository }}", mode: "0750" }
|
||||
- { path: "{{ keystone_ldap_domain_config_dir }}", mode: "0750" }
|
||||
- { path: "/etc/keystone/ssl" }
|
||||
- { path: "{{ keystone_fernet_tokens_key_repository }}", mode: "2750"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user