Merge "Cleanup help string of install_type parameter"
This commit is contained in:
commit
0ac3719a17
@ -128,9 +128,7 @@ _CLI_OPTS = [
|
|||||||
cfg.StrOpt('type', short='t', default='binary',
|
cfg.StrOpt('type', short='t', default='binary',
|
||||||
choices=INSTALL_TYPE_CHOICES,
|
choices=INSTALL_TYPE_CHOICES,
|
||||||
dest='install_type', deprecated_group='kolla-build',
|
dest='install_type', deprecated_group='kolla-build',
|
||||||
help=('The method of the OpenStack install. The valid'
|
help=('The method of the OpenStack install')),
|
||||||
' types are: {}'.format(
|
|
||||||
', '.join(INSTALL_TYPE_CHOICES)))),
|
|
||||||
cfg.IntOpt('threads', short='T', default=8, min=1,
|
cfg.IntOpt('threads', short='T', default=8, min=1,
|
||||||
deprecated_group='kolla-build',
|
deprecated_group='kolla-build',
|
||||||
help=('The number of threads to use while building.'
|
help=('The number of threads to use while building.'
|
||||||
|
Loading…
Reference in New Issue
Block a user