Fix config help message
Adding the necessary spaces. TrivialFix Change-Id: I3858ed1cb978bcf8aefd4a85f7c802607876b36e
This commit is contained in:
parent
262e880b86
commit
682b60b861
@ -140,7 +140,7 @@ _BASE_OPTS = [
|
|||||||
help='The MAINTAINER field'),
|
help='The MAINTAINER field'),
|
||||||
cfg.ListOpt('rpm_setup_config', default=[DELOREAN, DELOREAN_DEPS],
|
cfg.ListOpt('rpm_setup_config', default=[DELOREAN, DELOREAN_DEPS],
|
||||||
deprecated_group='kolla-build',
|
deprecated_group='kolla-build',
|
||||||
help=('Comma separated list of .rpm or .repo file(s)'
|
help=('Comma separated list of .rpm or .repo file(s) '
|
||||||
'or URL(s) to install before building containers'))
|
'or URL(s) to install before building containers'))
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -244,7 +244,7 @@ def get_source_opts(type_=None, location=None, reference=None):
|
|||||||
cfg.StrOpt('location', default=location,
|
cfg.StrOpt('location', default=location,
|
||||||
help='The location for source install'),
|
help='The location for source install'),
|
||||||
cfg.StrOpt('reference', default=reference,
|
cfg.StrOpt('reference', default=reference,
|
||||||
help=('Git reference to pull, commit sha, tag'
|
help=('Git reference to pull, commit sha, tag '
|
||||||
'or branch name'))]
|
'or branch name'))]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user