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

Let's make clear that '--docker-dir' can be specified multiple times
as argument of kolla-build. It was not clear if '--docker-dir' options
accept comma separated list of values or it can be specified multiple
times.

Change-Id: I7cf9a7c2a6c7876e5784a3df93369e7fa5036173
Partial-Bug: #1827146
This commit is contained in:
Radoslaw Smigielski 2019-04-30 17:20:16 -06:00
parent 9e9e31ed2c
commit da24177fd0
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,