diff options
author | Michael Chapman <woppin@gmail.com> | 2016-02-02 20:03:13 +1100 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-02-04 00:45:43 +0000 |
commit | 195b307f8abadbe6cc2903a1948f69f05824233e (patch) | |
tree | 855aa9ffc215d31723c913a147811b9ae650a743 | |
parent | 443aa69846a58012e783e3d29e643491eb139283 (diff) |
Move ceilometer event pipeline to correct place
was missing .yaml
Change-Id: Ic8ac2ab2aa21b63922a3dd9ad478827206fdceb2
(cherry picked from commit cce4e05853f75a0208d9069b420a2d5458687d9b)
-rw-r--r-- | build/opnfv-tripleo-heat-templates.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/opnfv-tripleo-heat-templates.patch b/build/opnfv-tripleo-heat-templates.patch index c9a10933..10ae0a71 100644 --- a/build/opnfv-tripleo-heat-templates.patch +++ b/build/opnfv-tripleo-heat-templates.patch @@ -1249,7 +1249,7 @@ index 3fb92f3..774f323 100644 +" + + # aodh hacks -+ file { '/etc/ceilometer/event_pipeline': ++ file { '/etc/ceilometer/event_pipeline.yaml': + ensure => present, + content => $event_pipeline + } |