Merge "Fix typo in nova external ceph"
This commit is contained in:
commit
0160521337
@ -14,7 +14,7 @@
|
|||||||
failed_when: not nova_cephx_keyring_file.stat.exists
|
failed_when: not nova_cephx_keyring_file.stat.exists
|
||||||
|
|
||||||
- name: Check cinder keyring file
|
- name: Check cinder keyring file
|
||||||
local_action: state path="{{ node_custom_config }}/nova/ceph.client.cinder.keyring"
|
local_action: stat path="{{ node_custom_config }}/nova/ceph.client.cinder.keyring"
|
||||||
register: cinder_cephx_keyring_file
|
register: cinder_cephx_keyring_file
|
||||||
failed_when: not cinder_cephx_keyring_file.stat.exists
|
failed_when: not cinder_cephx_keyring_file.stat.exists
|
||||||
when: cinder_backend_ceph | bool
|
when: cinder_backend_ceph | bool
|
||||||
|
Loading…
Reference in New Issue
Block a user