diff options
author | Pradeep Kilambi <pkilambi@redhat.com> | 2017-02-07 15:47:49 -0500 |
---|---|---|
committer | Pradeep Kilambi <pkilambi@redhat.com> | 2017-02-25 12:19:31 -0500 |
commit | 7dddf041c5b7940fa974164c157b7f70840a1e9c (patch) | |
tree | 12e47a2e39a6e102bcddff770cb605a155e745ac /releasenotes/notes | |
parent | 9a8ca3a1dae82d2203037d59584c2f4276821fcd (diff) |
Add ceilometer polling agent profile
Ceilometer central, compute and ipmi agent classes are
deprecated. Instead we should be using polling agent
with relevant namespace.
Closes-bug: #1662685
Change-Id: I1ee50124bf8936e12414f984e1bcd4545d92e953
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/add-ceilo-polling-agent-53fab550a09a6196.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-ceilo-polling-agent-53fab550a09a6196.yaml b/releasenotes/notes/add-ceilo-polling-agent-53fab550a09a6196.yaml new file mode 100644 index 0000000..127991b --- /dev/null +++ b/releasenotes/notes/add-ceilo-polling-agent-53fab550a09a6196.yaml @@ -0,0 +1,6 @@ +--- +features: + - Add support for cielometer polling agent. The central, compute and ipmi + agent services should use polling agent with namespace. This has been + done in packaging already since few releases now. Let puppet do it + correctly as well. |