Merge "Fix docstring of method run_build"

This commit is contained in:
Zuul 2017-10-25 06:54:33 +00:00 committed by Gerrit Code Review
commit 6db4fe8509

View File

@ -1209,8 +1209,8 @@ class KollaWorker(object):
def run_build():
"""Build container images.
:return: A 3-tuple containing bad, good, and unmatched container image
status dicts, or None if no images were built.
:return: A 4-tuple containing bad, good, unmatched and skipped container
image status dicts, or None if no images were built.
"""
conf = cfg.ConfigOpts()
common_config.parse(conf, sys.argv[1:], prog='kolla-build')