Merge "Improve doc of kolla-build '--docker-dir' option"

This commit is contained in:
Zuul 2019-05-07 19:28:46 +00:00 committed by Gerrit Code Review
commit c8375058ef
1 changed files with 2 additions and 1 deletions

View File

@ -251,7 +251,8 @@ _CLI_OPTS = [
cfg.MultiOpt('template-override', types.String(),
help='Path to template override file'),
cfg.MultiOpt('docker-dir', types.String(),
help='Path to additional docker file template directory',
help=('Path to additional docker file template directory,'
' can be specified multiple times'),
short='D', default=[]),
cfg.StrOpt('logs-dir', help='Path to logs directory'),
cfg.BoolOpt('pull', default=True,