
Deprecates the parameters in ::nova that should be set
directly in the ::nova::logging class.
We can then remove all the messy pick() calls and backward
compatibility when this has been deprecated for a cycle. [1] [2]
[1] e211fcfd65/manifests/logging.pp (L122-L130)
[2] https://github.com/openstack/puppet-nova/blob/master/manifests/init.pp#L531
Change-Id: I0fb2def264bd72101612291708df26f143183c8a
7 lines
218 B
YAML
7 lines
218 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The parameters nova::use_syslog, nova::use_stderr, nova::log_facility, nova::log_dir
|
|
and nova::debug has been deprecated and moved to the nova::logging class, please use
|
|
them there.
|