diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-07-28 10:57:10 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-07-28 10:57:10 -0400 |
commit | db07b4b2b083bf8852cc5ae355892d5ff6282193 (patch) | |
tree | c796111e0bd77fad5a553b2fd9a463ec7803dc43 /ChangeLog | |
parent | 3a59cf0077f01b82a8b464568bcdd94ce2112b1d (diff) | |
parent | d5f93dbd908c349548554cb69ca3afd05077cf57 (diff) | |
download | vyos-cloud-init-db07b4b2b083bf8852cc5ae355892d5ff6282193.tar.gz vyos-cloud-init-db07b4b2b083bf8852cc5ae355892d5ff6282193.zip |
rsyslog: add new format of config
new format of config is namespaced under top level 'rsyslog'
rather than having 3 tokens in the top level namespace.
Additionally added here are:
* tests
* support for legacy config
* support for 'remotes' configuration allowing simple config like
rsyslog: remotes: {'myremote': "192.168.1.1"}
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ GCE regional mirrors. (LP: #1470890) - add udev rules that identify ephemeral device on Azure (LP: #1411582) - _read_dmi_syspath: fix bad log message causing unintended exception + - rsyslog: add additional configuration mode (LP: #1478103) 0.7.6: - open 0.7.6 - Enable vendordata on CloudSigma datasource (LP: #1303986) |