Add release notes for the Mitaka cycle

Change-Id: Ie31af2b8405e4f5d04f32f2eb64ce344678fb795
This commit is contained in:
David Moreau Simard 2016-03-18 14:36:38 -04:00
parent e9646e5c7f
commit b19ec2f6b0
14 changed files with 87 additions and 5 deletions

View File

@ -0,0 +1,4 @@
---
features:
- |
Add support for deploying Ceilometer behind Apache with WSGI.

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Do not enable RabbitMQ repo during installation, Packstack does not retrieve
it from there in any case.

View File

@ -0,0 +1,11 @@
---
prelude: >
Packstack now provides support for installing and configuring both the
Gnocchi and the Aodh telemetry projects.
features:
- |
Add support for installing and configuring the Telemetry Alarming Service
(Aodh)
- |
Add support for installing and configuring the Telemetry Time Series
Database as a Service (Gnocchi)

View File

@ -0,0 +1,16 @@
---
prelude: >
The Tempest implementation in Packstack has been refactored and improved in
order to be able to install, configure and run Tempest against itself.
We have leveraged these new features to have Packstack gate patch reviews
against integration jobs where the patch is tested automatically against a
wide range of configuration scenarios.
features:
- |
Implemented test scenarios and tools to troubleshoot failed installations
- |
Implemented gate jobs which install Packstack and run tempest against itself
- |
Tempest installation and configuration has been vastly improved

View File

@ -0,0 +1,4 @@
---
features:
- |
Transition to the new PyMySQL driver for database access.

View File

@ -0,0 +1,5 @@
---
fixes:
- |
OVS bridges are no longer created on compute nodes, they should only be
created on network nodes.

View File

@ -0,0 +1,6 @@
---
features:
- |
Add neutron plugin option ``CONFIG_NEUTRON_OVS_TUNNEL_SUBNETS`` to configure
IP filtering to accept tunneling packets from these subnets instead of
specific IP addresses of peer nodes.

View File

@ -0,0 +1,5 @@
---
other:
- |
The Packstack project repository was moved from https://github.com/stackforge/packstack to
https://github.com/openstack/packstack

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
qpid support has been dropped from oslo.messaging and as such, support for
it has been removed from Packstack.

View File

@ -0,0 +1,4 @@
---
features:
- |
Allow registering to a Satellite 6 server

View File

@ -1,10 +1,5 @@
---
prelude: >
Release notes are generated by Reno.
features:
- |
Release notes are no longer maintained by hand, we now use the Reno tool to
manage them.
* `I0d44c418ec8702958dc64016698c9764d3527fdd <https://review.openstack.org/#q,I0d44c418ec8702958dc64016698c9764d3527fdd,n,z>`_
* `Iaa9cb0745bc671702c48f7953daed95b3f60f683 <https://review.openstack.org/#q,Iaa9cb0745bc671702c48f7953daed95b3f60f683,n,z>`_

View File

@ -0,0 +1,12 @@
---
features:
- |
Add ``--service-workers`` parameter to configure the amount of
workers/threads per process to scale up or down as necessary. Defaults to
the amount of cores on the system.
fixes:
- |
MariaDB max_connections is no longer hardcoded to 1024 and now scales
automatically according to the --service-workers parameter.
( Service Workers * 128 ).

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Removed the configuration of the Swift S3 endpoint. Swift S3 is not yet
supported in Packstack.

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Several updates to Packstack to keep up with supported upstream projects
new features, deprecations or removals throughout the cycle.