Files
puppet-nova/releasenotes/notes/deprecate-logging-in-init-3031e31ec5362e2c.yaml
Tobias Urdin fa5ce48c09 Deprecate nova::logging params in ::nova
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
2018-07-04 16:52:26 +00:00

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.