add additional mitaka-2 release notes
Change-Id: Ifffb35b02eb80b37fb86a42f50c1914fd08a3fc5
This commit is contained in:
parent
77dc986058
commit
c5895d2c6e
12
releasenotes/notes/batch-messaging-d126cc525879d58e.yaml
Normal file
12
releasenotes/notes/batch-messaging-d126cc525879d58e.yaml
Normal file
@ -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.
|
9
releasenotes/notes/cors-support-70c33ba1f6825a7b.yaml
Normal file
9
releasenotes/notes/cors-support-70c33ba1f6825a7b.yaml
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user