Fix spelling typo

This commit is contained in:
Liam Young
2020-07-13 14:56:04 +00:00
parent 9e395f69b7
commit c4176881d0
+1 -1
View File
@@ -28,7 +28,7 @@ def ceph_ready():
Wait for ceph to be ready. This is useful if the target_deploy_status in
the tests.yaml is expecting ceph to be in a blocked state. After ceph
has been unblocked the deploy may need to wait to be ceph to be ready.
has been unblocked the deploy may need to wait for ceph to be ready.
"""
logging.info("Waiting for ceph units to settle")
zaza.model.wait_for_application_states()