Correct typo: caph should be ceph

Change-Id: Ibf10aa998458a3b6a62b8c55fe7d90af057dae41
Signed-off-by: Jack Ding <jack.ding@windriver.com>
Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
Jack Ding 2018-07-23 14:42:57 -04:00 committed by Scott Little
parent 2376458552
commit 91c2ae3539
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class HandleUpgradesMixin(object):
and state != constants.UPGRADE_COMPLETED
and from_version == constants.TITANIUM_SERVER_VERSION_18_03):
LOG.info(_LI("Wait for caph upgrade to complete before monitoring cluster."))
LOG.info(_LI("Wait for ceph upgrade to complete before monitoring cluster."))
self.wait_for_upgrade_complete = True
def set_flag_require_jewel_osds(self):