diff options
author | Julien Danjou <julien@danjou.info> | 2017-09-04 13:47:58 +0200 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2017-10-13 18:18:07 +0200 |
commit | 83ffaffcb2cee6a0b19601bc7cefd863685601e2 (patch) | |
tree | d28beb0e51bb65ee856ce9dcfd28b63c89371745 /releasenotes/notes/remove-gnocchi-dispatcher-dd588252976c2abb.yaml | |
parent | bca9d45ea439220305539f85a653cb31e501be25 (diff) | |
download | ceilometer-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.yaml | 8 |
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. |