Option "verbose" from group "DEFAULT" is deprecated for removal. The parameter has no effect. -Deprecated verbose for logging and init -Remove verbose in README -Remove verbose from tests. If this option is not set explicitly, there is no such warning Change-Id: I7e58412fe26962337845b3cb9d67679bac0709d8changes/26/317826/1
parent
283e33c00b
commit
cf604fc6a6
@ -0,0 +1,4 @@
|
||||
---
|
||||
deprecations:
|
||||
- verbose option is now deprecated for removal, the
|
||||
parameter has no effect.
|
@ -1,4 +1,3 @@
|
||||
class { '::glance::api':
|
||||
debug => true,
|
||||
verbose => true,
|
||||
}
|
||||
|
@ -1,4 +1,3 @@
|
||||
class { '::glance::registry':
|
||||
debug => true,
|
||||
verbose => true,
|
||||
}
|
||||
|
Loading…
Reference in new issue