7c9e8f30ea
Release notes are version independent, so remove version/release values. We've found that projects now require the service package to be installed in order to build release notes, and this is entirely due to the current convention of pulling in the version information. Release notes should not need installation in order to build, so this unnecessary version setting needs to be removed. This is needed for new release notes publishing, see I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting at http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html . Fix two releasenotes that used broken RST, `X' is invalid, use instead ``X``. The release notes build failed due to the broken RST. Change-Id: I5f526f39bdc9bb76266b5a86a4b96854db21d0de
16 lines
592 B
YAML
16 lines
592 B
YAML
---
|
|
critical:
|
|
- >
|
|
The previous configuration options default for
|
|
``requeue_sample_on_dispatcher_error`` and
|
|
``requeue_event_on_dispatcher_error`` allowed to lose data very easily: if
|
|
the dispatcher failed to send data to the backend (e.g. Gnocchi is down),
|
|
then the dispatcher raised and the data were lost forever. This was
|
|
completely unacceptable, and nobody should be able to configure Ceilometer
|
|
in that way."
|
|
|
|
upgrade:
|
|
- >
|
|
The options ``requeue_event_on_dispatcher_error`` and
|
|
``requeue_sample_on_dispatcher_error`` have been enabled and removed.
|