diff --git a/kolla/common/config.py b/kolla/common/config.py
index ea890167b1a9cc68c1420038e4458c9eee7d4d00..ccc9587d94471d676741af4564415698c05711a9 100644
--- a/kolla/common/config.py
+++ b/kolla/common/config.py
@@ -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.'