Merge "Fix typo in nova external ceph"

This commit is contained in:
Jenkins 2017-03-10 02:09:58 +00:00 committed by Gerrit Code Review
commit 0160521337

View File

@ -14,7 +14,7 @@
failed_when: not nova_cephx_keyring_file.stat.exists
- 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
failed_when: not cinder_cephx_keyring_file.stat.exists
when: cinder_backend_ceph | bool