diff options
author | Michael Chapman <michapma@redhat.com> | 2016-02-03 09:55:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-03 09:55:49 +0000 |
commit | 6213eaeac82692c4f8e20a0b8b4cdf0b3af572d0 (patch) | |
tree | 855aa9ffc215d31723c913a147811b9ae650a743 | |
parent | 37690817253e22b252f5859dbd7bb49af045af25 (diff) | |
parent | cce4e05853f75a0208d9069b420a2d5458687d9b (diff) |
Merge "Move ceilometer event pipeline to correct place"
-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 + } |