Merge "TrivialFix: Fix typo in the bash shell file"

This commit is contained in:
Jenkins 2016-09-30 05:33:13 +00:00 committed by Gerrit Code Review
commit d02e6f0b63

View File

@ -449,7 +449,7 @@ class MuranoShell(object):
if glance_client:
kwargs['glance_client'] = glance_client
else:
logger.warning("Could not initialise glance client. "
logger.warning("Could not initialize glance client. "
"Image creation will be unavailable.")
kwargs['glance_client'] = None