Merge "config: make kolla work with oslo.config 7.0.0+"
This commit is contained in:
commit
f870f058d6
@ -208,7 +208,7 @@ _CLI_OPTS = [
|
|||||||
' push properly')),
|
' push properly')),
|
||||||
cfg.IntOpt('retries', short='r', default=3, min=0,
|
cfg.IntOpt('retries', short='r', default=3, min=0,
|
||||||
help='The number of times to retry while building'),
|
help='The number of times to retry while building'),
|
||||||
cfg.MultiOpt('regex', types.String(), positional=True,
|
cfg.MultiOpt('regex', types.String(), positional=True, required=False,
|
||||||
help=('Build only images matching regex and its'
|
help=('Build only images matching regex and its'
|
||||||
' dependencies')),
|
' dependencies')),
|
||||||
cfg.StrOpt('registry',
|
cfg.StrOpt('registry',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user