Merge "Remove verbose"

This commit is contained in:
Jenkins
2016年10月24日 20:33:56 +00:00
committed by Gerrit Code Review

View File

@@ -102,12 +102,6 @@
#(Optional)Enablesordisablesfatalstatusofdeprecations(booleanvalue).
#Defaultsto$::os_service_default
#
#DEPRECATED
#
#[*verbose*]
#(Optional)Deprecated.Shouldthedaemonslogverbosemessages
#Defaultstoundef.
#
defineoslo::log(
$debug=$::os_service_default,
$log_config_append=$::os_service_default,
@@ -128,14 +122,8 @@ define oslo::log(
$instance_format=$::os_service_default,
$instance_uuid_format=$::os_service_default,
$fatal_deprecations=$::os_service_default,
#DEPRECATED
$verbose=undef,
){
if $verbose {
warning('verbose is deprecated, has no effect and will be removed.')
}
if is_service_default($default_log_levels) {
$default_log_levels_real = $default_log_levels
}else{

View File

@@ -0,0 +1,4 @@
---
other:
- The verbose option was marked to be removed in Ocata,
in Newton the option was deprecated.
Reference in New Issue
openstack/puppet-oslo
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.