summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-01-21 02:23:12 +0000
committerGerrit Code Review <review@openstack.org>2016-01-21 02:23:12 +0000
commit91249eaac8d230efee99c0fe4089b658e1753f8a (patch)
treed79c18e09bd3c25c930028f2495e4e23ffaa485d
parentc1120aed0dd3e86fbbef6124707654ecff5d62b2 (diff)
parentc5895d2c6efc6676679e6973c06b85c0c3a10585 (diff)
downloadceilometer-6.0.0.0b2.tar.gz
Merge "add additional mitaka-2 release notes"6.0.0.0b2
-rw-r--r--releasenotes/notes/batch-messaging-d126cc525879d58e.yaml12
-rw-r--r--releasenotes/notes/cors-support-70c33ba1f6825a7b.yaml9
2 files changed, 21 insertions, 0 deletions
diff --git a/releasenotes/notes/batch-messaging-d126cc525879d58e.yaml b/releasenotes/notes/batch-messaging-d126cc525879d58e.yaml
new file mode 100644
index 00000000..e691bec1
--- /dev/null
+++ b/releasenotes/notes/batch-messaging-d126cc525879d58e.yaml
@@ -0,0 +1,12 @@
+---
+features:
+ - >
+ Add support for batch processing of messages from queue. This will allow
+ the collector and notification agent to grab multiple messages per thread
+ to enable more efficient processing.
+upgrade:
+ - >
+ batch_size and batch_timeout configuration options are added to both
+ [notification] and [collector] sections of configuration. The batch_size
+ controls the number of messages to grab before processing. Similarly,
+ the batch_timeout defines the wait time before processing.
diff --git a/releasenotes/notes/cors-support-70c33ba1f6825a7b.yaml b/releasenotes/notes/cors-support-70c33ba1f6825a7b.yaml
new file mode 100644
index 00000000..c9fbe533
--- /dev/null
+++ b/releasenotes/notes/cors-support-70c33ba1f6825a7b.yaml
@@ -0,0 +1,9 @@
+---
+features:
+ - >
+ Support for CORS is added. More information can be found
+ [`here <http://specs.openstack.org/openstack/openstack-specs/specs/cors-support.html>`_]
+upgrade:
+ - >
+ The api-paste.ini file can be modified to include or exclude the CORs
+ middleware. Additional configurations can be made to middleware as well.