50abf90f59
Allow more flexibility by adding a host specific template. Also using the merge_yaml action allow us to drop the logic around deciding which template to use. Change-Id: I41a3226679c622e5e98df074cee195e8436ea45b
9 lines
305 B
YAML
9 lines
305 B
YAML
---
|
|
features:
|
|
- |
|
|
A custom ``event_pipeline.yaml`` file for the Ceilometer notification
|
|
service is now processed with ``merge_yaml``. This allows Jinja2 to be
|
|
used. Furthermore, it is possible to have a global
|
|
``event_pipeline.yaml`` and host-specific ``event_pipeline.yaml``
|
|
files.
|