Cleanup help string of install_type parameter
The part "The valid types are: binary, source, rdo, rhos" is already a part of the generated kolla-build configuration file ("# Allowed values: binary, source, rdo, rhos"). TrivialFix Change-Id: I87b913c1b650fe54402ea643fc9c774448850f6b
This commit is contained in:
parent
9f8347a87a
commit
442b4b6a94
@ -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