releasenotes: add notes for Mitaka cycle

Change-Id: I5a262ed4af0aba0a1e936ac158fed8dfeb1491a1
This commit is contained in:
Emilien Macchi 2016-03-18 10:17:43 -04:00
parent 40a62aba41
commit 3d61f7bbbb
6 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
features:
- Align nova/neutron configuration for Keystone v3.

View File

@ -0,0 +1,13 @@
---
deprecations:
- Preparation for default endpoint names rename.
In a future release, service_name parameter default value will be
changed to "Compute Service".
- Deprecate nova::utilities.
- Remove EC2 support.
- Drop use of deprecated neutron auth options.
- Use identity_uri and auth_uri by default.
- Remove installation of pm-utils.
- Move availability zone parameters to a new class, with deprecation support.
Parameters affected are default_availability_zone, default_schedule_zone,
and internal_service_availability_zone.

View File

@ -0,0 +1,11 @@
---
features:
- Add WSGI support for Nova API with Apache.
- Add support for CPU pinning.
- Add support for IPv6 in VNC proxy.
- Add support for new Nova API database.
- Allow to enable/disable IPv6 support.
- Add hooks for external install & svc management.
- Extend quota support.
- Nova Cells support for nova_aggregate provider.
- Add missing parameters in nova.conf for SSL

View File

@ -0,0 +1,3 @@
---
other:
- Rewrite nova_network provider with using only nova client.

View File

@ -0,0 +1,3 @@
---
features:
- Support of PyMySQL driver for MySQL backend.

View File

@ -0,0 +1,5 @@
---
deprecations:
- Remove QPID messaging support.
Qpid messaging driver is removed from oslo.messaging so we won't support
anymore.