diff --git a/manifests/init.pp b/manifests/init.pp index 3464bc04..c38468a3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -176,9 +176,6 @@ # Defaults to $::os_service_default # # DEPREACTED PARAMETERS -# [*verbose*] -# Deprecated. -# Defaults to undef # [*tenant_name*] # Defaults to undef # [*alt_tenant_name*] @@ -188,7 +185,6 @@ # [*allow_tenant_isolation*] # Defaults to undef # - class tempest( $install_from_source = true, $git_clone = true, @@ -303,7 +299,6 @@ class tempest( # designate options $designate_nameservers = undef, # DEPRECATED PARAMETERS - $verbose = undef, $tenant_name = undef, $alt_tenant_name = undef, $admin_tenant_name = undef, @@ -317,10 +312,6 @@ class tempest( $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 { warning('The tempest::tenant_name parameter is deprecated, use tempest::project_name instead.') $project_name_real = $tenant_name diff --git a/releasenotes/notes/remove_verbose-712eaabc11a60423.yaml b/releasenotes/notes/remove_verbose-712eaabc11a60423.yaml new file mode 100644 index 00000000..9a865cd5 --- /dev/null +++ b/releasenotes/notes/remove_verbose-712eaabc11a60423.yaml @@ -0,0 +1,4 @@ +--- +other: + - The verbose option was marked to be removed in Ocata, + in Newton the option was deprecated.