Merge "Change molds option to appropriate class"

This commit is contained in:
Zuul 2022-08-09 01:58:37 +00:00 committed by Gerrit Code Review
commit 3498cc880b
1 changed files with 2 additions and 2 deletions

View File

@ -26,11 +26,11 @@ opts = [
cfg.StrOpt('password',
help=_('Password for "http" Basic auth. By default set '
'empty.')),
cfg.StrOpt('retry_attempts',
cfg.IntOpt('retry_attempts',
default=3,
help=_('Retry attempts for saving or getting configuration '
'molds.')),
cfg.StrOpt('retry_interval',
cfg.IntOpt('retry_interval',
default=3,
help=_('Retry interval for saving or getting configuration '
'molds.'))