add additional mitaka-2 release notes

Change-Id: Ifffb35b02eb80b37fb86a42f50c1914fd08a3fc5
This commit is contained in:
gordon chung 2016-01-19 11:20:23 -05:00
parent 77dc986058
commit c5895d2c6e
2 changed files with 21 additions and 0 deletions

View 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.

View 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.