summaryrefslogtreecommitdiff
path: root/releasenotes/notes/remove-gnocchi-dispatcher-dd588252976c2abb.yaml
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2017-09-04 13:47:58 +0200
committerJulien Danjou <julien@danjou.info>2017-10-13 18:18:07 +0200
commit83ffaffcb2cee6a0b19601bc7cefd863685601e2 (patch)
treed28beb0e51bb65ee856ce9dcfd28b63c89371745 /releasenotes/notes/remove-gnocchi-dispatcher-dd588252976c2abb.yaml
parentbca9d45ea439220305539f85a653cb31e501be25 (diff)
downloadceilometer-83ffaffcb2cee6a0b19601bc7cefd863685601e2.tar.gz
Replace the Gnocchi dispatcher by a publisher
This removes the deprecated Gnocchi dispatcher and replaces it by its equivalent publisher. Change-Id: Ie44baf20ccb8de5794f5f0c3d4717f7e56afa63b
Diffstat (limited to 'releasenotes/notes/remove-gnocchi-dispatcher-dd588252976c2abb.yaml')
-rw-r--r--releasenotes/notes/remove-gnocchi-dispatcher-dd588252976c2abb.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-gnocchi-dispatcher-dd588252976c2abb.yaml b/releasenotes/notes/remove-gnocchi-dispatcher-dd588252976c2abb.yaml
new file mode 100644
index 00000000..5f1003cb
--- /dev/null
+++ b/releasenotes/notes/remove-gnocchi-dispatcher-dd588252976c2abb.yaml
@@ -0,0 +1,8 @@
+---
+upgrade:
+ - |
+ The Gnocchi dispatcher has been removed and replaced by a native Gnocchi
+ publisher. The configuration options from the `[dispatcher_gnocchi]` has
+ been removed and should be passed via the URL in `pipeline.yaml`. The
+ service authentication override can be done by adding specific credentials
+ to a `[gnocchi]` section instead.