Update release notes for work done in Pike
Change-Id: I5d87d07ddbf352a8480d466b6e5446f734b61644
This commit is contained in:
parent
8439c71d10
commit
ba5f4d9d17
5
releasenotes/notes/amp-az-1a0b4255c77fd1dc.yaml
Normal file
5
releasenotes/notes/amp-az-1a0b4255c77fd1dc.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Added a configuration option that specifies the availability zone amphora
|
||||
should be built in.
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The configuration setting auth_strategy is now set to keystone by default.
|
@ -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
|
@ -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/
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixed an issue that caused failover to unsuccessful if the vip network
|
||||
was not DHCP enabled.
|
@ -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.
|
@ -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.
|
8
releasenotes/notes/octavia-v2-api-c32a62b37c2c8f6f.yaml
Normal file
8
releasenotes/notes/octavia-v2-api-c32a62b37c2c8f6f.yaml
Normal 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
|
7
releasenotes/notes/pike-release-35a1d632ce854d4a.yaml
Normal file
7
releasenotes/notes/pike-release-35a1d632ce854d4a.yaml
Normal 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.
|
6
releasenotes/notes/service-type-73efc939e48d5858.yaml
Normal file
6
releasenotes/notes/service-type-73efc939e48d5858.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user