From 2a8f616dcb562d4fb275ce50529b346543aa33be Mon Sep 17 00:00:00 2001 From: lijunjie Date: Thu, 27 Dec 2018 16:19:21 +0800 Subject: [PATCH] Fix the misspelling of "configuration" Change-Id: I48831cccd6ad985515875f10afe6d5600d1529d6 --- src/lib/charm/openstack/manila.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/charm/openstack/manila.py b/src/lib/charm/openstack/manila.py index f20c667..e0d97dd 100644 --- a/src/lib/charm/openstack/manila.py +++ b/src/lib/charm/openstack/manila.py @@ -237,7 +237,7 @@ class ManilaCharm(charms_openstack.charm.HAOpenStackCharm): def custom_assess_status_check(self): """Verify that the configuration provided is valid and thus the service - is ready to go. This will return blocked if the configuraiton is not + is ready to go. This will return blocked if the configuration is not valid for the service. :returns (status: string, message: string): the status, and message if