diff options
author | Michael Chapman <woppin@gmail.com> | 2016-02-02 20:03:13 +1100 |
---|---|---|
committer | Michael Chapman <woppin@gmail.com> | 2016-02-02 20:03:13 +1100 |
commit | cce4e05853f75a0208d9069b420a2d5458687d9b (patch) | |
tree | 0271ebd09482a8c62233896fdf2fea3406e377d1 | |
parent | 87d9a90707dc4d7920609a398dd1e0814668d922 (diff) |
Move ceilometer event pipeline to correct place
was missing .yaml
Change-Id: Ic8ac2ab2aa21b63922a3dd9ad478827206fdceb2
-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 + } |