Update ceph_keys.yml

jewel version need to build the {{ cluster }}.client.admin.keyring exists key
pull/1323/head
WingKai Ho 2017-02-21 09:49:52 +08:00 committed by GitHub
parent adb85530b7
commit 421d1a2853
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@
always_run: true always_run: true
when: when:
- cephx - cephx
- ceph_release_num.{{ ceph_release }} > ceph_release_num.jewel - ceph_release_num.{{ ceph_release }} >= ceph_release_num.jewel
# NOTE (leseb): wait for mon discovery and quorum resolution # NOTE (leseb): wait for mon discovery and quorum resolution
# the admin key is not instantaneously created so we have to wait a bit # the admin key is not instantaneously created so we have to wait a bit
- name: "wait for {{ cluster }}.client.admin.keyring exists" - name: "wait for {{ cluster }}.client.admin.keyring exists"