From 51d244c9b671c1d652f765b9817343be5a3cf82d Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Mon, 15 Feb 2016 15:28:53 -0600 Subject: [PATCH] Fixed a couple of typos. 'openstack' -> 'OpenStack' 'is not existed' -> 'does not exist' Change-Id: I14380357091af7fdbf8544d5f2bc72ff6158ce86 --- compass/deployment/installers/installer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compass/deployment/installers/installer.py b/compass/deployment/installers/installer.py index d8f1740b..cfeb9e8f 100644 --- a/compass/deployment/installers/installer.py +++ b/compass/deployment/installers/installer.py @@ -249,7 +249,7 @@ class PKInstaller(BaseInstaller): def get_roles(self, target_system): """virtual method to get all roles of given target system. - :param target_system: target distributed system such as openstack. + :param target_system: target distributed system such as OpenStack. :type target_system: str :returns: dict of role to role description as str. @@ -277,7 +277,7 @@ class PKInstaller(BaseInstaller): path = os.path.join(os.path.join(os.path.join( compass_setting.PLUGINS_DIR, name), "implementation"), name) if not os.path.exists(path): - logging.info("Installer '%s' is not existed!" % name) + logging.info("Installer '%s' does not exist!" % name) return None installer = super(PKInstaller, cls).get_installer(name, path, adapter_info,