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:
Christian Berendt 2016-06-04 19:23:15 +02:00 committed by Christian Berendt
parent 9f8347a87a
commit 442b4b6a94

View File

@ -128,9 +128,7 @@ _CLI_OPTS = [
cfg.StrOpt('type', short='t', default='binary',
choices=INSTALL_TYPE_CHOICES,
dest='install_type', deprecated_group='kolla-build',
help=('The method of the OpenStack install. The valid'
' types are: {}'.format(
', '.join(INSTALL_TYPE_CHOICES)))),
help=('The method of the OpenStack install')),
cfg.IntOpt('threads', short='T', default=8, min=1,
deprecated_group='kolla-build',
help=('The number of threads to use while building.'