Remove verbose
Since we are in Ocata we should remove the verbose option that was deprecated Change-Id: I31b298548d5e9688bac8554bb9d3d611a14157ab
This commit is contained in:
parent
927f492ca5
commit
1c5225743b
@ -176,9 +176,6 @@
|
|||||||
# Defaults to $::os_service_default
|
# Defaults to $::os_service_default
|
||||||
#
|
#
|
||||||
# DEPREACTED PARAMETERS
|
# DEPREACTED PARAMETERS
|
||||||
# [*verbose*]
|
|
||||||
# Deprecated.
|
|
||||||
# Defaults to undef
|
|
||||||
# [*tenant_name*]
|
# [*tenant_name*]
|
||||||
# Defaults to undef
|
# Defaults to undef
|
||||||
# [*alt_tenant_name*]
|
# [*alt_tenant_name*]
|
||||||
@ -188,7 +185,6 @@
|
|||||||
# [*allow_tenant_isolation*]
|
# [*allow_tenant_isolation*]
|
||||||
# Defaults to undef
|
# Defaults to undef
|
||||||
#
|
#
|
||||||
|
|
||||||
class tempest(
|
class tempest(
|
||||||
$install_from_source = true,
|
$install_from_source = true,
|
||||||
$git_clone = true,
|
$git_clone = true,
|
||||||
@ -303,7 +299,6 @@ class tempest(
|
|||||||
# designate options
|
# designate options
|
||||||
$designate_nameservers = undef,
|
$designate_nameservers = undef,
|
||||||
# DEPRECATED PARAMETERS
|
# DEPRECATED PARAMETERS
|
||||||
$verbose = undef,
|
|
||||||
$tenant_name = undef,
|
$tenant_name = undef,
|
||||||
$alt_tenant_name = undef,
|
$alt_tenant_name = undef,
|
||||||
$admin_tenant_name = undef,
|
$admin_tenant_name = undef,
|
||||||
@ -317,10 +312,6 @@ class tempest(
|
|||||||
$tempest_roles_real = $::os_service_default
|
$tempest_roles_real = $::os_service_default
|
||||||
}
|
}
|
||||||
|
|
||||||
if $verbose {
|
|
||||||
warning('verbose is deprecated, has no effect and will be removed after Newton cycle.')
|
|
||||||
}
|
|
||||||
|
|
||||||
if $tenant_name {
|
if $tenant_name {
|
||||||
warning('The tempest::tenant_name parameter is deprecated, use tempest::project_name instead.')
|
warning('The tempest::tenant_name parameter is deprecated, use tempest::project_name instead.')
|
||||||
$project_name_real = $tenant_name
|
$project_name_real = $tenant_name
|
||||||
|
4
releasenotes/notes/remove_verbose-712eaabc11a60423.yaml
Normal file
4
releasenotes/notes/remove_verbose-712eaabc11a60423.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
other:
|
||||||
|
- The verbose option was marked to be removed in Ocata,
|
||||||
|
in Newton the option was deprecated.
|
Loading…
Reference in New Issue
Block a user