Merge "Fix duplicated declaration when the deprecated parameter is used"

This commit is contained in:
Zuul 2020-09-16 08:05:10 +00:00 committed by Gerrit Code Review
commit c908821ec0
1 changed files with 0 additions and 3 deletions

View File

@ -29,9 +29,6 @@ class nova::compute::ironic (
if $max_concurrent_builds != undef { if $max_concurrent_builds != undef {
warning('The nova::compute::ironic::max_concurrent_builds parameter is deprecated \ warning('The nova::compute::ironic::max_concurrent_builds parameter is deprecated \
and will be removed in a future release. Use nova::compute::max_concurrent_builds instead.') and will be removed in a future release. Use nova::compute::max_concurrent_builds instead.')
nova_config {
'DEFAULT/max_concurrent_builds': value => $max_concurrent_builds;
}
} }
} }