Remove cinder::api::os_region_name
... because this parameter has had no effect since Rocky and was formally deprecated during Ussuri cycle[1]. [1] c2d618cae70ba1be7dd8496ce7665ac3abaf8775 Change-Id: I680ae64da23ff4364288f52fe55b9cc4b7735cee
This commit is contained in:
parent
a6ec6cc784
commit
21f2e8e48f
@ -107,12 +107,6 @@
|
||||
#
|
||||
# DEPRECATED PARAMETERS
|
||||
#
|
||||
# [*os_region_name*]
|
||||
# (optional) Some operations require cinder to make API requests
|
||||
# to Nova. This sets the keystone region to be used for these
|
||||
# requests. For example, boot-from-volume.
|
||||
# Defaults to undef
|
||||
#
|
||||
# [*validate*]
|
||||
# (optional) Whether to validate the service is working after any service
|
||||
# refreshes
|
||||
@ -143,7 +137,6 @@ class cinder::api (
|
||||
$osapi_volume_listen_port = $::os_service_default,
|
||||
$use_forwarded_for = $::os_service_default,
|
||||
# DEPRECATED PARAMETERS
|
||||
$os_region_name = undef,
|
||||
$validate = undef,
|
||||
) inherits cinder::params {
|
||||
|
||||
@ -151,11 +144,6 @@ class cinder::api (
|
||||
include cinder::params
|
||||
include cinder::policy
|
||||
|
||||
if $os_region_name != undef {
|
||||
warning('cinder::api::os_region_name is deprecated and has no effect. \
|
||||
Use cinder::nova::region_name instead')
|
||||
}
|
||||
|
||||
if $validate != undef {
|
||||
warning('The cinder::api::validate parameter is deprecated and has no effect')
|
||||
}
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The ``cinder::api::os_region_name`` parameter has been removed.
|
Loading…
x
Reference in New Issue
Block a user