diff --git a/releasenotes/notes/aggregator-transformer-timeout-e0f42b6c96aa7ada.yaml b/releasenotes/notes/aggregator-transformer-timeout-e0f42b6c96aa7ada.yaml new file mode 100644 index 0000000000..32b4b2483d --- /dev/null +++ b/releasenotes/notes/aggregator-transformer-timeout-e0f42b6c96aa7ada.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - > + [`bug 1531626 `_] + Ensure aggregator transformer timeout is honoured if size is not provided. diff --git a/releasenotes/notes/fix-network-lb-bytes-sample-5dec2c6f3a8ae174.yaml b/releasenotes/notes/fix-network-lb-bytes-sample-5dec2c6f3a8ae174.yaml new file mode 100644 index 0000000000..d3eb839959 --- /dev/null +++ b/releasenotes/notes/fix-network-lb-bytes-sample-5dec2c6f3a8ae174.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - > + [`bug 1530793 `_] + network.services.lb.incoming.bytes meter was previous set to incorrect + type. It should be a gauge meter. diff --git a/releasenotes/notes/gnocchi-cache-b9ad4d85a1da8d3f.yaml b/releasenotes/notes/gnocchi-cache-b9ad4d85a1da8d3f.yaml new file mode 100644 index 0000000000..29f4b04eaf --- /dev/null +++ b/releasenotes/notes/gnocchi-cache-b9ad4d85a1da8d3f.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - > + [`bug 255569 `_] + Fix caching support in Gnocchi dispatcher. Added better locking support + to enable smoother cache access. diff --git a/releasenotes/notes/gnocchi-client-42cd992075ee53ab.yaml b/releasenotes/notes/gnocchi-client-42cd992075ee53ab.yaml new file mode 100644 index 0000000000..01774a90b1 --- /dev/null +++ b/releasenotes/notes/gnocchi-client-42cd992075ee53ab.yaml @@ -0,0 +1,7 @@ +--- +features: + - > + Gnocchi dispatcher now uses client rather than direct http requests +upgrade: + - > + gnocchiclient library is now a requirement if using ceilometer+gnocchi. diff --git a/releasenotes/notes/gnocchi-orchestration-3497c689268df0d1.yaml b/releasenotes/notes/gnocchi-orchestration-3497c689268df0d1.yaml new file mode 100644 index 0000000000..23f557e5b5 --- /dev/null +++ b/releasenotes/notes/gnocchi-orchestration-3497c689268df0d1.yaml @@ -0,0 +1,7 @@ +--- +upgrade: + - > + gnocchi_resources.yaml in Ceilometer should be updated. +fixes: + - > + Fix samples from Heat to map to correct Gnocchi resource type diff --git a/releasenotes/notes/gnocchi-udp-collector-00415e6674b5cc0f.yaml b/releasenotes/notes/gnocchi-udp-collector-00415e6674b5cc0f.yaml new file mode 100644 index 0000000000..485204b289 --- /dev/null +++ b/releasenotes/notes/gnocchi-udp-collector-00415e6674b5cc0f.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - > + [`bug 1523124 `_] + Fix gnocchi dispatcher to support UDP collector diff --git a/releasenotes/notes/index-events-mongodb-63cb04200b03a093.yaml b/releasenotes/notes/index-events-mongodb-63cb04200b03a093.yaml new file mode 100644 index 0000000000..c3fcf6c807 --- /dev/null +++ b/releasenotes/notes/index-events-mongodb-63cb04200b03a093.yaml @@ -0,0 +1,8 @@ +--- +upgrade: + - > + Run db-sync to add new indices. +fixes: + - > + [`bug 1526793 `_] + Additional indices were added to better support querying of event data. diff --git a/releasenotes/notes/keystone-v3-fab1e257c5672965.yaml b/releasenotes/notes/keystone-v3-fab1e257c5672965.yaml new file mode 100644 index 0000000000..87225fadf6 --- /dev/null +++ b/releasenotes/notes/keystone-v3-fab1e257c5672965.yaml @@ -0,0 +1,4 @@ +--- +features: + - > + Add support for Keystone v3 authentication diff --git a/releasenotes/notes/remove-cadf-http-f8449ced3d2a29d4.yaml b/releasenotes/notes/remove-cadf-http-f8449ced3d2a29d4.yaml new file mode 100644 index 0000000000..0c2e1fc9a6 --- /dev/null +++ b/releasenotes/notes/remove-cadf-http-f8449ced3d2a29d4.yaml @@ -0,0 +1,9 @@ +--- +features: + - > + Support for CADF-only payload in HTTP dispatcher is dropped as + audit middleware in pyCADF was dropped in Kilo cycle. +upgrade: + - > + audit middleware in keystonemiddleware library should be used for + similar support. diff --git a/releasenotes/notes/remove-rpc-collector-d0d0a354140fd107.yaml b/releasenotes/notes/remove-rpc-collector-d0d0a354140fd107.yaml new file mode 100644 index 0000000000..669a85fac3 --- /dev/null +++ b/releasenotes/notes/remove-rpc-collector-d0d0a354140fd107.yaml @@ -0,0 +1,9 @@ +--- +features: + - > + RPC collector support is dropped. The queue-based notifier publisher and + collector was added as the recommended alternative as of Icehouse cycle. +upgrade: + - > + Pipeline.yaml files for agents should be updated to notifier:// or udp:// + publishers. The rpc:// publisher is no longer supported.