Merge "Remove deprecated/ineffective upgrade_level_console"

This commit is contained in:
Zuul 2022-05-17 18:34:51 +00:00 committed by Gerrit Code Review
commit c43a5e8900
2 changed files with 4 additions and 10 deletions

View File

@ -380,10 +380,6 @@
# <service_type>:<service_name>:<endpoint_type>
# Defaults to undef
#
# [*upgrade_level_console*]
# (optional) Sets a version cap for messages sent to console services
# Defaults to undef
#
# [*block_device_allocate_retries*]
# (optional) Number of times to retry block device allocation on failures
# Defaults to undef.
@ -477,7 +473,6 @@ class nova(
$auth_strategy = undef,
$os_region_name = undef,
$cinder_catalog_info = undef,
$upgrade_level_console = undef,
$block_device_allocate_retries = undef,
$block_device_allocate_retries_interval = undef,
$cross_az_attach = undef,
@ -501,11 +496,6 @@ in a future release. Use nova::cinder::os_region_name instead')
in a future release. Use nova::cinder::catalog_info instead')
}
if $upgrade_level_console != undef {
warning('The upgrade_level_console parameter is deprecated, and has \
no effect.')
}
if $block_device_allocate_retries != undef {
warning('The block_device_allocate_retries parameter is deprecated. \
Use nova::compute::block_device_allocate_retries instead')

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
The ``nova::upgrade_level_console`` parameter was removed.