Fix duplicated declaration when the deprecated parameter is used
This patch fixes duplicaed declaration of the same parameter when nova::compute::ironic::max_concurrent_builds is used. Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Nova_config[DEFAULT/max_concurrent_builds] is already declared at ... Change-Id: I8ac22df2bf0b6ea56c24711ca09082e6b7e1a7b4
This commit is contained in:
@@ -29,9 +29,6 @@ class nova::compute::ironic (
|
||||
if $max_concurrent_builds != undef {
|
||||
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.')
|
||||
nova_config {
|
||||
'DEFAULT/max_concurrent_builds': value => $max_concurrent_builds;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user