Update release notes for work done in Pike

Change-Id: I5d87d07ddbf352a8480d466b6e5446f734b61644
This commit is contained in:
Michael Johnson 2017-07-26 19:23:26 -07:00
parent 8439c71d10
commit ba5f4d9d17
10 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
features:
- |
Added a configuration option that specifies the availability zone amphora
should be built in.

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
The configuration setting auth_strategy is now set to keystone by default.

View File

@ -0,0 +1,9 @@
---
features:
- |
Octavia now has options to limit the amphora concurrent build rate.
This may be useful for deployments where nova can get overloaded.
Amphora builds will be prioritized in the following order:
failover, normal, spares pool builds.
See the configuration guide for more information:
https://docs.openstack.org/octavia/latest/configuration/configref.html#haproxy_amphora.build_rate_limit

View File

@ -0,0 +1,7 @@
---
other:
- |
The Octavia project documentation has been reorganized as part of the
OpenStack documentation migration project.
The Octavia project documentation is now located at:
https://docs.openstack.org/octavia/latest/

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixed an issue that caused failover to unsuccessful if the vip network
was not DHCP enabled.

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixed an issue where the amphora would fail to bring up the VIP if the
VIP network did not have a gateway specified in neutron.

View File

@ -0,0 +1,10 @@
---
upgrade:
- |
The keepalived improvements require the amphora image to be upgraded.
fixes:
- |
Improvements to the keepalived system used in active/standby topologies.
keepalived is now monitored for health by the amphora agent (previously
just by the init system) and a systemd race condition between keepalived
and haproxy have been resolved.

View File

@ -0,0 +1,8 @@
---
features:
- |
Octavia now has a v2 API that can be used as a standalone endpoint.
The Octavia v2 API is fully backward compatible with the neutron-lbaas
v2 API and is a superset of the neutron-lbaas v2 API.
For more information see the Octavia API reference:
https://developer.openstack.org/api-ref/load-balancer/v2/index.html

View File

@ -0,0 +1,7 @@
---
prelude: >
For the OpenStack Pike release, the Octavia team is excited to announce
Octavia version 1.0.0 and introduce the Octavia v2 API. Octavia can now
be deployed without neutron-lbaas as a standalone endpoint. The
Octavia v2 API is fully backward compatible with the neutron-lbaas v2 API
and is a superset of the neutron-lbaas v2 API.

View File

@ -0,0 +1,6 @@
---
other:
- |
Octavia will use the OpenStack service type 'load-balancer'.
For more information about service types, see the Octavia API reference:
https://developer.openstack.org/api-ref/load-balancer/v2/index.html#service-endpoints