releasenotes: add notes for Mitaka cycle

Change-Id: Id7a6d3ac754ad213a38a20169e41d4ded33b509a
This commit is contained in:
Emilien Macchi 2016-03-17 18:12:32 -04:00
parent 2b00aeacca
commit 7baa3858af
9 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
features:
- Add api_paste type/provider.

View File

@ -0,0 +1,14 @@
---
features:
- Add ensure_*aas_package booleans for ::neutron::server.
In case of installation of neutron API service on standalone node
while having enabled FWaaS, VPNaaS or LBaaS as service plugins one
has to install their packages otherwise the neutron service will fail
to start.
- Provide support for VPNaaS service_provider.
- Add LBaaS v2 support.
- Support the LibreSwan driver for VPNaaS on Red Hat platforms.
deprecations:
- Deprecate _delete_namespaces parameters, not used anymore in Neutron.
- Remove deprecated options dhcp_domain & dhcp_delete_namespaces.
- Removed deprecated option external_network_bridge.

View File

@ -0,0 +1,9 @@
---
features:
- Update Cisco ML2 Nexus parameters.
- Update PLUMgrid packages & parameters.
- Update Nuage orchestration.
- Add support for Midonet ML2 driver.
- Add support for OpenDaylight driver.
- Add support for Bigswitch ML2 driver.
- Notify Linuxbridge agent when RabbitMQ parameters change.

View File

@ -0,0 +1,15 @@
---
features:
- Add SSL parameters to communicate with Nova.
upgrade:
- List upgrade notes here, or remove this section.
All of the list items in this section are combined
when the release notes are rendered, so the text
needs to be worded so that it does not depend on any
information only available in another section, such
as the prelude. This may mean repeating some details.
deprecations:
- Deprecate API parameters for metadata agent, not needed
anymore in Mitaka.
fixes:
- Metadata agent config should be applied after package installation.

View File

@ -0,0 +1,11 @@
---
features:
- Neutron_subnet will now be able to update.
- Add support for modern authentification to providers.
- Add 'distributed' parameter for neutron_router.
- Add 'ha' parameter for neutron_router.
- Add IPv6 options to Neutron_subnet type.
- On providers, correctly parse csv even with extra output.
- Add 'desc' parameter for Neutron_router_interface.
fixes:
- Add normal bug fixes here, or remove this section.

View File

@ -0,0 +1,4 @@
---
deprecations:
- Use identity_uri and auth_uri by default and deprecate old auth params.
- Set v3 auth related options by default.

View File

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

View File

@ -0,0 +1,3 @@
---
features:
- Add parameters for Neutron QoS support.

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.